@aws-sdk/client-ec2 3.701.0 → 3.703.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2100 -432
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +28 -19
  20. package/dist-es/models/models_3.js +21 -9
  21. package/dist-es/models/models_4.js +9 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1548 -123
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  114. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  115. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  116. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  117. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  119. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  120. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  123. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  124. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  126. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  129. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  132. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  134. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  138. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  139. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  140. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  141. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  142. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  144. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  145. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  146. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  147. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  148. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  158. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  159. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  160. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  161. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  162. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  163. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  164. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  165. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  166. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  167. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  168. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  169. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  170. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  171. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  174. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  186. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  190. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  191. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  192. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  193. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  194. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  195. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  196. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  197. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  198. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  199. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  200. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  201. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  202. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  203. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  204. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  205. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  206. package/dist-types/commands/index.d.ts +11 -0
  207. package/dist-types/models/index.d.ts +1 -0
  208. package/dist-types/models/models_0.d.ts +119 -298
  209. package/dist-types/models/models_1.d.ts +324 -199
  210. package/dist-types/models/models_2.d.ts +553 -274
  211. package/dist-types/models/models_3.d.ts +396 -839
  212. package/dist-types/models/models_4.d.ts +7095 -7084
  213. package/dist-types/models/models_5.d.ts +5587 -5044
  214. package/dist-types/models/models_6.d.ts +4288 -4396
  215. package/dist-types/models/models_7.d.ts +1424 -15
  216. package/dist-types/models/models_8.d.ts +11 -0
  217. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  218. package/dist-types/ts3.4/EC2.d.ts +216 -0
  219. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  220. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  222. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  223. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  224. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  230. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  232. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  255. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  274. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  275. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  276. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  277. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  278. package/dist-types/ts3.4/models/index.d.ts +1 -0
  279. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  280. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  281. package/dist-types/ts3.4/models/models_2.d.ts +140 -81
  282. package/dist-types/ts3.4/models/models_3.d.ts +96 -153
  283. package/dist-types/ts3.4/models/models_4.d.ts +154 -134
  284. package/dist-types/ts3.4/models/models_5.d.ts +191 -127
  285. package/dist-types/ts3.4/models/models_6.d.ts +235 -266
  286. package/dist-types/ts3.4/models/models_7.d.ts +323 -6
  287. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  288. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  289. package/package.json +1 -1
@@ -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;
@@ -6013,6 +6103,16 @@ export const se_ReplaceIamInstanceProfileAssociationCommand = async (input, cont
6013
6103
  });
6014
6104
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
6015
6105
  };
6106
+ export const se_ReplaceImageCriteriaInAllowedImagesSettingsCommand = async (input, context) => {
6107
+ const headers = SHARED_HEADERS;
6108
+ let body;
6109
+ body = buildFormUrlencodedString({
6110
+ ...se_ReplaceImageCriteriaInAllowedImagesSettingsRequest(input, context),
6111
+ [_A]: _RICIAIS,
6112
+ [_V]: _,
6113
+ });
6114
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
6115
+ };
6016
6116
  export const se_ReplaceNetworkAclAssociationCommand = async (input, context) => {
6017
6117
  const headers = SHARED_HEADERS;
6018
6118
  let body;
@@ -6313,6 +6413,16 @@ export const se_SendDiagnosticInterruptCommand = async (input, context) => {
6313
6413
  });
6314
6414
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
6315
6415
  };
6416
+ export const se_StartDeclarativePoliciesReportCommand = async (input, context) => {
6417
+ const headers = SHARED_HEADERS;
6418
+ let body;
6419
+ body = buildFormUrlencodedString({
6420
+ ...se_StartDeclarativePoliciesReportRequest(input, context),
6421
+ [_A]: _SDPR,
6422
+ [_V]: _,
6423
+ });
6424
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
6425
+ };
6316
6426
  export const se_StartInstancesCommand = async (input, context) => {
6317
6427
  const headers = SHARED_HEADERS;
6318
6428
  let body;
@@ -7078,6 +7188,19 @@ export const de_CancelConversionTaskCommand = async (output, context) => {
7078
7188
  };
7079
7189
  return response;
7080
7190
  };
7191
+ export const de_CancelDeclarativePoliciesReportCommand = async (output, context) => {
7192
+ if (output.statusCode >= 300) {
7193
+ return de_CommandError(output, context);
7194
+ }
7195
+ const data = await parseBody(output.body, context);
7196
+ let contents = {};
7197
+ contents = de_CancelDeclarativePoliciesReportResult(data, context);
7198
+ const response = {
7199
+ $metadata: deserializeMetadata(output),
7200
+ ...contents,
7201
+ };
7202
+ return response;
7203
+ };
7081
7204
  export const de_CancelExportTaskCommand = async (output, context) => {
7082
7205
  if (output.statusCode >= 300) {
7083
7206
  return de_CommandError(output, context);
@@ -9658,6 +9781,19 @@ export const de_DescribeCustomerGatewaysCommand = async (output, context) => {
9658
9781
  };
9659
9782
  return response;
9660
9783
  };
9784
+ export const de_DescribeDeclarativePoliciesReportsCommand = async (output, context) => {
9785
+ if (output.statusCode >= 300) {
9786
+ return de_CommandError(output, context);
9787
+ }
9788
+ const data = await parseBody(output.body, context);
9789
+ let contents = {};
9790
+ contents = de_DescribeDeclarativePoliciesReportsResult(data, context);
9791
+ const response = {
9792
+ $metadata: deserializeMetadata(output),
9793
+ ...contents,
9794
+ };
9795
+ return response;
9796
+ };
9661
9797
  export const de_DescribeDhcpOptionsCommand = async (output, context) => {
9662
9798
  if (output.statusCode >= 300) {
9663
9799
  return de_CommandError(output, context);
@@ -11270,6 +11406,19 @@ export const de_DescribeVpcClassicLinkDnsSupportCommand = async (output, context
11270
11406
  };
11271
11407
  return response;
11272
11408
  };
11409
+ export const de_DescribeVpcEndpointAssociationsCommand = async (output, context) => {
11410
+ if (output.statusCode >= 300) {
11411
+ return de_CommandError(output, context);
11412
+ }
11413
+ const data = await parseBody(output.body, context);
11414
+ let contents = {};
11415
+ contents = de_DescribeVpcEndpointAssociationsResult(data, context);
11416
+ const response = {
11417
+ $metadata: deserializeMetadata(output),
11418
+ ...contents,
11419
+ };
11420
+ return response;
11421
+ };
11273
11422
  export const de_DescribeVpcEndpointConnectionNotificationsCommand = async (output, context) => {
11274
11423
  if (output.statusCode >= 300) {
11275
11424
  return de_CommandError(output, context);
@@ -11482,6 +11631,19 @@ export const de_DisableAddressTransferCommand = async (output, context) => {
11482
11631
  };
11483
11632
  return response;
11484
11633
  };
11634
+ export const de_DisableAllowedImagesSettingsCommand = async (output, context) => {
11635
+ if (output.statusCode >= 300) {
11636
+ return de_CommandError(output, context);
11637
+ }
11638
+ const data = await parseBody(output.body, context);
11639
+ let contents = {};
11640
+ contents = de_DisableAllowedImagesSettingsResult(data, context);
11641
+ const response = {
11642
+ $metadata: deserializeMetadata(output),
11643
+ ...contents,
11644
+ };
11645
+ return response;
11646
+ };
11485
11647
  export const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, context) => {
11486
11648
  if (output.statusCode >= 300) {
11487
11649
  return de_CommandError(output, context);
@@ -11902,6 +12064,19 @@ export const de_EnableAddressTransferCommand = async (output, context) => {
11902
12064
  };
11903
12065
  return response;
11904
12066
  };
12067
+ export const de_EnableAllowedImagesSettingsCommand = async (output, context) => {
12068
+ if (output.statusCode >= 300) {
12069
+ return de_CommandError(output, context);
12070
+ }
12071
+ const data = await parseBody(output.body, context);
12072
+ let contents = {};
12073
+ contents = de_EnableAllowedImagesSettingsResult(data, context);
12074
+ const response = {
12075
+ $metadata: deserializeMetadata(output),
12076
+ ...contents,
12077
+ };
12078
+ return response;
12079
+ };
11905
12080
  export const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, context) => {
11906
12081
  if (output.statusCode >= 300) {
11907
12082
  return de_CommandError(output, context);
@@ -12169,6 +12344,32 @@ export const de_ExportTransitGatewayRoutesCommand = async (output, context) => {
12169
12344
  };
12170
12345
  return response;
12171
12346
  };
12347
+ export const de_ExportVerifiedAccessInstanceClientConfigurationCommand = async (output, context) => {
12348
+ if (output.statusCode >= 300) {
12349
+ return de_CommandError(output, context);
12350
+ }
12351
+ const data = await parseBody(output.body, context);
12352
+ let contents = {};
12353
+ contents = de_ExportVerifiedAccessInstanceClientConfigurationResult(data, context);
12354
+ const response = {
12355
+ $metadata: deserializeMetadata(output),
12356
+ ...contents,
12357
+ };
12358
+ return response;
12359
+ };
12360
+ export const de_GetAllowedImagesSettingsCommand = async (output, context) => {
12361
+ if (output.statusCode >= 300) {
12362
+ return de_CommandError(output, context);
12363
+ }
12364
+ const data = await parseBody(output.body, context);
12365
+ let contents = {};
12366
+ contents = de_GetAllowedImagesSettingsResult(data, context);
12367
+ const response = {
12368
+ $metadata: deserializeMetadata(output),
12369
+ ...contents,
12370
+ };
12371
+ return response;
12372
+ };
12172
12373
  export const de_GetAssociatedEnclaveCertificateIamRolesCommand = async (output, context) => {
12173
12374
  if (output.statusCode >= 300) {
12174
12375
  return de_CommandError(output, context);
@@ -12260,6 +12461,19 @@ export const de_GetConsoleScreenshotCommand = async (output, context) => {
12260
12461
  };
12261
12462
  return response;
12262
12463
  };
12464
+ export const de_GetDeclarativePoliciesReportSummaryCommand = async (output, context) => {
12465
+ if (output.statusCode >= 300) {
12466
+ return de_CommandError(output, context);
12467
+ }
12468
+ const data = await parseBody(output.body, context);
12469
+ let contents = {};
12470
+ contents = de_GetDeclarativePoliciesReportSummaryResult(data, context);
12471
+ const response = {
12472
+ $metadata: deserializeMetadata(output),
12473
+ ...contents,
12474
+ };
12475
+ return response;
12476
+ };
12263
12477
  export const de_GetDefaultCreditSpecificationCommand = async (output, context) => {
12264
12478
  if (output.statusCode >= 300) {
12265
12479
  return de_CommandError(output, context);
@@ -12754,6 +12968,19 @@ export const de_GetVerifiedAccessEndpointPolicyCommand = async (output, context)
12754
12968
  };
12755
12969
  return response;
12756
12970
  };
12971
+ export const de_GetVerifiedAccessEndpointTargetsCommand = async (output, context) => {
12972
+ if (output.statusCode >= 300) {
12973
+ return de_CommandError(output, context);
12974
+ }
12975
+ const data = await parseBody(output.body, context);
12976
+ let contents = {};
12977
+ contents = de_GetVerifiedAccessEndpointTargetsResult(data, context);
12978
+ const response = {
12979
+ $metadata: deserializeMetadata(output),
12980
+ ...contents,
12981
+ };
12982
+ return response;
12983
+ };
12757
12984
  export const de_GetVerifiedAccessGroupPolicyCommand = async (output, context) => {
12758
12985
  if (output.statusCode >= 300) {
12759
12986
  return de_CommandError(output, context);
@@ -14138,6 +14365,19 @@ export const de_ReplaceIamInstanceProfileAssociationCommand = async (output, con
14138
14365
  };
14139
14366
  return response;
14140
14367
  };
14368
+ export const de_ReplaceImageCriteriaInAllowedImagesSettingsCommand = async (output, context) => {
14369
+ if (output.statusCode >= 300) {
14370
+ return de_CommandError(output, context);
14371
+ }
14372
+ const data = await parseBody(output.body, context);
14373
+ let contents = {};
14374
+ contents = de_ReplaceImageCriteriaInAllowedImagesSettingsResult(data, context);
14375
+ const response = {
14376
+ $metadata: deserializeMetadata(output),
14377
+ ...contents,
14378
+ };
14379
+ return response;
14380
+ };
14141
14381
  export const de_ReplaceNetworkAclAssociationCommand = async (output, context) => {
14142
14382
  if (output.statusCode >= 300) {
14143
14383
  return de_CommandError(output, context);
@@ -14504,6 +14744,19 @@ export const de_SendDiagnosticInterruptCommand = async (output, context) => {
14504
14744
  };
14505
14745
  return response;
14506
14746
  };
14747
+ export const de_StartDeclarativePoliciesReportCommand = async (output, context) => {
14748
+ if (output.statusCode >= 300) {
14749
+ return de_CommandError(output, context);
14750
+ }
14751
+ const data = await parseBody(output.body, context);
14752
+ let contents = {};
14753
+ contents = de_StartDeclarativePoliciesReportResult(data, context);
14754
+ const response = {
14755
+ $metadata: deserializeMetadata(output),
14756
+ ...contents,
14757
+ };
14758
+ return response;
14759
+ };
14507
14760
  export const de_StartInstancesCommand = async (output, context) => {
14508
14761
  if (output.statusCode >= 300) {
14509
14762
  return de_CommandError(output, context);
@@ -16140,6 +16393,16 @@ const se_CancelConversionRequest = (input, context) => {
16140
16393
  }
16141
16394
  return entries;
16142
16395
  };
16396
+ const se_CancelDeclarativePoliciesReportRequest = (input, context) => {
16397
+ const entries = {};
16398
+ if (input[_DRr] != null) {
16399
+ entries[_DRr] = input[_DRr];
16400
+ }
16401
+ if (input[_RIep] != null) {
16402
+ entries[_RIep] = input[_RIep];
16403
+ }
16404
+ return entries;
16405
+ };
16143
16406
  const se_CancelExportTaskRequest = (input, context) => {
16144
16407
  const entries = {};
16145
16408
  if (input[_ETI] != null) {
@@ -18929,6 +19192,30 @@ const se_CreateTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
18929
19192
  }
18930
19193
  return entries;
18931
19194
  };
19195
+ const se_CreateVerifiedAccessEndpointCidrOptions = (input, context) => {
19196
+ const entries = {};
19197
+ if (input[_P] != null) {
19198
+ entries[_P] = input[_P];
19199
+ }
19200
+ if (input[_SIu] != null) {
19201
+ const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
19202
+ Object.entries(memberEntries).forEach(([key, value]) => {
19203
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
19204
+ entries[loc] = value;
19205
+ });
19206
+ }
19207
+ if (input[_C] != null) {
19208
+ entries[_C] = input[_C];
19209
+ }
19210
+ if (input[_PRo] != null) {
19211
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
19212
+ Object.entries(memberEntries).forEach(([key, value]) => {
19213
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
19214
+ entries[loc] = value;
19215
+ });
19216
+ }
19217
+ return entries;
19218
+ };
18932
19219
  const se_CreateVerifiedAccessEndpointEniOptions = (input, context) => {
18933
19220
  const entries = {};
18934
19221
  if (input[_NII] != null) {
@@ -18940,6 +19227,13 @@ const se_CreateVerifiedAccessEndpointEniOptions = (input, context) => {
18940
19227
  if (input[_Po] != null) {
18941
19228
  entries[_Po] = input[_Po];
18942
19229
  }
19230
+ if (input[_PRo] != null) {
19231
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
19232
+ Object.entries(memberEntries).forEach(([key, value]) => {
19233
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
19234
+ entries[loc] = value;
19235
+ });
19236
+ }
18943
19237
  return entries;
18944
19238
  };
18945
19239
  const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
@@ -18960,6 +19254,67 @@ const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
18960
19254
  entries[loc] = value;
18961
19255
  });
18962
19256
  }
19257
+ if (input[_PRo] != null) {
19258
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
19259
+ Object.entries(memberEntries).forEach(([key, value]) => {
19260
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
19261
+ entries[loc] = value;
19262
+ });
19263
+ }
19264
+ return entries;
19265
+ };
19266
+ const se_CreateVerifiedAccessEndpointPortRange = (input, context) => {
19267
+ const entries = {};
19268
+ if (input[_FP] != null) {
19269
+ entries[_FP] = input[_FP];
19270
+ }
19271
+ if (input[_TP] != null) {
19272
+ entries[_TP] = input[_TP];
19273
+ }
19274
+ return entries;
19275
+ };
19276
+ const se_CreateVerifiedAccessEndpointPortRangeList = (input, context) => {
19277
+ const entries = {};
19278
+ let counter = 1;
19279
+ for (const entry of input) {
19280
+ if (entry === null) {
19281
+ continue;
19282
+ }
19283
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRange(entry, context);
19284
+ Object.entries(memberEntries).forEach(([key, value]) => {
19285
+ entries[`Item.${counter}.${key}`] = value;
19286
+ });
19287
+ counter++;
19288
+ }
19289
+ return entries;
19290
+ };
19291
+ const se_CreateVerifiedAccessEndpointRdsOptions = (input, context) => {
19292
+ const entries = {};
19293
+ if (input[_P] != null) {
19294
+ entries[_P] = input[_P];
19295
+ }
19296
+ if (input[_Po] != null) {
19297
+ entries[_Po] = input[_Po];
19298
+ }
19299
+ if (input[_RDIA] != null) {
19300
+ entries[_RDIA] = input[_RDIA];
19301
+ }
19302
+ if (input[_RDCA] != null) {
19303
+ entries[_RDCA] = input[_RDCA];
19304
+ }
19305
+ if (input[_RDPA] != null) {
19306
+ entries[_RDPA] = input[_RDPA];
19307
+ }
19308
+ if (input[_RE] != null) {
19309
+ entries[_RE] = input[_RE];
19310
+ }
19311
+ if (input[_SIu] != null) {
19312
+ const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
19313
+ Object.entries(memberEntries).forEach(([key, value]) => {
19314
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
19315
+ entries[loc] = value;
19316
+ });
19317
+ }
18963
19318
  return entries;
18964
19319
  };
18965
19320
  const se_CreateVerifiedAccessEndpointRequest = (input, context) => {
@@ -19032,6 +19387,20 @@ const se_CreateVerifiedAccessEndpointRequest = (input, context) => {
19032
19387
  entries[loc] = value;
19033
19388
  });
19034
19389
  }
19390
+ if (input[_RO] != null) {
19391
+ const memberEntries = se_CreateVerifiedAccessEndpointRdsOptions(input[_RO], context);
19392
+ Object.entries(memberEntries).forEach(([key, value]) => {
19393
+ const loc = `RdsOptions.${key}`;
19394
+ entries[loc] = value;
19395
+ });
19396
+ }
19397
+ if (input[_CO] != null) {
19398
+ const memberEntries = se_CreateVerifiedAccessEndpointCidrOptions(input[_CO], context);
19399
+ Object.entries(memberEntries).forEach(([key, value]) => {
19400
+ const loc = `CidrOptions.${key}`;
19401
+ entries[loc] = value;
19402
+ });
19403
+ }
19035
19404
  return entries;
19036
19405
  };
19037
19406
  const se_CreateVerifiedAccessEndpointSubnetIdList = (input, context) => {
@@ -19106,6 +19475,37 @@ const se_CreateVerifiedAccessInstanceRequest = (input, context) => {
19106
19475
  if (input[_FIPSE] != null) {
19107
19476
  entries[_FIPSE] = input[_FIPSE];
19108
19477
  }
19478
+ if (input[_CECSD] != null) {
19479
+ entries[_CECSD] = input[_CECSD];
19480
+ }
19481
+ return entries;
19482
+ };
19483
+ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) => {
19484
+ const entries = {};
19485
+ if (input[_PSKE] != null) {
19486
+ entries[_PSKE] = input[_PSKE];
19487
+ }
19488
+ if (input[_I] != null) {
19489
+ entries[_I] = input[_I];
19490
+ }
19491
+ if (input[_AE] != null) {
19492
+ entries[_AE] = input[_AE];
19493
+ }
19494
+ if (input[_TEo] != null) {
19495
+ entries[_TEo] = input[_TEo];
19496
+ }
19497
+ if (input[_UIE] != null) {
19498
+ entries[_UIE] = input[_UIE];
19499
+ }
19500
+ if (input[_CIl] != null) {
19501
+ entries[_CIl] = input[_CIl];
19502
+ }
19503
+ if (input[_CSl] != null) {
19504
+ entries[_CSl] = input[_CSl];
19505
+ }
19506
+ if (input[_Sc] != null) {
19507
+ entries[_Sc] = input[_Sc];
19508
+ }
19109
19509
  return entries;
19110
19510
  };
19111
19511
  const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
@@ -19197,6 +19597,13 @@ const se_CreateVerifiedAccessTrustProviderRequest = (input, context) => {
19197
19597
  entries[loc] = value;
19198
19598
  });
19199
19599
  }
19600
+ if (input[_NAOO] != null) {
19601
+ const memberEntries = se_CreateVerifiedAccessNativeApplicationOidcOptions(input[_NAOO], context);
19602
+ Object.entries(memberEntries).forEach(([key, value]) => {
19603
+ const loc = `NativeApplicationOidcOptions.${key}`;
19604
+ entries[loc] = value;
19605
+ });
19606
+ }
19200
19607
  return entries;
19201
19608
  };
19202
19609
  const se_CreateVolumePermission = (input, context) => {
@@ -19416,6 +19823,12 @@ const se_CreateVpcEndpointRequest = (input, context) => {
19416
19823
  entries[loc] = value;
19417
19824
  });
19418
19825
  }
19826
+ if (input[_SNA] != null) {
19827
+ entries[_SNA] = input[_SNA];
19828
+ }
19829
+ if (input[_RCA] != null) {
19830
+ entries[_RCA] = input[_RCA];
19831
+ }
19419
19832
  if (input[_SRe] != null) {
19420
19833
  entries[_SRe] = input[_SRe];
19421
19834
  }
@@ -21281,6 +21694,26 @@ const se_DescribeCustomerGatewaysRequest = (input, context) => {
21281
21694
  }
21282
21695
  return entries;
21283
21696
  };
21697
+ const se_DescribeDeclarativePoliciesReportsRequest = (input, context) => {
21698
+ const entries = {};
21699
+ if (input[_DRr] != null) {
21700
+ entries[_DRr] = input[_DRr];
21701
+ }
21702
+ if (input[_NT] != null) {
21703
+ entries[_NT] = input[_NT];
21704
+ }
21705
+ if (input[_MR] != null) {
21706
+ entries[_MR] = input[_MR];
21707
+ }
21708
+ if (input[_RIepo] != null) {
21709
+ const memberEntries = se_ValueStringList(input[_RIepo], context);
21710
+ Object.entries(memberEntries).forEach(([key, value]) => {
21711
+ const loc = `ReportId.${key.substring(key.indexOf(".") + 1)}`;
21712
+ entries[loc] = value;
21713
+ });
21714
+ }
21715
+ return entries;
21716
+ };
21284
21717
  const se_DescribeDhcpOptionsRequest = (input, context) => {
21285
21718
  const entries = {};
21286
21719
  if (input[_DOIh] != null) {
@@ -24467,6 +24900,33 @@ const se_DescribeVpcClassicLinkRequest = (input, context) => {
24467
24900
  }
24468
24901
  return entries;
24469
24902
  };
24903
+ const se_DescribeVpcEndpointAssociationsRequest = (input, context) => {
24904
+ const entries = {};
24905
+ if (input[_DRr] != null) {
24906
+ entries[_DRr] = input[_DRr];
24907
+ }
24908
+ if (input[_VEI] != null) {
24909
+ const memberEntries = se_VpcEndpointIdList(input[_VEI], context);
24910
+ Object.entries(memberEntries).forEach(([key, value]) => {
24911
+ const loc = `VpcEndpointId.${key.substring(key.indexOf(".") + 1)}`;
24912
+ entries[loc] = value;
24913
+ });
24914
+ }
24915
+ if (input[_Fi] != null) {
24916
+ const memberEntries = se_FilterList(input[_Fi], context);
24917
+ Object.entries(memberEntries).forEach(([key, value]) => {
24918
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24919
+ entries[loc] = value;
24920
+ });
24921
+ }
24922
+ if (input[_MR] != null) {
24923
+ entries[_MR] = input[_MR];
24924
+ }
24925
+ if (input[_NT] != null) {
24926
+ entries[_NT] = input[_NT];
24927
+ }
24928
+ return entries;
24929
+ };
24470
24930
  const se_DescribeVpcEndpointConnectionNotificationsRequest = (input, context) => {
24471
24931
  const entries = {};
24472
24932
  if (input[_DRr] != null) {
@@ -24849,6 +25309,13 @@ const se_DisableAddressTransferRequest = (input, context) => {
24849
25309
  }
24850
25310
  return entries;
24851
25311
  };
25312
+ const se_DisableAllowedImagesSettingsRequest = (input, context) => {
25313
+ const entries = {};
25314
+ if (input[_DRr] != null) {
25315
+ entries[_DRr] = input[_DRr];
25316
+ }
25317
+ return entries;
25318
+ };
24852
25319
  const se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
24853
25320
  const entries = {};
24854
25321
  if (input[_S] != null) {
@@ -25459,6 +25926,16 @@ const se_EnableAddressTransferRequest = (input, context) => {
25459
25926
  }
25460
25927
  return entries;
25461
25928
  };
25929
+ const se_EnableAllowedImagesSettingsRequest = (input, context) => {
25930
+ const entries = {};
25931
+ if (input[_AISS] != null) {
25932
+ entries[_AISS] = input[_AISS];
25933
+ }
25934
+ if (input[_DRr] != null) {
25935
+ entries[_DRr] = input[_DRr];
25936
+ }
25937
+ return entries;
25938
+ };
25462
25939
  const se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
25463
25940
  const entries = {};
25464
25941
  if (input[_S] != null) {
@@ -25874,6 +26351,16 @@ const se_ExportTransitGatewayRoutesRequest = (input, context) => {
25874
26351
  }
25875
26352
  return entries;
25876
26353
  };
26354
+ const se_ExportVerifiedAccessInstanceClientConfigurationRequest = (input, context) => {
26355
+ const entries = {};
26356
+ if (input[_VAII] != null) {
26357
+ entries[_VAII] = input[_VAII];
26358
+ }
26359
+ if (input[_DRr] != null) {
26360
+ entries[_DRr] = input[_DRr];
26361
+ }
26362
+ return entries;
26363
+ };
25877
26364
  const se_FastLaunchImageIdList = (input, context) => {
25878
26365
  const entries = {};
25879
26366
  let counter = 1;
@@ -26127,6 +26614,13 @@ const se_FpgaImageIdList = (input, context) => {
26127
26614
  }
26128
26615
  return entries;
26129
26616
  };
26617
+ const se_GetAllowedImagesSettingsRequest = (input, context) => {
26618
+ const entries = {};
26619
+ if (input[_DRr] != null) {
26620
+ entries[_DRr] = input[_DRr];
26621
+ }
26622
+ return entries;
26623
+ };
26130
26624
  const se_GetAssociatedEnclaveCertificateIamRolesRequest = (input, context) => {
26131
26625
  const entries = {};
26132
26626
  if (input[_CA] != null) {
@@ -26244,6 +26738,16 @@ const se_GetConsoleScreenshotRequest = (input, context) => {
26244
26738
  }
26245
26739
  return entries;
26246
26740
  };
26741
+ const se_GetDeclarativePoliciesReportSummaryRequest = (input, context) => {
26742
+ const entries = {};
26743
+ if (input[_DRr] != null) {
26744
+ entries[_DRr] = input[_DRr];
26745
+ }
26746
+ if (input[_RIep] != null) {
26747
+ entries[_RIep] = input[_RIep];
26748
+ }
26749
+ return entries;
26750
+ };
26247
26751
  const se_GetDefaultCreditSpecificationRequest = (input, context) => {
26248
26752
  const entries = {};
26249
26753
  if (input[_DRr] != null) {
@@ -26584,8 +27088,8 @@ const se_GetIpamResourceCidrsRequest = (input, context) => {
26584
27088
  entries[loc] = value;
26585
27089
  });
26586
27090
  }
26587
- if (input[_RO] != null) {
26588
- entries[_RO] = input[_RO];
27091
+ if (input[_ROe] != null) {
27092
+ entries[_ROe] = input[_ROe];
26589
27093
  }
26590
27094
  return entries;
26591
27095
  };
@@ -26965,6 +27469,22 @@ const se_GetVerifiedAccessEndpointPolicyRequest = (input, context) => {
26965
27469
  }
26966
27470
  return entries;
26967
27471
  };
27472
+ const se_GetVerifiedAccessEndpointTargetsRequest = (input, context) => {
27473
+ const entries = {};
27474
+ if (input[_VAEI] != null) {
27475
+ entries[_VAEI] = input[_VAEI];
27476
+ }
27477
+ if (input[_MR] != null) {
27478
+ entries[_MR] = input[_MR];
27479
+ }
27480
+ if (input[_NT] != null) {
27481
+ entries[_NT] = input[_NT];
27482
+ }
27483
+ if (input[_DRr] != null) {
27484
+ entries[_DRr] = input[_DRr];
27485
+ }
27486
+ return entries;
27487
+ };
26968
27488
  const se_GetVerifiedAccessGroupPolicyRequest = (input, context) => {
26969
27489
  const entries = {};
26970
27490
  if (input[_VAGI] != null) {
@@ -27139,6 +27659,32 @@ const se_IKEVersionsRequestListValue = (input, context) => {
27139
27659
  }
27140
27660
  return entries;
27141
27661
  };
27662
+ const se_ImageCriterionRequest = (input, context) => {
27663
+ const entries = {};
27664
+ if (input[_IPm] != null) {
27665
+ const memberEntries = se_ImageProviderRequestList(input[_IPm], context);
27666
+ Object.entries(memberEntries).forEach(([key, value]) => {
27667
+ const loc = `ImageProvider.${key.substring(key.indexOf(".") + 1)}`;
27668
+ entries[loc] = value;
27669
+ });
27670
+ }
27671
+ return entries;
27672
+ };
27673
+ const se_ImageCriterionRequestList = (input, context) => {
27674
+ const entries = {};
27675
+ let counter = 1;
27676
+ for (const entry of input) {
27677
+ if (entry === null) {
27678
+ continue;
27679
+ }
27680
+ const memberEntries = se_ImageCriterionRequest(entry, context);
27681
+ Object.entries(memberEntries).forEach(([key, value]) => {
27682
+ entries[`ImageCriterion.${counter}.${key}`] = value;
27683
+ });
27684
+ counter++;
27685
+ }
27686
+ return entries;
27687
+ };
27142
27688
  const se_ImageDiskContainer = (input, context) => {
27143
27689
  const entries = {};
27144
27690
  if (input[_De] != null) {
@@ -27204,6 +27750,18 @@ const se_ImageIdStringList = (input, context) => {
27204
27750
  }
27205
27751
  return entries;
27206
27752
  };
27753
+ const se_ImageProviderRequestList = (input, context) => {
27754
+ const entries = {};
27755
+ let counter = 1;
27756
+ for (const entry of input) {
27757
+ if (entry === null) {
27758
+ continue;
27759
+ }
27760
+ entries[`Item.${counter}`] = entry;
27761
+ counter++;
27762
+ }
27763
+ return entries;
27764
+ };
27207
27765
  const se_ImportClientVpnClientCertificateRevocationListRequest = (input, context) => {
27208
27766
  const entries = {};
27209
27767
  if (input[_CVEI] != null) {
@@ -28350,8 +28908,8 @@ const se_IpamPoolSourceResourceRequest = (input, context) => {
28350
28908
  if (input[_RRe] != null) {
28351
28909
  entries[_RRe] = input[_RRe];
28352
28910
  }
28353
- if (input[_RO] != null) {
28354
- entries[_RO] = input[_RO];
28911
+ if (input[_ROe] != null) {
28912
+ entries[_ROe] = input[_ROe];
28355
28913
  }
28356
28914
  return entries;
28357
28915
  };
@@ -30300,8 +30858,8 @@ const se_ModifyManagedPrefixListRequest = (input, context) => {
30300
30858
  entries[loc] = value;
30301
30859
  });
30302
30860
  }
30303
- if (input[_RE] != null) {
30304
- const memberEntries = se_RemovePrefixListEntries(input[_RE], context);
30861
+ if (input[_REe] != null) {
30862
+ const memberEntries = se_RemovePrefixListEntries(input[_REe], context);
30305
30863
  Object.entries(memberEntries).forEach(([key, value]) => {
30306
30864
  const loc = `RemoveEntry.${key.substring(key.indexOf(".") + 1)}`;
30307
30865
  entries[loc] = value;
@@ -30810,6 +31368,17 @@ const se_ModifyTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
30810
31368
  }
30811
31369
  return entries;
30812
31370
  };
31371
+ const se_ModifyVerifiedAccessEndpointCidrOptions = (input, context) => {
31372
+ const entries = {};
31373
+ if (input[_PRo] != null) {
31374
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
31375
+ Object.entries(memberEntries).forEach(([key, value]) => {
31376
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
31377
+ entries[loc] = value;
31378
+ });
31379
+ }
31380
+ return entries;
31381
+ };
30813
31382
  const se_ModifyVerifiedAccessEndpointEniOptions = (input, context) => {
30814
31383
  const entries = {};
30815
31384
  if (input[_P] != null) {
@@ -30818,6 +31387,13 @@ const se_ModifyVerifiedAccessEndpointEniOptions = (input, context) => {
30818
31387
  if (input[_Po] != null) {
30819
31388
  entries[_Po] = input[_Po];
30820
31389
  }
31390
+ if (input[_PRo] != null) {
31391
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
31392
+ Object.entries(memberEntries).forEach(([key, value]) => {
31393
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
31394
+ entries[loc] = value;
31395
+ });
31396
+ }
30821
31397
  return entries;
30822
31398
  };
30823
31399
  const se_ModifyVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
@@ -30835,6 +31411,13 @@ const se_ModifyVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
30835
31411
  if (input[_Po] != null) {
30836
31412
  entries[_Po] = input[_Po];
30837
31413
  }
31414
+ if (input[_PRo] != null) {
31415
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
31416
+ Object.entries(memberEntries).forEach(([key, value]) => {
31417
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
31418
+ entries[loc] = value;
31419
+ });
31420
+ }
30838
31421
  return entries;
30839
31422
  };
30840
31423
  const se_ModifyVerifiedAccessEndpointPolicyRequest = (input, context) => {
@@ -30866,6 +31449,48 @@ const se_ModifyVerifiedAccessEndpointPolicyRequest = (input, context) => {
30866
31449
  }
30867
31450
  return entries;
30868
31451
  };
31452
+ const se_ModifyVerifiedAccessEndpointPortRange = (input, context) => {
31453
+ const entries = {};
31454
+ if (input[_FP] != null) {
31455
+ entries[_FP] = input[_FP];
31456
+ }
31457
+ if (input[_TP] != null) {
31458
+ entries[_TP] = input[_TP];
31459
+ }
31460
+ return entries;
31461
+ };
31462
+ const se_ModifyVerifiedAccessEndpointPortRangeList = (input, context) => {
31463
+ const entries = {};
31464
+ let counter = 1;
31465
+ for (const entry of input) {
31466
+ if (entry === null) {
31467
+ continue;
31468
+ }
31469
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRange(entry, context);
31470
+ Object.entries(memberEntries).forEach(([key, value]) => {
31471
+ entries[`Item.${counter}.${key}`] = value;
31472
+ });
31473
+ counter++;
31474
+ }
31475
+ return entries;
31476
+ };
31477
+ const se_ModifyVerifiedAccessEndpointRdsOptions = (input, context) => {
31478
+ const entries = {};
31479
+ if (input[_SIu] != null) {
31480
+ const memberEntries = se_ModifyVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
31481
+ Object.entries(memberEntries).forEach(([key, value]) => {
31482
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
31483
+ entries[loc] = value;
31484
+ });
31485
+ }
31486
+ if (input[_Po] != null) {
31487
+ entries[_Po] = input[_Po];
31488
+ }
31489
+ if (input[_RE] != null) {
31490
+ entries[_RE] = input[_RE];
31491
+ }
31492
+ return entries;
31493
+ };
30869
31494
  const se_ModifyVerifiedAccessEndpointRequest = (input, context) => {
30870
31495
  const entries = {};
30871
31496
  if (input[_VAEI] != null) {
@@ -30900,6 +31525,20 @@ const se_ModifyVerifiedAccessEndpointRequest = (input, context) => {
30900
31525
  if (input[_DRr] != null) {
30901
31526
  entries[_DRr] = input[_DRr];
30902
31527
  }
31528
+ if (input[_RO] != null) {
31529
+ const memberEntries = se_ModifyVerifiedAccessEndpointRdsOptions(input[_RO], context);
31530
+ Object.entries(memberEntries).forEach(([key, value]) => {
31531
+ const loc = `RdsOptions.${key}`;
31532
+ entries[loc] = value;
31533
+ });
31534
+ }
31535
+ if (input[_CO] != null) {
31536
+ const memberEntries = se_ModifyVerifiedAccessEndpointCidrOptions(input[_CO], context);
31537
+ Object.entries(memberEntries).forEach(([key, value]) => {
31538
+ const loc = `CidrOptions.${key}`;
31539
+ entries[loc] = value;
31540
+ });
31541
+ }
30903
31542
  return entries;
30904
31543
  };
30905
31544
  const se_ModifyVerifiedAccessEndpointSubnetIdList = (input, context) => {
@@ -31005,6 +31644,37 @@ const se_ModifyVerifiedAccessInstanceRequest = (input, context) => {
31005
31644
  if (input[_CTl] != null) {
31006
31645
  entries[_CTl] = input[_CTl];
31007
31646
  }
31647
+ if (input[_CECSD] != null) {
31648
+ entries[_CECSD] = input[_CECSD];
31649
+ }
31650
+ return entries;
31651
+ };
31652
+ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) => {
31653
+ const entries = {};
31654
+ if (input[_PSKE] != null) {
31655
+ entries[_PSKE] = input[_PSKE];
31656
+ }
31657
+ if (input[_I] != null) {
31658
+ entries[_I] = input[_I];
31659
+ }
31660
+ if (input[_AE] != null) {
31661
+ entries[_AE] = input[_AE];
31662
+ }
31663
+ if (input[_TEo] != null) {
31664
+ entries[_TEo] = input[_TEo];
31665
+ }
31666
+ if (input[_UIE] != null) {
31667
+ entries[_UIE] = input[_UIE];
31668
+ }
31669
+ if (input[_CIl] != null) {
31670
+ entries[_CIl] = input[_CIl];
31671
+ }
31672
+ if (input[_CSl] != null) {
31673
+ entries[_CSl] = input[_CSl];
31674
+ }
31675
+ if (input[_Sc] != null) {
31676
+ entries[_Sc] = input[_Sc];
31677
+ }
31008
31678
  return entries;
31009
31679
  };
31010
31680
  const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
@@ -31077,6 +31747,13 @@ const se_ModifyVerifiedAccessTrustProviderRequest = (input, context) => {
31077
31747
  entries[loc] = value;
31078
31748
  });
31079
31749
  }
31750
+ if (input[_NAOO] != null) {
31751
+ const memberEntries = se_ModifyVerifiedAccessNativeApplicationOidcOptions(input[_NAOO], context);
31752
+ Object.entries(memberEntries).forEach(([key, value]) => {
31753
+ const loc = `NativeApplicationOidcOptions.${key}`;
31754
+ entries[loc] = value;
31755
+ });
31756
+ }
31080
31757
  return entries;
31081
31758
  };
31082
31759
  const se_ModifyVolumeAttributeRequest = (input, context) => {
@@ -33078,6 +33755,20 @@ const se_ReplaceIamInstanceProfileAssociationRequest = (input, context) => {
33078
33755
  }
33079
33756
  return entries;
33080
33757
  };
33758
+ const se_ReplaceImageCriteriaInAllowedImagesSettingsRequest = (input, context) => {
33759
+ const entries = {};
33760
+ if (input[_ICm] != null) {
33761
+ const memberEntries = se_ImageCriterionRequestList(input[_ICm], context);
33762
+ Object.entries(memberEntries).forEach(([key, value]) => {
33763
+ const loc = `ImageCriterion.${key.substring(key.indexOf(".") + 1)}`;
33764
+ entries[loc] = value;
33765
+ });
33766
+ }
33767
+ if (input[_DRr] != null) {
33768
+ entries[_DRr] = input[_DRr];
33769
+ }
33770
+ return entries;
33771
+ };
33081
33772
  const se_ReplaceNetworkAclAssociationRequest = (input, context) => {
33082
33773
  const entries = {};
33083
33774
  if (input[_DRr] != null) {
@@ -33465,8 +34156,8 @@ const se_RequestLaunchTemplateData = (input, context) => {
33465
34156
  entries[loc] = value;
33466
34157
  });
33467
34158
  }
33468
- if (input[_CO] != null) {
33469
- const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_CO], context);
34159
+ if (input[_COp] != null) {
34160
+ const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_COp], context);
33470
34161
  Object.entries(memberEntries).forEach(([key, value]) => {
33471
34162
  const loc = `CpuOptions.${key}`;
33472
34163
  entries[loc] = value;
@@ -34283,8 +34974,8 @@ const se_RunInstancesRequest = (input, context) => {
34283
34974
  entries[loc] = value;
34284
34975
  });
34285
34976
  }
34286
- if (input[_CO] != null) {
34287
- const memberEntries = se_CpuOptionsRequest(input[_CO], context);
34977
+ if (input[_COp] != null) {
34978
+ const memberEntries = se_CpuOptionsRequest(input[_COp], context);
34288
34979
  Object.entries(memberEntries).forEach(([key, value]) => {
34289
34980
  const loc = `CpuOptions.${key}`;
34290
34981
  entries[loc] = value;
@@ -35372,6 +36063,29 @@ const se_SpotPlacement = (input, context) => {
35372
36063
  }
35373
36064
  return entries;
35374
36065
  };
36066
+ const se_StartDeclarativePoliciesReportRequest = (input, context) => {
36067
+ const entries = {};
36068
+ if (input[_DRr] != null) {
36069
+ entries[_DRr] = input[_DRr];
36070
+ }
36071
+ if (input[_SB] != null) {
36072
+ entries[_SB] = input[_SB];
36073
+ }
36074
+ if (input[_SP] != null) {
36075
+ entries[_SP] = input[_SP];
36076
+ }
36077
+ if (input[_TIa] != null) {
36078
+ entries[_TIa] = input[_TIa];
36079
+ }
36080
+ if (input[_TS] != null) {
36081
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
36082
+ Object.entries(memberEntries).forEach(([key, value]) => {
36083
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
36084
+ entries[loc] = value;
36085
+ });
36086
+ }
36087
+ return entries;
36088
+ };
35375
36089
  const se_StartInstancesRequest = (input, context) => {
35376
36090
  const entries = {};
35377
36091
  if (input[_IIns] != null) {
@@ -37787,6 +38501,35 @@ const de_AttributeBooleanValue = (output, context) => {
37787
38501
  }
37788
38502
  return contents;
37789
38503
  };
38504
+ const de_AttributeSummary = (output, context) => {
38505
+ const contents = {};
38506
+ if (output[_aN] != null) {
38507
+ contents[_ANt] = __expectString(output[_aN]);
38508
+ }
38509
+ if (output[_mFV] != null) {
38510
+ contents[_MFV] = __expectString(output[_mFV]);
38511
+ }
38512
+ if (output[_nOMA] != null) {
38513
+ contents[_NOMA] = __strictParseInt32(output[_nOMA]);
38514
+ }
38515
+ if (output[_nOUA] != null) {
38516
+ contents[_NOUA] = __strictParseInt32(output[_nOUA]);
38517
+ }
38518
+ if (output.regionalSummarySet === "") {
38519
+ contents[_RSeg] = [];
38520
+ }
38521
+ else if (output[_rSS] != null && output[_rSS][_i] != null) {
38522
+ contents[_RSeg] = de_RegionalSummaryList(__getArrayIfSingleItem(output[_rSS][_i]), context);
38523
+ }
38524
+ return contents;
38525
+ };
38526
+ const de_AttributeSummaryList = (output, context) => {
38527
+ return (output || [])
38528
+ .filter((e) => e != null)
38529
+ .map((entry) => {
38530
+ return de_AttributeSummary(entry, context);
38531
+ });
38532
+ };
37790
38533
  const de_AttributeValue = (output, context) => {
37791
38534
  const contents = {};
37792
38535
  if (output[_v] != null) {
@@ -38138,6 +38881,13 @@ const de_CancelCapacityReservationResult = (output, context) => {
38138
38881
  }
38139
38882
  return contents;
38140
38883
  };
38884
+ const de_CancelDeclarativePoliciesReportResult = (output, context) => {
38885
+ const contents = {};
38886
+ if (output[_r] != null) {
38887
+ contents[_Ret] = __parseBoolean(output[_r]);
38888
+ }
38889
+ return contents;
38890
+ };
38141
38891
  const de_CancelImageLaunchPermissionResult = (output, context) => {
38142
38892
  const contents = {};
38143
38893
  if (output[_r] != null) {
@@ -40224,6 +40974,44 @@ const de_DataResponses = (output, context) => {
40224
40974
  return de_DataResponse(entry, context);
40225
40975
  });
40226
40976
  };
40977
+ const de_DeclarativePoliciesReport = (output, context) => {
40978
+ const contents = {};
40979
+ if (output[_rI] != null) {
40980
+ contents[_RIep] = __expectString(output[_rI]);
40981
+ }
40982
+ if (output[_sB] != null) {
40983
+ contents[_SB] = __expectString(output[_sB]);
40984
+ }
40985
+ if (output[_sP] != null) {
40986
+ contents[_SP] = __expectString(output[_sP]);
40987
+ }
40988
+ if (output[_tI] != null) {
40989
+ contents[_TIa] = __expectString(output[_tI]);
40990
+ }
40991
+ if (output[_sT] != null) {
40992
+ contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
40993
+ }
40994
+ if (output[_eTn] != null) {
40995
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
40996
+ }
40997
+ if (output[_sta] != null) {
40998
+ contents[_Statu] = __expectString(output[_sta]);
40999
+ }
41000
+ if (output.tagSet === "") {
41001
+ contents[_Ta] = [];
41002
+ }
41003
+ else if (output[_tS] != null && output[_tS][_i] != null) {
41004
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
41005
+ }
41006
+ return contents;
41007
+ };
41008
+ const de_DeclarativePoliciesReportList = (output, context) => {
41009
+ return (output || [])
41010
+ .filter((e) => e != null)
41011
+ .map((entry) => {
41012
+ return de_DeclarativePoliciesReport(entry, context);
41013
+ });
41014
+ };
40227
41015
  const de_DedicatedHostIdList = (output, context) => {
40228
41016
  return (output || [])
40229
41017
  .filter((e) => e != null)
@@ -40431,7 +41219,7 @@ const de_DeleteLaunchTemplateVersionsResponseErrorItem = (output, context) => {
40431
41219
  contents[_VNe] = __strictParseLong(output[_vNe]);
40432
41220
  }
40433
41221
  if (output[_rE] != null) {
40434
- contents[_REe] = de_ResponseError(output[_rE], context);
41222
+ contents[_REes] = de_ResponseError(output[_rE], context);
40435
41223
  }
40436
41224
  return contents;
40437
41225
  };
@@ -41148,6 +41936,19 @@ const de_DescribeCustomerGatewaysResult = (output, context) => {
41148
41936
  }
41149
41937
  return contents;
41150
41938
  };
41939
+ const de_DescribeDeclarativePoliciesReportsResult = (output, context) => {
41940
+ const contents = {};
41941
+ if (output[_nTe] != null) {
41942
+ contents[_NT] = __expectString(output[_nTe]);
41943
+ }
41944
+ if (output.reportSet === "") {
41945
+ contents[_Rep] = [];
41946
+ }
41947
+ else if (output[_rSe] != null && output[_rSe][_i] != null) {
41948
+ contents[_Rep] = de_DeclarativePoliciesReportList(__getArrayIfSingleItem(output[_rSe][_i]), context);
41949
+ }
41950
+ return contents;
41951
+ };
41151
41952
  const de_DescribeDhcpOptionsResult = (output, context) => {
41152
41953
  const contents = {};
41153
41954
  if (output[_nTe] != null) {
@@ -41297,14 +42098,14 @@ const de_DescribeFastSnapshotRestoreSuccessItem = (output, context) => {
41297
42098
  if (output[_oAw] != null) {
41298
42099
  contents[_OAw] = __expectString(output[_oAw]);
41299
42100
  }
41300
- if (output[_eTn] != null) {
41301
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
42101
+ if (output[_eTna] != null) {
42102
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
41302
42103
  }
41303
42104
  if (output[_oT] != null) {
41304
42105
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
41305
42106
  }
41306
- if (output[_eTna] != null) {
41307
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
42107
+ if (output[_eTnab] != null) {
42108
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
41308
42109
  }
41309
42110
  if (output[_dTi] != null) {
41310
42111
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -41635,8 +42436,8 @@ const de_DescribeInstancesResult = (output, context) => {
41635
42436
  if (output.reservationSet === "") {
41636
42437
  contents[_Rese] = [];
41637
42438
  }
41638
- else if (output[_rSe] != null && output[_rSe][_i] != null) {
41639
- contents[_Rese] = de_ReservationList(__getArrayIfSingleItem(output[_rSe][_i]), context);
42439
+ else if (output[_rSes] != null && output[_rSes][_i] != null) {
42440
+ contents[_Rese] = de_ReservationList(__getArrayIfSingleItem(output[_rSes][_i]), context);
41640
42441
  }
41641
42442
  return contents;
41642
42443
  };
@@ -42158,8 +42959,8 @@ const de_DescribeRegionsResult = (output, context) => {
42158
42959
  if (output.regionInfo === "") {
42159
42960
  contents[_Reg] = [];
42160
42961
  }
42161
- else if (output[_rI] != null && output[_rI][_i] != null) {
42162
- contents[_Reg] = de_RegionList(__getArrayIfSingleItem(output[_rI][_i]), context);
42962
+ else if (output[_rIe] != null && output[_rIe][_i] != null) {
42963
+ contents[_Reg] = de_RegionList(__getArrayIfSingleItem(output[_rIe][_i]), context);
42163
42964
  }
42164
42965
  return contents;
42165
42966
  };
@@ -42865,6 +43666,19 @@ const de_DescribeVpcClassicLinkResult = (output, context) => {
42865
43666
  }
42866
43667
  return contents;
42867
43668
  };
43669
+ const de_DescribeVpcEndpointAssociationsResult = (output, context) => {
43670
+ const contents = {};
43671
+ if (output.vpcEndpointAssociationSet === "") {
43672
+ contents[_VEA] = [];
43673
+ }
43674
+ else if (output[_vEAS] != null && output[_vEAS][_i] != null) {
43675
+ contents[_VEA] = de_VpcEndpointAssociationSet(__getArrayIfSingleItem(output[_vEAS][_i]), context);
43676
+ }
43677
+ if (output[_nTe] != null) {
43678
+ contents[_NT] = __expectString(output[_nTe]);
43679
+ }
43680
+ return contents;
43681
+ };
42868
43682
  const de_DescribeVpcEndpointConnectionNotificationsResult = (output, context) => {
42869
43683
  const contents = {};
42870
43684
  if (output.connectionNotificationSet === "") {
@@ -43027,14 +43841,21 @@ const de_DetachVerifiedAccessTrustProviderResult = (output, context) => {
43027
43841
  };
43028
43842
  const de_DeviceOptions = (output, context) => {
43029
43843
  const contents = {};
43030
- if (output[_tI] != null) {
43031
- contents[_TIe] = __expectString(output[_tI]);
43844
+ if (output[_tIe] != null) {
43845
+ contents[_TIe] = __expectString(output[_tIe]);
43032
43846
  }
43033
43847
  if (output[_pSKU] != null) {
43034
43848
  contents[_PSKU] = __expectString(output[_pSKU]);
43035
43849
  }
43036
43850
  return contents;
43037
43851
  };
43852
+ const de_DeviceTrustProviderTypeList = (output, context) => {
43853
+ return (output || [])
43854
+ .filter((e) => e != null)
43855
+ .map((entry) => {
43856
+ return __expectString(entry);
43857
+ });
43858
+ };
43038
43859
  const de_DhcpConfiguration = (output, context) => {
43039
43860
  const contents = {};
43040
43861
  if (output[_k] != null) {
@@ -43105,6 +43926,13 @@ const de_DisableAddressTransferResult = (output, context) => {
43105
43926
  }
43106
43927
  return contents;
43107
43928
  };
43929
+ const de_DisableAllowedImagesSettingsResult = (output, context) => {
43930
+ const contents = {};
43931
+ if (output[_aISS] != null) {
43932
+ contents[_AISS] = __expectString(output[_aISS]);
43933
+ }
43934
+ return contents;
43935
+ };
43108
43936
  const de_DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
43109
43937
  const contents = {};
43110
43938
  if (output[_ou] != null) {
@@ -43233,14 +44061,14 @@ const de_DisableFastSnapshotRestoreSuccessItem = (output, context) => {
43233
44061
  if (output[_oAw] != null) {
43234
44062
  contents[_OAw] = __expectString(output[_oAw]);
43235
44063
  }
43236
- if (output[_eTn] != null) {
43237
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
44064
+ if (output[_eTna] != null) {
44065
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
43238
44066
  }
43239
44067
  if (output[_oT] != null) {
43240
44068
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
43241
44069
  }
43242
- if (output[_eTna] != null) {
43243
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
44070
+ if (output[_eTnab] != null) {
44071
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
43244
44072
  }
43245
44073
  if (output[_dTi] != null) {
43246
44074
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -43853,6 +44681,13 @@ const de_EnableAddressTransferResult = (output, context) => {
43853
44681
  }
43854
44682
  return contents;
43855
44683
  };
44684
+ const de_EnableAllowedImagesSettingsResult = (output, context) => {
44685
+ const contents = {};
44686
+ if (output[_aISS] != null) {
44687
+ contents[_AISS] = __expectString(output[_aISS]);
44688
+ }
44689
+ return contents;
44690
+ };
43856
44691
  const de_EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
43857
44692
  const contents = {};
43858
44693
  if (output[_ou] != null) {
@@ -43981,14 +44816,14 @@ const de_EnableFastSnapshotRestoreSuccessItem = (output, context) => {
43981
44816
  if (output[_oAw] != null) {
43982
44817
  contents[_OAw] = __expectString(output[_oAw]);
43983
44818
  }
43984
- if (output[_eTn] != null) {
43985
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
44819
+ if (output[_eTna] != null) {
44820
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
43986
44821
  }
43987
44822
  if (output[_oT] != null) {
43988
44823
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
43989
44824
  }
43990
- if (output[_eTna] != null) {
43991
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
44825
+ if (output[_eTnab] != null) {
44826
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
43992
44827
  }
43993
44828
  if (output[_dTi] != null) {
43994
44829
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -44491,6 +45326,34 @@ const de_ExportTransitGatewayRoutesResult = (output, context) => {
44491
45326
  }
44492
45327
  return contents;
44493
45328
  };
45329
+ const de_ExportVerifiedAccessInstanceClientConfigurationResult = (output, context) => {
45330
+ const contents = {};
45331
+ if (output[_ve] != null) {
45332
+ contents[_V] = __expectString(output[_ve]);
45333
+ }
45334
+ if (output[_vAII] != null) {
45335
+ contents[_VAII] = __expectString(output[_vAII]);
45336
+ }
45337
+ if (output[_re] != null) {
45338
+ contents[_Regi] = __expectString(output[_re]);
45339
+ }
45340
+ if (output.deviceTrustProviderSet === "") {
45341
+ contents[_DTP] = [];
45342
+ }
45343
+ else if (output[_dTPS] != null && output[_dTPS][_i] != null) {
45344
+ contents[_DTP] = de_DeviceTrustProviderTypeList(__getArrayIfSingleItem(output[_dTPS][_i]), context);
45345
+ }
45346
+ if (output[_uTP] != null) {
45347
+ contents[_UTP] = de_VerifiedAccessInstanceUserTrustProviderClientConfiguration(output[_uTP], context);
45348
+ }
45349
+ if (output.openVpnConfigurationSet === "") {
45350
+ contents[_OVC] = [];
45351
+ }
45352
+ else if (output[_oVCS] != null && output[_oVCS][_i] != null) {
45353
+ contents[_OVC] = de_VerifiedAccessInstanceOpenVpnClientConfigurationList(__getArrayIfSingleItem(output[_oVCS][_i]), context);
45354
+ }
45355
+ return contents;
45356
+ };
44494
45357
  const de_FailedCapacityReservationFleetCancellationResult = (output, context) => {
44495
45358
  const contents = {};
44496
45359
  if (output[_cRFI] != null) {
@@ -44892,8 +45755,8 @@ const de_FlowLog = (output, context) => {
44892
45755
  if (output[_lGN] != null) {
44893
45756
  contents[_LGN] = __expectString(output[_lGN]);
44894
45757
  }
44895
- if (output[_rIe] != null) {
44896
- contents[_RIeso] = __expectString(output[_rIe]);
45758
+ if (output[_rIes] != null) {
45759
+ contents[_RIeso] = __expectString(output[_rIes]);
44897
45760
  }
44898
45761
  if (output[_tT] != null) {
44899
45762
  contents[_TT] = __expectString(output[_tT]);
@@ -45074,6 +45937,22 @@ const de_FpgaInfo = (output, context) => {
45074
45937
  }
45075
45938
  return contents;
45076
45939
  };
45940
+ const de_GetAllowedImagesSettingsResult = (output, context) => {
45941
+ const contents = {};
45942
+ if (output[_st] != null) {
45943
+ contents[_Stat] = __expectString(output[_st]);
45944
+ }
45945
+ if (output.imageCriterionSet === "") {
45946
+ contents[_ICm] = [];
45947
+ }
45948
+ else if (output[_iCS] != null && output[_iCS][_i] != null) {
45949
+ contents[_ICm] = de_ImageCriterionList(__getArrayIfSingleItem(output[_iCS][_i]), context);
45950
+ }
45951
+ if (output[_mB] != null) {
45952
+ contents[_MB] = __expectString(output[_mB]);
45953
+ }
45954
+ return contents;
45955
+ };
45077
45956
  const de_GetAssociatedEnclaveCertificateIamRolesResult = (output, context) => {
45078
45957
  const contents = {};
45079
45958
  if (output.associatedRoleSet === "") {
@@ -45180,6 +46059,40 @@ const de_GetConsoleScreenshotResult = (output, context) => {
45180
46059
  }
45181
46060
  return contents;
45182
46061
  };
46062
+ const de_GetDeclarativePoliciesReportSummaryResult = (output, context) => {
46063
+ const contents = {};
46064
+ if (output[_rI] != null) {
46065
+ contents[_RIep] = __expectString(output[_rI]);
46066
+ }
46067
+ if (output[_sB] != null) {
46068
+ contents[_SB] = __expectString(output[_sB]);
46069
+ }
46070
+ if (output[_sP] != null) {
46071
+ contents[_SP] = __expectString(output[_sP]);
46072
+ }
46073
+ if (output[_tI] != null) {
46074
+ contents[_TIa] = __expectString(output[_tI]);
46075
+ }
46076
+ if (output[_sT] != null) {
46077
+ contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
46078
+ }
46079
+ if (output[_eTn] != null) {
46080
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
46081
+ }
46082
+ if (output[_nOA] != null) {
46083
+ contents[_NOA] = __strictParseInt32(output[_nOA]);
46084
+ }
46085
+ if (output[_nOFA] != null) {
46086
+ contents[_NOFA] = __strictParseInt32(output[_nOFA]);
46087
+ }
46088
+ if (output.attributeSummarySet === "") {
46089
+ contents[_ASt] = [];
46090
+ }
46091
+ else if (output[_aSSt] != null && output[_aSSt][_i] != null) {
46092
+ contents[_ASt] = de_AttributeSummaryList(__getArrayIfSingleItem(output[_aSSt][_i]), context);
46093
+ }
46094
+ return contents;
46095
+ };
45183
46096
  const de_GetDefaultCreditSpecificationResult = (output, context) => {
45184
46097
  const contents = {};
45185
46098
  if (output[_iFCS] != null) {
@@ -45206,8 +46119,8 @@ const de_GetEbsEncryptionByDefaultResult = (output, context) => {
45206
46119
  };
45207
46120
  const de_GetFlowLogsIntegrationTemplateResult = (output, context) => {
45208
46121
  const contents = {};
45209
- if (output[_re] != null) {
45210
- contents[_Resu] = __expectString(output[_re]);
46122
+ if (output[_res] != null) {
46123
+ contents[_Resu] = __expectString(output[_res]);
45211
46124
  }
45212
46125
  return contents;
45213
46126
  };
@@ -45248,6 +46161,9 @@ const de_GetImageBlockPublicAccessStateResult = (output, context) => {
45248
46161
  if (output[_iBPAS] != null) {
45249
46162
  contents[_IBPAS] = __expectString(output[_iBPAS]);
45250
46163
  }
46164
+ if (output[_mB] != null) {
46165
+ contents[_MB] = __expectString(output[_mB]);
46166
+ }
45251
46167
  return contents;
45252
46168
  };
45253
46169
  const de_GetInstanceMetadataDefaultsResult = (output, context) => {
@@ -45517,6 +46433,9 @@ const de_GetSerialConsoleAccessStatusResult = (output, context) => {
45517
46433
  if (output[_sCAE] != null) {
45518
46434
  contents[_SCAE] = __parseBoolean(output[_sCAE]);
45519
46435
  }
46436
+ if (output[_mB] != null) {
46437
+ contents[_MB] = __expectString(output[_mB]);
46438
+ }
45520
46439
  return contents;
45521
46440
  };
45522
46441
  const de_GetSnapshotBlockPublicAccessStateResult = (output, context) => {
@@ -45524,6 +46443,9 @@ const de_GetSnapshotBlockPublicAccessStateResult = (output, context) => {
45524
46443
  if (output[_st] != null) {
45525
46444
  contents[_Stat] = __expectString(output[_st]);
45526
46445
  }
46446
+ if (output[_mB] != null) {
46447
+ contents[_MB] = __expectString(output[_mB]);
46448
+ }
45527
46449
  return contents;
45528
46450
  };
45529
46451
  const de_GetSpotPlacementScoresResult = (output, context) => {
@@ -45656,6 +46578,19 @@ const de_GetVerifiedAccessEndpointPolicyResult = (output, context) => {
45656
46578
  }
45657
46579
  return contents;
45658
46580
  };
46581
+ const de_GetVerifiedAccessEndpointTargetsResult = (output, context) => {
46582
+ const contents = {};
46583
+ if (output.verifiedAccessEndpointTargetSet === "") {
46584
+ contents[_VAET] = [];
46585
+ }
46586
+ else if (output[_vAETS] != null && output[_vAETS][_i] != null) {
46587
+ contents[_VAET] = de_VerifiedAccessEndpointTargetList(__getArrayIfSingleItem(output[_vAETS][_i]), context);
46588
+ }
46589
+ if (output[_nTe] != null) {
46590
+ contents[_NT] = __expectString(output[_nTe]);
46591
+ }
46592
+ return contents;
46593
+ };
45659
46594
  const de_GetVerifiedAccessGroupPolicyResult = (output, context) => {
45660
46595
  const contents = {};
45661
46596
  if (output[_pE] != null) {
@@ -46097,8 +47032,8 @@ const de_IdFormat = (output, context) => {
46097
47032
  if (output[_dea] != null) {
46098
47033
  contents[_Dea] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dea]));
46099
47034
  }
46100
- if (output[_res] != null) {
46101
- contents[_Res] = __expectString(output[_res]);
47035
+ if (output[_reso] != null) {
47036
+ contents[_Res] = __expectString(output[_reso]);
46102
47037
  }
46103
47038
  if (output[_uLI] != null) {
46104
47039
  contents[_ULI] = __parseBoolean(output[_uLI]);
@@ -46197,6 +47132,9 @@ const de_Image = (output, context) => {
46197
47132
  if (output[_lLT] != null) {
46198
47133
  contents[_LLT] = __expectString(output[_lLT]);
46199
47134
  }
47135
+ if (output[_iAm] != null) {
47136
+ contents[_IAm] = __parseBoolean(output[_iAm]);
47137
+ }
46200
47138
  if (output[_sIIo] != null) {
46201
47139
  contents[_SII] = __expectString(output[_sIIo]);
46202
47140
  }
@@ -46299,6 +47237,23 @@ const de_ImageAttribute = (output, context) => {
46299
47237
  }
46300
47238
  return contents;
46301
47239
  };
47240
+ const de_ImageCriterion = (output, context) => {
47241
+ const contents = {};
47242
+ if (output.imageProviderSet === "") {
47243
+ contents[_IPm] = [];
47244
+ }
47245
+ else if (output[_iPSm] != null && output[_iPSm][_i] != null) {
47246
+ contents[_IPm] = de_ImageProviderList(__getArrayIfSingleItem(output[_iPSm][_i]), context);
47247
+ }
47248
+ return contents;
47249
+ };
47250
+ const de_ImageCriterionList = (output, context) => {
47251
+ return (output || [])
47252
+ .filter((e) => e != null)
47253
+ .map((entry) => {
47254
+ return de_ImageCriterion(entry, context);
47255
+ });
47256
+ };
46302
47257
  const de_ImageList = (output, context) => {
46303
47258
  return (output || [])
46304
47259
  .filter((e) => e != null)
@@ -46329,11 +47284,21 @@ const de_ImageMetadata = (output, context) => {
46329
47284
  if (output[_dTe] != null) {
46330
47285
  contents[_DTep] = __expectString(output[_dTe]);
46331
47286
  }
47287
+ if (output[_iAm] != null) {
47288
+ contents[_IAm] = __parseBoolean(output[_iAm]);
47289
+ }
46332
47290
  if (output[_iPs] != null) {
46333
47291
  contents[_IPs] = __parseBoolean(output[_iPs]);
46334
47292
  }
46335
47293
  return contents;
46336
47294
  };
47295
+ const de_ImageProviderList = (output, context) => {
47296
+ return (output || [])
47297
+ .filter((e) => e != null)
47298
+ .map((entry) => {
47299
+ return __expectString(entry);
47300
+ });
47301
+ };
46337
47302
  const de_ImageRecycleBinInfo = (output, context) => {
46338
47303
  const contents = {};
46339
47304
  if (output[_iIma] != null) {
@@ -46795,7 +47760,7 @@ const de_Instance = (output, context) => {
46795
47760
  contents[_VTir] = __expectString(output[_vTi]);
46796
47761
  }
46797
47762
  if (output[_cO] != null) {
46798
- contents[_CO] = de_CpuOptions(output[_cO], context);
47763
+ contents[_COp] = de_CpuOptions(output[_cO], context);
46799
47764
  }
46800
47765
  if (output[_cRI] != null) {
46801
47766
  contents[_CRI] = __expectString(output[_cRI]);
@@ -47323,6 +48288,12 @@ const de_InstanceMetadataDefaultsResponse = (output, context) => {
47323
48288
  if (output[_iMT] != null) {
47324
48289
  contents[_IMT] = __expectString(output[_iMT]);
47325
48290
  }
48291
+ if (output[_mB] != null) {
48292
+ contents[_MB] = __expectString(output[_mB]);
48293
+ }
48294
+ if (output[_mEM] != null) {
48295
+ contents[_MEM] = __expectString(output[_mEM]);
48296
+ }
47326
48297
  return contents;
47327
48298
  };
47328
48299
  const de_InstanceMetadataOptionsResponse = (output, context) => {
@@ -48212,8 +49183,8 @@ const de_IpamAddressHistoryRecord = (output, context) => {
48212
49183
  if (output[_rTe] != null) {
48213
49184
  contents[_RT] = __expectString(output[_rTe]);
48214
49185
  }
48215
- if (output[_rIe] != null) {
48216
- contents[_RIeso] = __expectString(output[_rIe]);
49186
+ if (output[_rIes] != null) {
49187
+ contents[_RIeso] = __expectString(output[_rIes]);
48217
49188
  }
48218
49189
  if (output[_rCe] != null) {
48219
49190
  contents[_RC] = __expectString(output[_rCe]);
@@ -48353,8 +49324,8 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
48353
49324
  if (output[_rR] != null) {
48354
49325
  contents[_RRe] = __expectString(output[_rR]);
48355
49326
  }
48356
- if (output[_rIe] != null) {
48357
- contents[_RIeso] = __expectString(output[_rIe]);
49327
+ if (output[_rIes] != null) {
49328
+ contents[_RIeso] = __expectString(output[_rIes]);
48358
49329
  }
48359
49330
  if (output[_rOI] != null) {
48360
49331
  contents[_ROI] = __expectString(output[_rOI]);
@@ -48579,8 +49550,8 @@ const de_IpamPoolAllocation = (output, context) => {
48579
49550
  if (output[_de] != null) {
48580
49551
  contents[_De] = __expectString(output[_de]);
48581
49552
  }
48582
- if (output[_rIe] != null) {
48583
- contents[_RIeso] = __expectString(output[_rIe]);
49553
+ if (output[_rIes] != null) {
49554
+ contents[_RIeso] = __expectString(output[_rIes]);
48584
49555
  }
48585
49556
  if (output[_rTe] != null) {
48586
49557
  contents[_RT] = __expectString(output[_rTe]);
@@ -48589,7 +49560,7 @@ const de_IpamPoolAllocation = (output, context) => {
48589
49560
  contents[_RRe] = __expectString(output[_rR]);
48590
49561
  }
48591
49562
  if (output[_rO] != null) {
48592
- contents[_RO] = __expectString(output[_rO]);
49563
+ contents[_ROe] = __expectString(output[_rO]);
48593
49564
  }
48594
49565
  return contents;
48595
49566
  };
@@ -48645,8 +49616,8 @@ const de_IpamPoolSet = (output, context) => {
48645
49616
  };
48646
49617
  const de_IpamPoolSourceResource = (output, context) => {
48647
49618
  const contents = {};
48648
- if (output[_rIe] != null) {
48649
- contents[_RIeso] = __expectString(output[_rIe]);
49619
+ if (output[_rIes] != null) {
49620
+ contents[_RIeso] = __expectString(output[_rIes]);
48650
49621
  }
48651
49622
  if (output[_rTe] != null) {
48652
49623
  contents[_RT] = __expectString(output[_rTe]);
@@ -48655,7 +49626,7 @@ const de_IpamPoolSourceResource = (output, context) => {
48655
49626
  contents[_RRe] = __expectString(output[_rR]);
48656
49627
  }
48657
49628
  if (output[_rO] != null) {
48658
- contents[_RO] = __expectString(output[_rO]);
49629
+ contents[_ROe] = __expectString(output[_rO]);
48659
49630
  }
48660
49631
  return contents;
48661
49632
  };
@@ -48720,8 +49691,8 @@ const de_IpamResourceCidr = (output, context) => {
48720
49691
  if (output[_rOI] != null) {
48721
49692
  contents[_ROI] = __expectString(output[_rOI]);
48722
49693
  }
48723
- if (output[_rIe] != null) {
48724
- contents[_RIeso] = __expectString(output[_rIe]);
49694
+ if (output[_rIes] != null) {
49695
+ contents[_RIeso] = __expectString(output[_rIes]);
48725
49696
  }
48726
49697
  if (output[_rNes] != null) {
48727
49698
  contents[_RNes] = __expectString(output[_rNes]);
@@ -51042,6 +52013,31 @@ const de_NatGatewayList = (output, context) => {
51042
52013
  return de_NatGateway(entry, context);
51043
52014
  });
51044
52015
  };
52016
+ const de_NativeApplicationOidcOptions = (output, context) => {
52017
+ const contents = {};
52018
+ if (output[_pSKE] != null) {
52019
+ contents[_PSKE] = __expectString(output[_pSKE]);
52020
+ }
52021
+ if (output[_is] != null) {
52022
+ contents[_I] = __expectString(output[_is]);
52023
+ }
52024
+ if (output[_aE] != null) {
52025
+ contents[_AE] = __expectString(output[_aE]);
52026
+ }
52027
+ if (output[_tEo] != null) {
52028
+ contents[_TEo] = __expectString(output[_tEo]);
52029
+ }
52030
+ if (output[_uIE] != null) {
52031
+ contents[_UIE] = __expectString(output[_uIE]);
52032
+ }
52033
+ if (output[_cIli] != null) {
52034
+ contents[_CIl] = __expectString(output[_cIli]);
52035
+ }
52036
+ if (output[_sc] != null) {
52037
+ contents[_Sc] = __expectString(output[_sc]);
52038
+ }
52039
+ return contents;
52040
+ };
51045
52041
  const de_NetworkAcl = (output, context) => {
51046
52042
  const contents = {};
51047
52043
  if (output.associationSet === "") {
@@ -52004,8 +53000,8 @@ const de_PathStatement = (output, context) => {
52004
53000
  if (output[_pHS] != null) {
52005
53001
  contents[_PHS] = de_PacketHeaderStatement(output[_pHS], context);
52006
53002
  }
52007
- if (output[_rSes] != null) {
52008
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
53003
+ if (output[_rSeso] != null) {
53004
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
52009
53005
  }
52010
53006
  return contents;
52011
53007
  };
@@ -52059,8 +53055,8 @@ const de_PeeringTgwInfo = (output, context) => {
52059
53055
  if (output[_oI] != null) {
52060
53056
  contents[_OIwn] = __expectString(output[_oI]);
52061
53057
  }
52062
- if (output[_reg] != null) {
52063
- contents[_Regi] = __expectString(output[_reg]);
53058
+ if (output[_re] != null) {
53059
+ contents[_Regi] = __expectString(output[_re]);
52064
53060
  }
52065
53061
  return contents;
52066
53062
  };
@@ -52304,11 +53300,11 @@ const de_PrefixList = (output, context) => {
52304
53300
  };
52305
53301
  const de_PrefixListAssociation = (output, context) => {
52306
53302
  const contents = {};
52307
- if (output[_rIe] != null) {
52308
- contents[_RIeso] = __expectString(output[_rIe]);
53303
+ if (output[_rIes] != null) {
53304
+ contents[_RIeso] = __expectString(output[_rIes]);
52309
53305
  }
52310
53306
  if (output[_rO] != null) {
52311
- contents[_RO] = __expectString(output[_rO]);
53307
+ contents[_ROe] = __expectString(output[_rO]);
52312
53308
  }
52313
53309
  return contents;
52314
53310
  };
@@ -52841,6 +53837,26 @@ const de_Region = (output, context) => {
52841
53837
  }
52842
53838
  return contents;
52843
53839
  };
53840
+ const de_RegionalSummary = (output, context) => {
53841
+ const contents = {};
53842
+ if (output[_rNe] != null) {
53843
+ contents[_RN] = __expectString(output[_rNe]);
53844
+ }
53845
+ if (output[_nOMA] != null) {
53846
+ contents[_NOMA] = __strictParseInt32(output[_nOMA]);
53847
+ }
53848
+ if (output[_nOUA] != null) {
53849
+ contents[_NOUA] = __strictParseInt32(output[_nOUA]);
53850
+ }
53851
+ return contents;
53852
+ };
53853
+ const de_RegionalSummaryList = (output, context) => {
53854
+ return (output || [])
53855
+ .filter((e) => e != null)
53856
+ .map((entry) => {
53857
+ return de_RegionalSummary(entry, context);
53858
+ });
53859
+ };
52844
53860
  const de_RegionList = (output, context) => {
52845
53861
  return (output || [])
52846
53862
  .filter((e) => e != null)
@@ -52951,6 +53967,13 @@ const de_ReplaceIamInstanceProfileAssociationResult = (output, context) => {
52951
53967
  }
52952
53968
  return contents;
52953
53969
  };
53970
+ const de_ReplaceImageCriteriaInAllowedImagesSettingsResult = (output, context) => {
53971
+ const contents = {};
53972
+ if (output[_r] != null) {
53973
+ contents[_RV] = __parseBoolean(output[_r]);
53974
+ }
53975
+ return contents;
53976
+ };
52954
53977
  const de_ReplaceNetworkAclAssociationResult = (output, context) => {
52955
53978
  const contents = {};
52956
53979
  if (output[_nAIe] != null) {
@@ -53042,8 +54065,8 @@ const de_RequestSpotInstancesResult = (output, context) => {
53042
54065
  };
53043
54066
  const de_Reservation = (output, context) => {
53044
54067
  const contents = {};
53045
- if (output[_rIes] != null) {
53046
- contents[_RIeser] = __expectString(output[_rIes]);
54068
+ if (output[_rIese] != null) {
54069
+ contents[_RIeser] = __expectString(output[_rIese]);
53047
54070
  }
53048
54071
  if (output[_oI] != null) {
53049
54072
  contents[_OIwn] = __expectString(output[_oI]);
@@ -53405,8 +54428,8 @@ const de_ResourceStatement = (output, context) => {
53405
54428
  if (output.resourceSet === "") {
53406
54429
  contents[_Re] = [];
53407
54430
  }
53408
- else if (output[_rSeso] != null && output[_rSeso][_i] != null) {
53409
- contents[_Re] = de_ValueStringList(__getArrayIfSingleItem(output[_rSeso][_i]), context);
54431
+ else if (output[_rSesou] != null && output[_rSesou][_i] != null) {
54432
+ contents[_Re] = de_ValueStringList(__getArrayIfSingleItem(output[_rSesou][_i]), context);
53410
54433
  }
53411
54434
  if (output.resourceTypeSet === "") {
53412
54435
  contents[_RTeso] = [];
@@ -53527,7 +54550,7 @@ const de_ResponseLaunchTemplateData = (output, context) => {
53527
54550
  contents[_CSred] = de_CreditSpecification(output[_cSr], context);
53528
54551
  }
53529
54552
  if (output[_cO] != null) {
53530
- contents[_CO] = de_LaunchTemplateCpuOptions(output[_cO], context);
54553
+ contents[_COp] = de_LaunchTemplateCpuOptions(output[_cO], context);
53531
54554
  }
53532
54555
  if (output[_cRSa] != null) {
53533
54556
  contents[_CRS] = de_LaunchTemplateCapacityReservationSpecificationResponse(output[_cRSa], context);
@@ -55208,8 +56231,8 @@ const de_SpotPlacement = (output, context) => {
55208
56231
  };
55209
56232
  const de_SpotPlacementScore = (output, context) => {
55210
56233
  const contents = {};
55211
- if (output[_reg] != null) {
55212
- contents[_Regi] = __expectString(output[_reg]);
56234
+ if (output[_re] != null) {
56235
+ contents[_Regi] = __expectString(output[_re]);
55213
56236
  }
55214
56237
  if (output[_aZI] != null) {
55215
56238
  contents[_AZI] = __expectString(output[_aZI]);
@@ -55325,6 +56348,13 @@ const de_StaleSecurityGroupSet = (output, context) => {
55325
56348
  return de_StaleSecurityGroup(entry, context);
55326
56349
  });
55327
56350
  };
56351
+ const de_StartDeclarativePoliciesReportResult = (output, context) => {
56352
+ const contents = {};
56353
+ if (output[_rI] != null) {
56354
+ contents[_RIep] = __expectString(output[_rI]);
56355
+ }
56356
+ return contents;
56357
+ };
55328
56358
  const de_StartInstancesResult = (output, context) => {
55329
56359
  const contents = {};
55330
56360
  if (output.instancesSet === "") {
@@ -55560,6 +56590,26 @@ const de_SubnetCidrReservationList = (output, context) => {
55560
56590
  return de_SubnetCidrReservation(entry, context);
55561
56591
  });
55562
56592
  };
56593
+ const de_SubnetIpPrefixes = (output, context) => {
56594
+ const contents = {};
56595
+ if (output[_sIu] != null) {
56596
+ contents[_SIub] = __expectString(output[_sIu]);
56597
+ }
56598
+ if (output.ipPrefixSet === "") {
56599
+ contents[_IPpre] = [];
56600
+ }
56601
+ else if (output[_iPSpr] != null && output[_iPSpr][_i] != null) {
56602
+ contents[_IPpre] = de_ValueStringList(__getArrayIfSingleItem(output[_iPSpr][_i]), context);
56603
+ }
56604
+ return contents;
56605
+ };
56606
+ const de_SubnetIpPrefixesList = (output, context) => {
56607
+ return (output || [])
56608
+ .filter((e) => e != null)
56609
+ .map((entry) => {
56610
+ return de_SubnetIpPrefixes(entry, context);
56611
+ });
56612
+ };
55563
56613
  const de_SubnetIpv6CidrBlockAssociation = (output, context) => {
55564
56614
  const contents = {};
55565
56615
  if (output[_aIs] != null) {
@@ -55663,8 +56713,8 @@ const de_SupportedIpAddressTypes = (output, context) => {
55663
56713
  };
55664
56714
  const de_SupportedRegionDetail = (output, context) => {
55665
56715
  const contents = {};
55666
- if (output[_reg] != null) {
55667
- contents[_Regi] = __expectString(output[_reg]);
56716
+ if (output[_re] != null) {
56717
+ contents[_Regi] = __expectString(output[_re]);
55668
56718
  }
55669
56719
  if (output[_sSer] != null) {
55670
56720
  contents[_SSe] = __expectString(output[_sSer]);
@@ -55693,8 +56743,8 @@ const de_TagDescription = (output, context) => {
55693
56743
  if (output[_k] != null) {
55694
56744
  contents[_Ke] = __expectString(output[_k]);
55695
56745
  }
55696
- if (output[_rIe] != null) {
55697
- contents[_RIeso] = __expectString(output[_rIe]);
56746
+ if (output[_rIes] != null) {
56747
+ contents[_RIeso] = __expectString(output[_rIes]);
55698
56748
  }
55699
56749
  if (output[_rTe] != null) {
55700
56750
  contents[_RT] = __expectString(output[_rTe]);
@@ -55895,8 +56945,8 @@ const de_ThreadsPerCoreList = (output, context) => {
55895
56945
  };
55896
56946
  const de_ThroughResourcesStatement = (output, context) => {
55897
56947
  const contents = {};
55898
- if (output[_rSes] != null) {
55899
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
56948
+ if (output[_rSeso] != null) {
56949
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
55900
56950
  }
55901
56951
  return contents;
55902
56952
  };
@@ -56153,8 +57203,8 @@ const de_TransitGatewayAssociation = (output, context) => {
56153
57203
  if (output[_tGAI] != null) {
56154
57204
  contents[_TGAI] = __expectString(output[_tGAI]);
56155
57205
  }
56156
- if (output[_rIe] != null) {
56157
- contents[_RIeso] = __expectString(output[_rIe]);
57206
+ if (output[_rIes] != null) {
57207
+ contents[_RIeso] = __expectString(output[_rIes]);
56158
57208
  }
56159
57209
  if (output[_rTe] != null) {
56160
57210
  contents[_RT] = __expectString(output[_rTe]);
@@ -56181,8 +57231,8 @@ const de_TransitGatewayAttachment = (output, context) => {
56181
57231
  if (output[_rTe] != null) {
56182
57232
  contents[_RT] = __expectString(output[_rTe]);
56183
57233
  }
56184
- if (output[_rIe] != null) {
56185
- contents[_RIeso] = __expectString(output[_rIe]);
57234
+ if (output[_rIes] != null) {
57235
+ contents[_RIeso] = __expectString(output[_rIes]);
56186
57236
  }
56187
57237
  if (output[_st] != null) {
56188
57238
  contents[_Stat] = __expectString(output[_st]);
@@ -56435,8 +57485,8 @@ const de_TransitGatewayMulticastDomainAssociation = (output, context) => {
56435
57485
  if (output[_tGAI] != null) {
56436
57486
  contents[_TGAI] = __expectString(output[_tGAI]);
56437
57487
  }
56438
- if (output[_rIe] != null) {
56439
- contents[_RIeso] = __expectString(output[_rIe]);
57488
+ if (output[_rIes] != null) {
57489
+ contents[_RIeso] = __expectString(output[_rIes]);
56440
57490
  }
56441
57491
  if (output[_rTe] != null) {
56442
57492
  contents[_RT] = __expectString(output[_rTe]);
@@ -56464,8 +57514,8 @@ const de_TransitGatewayMulticastDomainAssociations = (output, context) => {
56464
57514
  if (output[_tGAI] != null) {
56465
57515
  contents[_TGAI] = __expectString(output[_tGAI]);
56466
57516
  }
56467
- if (output[_rIe] != null) {
56468
- contents[_RIeso] = __expectString(output[_rIe]);
57517
+ if (output[_rIes] != null) {
57518
+ contents[_RIeso] = __expectString(output[_rIes]);
56469
57519
  }
56470
57520
  if (output[_rTe] != null) {
56471
57521
  contents[_RT] = __expectString(output[_rTe]);
@@ -56512,8 +57562,8 @@ const de_TransitGatewayMulticastGroup = (output, context) => {
56512
57562
  if (output[_sIu] != null) {
56513
57563
  contents[_SIub] = __expectString(output[_sIu]);
56514
57564
  }
56515
- if (output[_rIe] != null) {
56516
- contents[_RIeso] = __expectString(output[_rIe]);
57565
+ if (output[_rIes] != null) {
57566
+ contents[_RIeso] = __expectString(output[_rIes]);
56517
57567
  }
56518
57568
  if (output[_rTe] != null) {
56519
57569
  contents[_RT] = __expectString(output[_rTe]);
@@ -56727,8 +57777,8 @@ const de_TransitGatewayPolicyTableAssociation = (output, context) => {
56727
57777
  if (output[_tGAI] != null) {
56728
57778
  contents[_TGAI] = __expectString(output[_tGAI]);
56729
57779
  }
56730
- if (output[_rIe] != null) {
56731
- contents[_RIeso] = __expectString(output[_rIe]);
57780
+ if (output[_rIes] != null) {
57781
+ contents[_RIeso] = __expectString(output[_rIes]);
56732
57782
  }
56733
57783
  if (output[_rTe] != null) {
56734
57784
  contents[_RT] = __expectString(output[_rTe]);
@@ -56780,8 +57830,8 @@ const de_TransitGatewayPrefixListAttachment = (output, context) => {
56780
57830
  if (output[_rTe] != null) {
56781
57831
  contents[_RT] = __expectString(output[_rTe]);
56782
57832
  }
56783
- if (output[_rIe] != null) {
56784
- contents[_RIeso] = __expectString(output[_rIe]);
57833
+ if (output[_rIes] != null) {
57834
+ contents[_RIeso] = __expectString(output[_rIes]);
56785
57835
  }
56786
57836
  return contents;
56787
57837
  };
@@ -56819,8 +57869,8 @@ const de_TransitGatewayPropagation = (output, context) => {
56819
57869
  if (output[_tGAI] != null) {
56820
57870
  contents[_TGAI] = __expectString(output[_tGAI]);
56821
57871
  }
56822
- if (output[_rIe] != null) {
56823
- contents[_RIeso] = __expectString(output[_rIe]);
57872
+ if (output[_rIes] != null) {
57873
+ contents[_RIeso] = __expectString(output[_rIes]);
56824
57874
  }
56825
57875
  if (output[_rTe] != null) {
56826
57876
  contents[_RT] = __expectString(output[_rTe]);
@@ -56863,8 +57913,8 @@ const de_TransitGatewayRoute = (output, context) => {
56863
57913
  };
56864
57914
  const de_TransitGatewayRouteAttachment = (output, context) => {
56865
57915
  const contents = {};
56866
- if (output[_rIe] != null) {
56867
- contents[_RIeso] = __expectString(output[_rIe]);
57916
+ if (output[_rIes] != null) {
57917
+ contents[_RIeso] = __expectString(output[_rIes]);
56868
57918
  }
56869
57919
  if (output[_tGAI] != null) {
56870
57920
  contents[_TGAI] = __expectString(output[_tGAI]);
@@ -56968,8 +58018,8 @@ const de_TransitGatewayRouteTableAssociation = (output, context) => {
56968
58018
  if (output[_tGAI] != null) {
56969
58019
  contents[_TGAI] = __expectString(output[_tGAI]);
56970
58020
  }
56971
- if (output[_rIe] != null) {
56972
- contents[_RIeso] = __expectString(output[_rIe]);
58021
+ if (output[_rIes] != null) {
58022
+ contents[_RIeso] = __expectString(output[_rIes]);
56973
58023
  }
56974
58024
  if (output[_rTe] != null) {
56975
58025
  contents[_RT] = __expectString(output[_rTe]);
@@ -56998,8 +58048,8 @@ const de_TransitGatewayRouteTablePropagation = (output, context) => {
56998
58048
  if (output[_tGAI] != null) {
56999
58049
  contents[_TGAI] = __expectString(output[_tGAI]);
57000
58050
  }
57001
- if (output[_rIe] != null) {
57002
- contents[_RIeso] = __expectString(output[_rIe]);
58051
+ if (output[_rIes] != null) {
58052
+ contents[_RIeso] = __expectString(output[_rIes]);
57003
58053
  }
57004
58054
  if (output[_rTe] != null) {
57005
58055
  contents[_RT] = __expectString(output[_rTe]);
@@ -57036,8 +58086,8 @@ const de_TransitGatewayRouteTableRoute = (output, context) => {
57036
58086
  if (output[_aIt] != null) {
57037
58087
  contents[_AIt] = __expectString(output[_aIt]);
57038
58088
  }
57039
- if (output[_rIe] != null) {
57040
- contents[_RIeso] = __expectString(output[_rIe]);
58089
+ if (output[_rIes] != null) {
58090
+ contents[_RIeso] = __expectString(output[_rIes]);
57041
58091
  }
57042
58092
  if (output[_rTe] != null) {
57043
58093
  contents[_RT] = __expectString(output[_rTe]);
@@ -57315,8 +58365,8 @@ const de_UnsuccessfulItem = (output, context) => {
57315
58365
  if (output[_er] != null) {
57316
58366
  contents[_Er] = de_UnsuccessfulItemError(output[_er], context);
57317
58367
  }
57318
- if (output[_rIe] != null) {
57319
- contents[_RIeso] = __expectString(output[_rIe]);
58368
+ if (output[_rIes] != null) {
58369
+ contents[_RIeso] = __expectString(output[_rIes]);
57320
58370
  }
57321
58371
  return contents;
57322
58372
  };
@@ -57541,6 +58591,34 @@ const de_VerifiedAccessEndpoint = (output, context) => {
57541
58591
  if (output[_sSs] != null) {
57542
58592
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57543
58593
  }
58594
+ if (output[_rOd] != null) {
58595
+ contents[_RO] = de_VerifiedAccessEndpointRdsOptions(output[_rOd], context);
58596
+ }
58597
+ if (output[_cOi] != null) {
58598
+ contents[_CO] = de_VerifiedAccessEndpointCidrOptions(output[_cOi], context);
58599
+ }
58600
+ return contents;
58601
+ };
58602
+ const de_VerifiedAccessEndpointCidrOptions = (output, context) => {
58603
+ const contents = {};
58604
+ if (output[_ci] != null) {
58605
+ contents[_C] = __expectString(output[_ci]);
58606
+ }
58607
+ if (output.portRangeSet === "") {
58608
+ contents[_PRo] = [];
58609
+ }
58610
+ else if (output[_pRS] != null && output[_pRS][_i] != null) {
58611
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList(__getArrayIfSingleItem(output[_pRS][_i]), context);
58612
+ }
58613
+ if (output[_pr] != null) {
58614
+ contents[_P] = __expectString(output[_pr]);
58615
+ }
58616
+ if (output.subnetIdSet === "") {
58617
+ contents[_SIu] = [];
58618
+ }
58619
+ else if (output[_sISu] != null && output[_sISu][_i] != null) {
58620
+ contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList(__getArrayIfSingleItem(output[_sISu][_i]), context);
58621
+ }
57544
58622
  return contents;
57545
58623
  };
57546
58624
  const de_VerifiedAccessEndpointEniOptions = (output, context) => {
@@ -57554,6 +58632,12 @@ const de_VerifiedAccessEndpointEniOptions = (output, context) => {
57554
58632
  if (output[_po] != null) {
57555
58633
  contents[_Po] = __strictParseInt32(output[_po]);
57556
58634
  }
58635
+ if (output.portRangeSet === "") {
58636
+ contents[_PRo] = [];
58637
+ }
58638
+ else if (output[_pRS] != null && output[_pRS][_i] != null) {
58639
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList(__getArrayIfSingleItem(output[_pRS][_i]), context);
58640
+ }
57557
58641
  return contents;
57558
58642
  };
57559
58643
  const de_VerifiedAccessEndpointList = (output, context) => {
@@ -57580,6 +58664,57 @@ const de_VerifiedAccessEndpointLoadBalancerOptions = (output, context) => {
57580
58664
  else if (output[_sISu] != null && output[_sISu][_i] != null) {
57581
58665
  contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList(__getArrayIfSingleItem(output[_sISu][_i]), context);
57582
58666
  }
58667
+ if (output.portRangeSet === "") {
58668
+ contents[_PRo] = [];
58669
+ }
58670
+ else if (output[_pRS] != null && output[_pRS][_i] != null) {
58671
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList(__getArrayIfSingleItem(output[_pRS][_i]), context);
58672
+ }
58673
+ return contents;
58674
+ };
58675
+ const de_VerifiedAccessEndpointPortRange = (output, context) => {
58676
+ const contents = {};
58677
+ if (output[_fP] != null) {
58678
+ contents[_FP] = __strictParseInt32(output[_fP]);
58679
+ }
58680
+ if (output[_tPo] != null) {
58681
+ contents[_TP] = __strictParseInt32(output[_tPo]);
58682
+ }
58683
+ return contents;
58684
+ };
58685
+ const de_VerifiedAccessEndpointPortRangeList = (output, context) => {
58686
+ return (output || [])
58687
+ .filter((e) => e != null)
58688
+ .map((entry) => {
58689
+ return de_VerifiedAccessEndpointPortRange(entry, context);
58690
+ });
58691
+ };
58692
+ const de_VerifiedAccessEndpointRdsOptions = (output, context) => {
58693
+ const contents = {};
58694
+ if (output[_pr] != null) {
58695
+ contents[_P] = __expectString(output[_pr]);
58696
+ }
58697
+ if (output[_po] != null) {
58698
+ contents[_Po] = __strictParseInt32(output[_po]);
58699
+ }
58700
+ if (output[_rDIA] != null) {
58701
+ contents[_RDIA] = __expectString(output[_rDIA]);
58702
+ }
58703
+ if (output[_rDCA] != null) {
58704
+ contents[_RDCA] = __expectString(output[_rDCA]);
58705
+ }
58706
+ if (output[_rDPA] != null) {
58707
+ contents[_RDPA] = __expectString(output[_rDPA]);
58708
+ }
58709
+ if (output[_rEd] != null) {
58710
+ contents[_RE] = __expectString(output[_rEd]);
58711
+ }
58712
+ if (output.subnetIdSet === "") {
58713
+ contents[_SIu] = [];
58714
+ }
58715
+ else if (output[_sISu] != null && output[_sISu][_i] != null) {
58716
+ contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList(__getArrayIfSingleItem(output[_sISu][_i]), context);
58717
+ }
57583
58718
  return contents;
57584
58719
  };
57585
58720
  const de_VerifiedAccessEndpointStatus = (output, context) => {
@@ -57599,6 +58734,26 @@ const de_VerifiedAccessEndpointSubnetIdList = (output, context) => {
57599
58734
  return __expectString(entry);
57600
58735
  });
57601
58736
  };
58737
+ const de_VerifiedAccessEndpointTarget = (output, context) => {
58738
+ const contents = {};
58739
+ if (output[_vAEI] != null) {
58740
+ contents[_VAEI] = __expectString(output[_vAEI]);
58741
+ }
58742
+ if (output[_vAETIA] != null) {
58743
+ contents[_VAETIA] = __expectString(output[_vAETIA]);
58744
+ }
58745
+ if (output[_vAETD] != null) {
58746
+ contents[_VAETD] = __expectString(output[_vAETD]);
58747
+ }
58748
+ return contents;
58749
+ };
58750
+ const de_VerifiedAccessEndpointTargetList = (output, context) => {
58751
+ return (output || [])
58752
+ .filter((e) => e != null)
58753
+ .map((entry) => {
58754
+ return de_VerifiedAccessEndpointTarget(entry, context);
58755
+ });
58756
+ };
57602
58757
  const de_VerifiedAccessGroup = (output, context) => {
57603
58758
  const contents = {};
57604
58759
  if (output[_vAGI] != null) {
@@ -57672,6 +58827,22 @@ const de_VerifiedAccessInstance = (output, context) => {
57672
58827
  if (output[_fE] != null) {
57673
58828
  contents[_FE] = __parseBoolean(output[_fE]);
57674
58829
  }
58830
+ if (output[_cECSD] != null) {
58831
+ contents[_CECSD] = de_VerifiedAccessInstanceCustomSubDomain(output[_cECSD], context);
58832
+ }
58833
+ return contents;
58834
+ };
58835
+ const de_VerifiedAccessInstanceCustomSubDomain = (output, context) => {
58836
+ const contents = {};
58837
+ if (output[_sDu] != null) {
58838
+ contents[_SDu] = __expectString(output[_sDu]);
58839
+ }
58840
+ if (output.nameserverSet === "") {
58841
+ contents[_Na] = [];
58842
+ }
58843
+ else if (output[_nSa] != null && output[_nSa][_i] != null) {
58844
+ contents[_Na] = de_ValueStringList(__getArrayIfSingleItem(output[_nSa][_i]), context);
58845
+ }
57675
58846
  return contents;
57676
58847
  };
57677
58848
  const de_VerifiedAccessInstanceList = (output, context) => {
@@ -57698,6 +58869,74 @@ const de_VerifiedAccessInstanceLoggingConfigurationList = (output, context) => {
57698
58869
  return de_VerifiedAccessInstanceLoggingConfiguration(entry, context);
57699
58870
  });
57700
58871
  };
58872
+ const de_VerifiedAccessInstanceOpenVpnClientConfiguration = (output, context) => {
58873
+ const contents = {};
58874
+ if (output[_confi] != null) {
58875
+ contents[_Confi] = __expectString(output[_confi]);
58876
+ }
58877
+ if (output.routeSet === "") {
58878
+ contents[_Rout] = [];
58879
+ }
58880
+ else if (output[_rSo] != null && output[_rSo][_i] != null) {
58881
+ contents[_Rout] = de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList(__getArrayIfSingleItem(output[_rSo][_i]), context);
58882
+ }
58883
+ return contents;
58884
+ };
58885
+ const de_VerifiedAccessInstanceOpenVpnClientConfigurationList = (output, context) => {
58886
+ return (output || [])
58887
+ .filter((e) => e != null)
58888
+ .map((entry) => {
58889
+ return de_VerifiedAccessInstanceOpenVpnClientConfiguration(entry, context);
58890
+ });
58891
+ };
58892
+ const de_VerifiedAccessInstanceOpenVpnClientConfigurationRoute = (output, context) => {
58893
+ const contents = {};
58894
+ if (output[_ci] != null) {
58895
+ contents[_C] = __expectString(output[_ci]);
58896
+ }
58897
+ return contents;
58898
+ };
58899
+ const de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList = (output, context) => {
58900
+ return (output || [])
58901
+ .filter((e) => e != null)
58902
+ .map((entry) => {
58903
+ return de_VerifiedAccessInstanceOpenVpnClientConfigurationRoute(entry, context);
58904
+ });
58905
+ };
58906
+ const de_VerifiedAccessInstanceUserTrustProviderClientConfiguration = (output, context) => {
58907
+ const contents = {};
58908
+ if (output[_ty] != null) {
58909
+ contents[_T] = __expectString(output[_ty]);
58910
+ }
58911
+ if (output[_scop] != null) {
58912
+ contents[_Scop] = __expectString(output[_scop]);
58913
+ }
58914
+ if (output[_is] != null) {
58915
+ contents[_I] = __expectString(output[_is]);
58916
+ }
58917
+ if (output[_aE] != null) {
58918
+ contents[_AE] = __expectString(output[_aE]);
58919
+ }
58920
+ if (output[_pSKE] != null) {
58921
+ contents[_PSKE] = __expectString(output[_pSKE]);
58922
+ }
58923
+ if (output[_tEo] != null) {
58924
+ contents[_TEo] = __expectString(output[_tEo]);
58925
+ }
58926
+ if (output[_uIE] != null) {
58927
+ contents[_UIE] = __expectString(output[_uIE]);
58928
+ }
58929
+ if (output[_cIli] != null) {
58930
+ contents[_CIl] = __expectString(output[_cIli]);
58931
+ }
58932
+ if (output[_cSl] != null) {
58933
+ contents[_CSl] = __expectString(output[_cSl]);
58934
+ }
58935
+ if (output[_pEk] != null) {
58936
+ contents[_PEk] = __parseBoolean(output[_pEk]);
58937
+ }
58938
+ return contents;
58939
+ };
57701
58940
  const de_VerifiedAccessLogCloudWatchLogsDestination = (output, context) => {
57702
58941
  const contents = {};
57703
58942
  if (output[_en] != null) {
@@ -57823,6 +59062,9 @@ const de_VerifiedAccessTrustProvider = (output, context) => {
57823
59062
  if (output[_sSs] != null) {
57824
59063
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57825
59064
  }
59065
+ if (output[_nAOO] != null) {
59066
+ contents[_NAOO] = de_NativeApplicationOidcOptions(output[_nAOO], context);
59067
+ }
57826
59068
  return contents;
57827
59069
  };
57828
59070
  const de_VerifiedAccessTrustProviderCondensed = (output, context) => {
@@ -58015,7 +59257,7 @@ const de_VolumeModification = (output, context) => {
58015
59257
  contents[_TSar] = __strictParseInt32(output[_tSar]);
58016
59258
  }
58017
59259
  if (output[_tIa] != null) {
58018
- contents[_TIa] = __strictParseInt32(output[_tIa]);
59260
+ contents[_TIar] = __strictParseInt32(output[_tIa]);
58019
59261
  }
58020
59262
  if (output[_tVT] != null) {
58021
59263
  contents[_TVT] = __expectString(output[_tVT]);
@@ -58047,8 +59289,8 @@ const de_VolumeModification = (output, context) => {
58047
59289
  if (output[_sT] != null) {
58048
59290
  contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
58049
59291
  }
58050
- if (output[_eTndi] != null) {
58051
- contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTndi]));
59292
+ if (output[_eTn] != null) {
59293
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
58052
59294
  }
58053
59295
  return contents;
58054
59296
  };
@@ -58185,10 +59427,10 @@ const de_VolumeStatusItem = (output, context) => {
58185
59427
  contents[_VSol] = de_VolumeStatusInfo(output[_vSol], context);
58186
59428
  }
58187
59429
  if (output.attachmentStatuses === "") {
58188
- contents[_ASt] = [];
59430
+ contents[_AStt] = [];
58189
59431
  }
58190
59432
  else if (output[_aStt] != null && output[_aStt][_i] != null) {
58191
- contents[_ASt] = de_VolumeStatusAttachmentStatusList(__getArrayIfSingleItem(output[_aStt][_i]), context);
59433
+ contents[_AStt] = de_VolumeStatusAttachmentStatusList(__getArrayIfSingleItem(output[_aStt][_i]), context);
58192
59434
  }
58193
59435
  return contents;
58194
59436
  };
@@ -58323,6 +59565,12 @@ const de_VpcBlockPublicAccessOptions = (output, context) => {
58323
59565
  if (output[_lUTas] != null) {
58324
59566
  contents[_LUTas] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_lUTas]));
58325
59567
  }
59568
+ if (output[_mB] != null) {
59569
+ contents[_MB] = __expectString(output[_mB]);
59570
+ }
59571
+ if (output[_eA] != null) {
59572
+ contents[_EAx] = __expectString(output[_eA]);
59573
+ }
58326
59574
  return contents;
58327
59575
  };
58328
59576
  const de_VpcCidrBlockAssociation = (output, context) => {
@@ -58455,11 +59703,82 @@ const de_VpcEndpoint = (output, context) => {
58455
59703
  if (output[_lEa] != null) {
58456
59704
  contents[_LEa] = de_LastError(output[_lEa], context);
58457
59705
  }
59706
+ if (output.ipv4PrefixSet === "") {
59707
+ contents[_IPp] = [];
59708
+ }
59709
+ else if (output[_iPSpv] != null && output[_iPSpv][_i] != null) {
59710
+ contents[_IPp] = de_SubnetIpPrefixesList(__getArrayIfSingleItem(output[_iPSpv][_i]), context);
59711
+ }
59712
+ if (output.ipv6PrefixSet === "") {
59713
+ contents[_IP] = [];
59714
+ }
59715
+ else if (output[_iPSpvr] != null && output[_iPSpvr][_i] != null) {
59716
+ contents[_IP] = de_SubnetIpPrefixesList(__getArrayIfSingleItem(output[_iPSpvr][_i]), context);
59717
+ }
59718
+ if (output[_fR] != null) {
59719
+ contents[_FR] = __expectString(output[_fR]);
59720
+ }
59721
+ if (output[_sNA] != null) {
59722
+ contents[_SNA] = __expectString(output[_sNA]);
59723
+ }
59724
+ if (output[_rCA] != null) {
59725
+ contents[_RCA] = __expectString(output[_rCA]);
59726
+ }
58458
59727
  if (output[_sR] != null) {
58459
59728
  contents[_SRe] = __expectString(output[_sR]);
58460
59729
  }
58461
59730
  return contents;
58462
59731
  };
59732
+ const de_VpcEndpointAssociation = (output, context) => {
59733
+ const contents = {};
59734
+ if (output[_id] != null) {
59735
+ contents[_Id] = __expectString(output[_id]);
59736
+ }
59737
+ if (output[_vEI] != null) {
59738
+ contents[_VEIp] = __expectString(output[_vEI]);
59739
+ }
59740
+ if (output[_sNA] != null) {
59741
+ contents[_SNA] = __expectString(output[_sNA]);
59742
+ }
59743
+ if (output[_sNN] != null) {
59744
+ contents[_SNN] = __expectString(output[_sNN]);
59745
+ }
59746
+ if (output[_aRAs] != null) {
59747
+ contents[_ARAs] = __expectString(output[_aRAs]);
59748
+ }
59749
+ if (output[_fR] != null) {
59750
+ contents[_FR] = __expectString(output[_fR]);
59751
+ }
59752
+ if (output[_fCa] != null) {
59753
+ contents[_FCa] = __expectString(output[_fCa]);
59754
+ }
59755
+ if (output[_dE] != null) {
59756
+ contents[_DEn] = de_DnsEntry(output[_dE], context);
59757
+ }
59758
+ if (output[_pDEr] != null) {
59759
+ contents[_PDEr] = de_DnsEntry(output[_pDEr], context);
59760
+ }
59761
+ if (output[_aRAss] != null) {
59762
+ contents[_ARAss] = __expectString(output[_aRAss]);
59763
+ }
59764
+ if (output[_rCGA] != null) {
59765
+ contents[_RCGA] = __expectString(output[_rCGA]);
59766
+ }
59767
+ if (output.tagSet === "") {
59768
+ contents[_Ta] = [];
59769
+ }
59770
+ else if (output[_tS] != null && output[_tS][_i] != null) {
59771
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
59772
+ }
59773
+ return contents;
59774
+ };
59775
+ const de_VpcEndpointAssociationSet = (output, context) => {
59776
+ return (output || [])
59777
+ .filter((e) => e != null)
59778
+ .map((entry) => {
59779
+ return de_VpcEndpointAssociation(entry, context);
59780
+ });
59781
+ };
58463
59782
  const de_VpcEndpointConnection = (output, context) => {
58464
59783
  const contents = {};
58465
59784
  if (output[_sI] != null) {
@@ -58646,8 +59965,8 @@ const de_VpcPeeringConnectionVpcInfo = (output, context) => {
58646
59965
  if (output[_vI] != null) {
58647
59966
  contents[_VI] = __expectString(output[_vI]);
58648
59967
  }
58649
- if (output[_reg] != null) {
58650
- contents[_Regi] = __expectString(output[_reg]);
59968
+ if (output[_re] != null) {
59969
+ contents[_Regi] = __expectString(output[_re]);
58651
59970
  }
58652
59971
  return contents;
58653
59972
  };
@@ -58741,8 +60060,8 @@ const de_VpnConnectionList = (output, context) => {
58741
60060
  };
58742
60061
  const de_VpnConnectionOptions = (output, context) => {
58743
60062
  const contents = {};
58744
- if (output[_eA] != null) {
58745
- contents[_EA] = __parseBoolean(output[_eA]);
60063
+ if (output[_eAn] != null) {
60064
+ contents[_EA] = __parseBoolean(output[_eAn]);
58746
60065
  }
58747
60066
  if (output[_sRO] != null) {
58748
60067
  contents[_SRO] = __parseBoolean(output[_sRO]);
@@ -58948,6 +60267,7 @@ const _AIP = "AssignedIpv6Prefixes";
58948
60267
  const _AIPC = "AllocateIpamPoolCidr";
58949
60268
  const _AIPs = "AssignedIpv4Prefixes";
58950
60269
  const _AIRD = "AssociateIpamResourceDiscovery";
60270
+ const _AISS = "AllowedImagesSettingsState";
58951
60271
  const _AIT = "AllowedInstanceTypes";
58952
60272
  const _AIc = "ActiveInstances";
58953
60273
  const _AIcc = "AccountId";
@@ -58994,6 +60314,8 @@ const _APl = "AllowedPrincipals";
58994
60314
  const _AR = "AllowReassignment";
58995
60315
  const _ARA = "AssociatedRoleArn";
58996
60316
  const _ARAd = "AdditionalRoutesAvailable";
60317
+ const _ARAs = "AssociatedResourceAccessibility";
60318
+ const _ARAss = "AssociatedResourceArn";
58997
60319
  const _ARC = "AcceptedRouteCount";
58998
60320
  const _ARIEQ = "AcceptReservedInstancesExchangeQuote";
58999
60321
  const _ARS = "AutoRecoverySupported";
@@ -59029,7 +60351,8 @@ const _ASc = "ActivityStatus";
59029
60351
  const _ASn = "AnalysisStatus";
59030
60352
  const _ASs = "AssociationState";
59031
60353
  const _ASss = "AssociationStatus";
59032
- const _ASt = "AttachmentStatuses";
60354
+ const _ASt = "AttributeSummaries";
60355
+ const _AStt = "AttachmentStatuses";
59033
60356
  const _ASw = "AwsService";
59034
60357
  const _AT = "AssociationTarget";
59035
60358
  const _ATGAI = "AccepterTransitGatewayAttachmentId";
@@ -59179,6 +60502,7 @@ const _CD = "CommitmentDuration";
59179
60502
  const _CDH = "CapacityDurationHours";
59180
60503
  const _CDM = "CompletionDurationMinutes";
59181
60504
  const _CDO = "CreateDhcpOptions";
60505
+ const _CDPR = "CancelDeclarativePoliciesReport";
59182
60506
  const _CDS = "CreateDefaultSubnet";
59183
60507
  const _CDSDA = "ConfigDeliveryS3DestinationArn";
59184
60508
  const _CDSu = "CustomDnsServers";
@@ -59188,6 +60512,7 @@ const _CDr = "CreateDate";
59188
60512
  const _CDre = "CreationDate";
59189
60513
  const _CDrea = "CreatedDate";
59190
60514
  const _CE = "CronExpression";
60515
+ const _CECSD = "CidrEndpointsCustomSubDomain";
59191
60516
  const _CED = "CommitmentEndDate";
59192
60517
  const _CEOIG = "CreateEgressOnlyInternetGateway";
59193
60518
  const _CET = "CancelExportTask";
@@ -59275,11 +60600,12 @@ const _CNS = "ConnectionNotificationState";
59275
60600
  const _CNSo = "ConnectionNotificationSet";
59276
60601
  const _CNT = "ConnectionNotificationType";
59277
60602
  const _CNo = "ConnectionNotification";
59278
- const _CO = "CpuOptions";
60603
+ const _CO = "CidrOptions";
59279
60604
  const _COI = "CustomerOwnedIp";
59280
60605
  const _COIP = "CustomerOwnedIpv4Pool";
59281
60606
  const _COP = "CoolOffPeriod";
59282
60607
  const _COPEO = "CoolOffPeriodExpiresOn";
60608
+ const _COp = "CpuOptions";
59283
60609
  const _CP = "CoipPool";
59284
60610
  const _CPC = "ConnectPeerConfiguration";
59285
60611
  const _CPG = "CreatePlacementGroup";
@@ -59398,6 +60724,7 @@ const _Cod = "Code";
59398
60724
  const _Com = "Component";
59399
60725
  const _Con = "Context";
59400
60726
  const _Conf = "Configured";
60727
+ const _Confi = "Config";
59401
60728
  const _Conn = "Connections";
59402
60729
  const _Cor = "Cores";
59403
60730
  const _Cou = "Count";
@@ -59408,6 +60735,7 @@ const _DAA = "DescribeAccountAttributes";
59408
60735
  const _DAAI = "DelegatedAdminAccountId";
59409
60736
  const _DAAe = "DescribeAddressesAttribute";
59410
60737
  const _DAIF = "DescribeAggregateIdFormat";
60738
+ const _DAIS = "DisableAllowedImagesSettings";
59411
60739
  const _DAIT = "DenyAllIgwTraffic";
59412
60740
  const _DANPMS = "DescribeAwsNetworkPerformanceMetricSubscriptions";
59413
60741
  const _DANPMSi = "DisableAwsNetworkPerformanceMetricSubscription";
@@ -59464,6 +60792,7 @@ const _DCi = "DiskContainers";
59464
60792
  const _DCis = "DiskContainer";
59465
60793
  const _DDO = "DeleteDhcpOptions";
59466
60794
  const _DDOe = "DescribeDhcpOptions";
60795
+ const _DDPR = "DescribeDeclarativePoliciesReports";
59467
60796
  const _DE = "DnsEntries";
59468
60797
  const _DECIR = "DisassociateEnclaveCertificateIamRole";
59469
60798
  const _DEEBD = "DisableEbsEncryptionByDefault";
@@ -59473,6 +60802,7 @@ const _DEKI = "DataEncryptionKeyId";
59473
60802
  const _DEOIG = "DeleteEgressOnlyInternetGateway";
59474
60803
  const _DEOIGe = "DescribeEgressOnlyInternetGateways";
59475
60804
  const _DET = "DescribeExportTasks";
60805
+ const _DEn = "DnsEntry";
59476
60806
  const _DF = "DeleteFleets";
59477
60807
  const _DFA = "DefaultForAz";
59478
60808
  const _DFH = "DescribeFleetHistory";
@@ -59724,6 +61054,7 @@ const _DTMS = "DeleteTrafficMirrorSession";
59724
61054
  const _DTMSe = "DescribeTrafficMirrorSessions";
59725
61055
  const _DTMT = "DeleteTrafficMirrorTarget";
59726
61056
  const _DTMTe = "DescribeTrafficMirrorTargets";
61057
+ const _DTP = "DeviceTrustProviders";
59727
61058
  const _DTPC = "DefaultThreadsPerCore";
59728
61059
  const _DTPT = "DeviceTrustProviderType";
59729
61060
  const _DTS = "DpdTimeoutSeconds";
@@ -59761,6 +61092,7 @@ const _DVCe = "DescribeVpnConnections";
59761
61092
  const _DVCef = "DefaultVCpus";
59762
61093
  const _DVD = "DeviceValidationDomain";
59763
61094
  const _DVE = "DeleteVpcEndpoints";
61095
+ const _DVEA = "DescribeVpcEndpointAssociations";
59764
61096
  const _DVEC = "DescribeVpcEndpointConnections";
59765
61097
  const _DVECN = "DeleteVpcEndpointConnectionNotifications";
59766
61098
  const _DVECNe = "DescribeVpcEndpointConnectionNotifications";
@@ -59796,8 +61128,10 @@ const _Do = "Domain";
59796
61128
  const _Du = "Duration";
59797
61129
  const _E = "Ebs";
59798
61130
  const _EA = "EnableAcceleration";
61131
+ const _EAIS = "EnableAllowedImagesSettings";
59799
61132
  const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
59800
61133
  const _EAT = "EnableAddressTransfer";
61134
+ const _EAx = "ExclusionsAllowed";
59801
61135
  const _EB = "EgressBytes";
59802
61136
  const _EBV = "ExcludeBootVolume";
59803
61137
  const _EC = "ErrorCode";
@@ -59910,6 +61244,7 @@ const _ETx = "ExpirationTime";
59910
61244
  const _ETxp = "ExportTask";
59911
61245
  const _ETxpo = "ExportTasks";
59912
61246
  const _EU = "ExecutableUsers";
61247
+ const _EVAICC = "ExportVerifiedAccessInstanceClientConfiguration";
59913
61248
  const _EVCL = "EnableVpcClassicLink";
59914
61249
  const _EVCLDS = "EnableVpcClassicLinkDnsSupport";
59915
61250
  const _EVIO = "EnableVolumeIO";
@@ -59985,6 +61320,7 @@ const _G = "Groups";
59985
61320
  const _GA = "GroupArn";
59986
61321
  const _GAECIR = "GetAssociatedEnclaveCertificateIamRoles";
59987
61322
  const _GAIPC = "GetAssociatedIpv6PoolCidrs";
61323
+ const _GAIS = "GetAllowedImagesSettings";
59988
61324
  const _GANPD = "GetAwsNetworkPerformanceData";
59989
61325
  const _GAS = "GatewayAssociationState";
59990
61326
  const _GCO = "GetConsoleOutput";
@@ -59993,6 +61329,7 @@ const _GCRU = "GetCapacityReservationUsage";
59993
61329
  const _GCS = "GetConsoleScreenshot";
59994
61330
  const _GD = "GroupDescription";
59995
61331
  const _GDCS = "GetDefaultCreditSpecification";
61332
+ const _GDPRS = "GetDeclarativePoliciesReportSummary";
59996
61333
  const _GEDKKI = "GetEbsDefaultKmsKeyId";
59997
61334
  const _GEEBD = "GetEbsEncryptionByDefault";
59998
61335
  const _GFLIT = "GetFlowLogsIntegrationTemplate";
@@ -60043,6 +61380,7 @@ const _GTGPTE = "GetTransitGatewayPolicyTableEntries";
60043
61380
  const _GTGRTA = "GetTransitGatewayRouteTableAssociations";
60044
61381
  const _GTGRTP = "GetTransitGatewayRouteTablePropagations";
60045
61382
  const _GVAEP = "GetVerifiedAccessEndpointPolicy";
61383
+ const _GVAET = "GetVerifiedAccessEndpointTargets";
60046
61384
  const _GVAGP = "GetVerifiedAccessGroupPolicy";
60047
61385
  const _GVCDSC = "GetVpnConnectionDeviceSampleConfiguration";
60048
61386
  const _GVCDT = "GetVpnConnectionDeviceTypes";
@@ -60083,6 +61421,7 @@ const _IAPI = "Ipv4AddressesPerInterface";
60083
61421
  const _IAPIp = "Ipv6AddressesPerInterface";
60084
61422
  const _IAT = "IpAddressType";
60085
61423
  const _IATOI = "IncludeAllTagsOfInstance";
61424
+ const _IAm = "ImageAllowed";
60086
61425
  const _IAn = "InterfaceAssociation";
60087
61426
  const _IAnt = "InterfaceAssociations";
60088
61427
  const _IAp = "IpAddress";
@@ -60106,6 +61445,7 @@ const _ICEIn = "InstanceConnectEndpointIds";
60106
61445
  const _ICEn = "InstanceConnectEndpoints";
60107
61446
  const _ICS = "InstanceCreditSpecifications";
60108
61447
  const _ICVCCRL = "ImportClientVpnClientCertificateRevocationList";
61448
+ const _ICm = "ImageCriteria";
60109
61449
  const _ICn = "InstanceCounts";
60110
61450
  const _ICp = "Ipv6Cidr";
60111
61451
  const _ID = "IncludeDeprecated";
@@ -60197,6 +61537,7 @@ const _IPK = "IncludePublicKey";
60197
61537
  const _IPO = "IpamPoolOwner";
60198
61538
  const _IPR = "IsPermanentRestore";
60199
61539
  const _IPTUC = "InstancePoolsToUseCount";
61540
+ const _IPm = "ImageProviders";
60200
61541
  const _IPn = "InstancePlatform";
60201
61542
  const _IPng = "IngressPackets";
60202
61543
  const _IPns = "InstancePort";
@@ -60208,6 +61549,7 @@ const _IPpa = "IpamPool";
60208
61549
  const _IPpam = "IpamPools";
60209
61550
  const _IPpe = "IpPermissions";
60210
61551
  const _IPpr = "IpProtocol";
61552
+ const _IPpre = "IpPrefixes";
60211
61553
  const _IPpv = "Ipv6Pool";
60212
61554
  const _IPpvo = "Ipv6Pools";
60213
61555
  const _IPpvr = "Ipv4Prefix";
@@ -60424,6 +61766,7 @@ const _MAS = "MovingAddressStatuses";
60424
61766
  const _MATV = "MoveAddressToVpc";
60425
61767
  const _MAZG = "ModifyAvailabilityZoneGroup";
60426
61768
  const _MAa = "MacAddress";
61769
+ const _MB = "ManagedBy";
60427
61770
  const _MBCTI = "MoveByoipCidrToIpam";
60428
61771
  const _MBIM = "MaximumBandwidthInMbps";
60429
61772
  const _MC = "MaxCount";
@@ -60446,8 +61789,10 @@ const _MDi = "MinDuration";
60446
61789
  const _ME = "MaxEntries";
60447
61790
  const _MEDKKI = "ModifyEbsDefaultKmsKeyId";
60448
61791
  const _MEI = "MaximumEfaInterfaces";
61792
+ const _MEM = "ManagedExceptionMessage";
60449
61793
  const _MF = "ModifyFleet";
60450
61794
  const _MFIA = "ModifyFpgaImageAttribute";
61795
+ const _MFV = "MostFrequentValue";
60451
61796
  const _MG = "MulticastGroups";
60452
61797
  const _MGBPVC = "MemoryGiBPerVCpu";
60453
61798
  const _MH = "ModifyHosts";
@@ -60564,6 +61909,7 @@ const _NAAI = "NetworkAclAssociationId";
60564
61909
  const _NAI = "NetworkAclId";
60565
61910
  const _NAIe = "NetworkAclIds";
60566
61911
  const _NAIew = "NewAssociationId";
61912
+ const _NAOO = "NativeApplicationOidcOptions";
60567
61913
  const _NAe = "NetworkAcls";
60568
61914
  const _NAo = "NotAfter";
60569
61915
  const _NB = "NotBefore";
@@ -60620,6 +61966,10 @@ const _NL = "NetmaskLength";
60620
61966
  const _NLBA = "NetworkLoadBalancerArn";
60621
61967
  const _NLBAe = "NetworkLoadBalancerArns";
60622
61968
  const _NN = "NetworkNodes";
61969
+ const _NOA = "NumberOfAccounts";
61970
+ const _NOFA = "NumberOfFailedAccounts";
61971
+ const _NOMA = "NumberOfMatchedAccounts";
61972
+ const _NOUA = "NumberOfUnmatchedAccounts";
60623
61973
  const _NP = "NetworkPerformance";
60624
61974
  const _NPF = "NetworkPathFound";
60625
61975
  const _NPe = "NetworkPlatform";
@@ -60631,6 +61981,7 @@ const _NT = "NextToken";
60631
61981
  const _NTI = "NitroTpmInfo";
60632
61982
  const _NTS = "NitroTpmSupport";
60633
61983
  const _NTe = "NetworkType";
61984
+ const _Na = "Nameservers";
60634
61985
  const _O = "Operator";
60635
61986
  const _OA = "OutpostArn";
60636
61987
  const _OAr = "OrganizationArn";
@@ -60673,6 +62024,7 @@ const _OUA = "OrganizationalUnitArn";
60673
62024
  const _OUAr = "OrganizationalUnitArns";
60674
62025
  const _OUE = "OrganizationalUnitExclusions";
60675
62026
  const _OUI = "OrganizationalUnitId";
62027
+ const _OVC = "OpenVpnConfigurations";
60676
62028
  const _OVT = "OriginalVolumeType";
60677
62029
  const _Op = "Options";
60678
62030
  const _Or = "Origin";
@@ -60709,6 +62061,7 @@ const _PCoo = "PoolCount";
60709
62061
  const _PCr = "ProductCodes";
60710
62062
  const _PD = "PolicyDocument";
60711
62063
  const _PDE = "PrivateDnsEnabled";
62064
+ const _PDEr = "PrivateDnsEntry";
60712
62065
  const _PDHGN = "Phase1DHGroupNumbers";
60713
62066
  const _PDHGNh = "Phase2DHGroupNumbers";
60714
62067
  const _PDHT = "PrivateDnsHostnameType";
@@ -60735,6 +62088,7 @@ const _PE = "PolicyEnabled";
60735
62088
  const _PEA = "Phase1EncryptionAlgorithms";
60736
62089
  const _PEAh = "Phase2EncryptionAlgorithms";
60737
62090
  const _PED = "PartitionEndDate";
62091
+ const _PEk = "PkceEnabled";
60738
62092
  const _PF = "PacketField";
60739
62093
  const _PFS = "PreviousFleetState";
60740
62094
  const _PG = "PlacementGroup";
@@ -60805,6 +62159,7 @@ const _PSET = "PreviousSlotEndTime";
60805
62159
  const _PSFRS = "PreviousSpotFleetRequestState";
60806
62160
  const _PSI = "PurchaseScheduledInstances";
60807
62161
  const _PSK = "PreSharedKey";
62162
+ const _PSKE = "PublicSigningKeyEndpoint";
60808
62163
  const _PSKU = "PublicSigningKeyUrl";
60809
62164
  const _PSe = "PeeringStatus";
60810
62165
  const _PSer = "PermissionState";
@@ -60859,6 +62214,8 @@ const _RBET = "RecycleBinEnterTime";
60859
62214
  const _RBETe = "RecycleBinExitTime";
60860
62215
  const _RBUI = "RestorableByUserIds";
60861
62216
  const _RC = "ResourceCidr";
62217
+ const _RCA = "ResourceConfigurationArn";
62218
+ const _RCGA = "ResourceConfigurationGroupArn";
60862
62219
  const _RCRBO = "RejectCapacityReservationBillingOwnership";
60863
62220
  const _RCS = "ResourceComplianceStatus";
60864
62221
  const _RCVI = "RevokeClientVpnIngress";
@@ -60867,15 +62224,19 @@ const _RCec = "RecurringCharges";
60867
62224
  const _RCet = "ReturnCode";
60868
62225
  const _RD = "RestoreDuration";
60869
62226
  const _RDAC = "ResourceDiscoveryAssociationCount";
62227
+ const _RDCA = "RdsDbClusterArn";
60870
62228
  const _RDI = "RamDiskId";
62229
+ const _RDIA = "RdsDbInstanceArn";
60871
62230
  const _RDN = "RootDeviceName";
62231
+ const _RDPA = "RdsDbProxyArn";
60872
62232
  const _RDS = "ResourceDiscoveryStatus";
60873
62233
  const _RDT = "RootDeviceType";
60874
- const _RE = "RemoveEntries";
62234
+ const _RE = "RdsEndpoint";
60875
62235
  const _RED = "RemoveEndDate";
60876
62236
  const _REDKKI = "ResetEbsDefaultKmsKeyId";
60877
62237
  const _RET = "RestoreExpiryTime";
60878
- const _REe = "ResponseError";
62238
+ const _REe = "RemoveEntries";
62239
+ const _REes = "ResponseError";
60879
62240
  const _RF = "RemoveFields";
60880
62241
  const _RFIA = "ResetFpgaImageAttribute";
60881
62242
  const _RFP = "RekeyFuzzPercentage";
@@ -60891,6 +62252,7 @@ const _RHS = "RequireHibernateSupport";
60891
62252
  const _RI = "RebootInstances";
60892
62253
  const _RIA = "ResetImageAttribute";
60893
62254
  const _RIAe = "ResetInstanceAttribute";
62255
+ const _RICIAIS = "ReplaceImageCriteriaInAllowedImagesSettings";
60894
62256
  const _RIENA = "RegisterInstanceEventNotificationAttributes";
60895
62257
  const _RIFRB = "RestoreImageFromRecycleBin";
60896
62258
  const _RII = "ReservedInstanceIds";
@@ -60914,6 +62276,8 @@ const _RIVR = "ReservedInstanceValueRollup";
60914
62276
  const _RIVS = "ReservedInstanceValueSet";
60915
62277
  const _RIa = "RamdiskId";
60916
62278
  const _RIe = "RegisterImage";
62279
+ const _RIep = "ReportId";
62280
+ const _RIepo = "ReportIds";
60917
62281
  const _RIeq = "RequesterId";
60918
62282
  const _RIes = "ResourceIds";
60919
62283
  const _RIese = "ReservedInstances";
@@ -60937,11 +62301,12 @@ const _RNe = "RegionNames";
60937
62301
  const _RNes = "ResourceName";
60938
62302
  const _RNo = "RoleName";
60939
62303
  const _RNu = "RuleNumber";
60940
- const _RO = "ResourceOwner";
62304
+ const _RO = "RdsOptions";
60941
62305
  const _ROI = "ResourceOwnerId";
60942
62306
  const _ROR = "RemoveOperatingRegions";
60943
62307
  const _ROS = "ResourceOverlapStatus";
60944
62308
  const _ROUE = "RemoveOrganizationalUnitExclusions";
62309
+ const _ROe = "ResourceOwner";
60945
62310
  const _ROo = "RouteOrigin";
60946
62311
  const _ROu = "RuleOptions";
60947
62312
  const _RP = "ResetPolicy";
@@ -60972,6 +62337,7 @@ const _RSR = "RemoveSupportedRegions";
60972
62337
  const _RST = "RestoreSnapshotTier";
60973
62338
  const _RSTe = "RestoreStartTime";
60974
62339
  const _RSe = "ResourceStatement";
62340
+ const _RSeg = "RegionalSummaries";
60975
62341
  const _RT = "ResourceType";
60976
62342
  const _RTAI = "RouteTableAssociationId";
60977
62343
  const _RTGCB = "RemoveTransitGatewayCidrBlocks";
@@ -61011,6 +62377,7 @@ const _Rec = "Recurrence";
61011
62377
  const _Reg = "Regions";
61012
62378
  const _Regi = "Region";
61013
62379
  const _Rem = "Remove";
62380
+ const _Rep = "Reports";
61014
62381
  const _Req = "Requested";
61015
62382
  const _Res = "Resource";
61016
62383
  const _Rese = "Reservations";
@@ -61050,12 +62417,14 @@ const _SDC = "SourceDestCheck";
61050
62417
  const _SDI = "SendDiagnosticInterrupt";
61051
62418
  const _SDIH = "SlotDurationInHours";
61052
62419
  const _SDLTV = "SuccessfullyDeletedLaunchTemplateVersions";
62420
+ const _SDPR = "StartDeclarativePoliciesReport";
61053
62421
  const _SDR = "StartDateRange";
61054
62422
  const _SDS = "SpotDatafeedSubscription";
61055
62423
  const _SDV = "SetDefaultVersion";
61056
62424
  const _SDe = "ServiceDetails";
61057
62425
  const _SDn = "SnapshotDetails";
61058
62426
  const _SDp = "SpreadDomain";
62427
+ const _SDu = "SubDomain";
61059
62428
  const _SEL = "S3ExportLocation";
61060
62429
  const _SET = "SampledEndTime";
61061
62430
  const _SF = "SupportedFeatures";
@@ -61129,8 +62498,10 @@ const _SMS = "SpotMaintenanceStrategies";
61129
62498
  const _SMTP = "SpotMaxTotalPrice";
61130
62499
  const _SMt = "StateMessage";
61131
62500
  const _SN = "SessionNumber";
62501
+ const _SNA = "ServiceNetworkArn";
61132
62502
  const _SNIA = "StartNetworkInsightsAnalysis";
61133
62503
  const _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
62504
+ const _SNN = "ServiceNetworkName";
61134
62505
  const _SNS = "SriovNetSupport";
61135
62506
  const _SNe = "ServiceName";
61136
62507
  const _SNeq = "SequenceNumber";
@@ -61206,6 +62577,7 @@ const _SWD = "StartWeekDay";
61206
62577
  const _S_ = "S3";
61207
62578
  const _Sc = "Scope";
61208
62579
  const _Sco = "Score";
62580
+ const _Scop = "Scopes";
61209
62581
  const _Se = "Service";
61210
62582
  const _Set = "Settings";
61211
62583
  const _Si = "Signature";
@@ -61305,7 +62677,8 @@ const _TIIC = "TunnelInsideIpv6Cidr";
61305
62677
  const _TIIV = "TunnelInsideIpVersion";
61306
62678
  const _TIMIMB = "TotalInferenceMemoryInMiB";
61307
62679
  const _TIWE = "TerminateInstancesWithExpiration";
61308
- const _TIa = "TargetIops";
62680
+ const _TIa = "TargetId";
62681
+ const _TIar = "TargetIops";
61309
62682
  const _TIe = "TenantId";
61310
62683
  const _TIer = "TerminatingInstances";
61311
62684
  const _TLSGB = "TotalLocalStorageGB";
@@ -61416,6 +62789,7 @@ const _USp = "UploadSize";
61416
62789
  const _USpl = "UploadStart";
61417
62790
  const _USs = "UsageStrategy";
61418
62791
  const _UT = "UdpTimeout";
62792
+ const _UTP = "UserTrustProvider";
61419
62793
  const _UTPT = "UserTrustProviderType";
61420
62794
  const _UTp = "UpdateTime";
61421
62795
  const _Un = "Unsuccessful";
@@ -61425,6 +62799,9 @@ const _VA = "VpcAttachment";
61425
62799
  const _VAE = "VerifiedAccessEndpoint";
61426
62800
  const _VAEI = "VerifiedAccessEndpointId";
61427
62801
  const _VAEIe = "VerifiedAccessEndpointIds";
62802
+ const _VAET = "VerifiedAccessEndpointTargets";
62803
+ const _VAETD = "VerifiedAccessEndpointTargetDns";
62804
+ const _VAETIA = "VerifiedAccessEndpointTargetIpAddress";
61428
62805
  const _VAEe = "VerifiedAccessEndpoints";
61429
62806
  const _VAG = "VerifiedAccessGroup";
61430
62807
  const _VAGA = "VerifiedAccessGroupArn";
@@ -61455,6 +62832,7 @@ const _VCa = "ValidCores";
61455
62832
  const _VCp = "VpnConnections";
61456
62833
  const _VD = "VersionDescription";
61457
62834
  const _VE = "VpcEndpoint";
62835
+ const _VEA = "VpcEndpointAssociations";
61458
62836
  const _VEC = "VpcEndpointConnections";
61459
62837
  const _VECI = "VpcEndpointConnectionId";
61460
62838
  const _VEI = "VpcEndpointIds";
@@ -61566,6 +62944,7 @@ const _aICv = "availableInstanceCount";
61566
62944
  const _aIPS = "assignedIpv6PrefixSet";
61567
62945
  const _aIPSs = "assignedIpv4PrefixSet";
61568
62946
  const _aIS = "activeInstanceSet";
62947
+ const _aISS = "allowedImagesSettingsState";
61569
62948
  const _aITS = "allowedInstanceTypeSet";
61570
62949
  const _aIc = "accountId";
61571
62950
  const _aIm = "amiId";
@@ -61595,6 +62974,8 @@ const _aPu = "autoPlacement";
61595
62974
  const _aR = "authorizationRule";
61596
62975
  const _aRA = "associatedRoleArn";
61597
62976
  const _aRAd = "additionalRoutesAvailable";
62977
+ const _aRAs = "associatedResourceAccessibility";
62978
+ const _aRAss = "associatedResourceArn";
61598
62979
  const _aRC = "acceptedRouteCount";
61599
62980
  const _aRS = "associatedRoleSet";
61600
62981
  const _aRSu = "autoRecoverySupported";
@@ -61608,6 +62989,7 @@ const _aRw = "awsRegion";
61608
62989
  const _aS = "associationState";
61609
62990
  const _aSA = "amazonSideAsn";
61610
62991
  const _aSS = "amdSevSnp";
62992
+ const _aSSt = "attributeSummarySet";
61611
62993
  const _aSc = "activityStatus";
61612
62994
  const _aSct = "actionsSet";
61613
62995
  const _aSd = "addressSet";
@@ -61727,6 +63109,7 @@ const _cDM = "completionDurationMinutes";
61727
63109
  const _cDr = "creationDate";
61728
63110
  const _cDre = "createdDate";
61729
63111
  const _cE = "connectionEvents";
63112
+ const _cECSD = "cidrEndpointsCustomSubDomain";
61730
63113
  const _cED = "commitmentEndDate";
61731
63114
  const _cET = "connectionEstablishedTime";
61732
63115
  const _cETo = "connectionEndTime";
@@ -61778,6 +63161,7 @@ const _cOI = "customerOwnedIp";
61778
63161
  const _cOIP = "customerOwnedIpv4Pool";
61779
63162
  const _cOP = "coolOffPeriod";
61780
63163
  const _cOPEO = "coolOffPeriodExpiresOn";
63164
+ const _cOi = "cidrOptions";
61781
63165
  const _cP = "coipPool";
61782
63166
  const _cPC = "connectPeerConfiguration";
61783
63167
  const _cPI = "coipPoolId";
@@ -61835,6 +63219,7 @@ const _ci = "cidr";
61835
63219
  const _co = "code";
61836
63220
  const _con = "connections";
61837
63221
  const _conf = "configured";
63222
+ const _confi = "config";
61838
63223
  const _cont = "context";
61839
63224
  const _cor = "cores";
61840
63225
  const _cou = "count";
@@ -61855,6 +63240,7 @@ const _dCB = "destinationCidrBlock";
61855
63240
  const _dCR = "destinationCapacityReservation";
61856
63241
  const _dCS = "dhcpConfigurationSet";
61857
63242
  const _dCe = "defaultCores";
63243
+ const _dE = "dnsEntry";
61858
63244
  const _dEKI = "dataEncryptionKeyId";
61859
63245
  const _dES = "dnsEntrySet";
61860
63246
  const _dFA = "defaultForAz";
@@ -61911,6 +63297,7 @@ const _dT = "deletionTime";
61911
63297
  const _dTA = "dpdTimeoutAction";
61912
63298
  const _dTCT = "defaultTargetCapacityType";
61913
63299
  const _dTPC = "defaultThreadsPerCore";
63300
+ const _dTPS = "deviceTrustProviderSet";
61914
63301
  const _dTPT = "deviceTrustProviderType";
61915
63302
  const _dTS = "dpdTimeoutSeconds";
61916
63303
  const _dTe = "deprecationTime";
@@ -61933,7 +63320,8 @@ const _dis = "disks";
61933
63320
  const _do = "domain";
61934
63321
  const _du = "duration";
61935
63322
  const _e = "egress";
61936
- const _eA = "enableAcceleration";
63323
+ const _eA = "exclusionsAllowed";
63324
+ const _eAn = "enableAcceleration";
61937
63325
  const _eB = "egressBytes";
61938
63326
  const _eC = "errorCode";
61939
63327
  const _eCTP = "excessCapacityTerminationPolicy";
@@ -62012,10 +63400,10 @@ const _eTLC = "enableTunnelLifecycleControl";
62012
63400
  const _eTS = "exportTaskSet";
62013
63401
  const _eTSi = "eipTagSet";
62014
63402
  const _eTSx = "exportToS3";
62015
- const _eTn = "enablingTime";
62016
- const _eTna = "enabledTime";
63403
+ const _eTn = "endTime";
63404
+ const _eTna = "enablingTime";
63405
+ const _eTnab = "enabledTime";
62017
63406
  const _eTnd = "endpointType";
62018
- const _eTndi = "endTime";
62019
63407
  const _eTv = "eventType";
62020
63408
  const _eTx = "exportTask";
62021
63409
  const _eWD = "endWeekDay";
@@ -62123,6 +63511,7 @@ const _iAS = "interfaceAssociationSet";
62123
63511
  const _iASp = "ipv6AddressesSet";
62124
63512
  const _iAT = "ipAddressType";
62125
63513
  const _iATOI = "includeAllTagsOfInstance";
63514
+ const _iAm = "imageAllowed";
62126
63515
  const _iAp = "ipAddress";
62127
63516
  const _iApa = "ipamArn";
62128
63517
  const _iApv = "ipv6Address";
@@ -62140,6 +63529,7 @@ const _iCE = "instanceConnectEndpoint";
62140
63529
  const _iCEA = "instanceConnectEndpointArn";
62141
63530
  const _iCEI = "instanceConnectEndpointId";
62142
63531
  const _iCES = "instanceConnectEndpointSet";
63532
+ const _iCS = "imageCriterionSet";
62143
63533
  const _iCSS = "instanceCreditSpecificationSet";
62144
63534
  const _iCn = "instanceCounts";
62145
63535
  const _iCp = "ipv6Cidr";
@@ -62213,7 +63603,9 @@ const _iPI = "isPrimaryIpv6";
62213
63603
  const _iPIp = "ipamPoolId";
62214
63604
  const _iPR = "isPermanentRestore";
62215
63605
  const _iPS = "ipamPoolSet";
63606
+ const _iPSm = "imageProviderSet";
62216
63607
  const _iPSp = "ipv6PoolSet";
63608
+ const _iPSpr = "ipPrefixSet";
62217
63609
  const _iPSpv = "ipv4PrefixSet";
62218
63610
  const _iPSpvr = "ipv6PrefixSet";
62219
63611
  const _iPTUC = "instancePoolsToUseCount";
@@ -62410,6 +63802,7 @@ const _mAI = "maxAggregationInterval";
62410
63802
  const _mAIe = "mediaAcceleratorInfo";
62411
63803
  const _mASS = "movingAddressStatusSet";
62412
63804
  const _mAa = "macAddress";
63805
+ const _mB = "managedBy";
62413
63806
  const _mBIM = "maximumBandwidthInMbps";
62414
63807
  const _mC = "missingComponent";
62415
63808
  const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
@@ -62420,6 +63813,8 @@ const _mDV = "metaDataValue";
62420
63813
  const _mDe = "metaData";
62421
63814
  const _mE = "maxEntries";
62422
63815
  const _mEI = "maximumEfaInterfaces";
63816
+ const _mEM = "managedExceptionMessage";
63817
+ const _mFV = "mostFrequentValue";
62423
63818
  const _mG = "multicastGroups";
62424
63819
  const _mGBPVC = "memoryGiBPerVCpu";
62425
63820
  const _mHS = "macHostSet";
@@ -62469,6 +63864,7 @@ const _nA = "networkAcl";
62469
63864
  const _nAAI = "networkAclAssociationId";
62470
63865
  const _nAI = "networkAclId";
62471
63866
  const _nAIe = "newAssociationId";
63867
+ const _nAOO = "nativeApplicationOidcOptions";
62472
63868
  const _nAS = "networkAclSet";
62473
63869
  const _nAo = "notAfter";
62474
63870
  const _nB = "notBefore";
@@ -62519,12 +63915,17 @@ const _nL = "netmaskLength";
62519
63915
  const _nLBA = "networkLoadBalancerArn";
62520
63916
  const _nLBAS = "networkLoadBalancerArnSet";
62521
63917
  const _nNS = "networkNodeSet";
63918
+ const _nOA = "numberOfAccounts";
63919
+ const _nOFA = "numberOfFailedAccounts";
63920
+ const _nOMA = "numberOfMatchedAccounts";
63921
+ const _nOUA = "numberOfUnmatchedAccounts";
62522
63922
  const _nP = "networkPerformance";
62523
63923
  const _nPF = "networkPathFound";
62524
63924
  const _nPe = "networkPlatform";
62525
63925
  const _nS = "nvmeSupport";
62526
63926
  const _nSS = "networkServiceSet";
62527
63927
  const _nSST = "nextSlotStartTime";
63928
+ const _nSa = "nameserverSet";
62528
63929
  const _nT = "networkType";
62529
63930
  const _nTI = "nitroTpmInfo";
62530
63931
  const _nTS = "nitroTpmSupport";
@@ -62566,6 +63967,7 @@ const _oU = "occurrenceUnit";
62566
63967
  const _oUA = "organizationalUnitArn";
62567
63968
  const _oUES = "organizationalUnitExclusionSet";
62568
63969
  const _oUI = "organizationalUnitId";
63970
+ const _oVCS = "openVpnConfigurationSet";
62569
63971
  const _oVT = "originalVolumeType";
62570
63972
  const _op = "operator";
62571
63973
  const _opt = "options";
@@ -62595,6 +63997,7 @@ const _pCo = "poolCount";
62595
63997
  const _pCr = "productCode";
62596
63998
  const _pD = "passwordData";
62597
63999
  const _pDE = "privateDnsEnabled";
64000
+ const _pDEr = "privateDnsEntry";
62598
64001
  const _pDHGNS = "phase1DHGroupNumberSet";
62599
64002
  const _pDHGNSh = "phase2DHGroupNumberSet";
62600
64003
  const _pDN = "privateDnsName";
@@ -62617,6 +64020,7 @@ const _pDr = "productDescription";
62617
64020
  const _pE = "policyEnabled";
62618
64021
  const _pEAS = "phase1EncryptionAlgorithmSet";
62619
64022
  const _pEASh = "phase2EncryptionAlgorithmSet";
64023
+ const _pEk = "pkceEnabled";
62620
64024
  const _pF = "packetField";
62621
64025
  const _pFS = "previousFleetState";
62622
64026
  const _pG = "placementGroup";
@@ -62668,6 +64072,7 @@ const _pS = "previousState";
62668
64072
  const _pSET = "previousSlotEndTime";
62669
64073
  const _pSFRS = "previousSpotFleetRequestState";
62670
64074
  const _pSK = "preSharedKey";
64075
+ const _pSKE = "publicSigningKeyEndpoint";
62671
64076
  const _pSKU = "publicSigningKeyUrl";
62672
64077
  const _pSe = "permissionState";
62673
64078
  const _pSee = "peeringStatus";
@@ -62707,17 +64112,23 @@ const _rB = "requestedBy";
62707
64112
  const _rBET = "recycleBinEnterTime";
62708
64113
  const _rBETe = "recycleBinExitTime";
62709
64114
  const _rC = "returnCode";
64115
+ const _rCA = "resourceConfigurationArn";
64116
+ const _rCGA = "resourceConfigurationGroupArn";
62710
64117
  const _rCS = "resourceComplianceStatus";
62711
64118
  const _rCe = "resourceCidr";
62712
64119
  const _rCec = "recurringCharges";
62713
64120
  const _rD = "restoreDuration";
62714
64121
  const _rDAC = "resourceDiscoveryAssociationCount";
64122
+ const _rDCA = "rdsDbClusterArn";
62715
64123
  const _rDI = "ramDiskId";
64124
+ const _rDIA = "rdsDbInstanceArn";
62716
64125
  const _rDN = "rootDeviceName";
64126
+ const _rDPA = "rdsDbProxyArn";
62717
64127
  const _rDS = "resourceDiscoveryStatus";
62718
64128
  const _rDT = "rootDeviceType";
62719
64129
  const _rE = "responseError";
62720
64130
  const _rET = "restoreExpiryTime";
64131
+ const _rEd = "rdsEndpoint";
62721
64132
  const _rEe = "regionEndpoint";
62722
64133
  const _rFP = "rekeyFuzzPercentage";
62723
64134
  const _rGA = "ruleGroupArn";
@@ -62727,7 +64138,7 @@ const _rGROPS = "ruleGroupRuleOptionsPairSet";
62727
64138
  const _rGT = "ruleGroupType";
62728
64139
  const _rGTPS = "ruleGroupTypePairSet";
62729
64140
  const _rHS = "requireHibernateSupport";
62730
- const _rI = "regionInfo";
64141
+ const _rI = "reportId";
62731
64142
  const _rII = "reservedInstancesId";
62732
64143
  const _rIIe = "reservedInstanceId";
62733
64144
  const _rILI = "reservedInstancesListingId";
@@ -62742,9 +64153,10 @@ const _rIS = "reservedInstancesSet";
62742
64153
  const _rIVR = "reservedInstanceValueRollup";
62743
64154
  const _rIVS = "reservedInstanceValueSet";
62744
64155
  const _rIa = "ramdiskId";
62745
- const _rIe = "resourceId";
64156
+ const _rIe = "regionInfo";
62746
64157
  const _rIeq = "requesterId";
62747
- const _rIes = "reservationId";
64158
+ const _rIes = "resourceId";
64159
+ const _rIese = "reservationId";
62748
64160
  const _rM = "requesterManaged";
62749
64161
  const _rMGM = "registeredMulticastGroupMembers";
62750
64162
  const _rMGS = "registeredMulticastGroupSources";
@@ -62758,6 +64170,7 @@ const _rO = "resourceOwner";
62758
64170
  const _rOI = "resourceOwnerId";
62759
64171
  const _rOS = "ruleOptionSet";
62760
64172
  const _rOSe = "resourceOverlapStatus";
64173
+ const _rOd = "rdsOptions";
62761
64174
  const _rOo = "routeOrigin";
62762
64175
  const _rPCO = "requesterPeeringConnectionOptions";
62763
64176
  const _rPCS = "returnPathComponentSet";
@@ -62767,11 +64180,13 @@ const _rRVTI = "replaceRootVolumeTaskId";
62767
64180
  const _rRVTS = "replaceRootVolumeTaskSet";
62768
64181
  const _rS = "referenceSet";
62769
64182
  const _rSGRS = "revokedSecurityGroupRuleSet";
64183
+ const _rSS = "regionalSummarySet";
62770
64184
  const _rST = "restoreStartTime";
62771
- const _rSe = "reservationSet";
64185
+ const _rSe = "reportSet";
62772
64186
  const _rSep = "replacementStrategy";
62773
- const _rSes = "resourceStatement";
62774
- const _rSeso = "resourceSet";
64187
+ const _rSes = "reservationSet";
64188
+ const _rSeso = "resourceStatement";
64189
+ const _rSesou = "resourceSet";
62775
64190
  const _rSo = "routeSet";
62776
64191
  const _rT = "reservationType";
62777
64192
  const _rTAI = "routeTableAssociationId";
@@ -62795,12 +64210,12 @@ const _rVIe = "requesterVpcInfo";
62795
64210
  const _rVe = "reservationValue";
62796
64211
  const _rWS = "replayWindowSize";
62797
64212
  const _ra = "ramdisk";
62798
- const _re = "result";
64213
+ const _re = "region";
62799
64214
  const _rea = "reason";
62800
64215
  const _rec = "recurrence";
62801
- const _reg = "region";
62802
64216
  const _req = "requested";
62803
- const _res = "resource";
64217
+ const _res = "result";
64218
+ const _reso = "resource";
62804
64219
  const _ro = "route";
62805
64220
  const _rou = "routes";
62806
64221
  const _s = "source";
@@ -62833,6 +64248,7 @@ const _sDS = "spotDatafeedSubscription";
62833
64248
  const _sDSe = "serviceDetailSet";
62834
64249
  const _sDSn = "snapshotDetailSet";
62835
64250
  const _sDp = "spreadDomain";
64251
+ const _sDu = "subDomain";
62836
64252
  const _sEL = "s3ExportLocation";
62837
64253
  const _sET = "sampledEndTime";
62838
64254
  const _sF = "supportedFeatures";
@@ -62896,6 +64312,8 @@ const _sMS = "spotMaintenanceStrategies";
62896
64312
  const _sMTP = "spotMaxTotalPrice";
62897
64313
  const _sMt = "stateMessage";
62898
64314
  const _sN = "serviceName";
64315
+ const _sNA = "serviceNetworkArn";
64316
+ const _sNN = "serviceNetworkName";
62899
64317
  const _sNS = "serviceNameSet";
62900
64318
  const _sNSr = "sriovNetSupport";
62901
64319
  const _sNe = "sequenceNumber";
@@ -62960,6 +64378,7 @@ const _sWD = "startWeekDay";
62960
64378
  const _s_ = "s3";
62961
64379
  const _sc = "scope";
62962
64380
  const _sco = "score";
64381
+ const _scop = "scopes";
62963
64382
  const _se = "service";
62964
64383
  const _si = "size";
62965
64384
  const _so = "sockets";
@@ -63036,7 +64455,7 @@ const _tGVA = "transitGatewayVpcAttachment";
63036
64455
  const _tGVAr = "transitGatewayVpcAttachments";
63037
64456
  const _tGa = "targetGroups";
63038
64457
  const _tHP = "totalHourlyPrice";
63039
- const _tI = "tenantId";
64458
+ const _tI = "targetId";
63040
64459
  const _tIC = "totalInstanceCount";
63041
64460
  const _tICu = "tunnelInsideCidr";
63042
64461
  const _tII = "trunkInterfaceId";
@@ -63045,6 +64464,7 @@ const _tIIV = "tunnelInsideIpVersion";
63045
64464
  const _tIMIMB = "totalInferenceMemoryInMiB";
63046
64465
  const _tIWE = "terminateInstancesWithExpiration";
63047
64466
  const _tIa = "targetIops";
64467
+ const _tIe = "tenantId";
63048
64468
  const _tLSGB = "totalLocalStorageGB";
63049
64469
  const _tMAE = "targetMultiAttachEnabled";
63050
64470
  const _tMF = "trafficMirrorFilter";
@@ -63131,6 +64551,7 @@ const _uRBOI = "unusedReservationBillingOwnerId";
63131
64551
  const _uS = "usageStrategy";
63132
64552
  const _uST = "udpStreamTimeout";
63133
64553
  const _uT = "updateTime";
64554
+ const _uTP = "userTrustProvider";
63134
64555
  const _uTPT = "userTrustProviderType";
63135
64556
  const _uTd = "udpTimeout";
63136
64557
  const _ur = "url";
@@ -63139,6 +64560,9 @@ const _v = "value";
63139
64560
  const _vAE = "verifiedAccessEndpoint";
63140
64561
  const _vAEI = "verifiedAccessEndpointId";
63141
64562
  const _vAES = "verifiedAccessEndpointSet";
64563
+ const _vAETD = "verifiedAccessEndpointTargetDns";
64564
+ const _vAETIA = "verifiedAccessEndpointTargetIpAddress";
64565
+ const _vAETS = "verifiedAccessEndpointTargetSet";
63142
64566
  const _vAG = "verifiedAccessGroup";
63143
64567
  const _vAGA = "verifiedAccessGroupArn";
63144
64568
  const _vAGI = "verifiedAccessGroupId";
@@ -63163,6 +64587,7 @@ const _vCS = "vpnConnectionSet";
63163
64587
  const _vCa = "validCores";
63164
64588
  const _vD = "versionDescription";
63165
64589
  const _vE = "vpcEndpoint";
64590
+ const _vEAS = "vpcEndpointAssociationSet";
63166
64591
  const _vECI = "vpcEndpointConnectionId";
63167
64592
  const _vECS = "vpcEndpointConnectionSet";
63168
64593
  const _vEI = "vpcEndpointId";