@aws-sdk/client-ec2 3.699.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 (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  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 +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -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 +1655 -132
  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 +2 -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 +4 -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 +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. 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) {
@@ -16612,6 +16875,9 @@ const se_CopySnapshotRequest = (input, context) => {
16612
16875
  entries[loc] = value;
16613
16876
  });
16614
16877
  }
16878
+ if (input[_CDM] != null) {
16879
+ entries[_CDM] = input[_CDM];
16880
+ }
16615
16881
  if (input[_DRr] != null) {
16616
16882
  entries[_DRr] = input[_DRr];
16617
16883
  }
@@ -18926,6 +19192,30 @@ const se_CreateTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
18926
19192
  }
18927
19193
  return entries;
18928
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
+ };
18929
19219
  const se_CreateVerifiedAccessEndpointEniOptions = (input, context) => {
18930
19220
  const entries = {};
18931
19221
  if (input[_NII] != null) {
@@ -18937,6 +19227,13 @@ const se_CreateVerifiedAccessEndpointEniOptions = (input, context) => {
18937
19227
  if (input[_Po] != null) {
18938
19228
  entries[_Po] = input[_Po];
18939
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
+ }
18940
19237
  return entries;
18941
19238
  };
18942
19239
  const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
@@ -18957,6 +19254,67 @@ const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
18957
19254
  entries[loc] = value;
18958
19255
  });
18959
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
+ }
18960
19318
  return entries;
18961
19319
  };
18962
19320
  const se_CreateVerifiedAccessEndpointRequest = (input, context) => {
@@ -19029,6 +19387,20 @@ const se_CreateVerifiedAccessEndpointRequest = (input, context) => {
19029
19387
  entries[loc] = value;
19030
19388
  });
19031
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
+ }
19032
19404
  return entries;
19033
19405
  };
19034
19406
  const se_CreateVerifiedAccessEndpointSubnetIdList = (input, context) => {
@@ -19103,6 +19475,37 @@ const se_CreateVerifiedAccessInstanceRequest = (input, context) => {
19103
19475
  if (input[_FIPSE] != null) {
19104
19476
  entries[_FIPSE] = input[_FIPSE];
19105
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
+ }
19106
19509
  return entries;
19107
19510
  };
19108
19511
  const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
@@ -19194,6 +19597,13 @@ const se_CreateVerifiedAccessTrustProviderRequest = (input, context) => {
19194
19597
  entries[loc] = value;
19195
19598
  });
19196
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
+ }
19197
19607
  return entries;
19198
19608
  };
19199
19609
  const se_CreateVolumePermission = (input, context) => {
@@ -19413,6 +19823,15 @@ const se_CreateVpcEndpointRequest = (input, context) => {
19413
19823
  entries[loc] = value;
19414
19824
  });
19415
19825
  }
19826
+ if (input[_SNA] != null) {
19827
+ entries[_SNA] = input[_SNA];
19828
+ }
19829
+ if (input[_RCA] != null) {
19830
+ entries[_RCA] = input[_RCA];
19831
+ }
19832
+ if (input[_SRe] != null) {
19833
+ entries[_SRe] = input[_SRe];
19834
+ }
19416
19835
  return entries;
19417
19836
  };
19418
19837
  const se_CreateVpcEndpointServiceConfigurationRequest = (input, context) => {
@@ -19447,6 +19866,13 @@ const se_CreateVpcEndpointServiceConfigurationRequest = (input, context) => {
19447
19866
  entries[loc] = value;
19448
19867
  });
19449
19868
  }
19869
+ if (input[_SRu] != null) {
19870
+ const memberEntries = se_ValueStringList(input[_SRu], context);
19871
+ Object.entries(memberEntries).forEach(([key, value]) => {
19872
+ const loc = `SupportedRegion.${key.substring(key.indexOf(".") + 1)}`;
19873
+ entries[loc] = value;
19874
+ });
19875
+ }
19450
19876
  if (input[_CTl] != null) {
19451
19877
  entries[_CTl] = input[_CTl];
19452
19878
  }
@@ -21268,6 +21694,26 @@ const se_DescribeCustomerGatewaysRequest = (input, context) => {
21268
21694
  }
21269
21695
  return entries;
21270
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
+ };
21271
21717
  const se_DescribeDhcpOptionsRequest = (input, context) => {
21272
21718
  const entries = {};
21273
21719
  if (input[_DOIh] != null) {
@@ -24454,6 +24900,33 @@ const se_DescribeVpcClassicLinkRequest = (input, context) => {
24454
24900
  }
24455
24901
  return entries;
24456
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
+ };
24457
24930
  const se_DescribeVpcEndpointConnectionNotificationsRequest = (input, context) => {
24458
24931
  const entries = {};
24459
24932
  if (input[_DRr] != null) {
@@ -24572,6 +25045,13 @@ const se_DescribeVpcEndpointServicesRequest = (input, context) => {
24572
25045
  if (input[_NT] != null) {
24573
25046
  entries[_NT] = input[_NT];
24574
25047
  }
25048
+ if (input[_SRer] != null) {
25049
+ const memberEntries = se_ValueStringList(input[_SRer], context);
25050
+ Object.entries(memberEntries).forEach(([key, value]) => {
25051
+ const loc = `ServiceRegion.${key.substring(key.indexOf(".") + 1)}`;
25052
+ entries[loc] = value;
25053
+ });
25054
+ }
24575
25055
  return entries;
24576
25056
  };
24577
25057
  const se_DescribeVpcEndpointsRequest = (input, context) => {
@@ -24829,6 +25309,13 @@ const se_DisableAddressTransferRequest = (input, context) => {
24829
25309
  }
24830
25310
  return entries;
24831
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
+ };
24832
25319
  const se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
24833
25320
  const entries = {};
24834
25321
  if (input[_S] != null) {
@@ -25439,6 +25926,16 @@ const se_EnableAddressTransferRequest = (input, context) => {
25439
25926
  }
25440
25927
  return entries;
25441
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
+ };
25442
25939
  const se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
25443
25940
  const entries = {};
25444
25941
  if (input[_S] != null) {
@@ -25854,6 +26351,16 @@ const se_ExportTransitGatewayRoutesRequest = (input, context) => {
25854
26351
  }
25855
26352
  return entries;
25856
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
+ };
25857
26364
  const se_FastLaunchImageIdList = (input, context) => {
25858
26365
  const entries = {};
25859
26366
  let counter = 1;
@@ -26107,6 +26614,13 @@ const se_FpgaImageIdList = (input, context) => {
26107
26614
  }
26108
26615
  return entries;
26109
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
+ };
26110
26624
  const se_GetAssociatedEnclaveCertificateIamRolesRequest = (input, context) => {
26111
26625
  const entries = {};
26112
26626
  if (input[_CA] != null) {
@@ -26224,6 +26738,16 @@ const se_GetConsoleScreenshotRequest = (input, context) => {
26224
26738
  }
26225
26739
  return entries;
26226
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
+ };
26227
26751
  const se_GetDefaultCreditSpecificationRequest = (input, context) => {
26228
26752
  const entries = {};
26229
26753
  if (input[_DRr] != null) {
@@ -26564,8 +27088,8 @@ const se_GetIpamResourceCidrsRequest = (input, context) => {
26564
27088
  entries[loc] = value;
26565
27089
  });
26566
27090
  }
26567
- if (input[_RO] != null) {
26568
- entries[_RO] = input[_RO];
27091
+ if (input[_ROe] != null) {
27092
+ entries[_ROe] = input[_ROe];
26569
27093
  }
26570
27094
  return entries;
26571
27095
  };
@@ -26945,6 +27469,22 @@ const se_GetVerifiedAccessEndpointPolicyRequest = (input, context) => {
26945
27469
  }
26946
27470
  return entries;
26947
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
+ };
26948
27488
  const se_GetVerifiedAccessGroupPolicyRequest = (input, context) => {
26949
27489
  const entries = {};
26950
27490
  if (input[_VAGI] != null) {
@@ -27119,6 +27659,32 @@ const se_IKEVersionsRequestListValue = (input, context) => {
27119
27659
  }
27120
27660
  return entries;
27121
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
+ };
27122
27688
  const se_ImageDiskContainer = (input, context) => {
27123
27689
  const entries = {};
27124
27690
  if (input[_De] != null) {
@@ -27184,6 +27750,18 @@ const se_ImageIdStringList = (input, context) => {
27184
27750
  }
27185
27751
  return entries;
27186
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
+ };
27187
27765
  const se_ImportClientVpnClientCertificateRevocationListRequest = (input, context) => {
27188
27766
  const entries = {};
27189
27767
  if (input[_CVEI] != null) {
@@ -28330,8 +28908,8 @@ const se_IpamPoolSourceResourceRequest = (input, context) => {
28330
28908
  if (input[_RRe] != null) {
28331
28909
  entries[_RRe] = input[_RRe];
28332
28910
  }
28333
- if (input[_RO] != null) {
28334
- entries[_RO] = input[_RO];
28911
+ if (input[_ROe] != null) {
28912
+ entries[_ROe] = input[_ROe];
28335
28913
  }
28336
28914
  return entries;
28337
28915
  };
@@ -30280,8 +30858,8 @@ const se_ModifyManagedPrefixListRequest = (input, context) => {
30280
30858
  entries[loc] = value;
30281
30859
  });
30282
30860
  }
30283
- if (input[_RE] != null) {
30284
- const memberEntries = se_RemovePrefixListEntries(input[_RE], context);
30861
+ if (input[_REe] != null) {
30862
+ const memberEntries = se_RemovePrefixListEntries(input[_REe], context);
30285
30863
  Object.entries(memberEntries).forEach(([key, value]) => {
30286
30864
  const loc = `RemoveEntry.${key.substring(key.indexOf(".") + 1)}`;
30287
30865
  entries[loc] = value;
@@ -30790,6 +31368,17 @@ const se_ModifyTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
30790
31368
  }
30791
31369
  return entries;
30792
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
+ };
30793
31382
  const se_ModifyVerifiedAccessEndpointEniOptions = (input, context) => {
30794
31383
  const entries = {};
30795
31384
  if (input[_P] != null) {
@@ -30798,6 +31387,13 @@ const se_ModifyVerifiedAccessEndpointEniOptions = (input, context) => {
30798
31387
  if (input[_Po] != null) {
30799
31388
  entries[_Po] = input[_Po];
30800
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
+ }
30801
31397
  return entries;
30802
31398
  };
30803
31399
  const se_ModifyVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
@@ -30815,6 +31411,13 @@ const se_ModifyVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
30815
31411
  if (input[_Po] != null) {
30816
31412
  entries[_Po] = input[_Po];
30817
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
+ }
30818
31421
  return entries;
30819
31422
  };
30820
31423
  const se_ModifyVerifiedAccessEndpointPolicyRequest = (input, context) => {
@@ -30846,6 +31449,48 @@ const se_ModifyVerifiedAccessEndpointPolicyRequest = (input, context) => {
30846
31449
  }
30847
31450
  return entries;
30848
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
+ };
30849
31494
  const se_ModifyVerifiedAccessEndpointRequest = (input, context) => {
30850
31495
  const entries = {};
30851
31496
  if (input[_VAEI] != null) {
@@ -30880,6 +31525,20 @@ const se_ModifyVerifiedAccessEndpointRequest = (input, context) => {
30880
31525
  if (input[_DRr] != null) {
30881
31526
  entries[_DRr] = input[_DRr];
30882
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
+ }
30883
31542
  return entries;
30884
31543
  };
30885
31544
  const se_ModifyVerifiedAccessEndpointSubnetIdList = (input, context) => {
@@ -30985,6 +31644,37 @@ const se_ModifyVerifiedAccessInstanceRequest = (input, context) => {
30985
31644
  if (input[_CTl] != null) {
30986
31645
  entries[_CTl] = input[_CTl];
30987
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
+ }
30988
31678
  return entries;
30989
31679
  };
30990
31680
  const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
@@ -31057,6 +31747,13 @@ const se_ModifyVerifiedAccessTrustProviderRequest = (input, context) => {
31057
31747
  entries[loc] = value;
31058
31748
  });
31059
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
+ }
31060
31757
  return entries;
31061
31758
  };
31062
31759
  const se_ModifyVolumeAttributeRequest = (input, context) => {
@@ -31309,6 +32006,20 @@ const se_ModifyVpcEndpointServiceConfigurationRequest = (input, context) => {
31309
32006
  entries[loc] = value;
31310
32007
  });
31311
32008
  }
32009
+ if (input[_ASR] != null) {
32010
+ const memberEntries = se_ValueStringList(input[_ASR], context);
32011
+ Object.entries(memberEntries).forEach(([key, value]) => {
32012
+ const loc = `AddSupportedRegion.${key.substring(key.indexOf(".") + 1)}`;
32013
+ entries[loc] = value;
32014
+ });
32015
+ }
32016
+ if (input[_RSR] != null) {
32017
+ const memberEntries = se_ValueStringList(input[_RSR], context);
32018
+ Object.entries(memberEntries).forEach(([key, value]) => {
32019
+ const loc = `RemoveSupportedRegion.${key.substring(key.indexOf(".") + 1)}`;
32020
+ entries[loc] = value;
32021
+ });
32022
+ }
31312
32023
  return entries;
31313
32024
  };
31314
32025
  const se_ModifyVpcEndpointServicePayerResponsibilityRequest = (input, context) => {
@@ -33044,6 +33755,20 @@ const se_ReplaceIamInstanceProfileAssociationRequest = (input, context) => {
33044
33755
  }
33045
33756
  return entries;
33046
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
+ };
33047
33772
  const se_ReplaceNetworkAclAssociationRequest = (input, context) => {
33048
33773
  const entries = {};
33049
33774
  if (input[_DRr] != null) {
@@ -33431,8 +34156,8 @@ const se_RequestLaunchTemplateData = (input, context) => {
33431
34156
  entries[loc] = value;
33432
34157
  });
33433
34158
  }
33434
- if (input[_CO] != null) {
33435
- const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_CO], context);
34159
+ if (input[_COp] != null) {
34160
+ const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_COp], context);
33436
34161
  Object.entries(memberEntries).forEach(([key, value]) => {
33437
34162
  const loc = `CpuOptions.${key}`;
33438
34163
  entries[loc] = value;
@@ -34249,8 +34974,8 @@ const se_RunInstancesRequest = (input, context) => {
34249
34974
  entries[loc] = value;
34250
34975
  });
34251
34976
  }
34252
- if (input[_CO] != null) {
34253
- const memberEntries = se_CpuOptionsRequest(input[_CO], context);
34977
+ if (input[_COp] != null) {
34978
+ const memberEntries = se_CpuOptionsRequest(input[_COp], context);
34254
34979
  Object.entries(memberEntries).forEach(([key, value]) => {
34255
34980
  const loc = `CpuOptions.${key}`;
34256
34981
  entries[loc] = value;
@@ -35338,6 +36063,29 @@ const se_SpotPlacement = (input, context) => {
35338
36063
  }
35339
36064
  return entries;
35340
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
+ };
35341
36089
  const se_StartInstancesRequest = (input, context) => {
35342
36090
  const entries = {};
35343
36091
  if (input[_IIns] != null) {
@@ -37753,6 +38501,35 @@ const de_AttributeBooleanValue = (output, context) => {
37753
38501
  }
37754
38502
  return contents;
37755
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
+ };
37756
38533
  const de_AttributeValue = (output, context) => {
37757
38534
  const contents = {};
37758
38535
  if (output[_v] != null) {
@@ -38104,6 +38881,13 @@ const de_CancelCapacityReservationResult = (output, context) => {
38104
38881
  }
38105
38882
  return contents;
38106
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
+ };
38107
38891
  const de_CancelImageLaunchPermissionResult = (output, context) => {
38108
38892
  const contents = {};
38109
38893
  if (output[_r] != null) {
@@ -39191,6 +39975,9 @@ const de_ConnectionNotification = (output, context) => {
39191
39975
  if (output[_cNS] != null) {
39192
39976
  contents[_CNS] = __expectString(output[_cNS]);
39193
39977
  }
39978
+ if (output[_sR] != null) {
39979
+ contents[_SRe] = __expectString(output[_sR]);
39980
+ }
39194
39981
  return contents;
39195
39982
  };
39196
39983
  const de_ConnectionNotificationSet = (output, context) => {
@@ -40187,6 +40974,44 @@ const de_DataResponses = (output, context) => {
40187
40974
  return de_DataResponse(entry, context);
40188
40975
  });
40189
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
+ };
40190
41015
  const de_DedicatedHostIdList = (output, context) => {
40191
41016
  return (output || [])
40192
41017
  .filter((e) => e != null)
@@ -40394,7 +41219,7 @@ const de_DeleteLaunchTemplateVersionsResponseErrorItem = (output, context) => {
40394
41219
  contents[_VNe] = __strictParseLong(output[_vNe]);
40395
41220
  }
40396
41221
  if (output[_rE] != null) {
40397
- contents[_REe] = de_ResponseError(output[_rE], context);
41222
+ contents[_REes] = de_ResponseError(output[_rE], context);
40398
41223
  }
40399
41224
  return contents;
40400
41225
  };
@@ -41111,6 +41936,19 @@ const de_DescribeCustomerGatewaysResult = (output, context) => {
41111
41936
  }
41112
41937
  return contents;
41113
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
+ };
41114
41952
  const de_DescribeDhcpOptionsResult = (output, context) => {
41115
41953
  const contents = {};
41116
41954
  if (output[_nTe] != null) {
@@ -41260,14 +42098,14 @@ const de_DescribeFastSnapshotRestoreSuccessItem = (output, context) => {
41260
42098
  if (output[_oAw] != null) {
41261
42099
  contents[_OAw] = __expectString(output[_oAw]);
41262
42100
  }
41263
- if (output[_eTn] != null) {
41264
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
42101
+ if (output[_eTna] != null) {
42102
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
41265
42103
  }
41266
42104
  if (output[_oT] != null) {
41267
42105
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
41268
42106
  }
41269
- if (output[_eTna] != null) {
41270
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
42107
+ if (output[_eTnab] != null) {
42108
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
41271
42109
  }
41272
42110
  if (output[_dTi] != null) {
41273
42111
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -41598,8 +42436,8 @@ const de_DescribeInstancesResult = (output, context) => {
41598
42436
  if (output.reservationSet === "") {
41599
42437
  contents[_Rese] = [];
41600
42438
  }
41601
- else if (output[_rSe] != null && output[_rSe][_i] != null) {
41602
- 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);
41603
42441
  }
41604
42442
  return contents;
41605
42443
  };
@@ -42121,8 +42959,8 @@ const de_DescribeRegionsResult = (output, context) => {
42121
42959
  if (output.regionInfo === "") {
42122
42960
  contents[_Reg] = [];
42123
42961
  }
42124
- else if (output[_rI] != null && output[_rI][_i] != null) {
42125
- 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);
42126
42964
  }
42127
42965
  return contents;
42128
42966
  };
@@ -42828,6 +43666,19 @@ const de_DescribeVpcClassicLinkResult = (output, context) => {
42828
43666
  }
42829
43667
  return contents;
42830
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
+ };
42831
43682
  const de_DescribeVpcEndpointConnectionNotificationsResult = (output, context) => {
42832
43683
  const contents = {};
42833
43684
  if (output.connectionNotificationSet === "") {
@@ -42990,14 +43841,21 @@ const de_DetachVerifiedAccessTrustProviderResult = (output, context) => {
42990
43841
  };
42991
43842
  const de_DeviceOptions = (output, context) => {
42992
43843
  const contents = {};
42993
- if (output[_tI] != null) {
42994
- contents[_TIe] = __expectString(output[_tI]);
43844
+ if (output[_tIe] != null) {
43845
+ contents[_TIe] = __expectString(output[_tIe]);
42995
43846
  }
42996
43847
  if (output[_pSKU] != null) {
42997
43848
  contents[_PSKU] = __expectString(output[_pSKU]);
42998
43849
  }
42999
43850
  return contents;
43000
43851
  };
43852
+ const de_DeviceTrustProviderTypeList = (output, context) => {
43853
+ return (output || [])
43854
+ .filter((e) => e != null)
43855
+ .map((entry) => {
43856
+ return __expectString(entry);
43857
+ });
43858
+ };
43001
43859
  const de_DhcpConfiguration = (output, context) => {
43002
43860
  const contents = {};
43003
43861
  if (output[_k] != null) {
@@ -43068,6 +43926,13 @@ const de_DisableAddressTransferResult = (output, context) => {
43068
43926
  }
43069
43927
  return contents;
43070
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
+ };
43071
43936
  const de_DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
43072
43937
  const contents = {};
43073
43938
  if (output[_ou] != null) {
@@ -43196,14 +44061,14 @@ const de_DisableFastSnapshotRestoreSuccessItem = (output, context) => {
43196
44061
  if (output[_oAw] != null) {
43197
44062
  contents[_OAw] = __expectString(output[_oAw]);
43198
44063
  }
43199
- if (output[_eTn] != null) {
43200
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
44064
+ if (output[_eTna] != null) {
44065
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
43201
44066
  }
43202
44067
  if (output[_oT] != null) {
43203
44068
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
43204
44069
  }
43205
- if (output[_eTna] != null) {
43206
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
44070
+ if (output[_eTnab] != null) {
44071
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
43207
44072
  }
43208
44073
  if (output[_dTi] != null) {
43209
44074
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -43816,6 +44681,13 @@ const de_EnableAddressTransferResult = (output, context) => {
43816
44681
  }
43817
44682
  return contents;
43818
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
+ };
43819
44691
  const de_EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
43820
44692
  const contents = {};
43821
44693
  if (output[_ou] != null) {
@@ -43944,14 +44816,14 @@ const de_EnableFastSnapshotRestoreSuccessItem = (output, context) => {
43944
44816
  if (output[_oAw] != null) {
43945
44817
  contents[_OAw] = __expectString(output[_oAw]);
43946
44818
  }
43947
- if (output[_eTn] != null) {
43948
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
44819
+ if (output[_eTna] != null) {
44820
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
43949
44821
  }
43950
44822
  if (output[_oT] != null) {
43951
44823
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
43952
44824
  }
43953
- if (output[_eTna] != null) {
43954
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
44825
+ if (output[_eTnab] != null) {
44826
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
43955
44827
  }
43956
44828
  if (output[_dTi] != null) {
43957
44829
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -44454,6 +45326,34 @@ const de_ExportTransitGatewayRoutesResult = (output, context) => {
44454
45326
  }
44455
45327
  return contents;
44456
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
+ };
44457
45357
  const de_FailedCapacityReservationFleetCancellationResult = (output, context) => {
44458
45358
  const contents = {};
44459
45359
  if (output[_cRFI] != null) {
@@ -44855,8 +45755,8 @@ const de_FlowLog = (output, context) => {
44855
45755
  if (output[_lGN] != null) {
44856
45756
  contents[_LGN] = __expectString(output[_lGN]);
44857
45757
  }
44858
- if (output[_rIe] != null) {
44859
- contents[_RIeso] = __expectString(output[_rIe]);
45758
+ if (output[_rIes] != null) {
45759
+ contents[_RIeso] = __expectString(output[_rIes]);
44860
45760
  }
44861
45761
  if (output[_tT] != null) {
44862
45762
  contents[_TT] = __expectString(output[_tT]);
@@ -45037,6 +45937,22 @@ const de_FpgaInfo = (output, context) => {
45037
45937
  }
45038
45938
  return contents;
45039
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
+ };
45040
45956
  const de_GetAssociatedEnclaveCertificateIamRolesResult = (output, context) => {
45041
45957
  const contents = {};
45042
45958
  if (output.associatedRoleSet === "") {
@@ -45143,6 +46059,40 @@ const de_GetConsoleScreenshotResult = (output, context) => {
45143
46059
  }
45144
46060
  return contents;
45145
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
+ };
45146
46096
  const de_GetDefaultCreditSpecificationResult = (output, context) => {
45147
46097
  const contents = {};
45148
46098
  if (output[_iFCS] != null) {
@@ -45169,8 +46119,8 @@ const de_GetEbsEncryptionByDefaultResult = (output, context) => {
45169
46119
  };
45170
46120
  const de_GetFlowLogsIntegrationTemplateResult = (output, context) => {
45171
46121
  const contents = {};
45172
- if (output[_re] != null) {
45173
- contents[_Resu] = __expectString(output[_re]);
46122
+ if (output[_res] != null) {
46123
+ contents[_Resu] = __expectString(output[_res]);
45174
46124
  }
45175
46125
  return contents;
45176
46126
  };
@@ -45211,6 +46161,9 @@ const de_GetImageBlockPublicAccessStateResult = (output, context) => {
45211
46161
  if (output[_iBPAS] != null) {
45212
46162
  contents[_IBPAS] = __expectString(output[_iBPAS]);
45213
46163
  }
46164
+ if (output[_mB] != null) {
46165
+ contents[_MB] = __expectString(output[_mB]);
46166
+ }
45214
46167
  return contents;
45215
46168
  };
45216
46169
  const de_GetInstanceMetadataDefaultsResult = (output, context) => {
@@ -45480,6 +46433,9 @@ const de_GetSerialConsoleAccessStatusResult = (output, context) => {
45480
46433
  if (output[_sCAE] != null) {
45481
46434
  contents[_SCAE] = __parseBoolean(output[_sCAE]);
45482
46435
  }
46436
+ if (output[_mB] != null) {
46437
+ contents[_MB] = __expectString(output[_mB]);
46438
+ }
45483
46439
  return contents;
45484
46440
  };
45485
46441
  const de_GetSnapshotBlockPublicAccessStateResult = (output, context) => {
@@ -45487,6 +46443,9 @@ const de_GetSnapshotBlockPublicAccessStateResult = (output, context) => {
45487
46443
  if (output[_st] != null) {
45488
46444
  contents[_Stat] = __expectString(output[_st]);
45489
46445
  }
46446
+ if (output[_mB] != null) {
46447
+ contents[_MB] = __expectString(output[_mB]);
46448
+ }
45490
46449
  return contents;
45491
46450
  };
45492
46451
  const de_GetSpotPlacementScoresResult = (output, context) => {
@@ -45619,6 +46578,19 @@ const de_GetVerifiedAccessEndpointPolicyResult = (output, context) => {
45619
46578
  }
45620
46579
  return contents;
45621
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
+ };
45622
46594
  const de_GetVerifiedAccessGroupPolicyResult = (output, context) => {
45623
46595
  const contents = {};
45624
46596
  if (output[_pE] != null) {
@@ -46060,8 +47032,8 @@ const de_IdFormat = (output, context) => {
46060
47032
  if (output[_dea] != null) {
46061
47033
  contents[_Dea] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dea]));
46062
47034
  }
46063
- if (output[_res] != null) {
46064
- contents[_Res] = __expectString(output[_res]);
47035
+ if (output[_reso] != null) {
47036
+ contents[_Res] = __expectString(output[_reso]);
46065
47037
  }
46066
47038
  if (output[_uLI] != null) {
46067
47039
  contents[_ULI] = __parseBoolean(output[_uLI]);
@@ -46127,8 +47099,8 @@ const de_Image = (output, context) => {
46127
47099
  if (output[_sNSr] != null) {
46128
47100
  contents[_SNS] = __expectString(output[_sNSr]);
46129
47101
  }
46130
- if (output[_sR] != null) {
46131
- contents[_SRt] = de_StateReason(output[_sR], context);
47102
+ if (output[_sRt] != null) {
47103
+ contents[_SRt] = de_StateReason(output[_sRt], context);
46132
47104
  }
46133
47105
  if (output.tagSet === "") {
46134
47106
  contents[_Ta] = [];
@@ -46160,6 +47132,9 @@ const de_Image = (output, context) => {
46160
47132
  if (output[_lLT] != null) {
46161
47133
  contents[_LLT] = __expectString(output[_lLT]);
46162
47134
  }
47135
+ if (output[_iAm] != null) {
47136
+ contents[_IAm] = __parseBoolean(output[_iAm]);
47137
+ }
46163
47138
  if (output[_sIIo] != null) {
46164
47139
  contents[_SII] = __expectString(output[_sIIo]);
46165
47140
  }
@@ -46262,6 +47237,23 @@ const de_ImageAttribute = (output, context) => {
46262
47237
  }
46263
47238
  return contents;
46264
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
+ };
46265
47257
  const de_ImageList = (output, context) => {
46266
47258
  return (output || [])
46267
47259
  .filter((e) => e != null)
@@ -46292,11 +47284,21 @@ const de_ImageMetadata = (output, context) => {
46292
47284
  if (output[_dTe] != null) {
46293
47285
  contents[_DTep] = __expectString(output[_dTe]);
46294
47286
  }
47287
+ if (output[_iAm] != null) {
47288
+ contents[_IAm] = __parseBoolean(output[_iAm]);
47289
+ }
46295
47290
  if (output[_iPs] != null) {
46296
47291
  contents[_IPs] = __parseBoolean(output[_iPs]);
46297
47292
  }
46298
47293
  return contents;
46299
47294
  };
47295
+ const de_ImageProviderList = (output, context) => {
47296
+ return (output || [])
47297
+ .filter((e) => e != null)
47298
+ .map((entry) => {
47299
+ return __expectString(entry);
47300
+ });
47301
+ };
46300
47302
  const de_ImageRecycleBinInfo = (output, context) => {
46301
47303
  const contents = {};
46302
47304
  if (output[_iIma] != null) {
@@ -46745,8 +47747,8 @@ const de_Instance = (output, context) => {
46745
47747
  if (output[_sNSr] != null) {
46746
47748
  contents[_SNS] = __expectString(output[_sNSr]);
46747
47749
  }
46748
- if (output[_sR] != null) {
46749
- contents[_SRt] = de_StateReason(output[_sR], context);
47750
+ if (output[_sRt] != null) {
47751
+ contents[_SRt] = de_StateReason(output[_sRt], context);
46750
47752
  }
46751
47753
  if (output.tagSet === "") {
46752
47754
  contents[_Ta] = [];
@@ -46758,7 +47760,7 @@ const de_Instance = (output, context) => {
46758
47760
  contents[_VTir] = __expectString(output[_vTi]);
46759
47761
  }
46760
47762
  if (output[_cO] != null) {
46761
- contents[_CO] = de_CpuOptions(output[_cO], context);
47763
+ contents[_COp] = de_CpuOptions(output[_cO], context);
46762
47764
  }
46763
47765
  if (output[_cRI] != null) {
46764
47766
  contents[_CRI] = __expectString(output[_cRI]);
@@ -47286,6 +48288,12 @@ const de_InstanceMetadataDefaultsResponse = (output, context) => {
47286
48288
  if (output[_iMT] != null) {
47287
48289
  contents[_IMT] = __expectString(output[_iMT]);
47288
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
+ }
47289
48297
  return contents;
47290
48298
  };
47291
48299
  const de_InstanceMetadataOptionsResponse = (output, context) => {
@@ -48175,8 +49183,8 @@ const de_IpamAddressHistoryRecord = (output, context) => {
48175
49183
  if (output[_rTe] != null) {
48176
49184
  contents[_RT] = __expectString(output[_rTe]);
48177
49185
  }
48178
- if (output[_rIe] != null) {
48179
- contents[_RIeso] = __expectString(output[_rIe]);
49186
+ if (output[_rIes] != null) {
49187
+ contents[_RIeso] = __expectString(output[_rIes]);
48180
49188
  }
48181
49189
  if (output[_rCe] != null) {
48182
49190
  contents[_RC] = __expectString(output[_rCe]);
@@ -48264,7 +49272,7 @@ const de_IpamDiscoveredPublicAddress = (output, context) => {
48264
49272
  contents[_Se] = __expectString(output[_se]);
48265
49273
  }
48266
49274
  if (output[_sRe] != null) {
48267
- contents[_SRe] = __expectString(output[_sRe]);
49275
+ contents[_SRerv] = __expectString(output[_sRe]);
48268
49276
  }
48269
49277
  if (output[_vI] != null) {
48270
49278
  contents[_VI] = __expectString(output[_vI]);
@@ -48316,8 +49324,8 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
48316
49324
  if (output[_rR] != null) {
48317
49325
  contents[_RRe] = __expectString(output[_rR]);
48318
49326
  }
48319
- if (output[_rIe] != null) {
48320
- contents[_RIeso] = __expectString(output[_rIe]);
49327
+ if (output[_rIes] != null) {
49328
+ contents[_RIeso] = __expectString(output[_rIes]);
48321
49329
  }
48322
49330
  if (output[_rOI] != null) {
48323
49331
  contents[_ROI] = __expectString(output[_rOI]);
@@ -48542,8 +49550,8 @@ const de_IpamPoolAllocation = (output, context) => {
48542
49550
  if (output[_de] != null) {
48543
49551
  contents[_De] = __expectString(output[_de]);
48544
49552
  }
48545
- if (output[_rIe] != null) {
48546
- contents[_RIeso] = __expectString(output[_rIe]);
49553
+ if (output[_rIes] != null) {
49554
+ contents[_RIeso] = __expectString(output[_rIes]);
48547
49555
  }
48548
49556
  if (output[_rTe] != null) {
48549
49557
  contents[_RT] = __expectString(output[_rTe]);
@@ -48552,7 +49560,7 @@ const de_IpamPoolAllocation = (output, context) => {
48552
49560
  contents[_RRe] = __expectString(output[_rR]);
48553
49561
  }
48554
49562
  if (output[_rO] != null) {
48555
- contents[_RO] = __expectString(output[_rO]);
49563
+ contents[_ROe] = __expectString(output[_rO]);
48556
49564
  }
48557
49565
  return contents;
48558
49566
  };
@@ -48608,8 +49616,8 @@ const de_IpamPoolSet = (output, context) => {
48608
49616
  };
48609
49617
  const de_IpamPoolSourceResource = (output, context) => {
48610
49618
  const contents = {};
48611
- if (output[_rIe] != null) {
48612
- contents[_RIeso] = __expectString(output[_rIe]);
49619
+ if (output[_rIes] != null) {
49620
+ contents[_RIeso] = __expectString(output[_rIes]);
48613
49621
  }
48614
49622
  if (output[_rTe] != null) {
48615
49623
  contents[_RT] = __expectString(output[_rTe]);
@@ -48618,7 +49626,7 @@ const de_IpamPoolSourceResource = (output, context) => {
48618
49626
  contents[_RRe] = __expectString(output[_rR]);
48619
49627
  }
48620
49628
  if (output[_rO] != null) {
48621
- contents[_RO] = __expectString(output[_rO]);
49629
+ contents[_ROe] = __expectString(output[_rO]);
48622
49630
  }
48623
49631
  return contents;
48624
49632
  };
@@ -48683,8 +49691,8 @@ const de_IpamResourceCidr = (output, context) => {
48683
49691
  if (output[_rOI] != null) {
48684
49692
  contents[_ROI] = __expectString(output[_rOI]);
48685
49693
  }
48686
- if (output[_rIe] != null) {
48687
- contents[_RIeso] = __expectString(output[_rIe]);
49694
+ if (output[_rIes] != null) {
49695
+ contents[_RIeso] = __expectString(output[_rIes]);
48688
49696
  }
48689
49697
  if (output[_rNes] != null) {
48690
49698
  contents[_RNes] = __expectString(output[_rNes]);
@@ -49961,8 +50969,8 @@ const de_LocalGatewayRouteTable = (output, context) => {
49961
50969
  if (output[_mod] != null) {
49962
50970
  contents[_Mo] = __expectString(output[_mod]);
49963
50971
  }
49964
- if (output[_sR] != null) {
49965
- contents[_SRt] = de_StateReason(output[_sR], context);
50972
+ if (output[_sRt] != null) {
50973
+ contents[_SRt] = de_StateReason(output[_sRt], context);
49966
50974
  }
49967
50975
  return contents;
49968
50976
  };
@@ -51005,6 +52013,31 @@ const de_NatGatewayList = (output, context) => {
51005
52013
  return de_NatGateway(entry, context);
51006
52014
  });
51007
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
+ };
51008
52041
  const de_NetworkAcl = (output, context) => {
51009
52042
  const contents = {};
51010
52043
  if (output.associationSet === "") {
@@ -51967,8 +53000,8 @@ const de_PathStatement = (output, context) => {
51967
53000
  if (output[_pHS] != null) {
51968
53001
  contents[_PHS] = de_PacketHeaderStatement(output[_pHS], context);
51969
53002
  }
51970
- if (output[_rSes] != null) {
51971
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
53003
+ if (output[_rSeso] != null) {
53004
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
51972
53005
  }
51973
53006
  return contents;
51974
53007
  };
@@ -52022,8 +53055,8 @@ const de_PeeringTgwInfo = (output, context) => {
52022
53055
  if (output[_oI] != null) {
52023
53056
  contents[_OIwn] = __expectString(output[_oI]);
52024
53057
  }
52025
- if (output[_reg] != null) {
52026
- contents[_Regi] = __expectString(output[_reg]);
53058
+ if (output[_re] != null) {
53059
+ contents[_Regi] = __expectString(output[_re]);
52027
53060
  }
52028
53061
  return contents;
52029
53062
  };
@@ -52267,11 +53300,11 @@ const de_PrefixList = (output, context) => {
52267
53300
  };
52268
53301
  const de_PrefixListAssociation = (output, context) => {
52269
53302
  const contents = {};
52270
- if (output[_rIe] != null) {
52271
- contents[_RIeso] = __expectString(output[_rIe]);
53303
+ if (output[_rIes] != null) {
53304
+ contents[_RIeso] = __expectString(output[_rIes]);
52272
53305
  }
52273
53306
  if (output[_rO] != null) {
52274
- contents[_RO] = __expectString(output[_rO]);
53307
+ contents[_ROe] = __expectString(output[_rO]);
52275
53308
  }
52276
53309
  return contents;
52277
53310
  };
@@ -52804,6 +53837,26 @@ const de_Region = (output, context) => {
52804
53837
  }
52805
53838
  return contents;
52806
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
+ };
52807
53860
  const de_RegionList = (output, context) => {
52808
53861
  return (output || [])
52809
53862
  .filter((e) => e != null)
@@ -52914,6 +53967,13 @@ const de_ReplaceIamInstanceProfileAssociationResult = (output, context) => {
52914
53967
  }
52915
53968
  return contents;
52916
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
+ };
52917
53977
  const de_ReplaceNetworkAclAssociationResult = (output, context) => {
52918
53978
  const contents = {};
52919
53979
  if (output[_nAIe] != null) {
@@ -53005,8 +54065,8 @@ const de_RequestSpotInstancesResult = (output, context) => {
53005
54065
  };
53006
54066
  const de_Reservation = (output, context) => {
53007
54067
  const contents = {};
53008
- if (output[_rIes] != null) {
53009
- contents[_RIeser] = __expectString(output[_rIes]);
54068
+ if (output[_rIese] != null) {
54069
+ contents[_RIeser] = __expectString(output[_rIese]);
53010
54070
  }
53011
54071
  if (output[_oI] != null) {
53012
54072
  contents[_OIwn] = __expectString(output[_oI]);
@@ -53368,8 +54428,8 @@ const de_ResourceStatement = (output, context) => {
53368
54428
  if (output.resourceSet === "") {
53369
54429
  contents[_Re] = [];
53370
54430
  }
53371
- else if (output[_rSeso] != null && output[_rSeso][_i] != null) {
53372
- 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);
53373
54433
  }
53374
54434
  if (output.resourceTypeSet === "") {
53375
54435
  contents[_RTeso] = [];
@@ -53490,7 +54550,7 @@ const de_ResponseLaunchTemplateData = (output, context) => {
53490
54550
  contents[_CSred] = de_CreditSpecification(output[_cSr], context);
53491
54551
  }
53492
54552
  if (output[_cO] != null) {
53493
- contents[_CO] = de_LaunchTemplateCpuOptions(output[_cO], context);
54553
+ contents[_COp] = de_LaunchTemplateCpuOptions(output[_cO], context);
53494
54554
  }
53495
54555
  if (output[_cRSa] != null) {
53496
54556
  contents[_CRS] = de_LaunchTemplateCapacityReservationSpecificationResponse(output[_cRSa], context);
@@ -54305,8 +55365,8 @@ const de_SecurityGroupVpcAssociation = (output, context) => {
54305
55365
  if (output[_st] != null) {
54306
55366
  contents[_Stat] = __expectString(output[_st]);
54307
55367
  }
54308
- if (output[_sR] != null) {
54309
- contents[_SRt] = __expectString(output[_sR]);
55368
+ if (output[_sRt] != null) {
55369
+ contents[_SRt] = __expectString(output[_sRt]);
54310
55370
  }
54311
55371
  return contents;
54312
55372
  };
@@ -54385,6 +55445,15 @@ const de_ServiceConfiguration = (output, context) => {
54385
55445
  else if (output[_tS] != null && output[_tS][_i] != null) {
54386
55446
  contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
54387
55447
  }
55448
+ if (output.supportedRegionSet === "") {
55449
+ contents[_SRu] = [];
55450
+ }
55451
+ else if (output[_sRS] != null && output[_sRS][_i] != null) {
55452
+ contents[_SRu] = de_SupportedRegionSet(__getArrayIfSingleItem(output[_sRS][_i]), context);
55453
+ }
55454
+ if (output[_rAE] != null) {
55455
+ contents[_RAE] = __parseBoolean(output[_rAE]);
55456
+ }
54388
55457
  return contents;
54389
55458
  };
54390
55459
  const de_ServiceConfigurationSet = (output, context) => {
@@ -54408,6 +55477,9 @@ const de_ServiceDetail = (output, context) => {
54408
55477
  else if (output[_sTe] != null && output[_sTe][_i] != null) {
54409
55478
  contents[_STe] = de_ServiceTypeDetailSet(__getArrayIfSingleItem(output[_sTe][_i]), context);
54410
55479
  }
55480
+ if (output[_sR] != null) {
55481
+ contents[_SRe] = __expectString(output[_sR]);
55482
+ }
54411
55483
  if (output.availabilityZoneSet === "") {
54412
55484
  contents[_AZv] = [];
54413
55485
  }
@@ -54505,6 +55577,15 @@ const de_Snapshot = (output, context) => {
54505
55577
  if (output[_sTs] != null) {
54506
55578
  contents[_STs] = __expectString(output[_sTs]);
54507
55579
  }
55580
+ if (output[_tTr] != null) {
55581
+ contents[_TTr] = __expectString(output[_tTr]);
55582
+ }
55583
+ if (output[_cDM] != null) {
55584
+ contents[_CDM] = __strictParseInt32(output[_cDM]);
55585
+ }
55586
+ if (output[_cTomp] != null) {
55587
+ contents[_CTomp] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cTomp]));
55588
+ }
54508
55589
  if (output[_sIn] != null) {
54509
55590
  contents[_SIn] = __expectString(output[_sIn]);
54510
55591
  }
@@ -55150,8 +56231,8 @@ const de_SpotPlacement = (output, context) => {
55150
56231
  };
55151
56232
  const de_SpotPlacementScore = (output, context) => {
55152
56233
  const contents = {};
55153
- if (output[_reg] != null) {
55154
- contents[_Regi] = __expectString(output[_reg]);
56234
+ if (output[_re] != null) {
56235
+ contents[_Regi] = __expectString(output[_re]);
55155
56236
  }
55156
56237
  if (output[_aZI] != null) {
55157
56238
  contents[_AZI] = __expectString(output[_aZI]);
@@ -55267,6 +56348,13 @@ const de_StaleSecurityGroupSet = (output, context) => {
55267
56348
  return de_StaleSecurityGroup(entry, context);
55268
56349
  });
55269
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
+ };
55270
56358
  const de_StartInstancesResult = (output, context) => {
55271
56359
  const contents = {};
55272
56360
  if (output.instancesSet === "") {
@@ -55502,6 +56590,26 @@ const de_SubnetCidrReservationList = (output, context) => {
55502
56590
  return de_SubnetCidrReservation(entry, context);
55503
56591
  });
55504
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
+ };
55505
56613
  const de_SubnetIpv6CidrBlockAssociation = (output, context) => {
55506
56614
  const contents = {};
55507
56615
  if (output[_aIs] != null) {
@@ -55603,6 +56711,23 @@ const de_SupportedIpAddressTypes = (output, context) => {
55603
56711
  return __expectString(entry);
55604
56712
  });
55605
56713
  };
56714
+ const de_SupportedRegionDetail = (output, context) => {
56715
+ const contents = {};
56716
+ if (output[_re] != null) {
56717
+ contents[_Regi] = __expectString(output[_re]);
56718
+ }
56719
+ if (output[_sSer] != null) {
56720
+ contents[_SSe] = __expectString(output[_sSer]);
56721
+ }
56722
+ return contents;
56723
+ };
56724
+ const de_SupportedRegionSet = (output, context) => {
56725
+ return (output || [])
56726
+ .filter((e) => e != null)
56727
+ .map((entry) => {
56728
+ return de_SupportedRegionDetail(entry, context);
56729
+ });
56730
+ };
55606
56731
  const de_Tag = (output, context) => {
55607
56732
  const contents = {};
55608
56733
  if (output[_k] != null) {
@@ -55618,8 +56743,8 @@ const de_TagDescription = (output, context) => {
55618
56743
  if (output[_k] != null) {
55619
56744
  contents[_Ke] = __expectString(output[_k]);
55620
56745
  }
55621
- if (output[_rIe] != null) {
55622
- contents[_RIeso] = __expectString(output[_rIe]);
56746
+ if (output[_rIes] != null) {
56747
+ contents[_RIeso] = __expectString(output[_rIes]);
55623
56748
  }
55624
56749
  if (output[_rTe] != null) {
55625
56750
  contents[_RT] = __expectString(output[_rTe]);
@@ -55820,8 +56945,8 @@ const de_ThreadsPerCoreList = (output, context) => {
55820
56945
  };
55821
56946
  const de_ThroughResourcesStatement = (output, context) => {
55822
56947
  const contents = {};
55823
- if (output[_rSes] != null) {
55824
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
56948
+ if (output[_rSeso] != null) {
56949
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
55825
56950
  }
55826
56951
  return contents;
55827
56952
  };
@@ -56078,8 +57203,8 @@ const de_TransitGatewayAssociation = (output, context) => {
56078
57203
  if (output[_tGAI] != null) {
56079
57204
  contents[_TGAI] = __expectString(output[_tGAI]);
56080
57205
  }
56081
- if (output[_rIe] != null) {
56082
- contents[_RIeso] = __expectString(output[_rIe]);
57206
+ if (output[_rIes] != null) {
57207
+ contents[_RIeso] = __expectString(output[_rIes]);
56083
57208
  }
56084
57209
  if (output[_rTe] != null) {
56085
57210
  contents[_RT] = __expectString(output[_rTe]);
@@ -56106,8 +57231,8 @@ const de_TransitGatewayAttachment = (output, context) => {
56106
57231
  if (output[_rTe] != null) {
56107
57232
  contents[_RT] = __expectString(output[_rTe]);
56108
57233
  }
56109
- if (output[_rIe] != null) {
56110
- contents[_RIeso] = __expectString(output[_rIe]);
57234
+ if (output[_rIes] != null) {
57235
+ contents[_RIeso] = __expectString(output[_rIes]);
56111
57236
  }
56112
57237
  if (output[_st] != null) {
56113
57238
  contents[_Stat] = __expectString(output[_st]);
@@ -56360,8 +57485,8 @@ const de_TransitGatewayMulticastDomainAssociation = (output, context) => {
56360
57485
  if (output[_tGAI] != null) {
56361
57486
  contents[_TGAI] = __expectString(output[_tGAI]);
56362
57487
  }
56363
- if (output[_rIe] != null) {
56364
- contents[_RIeso] = __expectString(output[_rIe]);
57488
+ if (output[_rIes] != null) {
57489
+ contents[_RIeso] = __expectString(output[_rIes]);
56365
57490
  }
56366
57491
  if (output[_rTe] != null) {
56367
57492
  contents[_RT] = __expectString(output[_rTe]);
@@ -56389,8 +57514,8 @@ const de_TransitGatewayMulticastDomainAssociations = (output, context) => {
56389
57514
  if (output[_tGAI] != null) {
56390
57515
  contents[_TGAI] = __expectString(output[_tGAI]);
56391
57516
  }
56392
- if (output[_rIe] != null) {
56393
- contents[_RIeso] = __expectString(output[_rIe]);
57517
+ if (output[_rIes] != null) {
57518
+ contents[_RIeso] = __expectString(output[_rIes]);
56394
57519
  }
56395
57520
  if (output[_rTe] != null) {
56396
57521
  contents[_RT] = __expectString(output[_rTe]);
@@ -56437,8 +57562,8 @@ const de_TransitGatewayMulticastGroup = (output, context) => {
56437
57562
  if (output[_sIu] != null) {
56438
57563
  contents[_SIub] = __expectString(output[_sIu]);
56439
57564
  }
56440
- if (output[_rIe] != null) {
56441
- contents[_RIeso] = __expectString(output[_rIe]);
57565
+ if (output[_rIes] != null) {
57566
+ contents[_RIeso] = __expectString(output[_rIes]);
56442
57567
  }
56443
57568
  if (output[_rTe] != null) {
56444
57569
  contents[_RT] = __expectString(output[_rTe]);
@@ -56652,8 +57777,8 @@ const de_TransitGatewayPolicyTableAssociation = (output, context) => {
56652
57777
  if (output[_tGAI] != null) {
56653
57778
  contents[_TGAI] = __expectString(output[_tGAI]);
56654
57779
  }
56655
- if (output[_rIe] != null) {
56656
- contents[_RIeso] = __expectString(output[_rIe]);
57780
+ if (output[_rIes] != null) {
57781
+ contents[_RIeso] = __expectString(output[_rIes]);
56657
57782
  }
56658
57783
  if (output[_rTe] != null) {
56659
57784
  contents[_RT] = __expectString(output[_rTe]);
@@ -56705,8 +57830,8 @@ const de_TransitGatewayPrefixListAttachment = (output, context) => {
56705
57830
  if (output[_rTe] != null) {
56706
57831
  contents[_RT] = __expectString(output[_rTe]);
56707
57832
  }
56708
- if (output[_rIe] != null) {
56709
- contents[_RIeso] = __expectString(output[_rIe]);
57833
+ if (output[_rIes] != null) {
57834
+ contents[_RIeso] = __expectString(output[_rIes]);
56710
57835
  }
56711
57836
  return contents;
56712
57837
  };
@@ -56744,8 +57869,8 @@ const de_TransitGatewayPropagation = (output, context) => {
56744
57869
  if (output[_tGAI] != null) {
56745
57870
  contents[_TGAI] = __expectString(output[_tGAI]);
56746
57871
  }
56747
- if (output[_rIe] != null) {
56748
- contents[_RIeso] = __expectString(output[_rIe]);
57872
+ if (output[_rIes] != null) {
57873
+ contents[_RIeso] = __expectString(output[_rIes]);
56749
57874
  }
56750
57875
  if (output[_rTe] != null) {
56751
57876
  contents[_RT] = __expectString(output[_rTe]);
@@ -56788,8 +57913,8 @@ const de_TransitGatewayRoute = (output, context) => {
56788
57913
  };
56789
57914
  const de_TransitGatewayRouteAttachment = (output, context) => {
56790
57915
  const contents = {};
56791
- if (output[_rIe] != null) {
56792
- contents[_RIeso] = __expectString(output[_rIe]);
57916
+ if (output[_rIes] != null) {
57917
+ contents[_RIeso] = __expectString(output[_rIes]);
56793
57918
  }
56794
57919
  if (output[_tGAI] != null) {
56795
57920
  contents[_TGAI] = __expectString(output[_tGAI]);
@@ -56893,8 +58018,8 @@ const de_TransitGatewayRouteTableAssociation = (output, context) => {
56893
58018
  if (output[_tGAI] != null) {
56894
58019
  contents[_TGAI] = __expectString(output[_tGAI]);
56895
58020
  }
56896
- if (output[_rIe] != null) {
56897
- contents[_RIeso] = __expectString(output[_rIe]);
58021
+ if (output[_rIes] != null) {
58022
+ contents[_RIeso] = __expectString(output[_rIes]);
56898
58023
  }
56899
58024
  if (output[_rTe] != null) {
56900
58025
  contents[_RT] = __expectString(output[_rTe]);
@@ -56923,8 +58048,8 @@ const de_TransitGatewayRouteTablePropagation = (output, context) => {
56923
58048
  if (output[_tGAI] != null) {
56924
58049
  contents[_TGAI] = __expectString(output[_tGAI]);
56925
58050
  }
56926
- if (output[_rIe] != null) {
56927
- contents[_RIeso] = __expectString(output[_rIe]);
58051
+ if (output[_rIes] != null) {
58052
+ contents[_RIeso] = __expectString(output[_rIes]);
56928
58053
  }
56929
58054
  if (output[_rTe] != null) {
56930
58055
  contents[_RT] = __expectString(output[_rTe]);
@@ -56961,8 +58086,8 @@ const de_TransitGatewayRouteTableRoute = (output, context) => {
56961
58086
  if (output[_aIt] != null) {
56962
58087
  contents[_AIt] = __expectString(output[_aIt]);
56963
58088
  }
56964
- if (output[_rIe] != null) {
56965
- contents[_RIeso] = __expectString(output[_rIe]);
58089
+ if (output[_rIes] != null) {
58090
+ contents[_RIeso] = __expectString(output[_rIes]);
56966
58091
  }
56967
58092
  if (output[_rTe] != null) {
56968
58093
  contents[_RT] = __expectString(output[_rTe]);
@@ -57240,8 +58365,8 @@ const de_UnsuccessfulItem = (output, context) => {
57240
58365
  if (output[_er] != null) {
57241
58366
  contents[_Er] = de_UnsuccessfulItemError(output[_er], context);
57242
58367
  }
57243
- if (output[_rIe] != null) {
57244
- contents[_RIeso] = __expectString(output[_rIe]);
58368
+ if (output[_rIes] != null) {
58369
+ contents[_RIeso] = __expectString(output[_rIes]);
57245
58370
  }
57246
58371
  return contents;
57247
58372
  };
@@ -57466,6 +58591,34 @@ const de_VerifiedAccessEndpoint = (output, context) => {
57466
58591
  if (output[_sSs] != null) {
57467
58592
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57468
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
+ }
57469
58622
  return contents;
57470
58623
  };
57471
58624
  const de_VerifiedAccessEndpointEniOptions = (output, context) => {
@@ -57479,6 +58632,12 @@ const de_VerifiedAccessEndpointEniOptions = (output, context) => {
57479
58632
  if (output[_po] != null) {
57480
58633
  contents[_Po] = __strictParseInt32(output[_po]);
57481
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
+ }
57482
58641
  return contents;
57483
58642
  };
57484
58643
  const de_VerifiedAccessEndpointList = (output, context) => {
@@ -57505,6 +58664,57 @@ const de_VerifiedAccessEndpointLoadBalancerOptions = (output, context) => {
57505
58664
  else if (output[_sISu] != null && output[_sISu][_i] != null) {
57506
58665
  contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList(__getArrayIfSingleItem(output[_sISu][_i]), context);
57507
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
+ }
57508
58718
  return contents;
57509
58719
  };
57510
58720
  const de_VerifiedAccessEndpointStatus = (output, context) => {
@@ -57524,6 +58734,26 @@ const de_VerifiedAccessEndpointSubnetIdList = (output, context) => {
57524
58734
  return __expectString(entry);
57525
58735
  });
57526
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
+ };
57527
58757
  const de_VerifiedAccessGroup = (output, context) => {
57528
58758
  const contents = {};
57529
58759
  if (output[_vAGI] != null) {
@@ -57597,6 +58827,22 @@ const de_VerifiedAccessInstance = (output, context) => {
57597
58827
  if (output[_fE] != null) {
57598
58828
  contents[_FE] = __parseBoolean(output[_fE]);
57599
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
+ }
57600
58846
  return contents;
57601
58847
  };
57602
58848
  const de_VerifiedAccessInstanceList = (output, context) => {
@@ -57623,6 +58869,74 @@ const de_VerifiedAccessInstanceLoggingConfigurationList = (output, context) => {
57623
58869
  return de_VerifiedAccessInstanceLoggingConfiguration(entry, context);
57624
58870
  });
57625
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
+ };
57626
58940
  const de_VerifiedAccessLogCloudWatchLogsDestination = (output, context) => {
57627
58941
  const contents = {};
57628
58942
  if (output[_en] != null) {
@@ -57748,6 +59062,9 @@ const de_VerifiedAccessTrustProvider = (output, context) => {
57748
59062
  if (output[_sSs] != null) {
57749
59063
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57750
59064
  }
59065
+ if (output[_nAOO] != null) {
59066
+ contents[_NAOO] = de_NativeApplicationOidcOptions(output[_nAOO], context);
59067
+ }
57751
59068
  return contents;
57752
59069
  };
57753
59070
  const de_VerifiedAccessTrustProviderCondensed = (output, context) => {
@@ -57940,7 +59257,7 @@ const de_VolumeModification = (output, context) => {
57940
59257
  contents[_TSar] = __strictParseInt32(output[_tSar]);
57941
59258
  }
57942
59259
  if (output[_tIa] != null) {
57943
- contents[_TIa] = __strictParseInt32(output[_tIa]);
59260
+ contents[_TIar] = __strictParseInt32(output[_tIa]);
57944
59261
  }
57945
59262
  if (output[_tVT] != null) {
57946
59263
  contents[_TVT] = __expectString(output[_tVT]);
@@ -57972,8 +59289,8 @@ const de_VolumeModification = (output, context) => {
57972
59289
  if (output[_sT] != null) {
57973
59290
  contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
57974
59291
  }
57975
- if (output[_eTndi] != null) {
57976
- contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTndi]));
59292
+ if (output[_eTn] != null) {
59293
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
57977
59294
  }
57978
59295
  return contents;
57979
59296
  };
@@ -58110,10 +59427,10 @@ const de_VolumeStatusItem = (output, context) => {
58110
59427
  contents[_VSol] = de_VolumeStatusInfo(output[_vSol], context);
58111
59428
  }
58112
59429
  if (output.attachmentStatuses === "") {
58113
- contents[_ASt] = [];
59430
+ contents[_AStt] = [];
58114
59431
  }
58115
59432
  else if (output[_aStt] != null && output[_aStt][_i] != null) {
58116
- contents[_ASt] = de_VolumeStatusAttachmentStatusList(__getArrayIfSingleItem(output[_aStt][_i]), context);
59433
+ contents[_AStt] = de_VolumeStatusAttachmentStatusList(__getArrayIfSingleItem(output[_aStt][_i]), context);
58117
59434
  }
58118
59435
  return contents;
58119
59436
  };
@@ -58248,6 +59565,12 @@ const de_VpcBlockPublicAccessOptions = (output, context) => {
58248
59565
  if (output[_lUTas] != null) {
58249
59566
  contents[_LUTas] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_lUTas]));
58250
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
+ }
58251
59574
  return contents;
58252
59575
  };
58253
59576
  const de_VpcCidrBlockAssociation = (output, context) => {
@@ -58380,8 +59703,82 @@ const de_VpcEndpoint = (output, context) => {
58380
59703
  if (output[_lEa] != null) {
58381
59704
  contents[_LEa] = de_LastError(output[_lEa], context);
58382
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
+ }
59727
+ if (output[_sR] != null) {
59728
+ contents[_SRe] = __expectString(output[_sR]);
59729
+ }
58383
59730
  return contents;
58384
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
+ };
58385
59782
  const de_VpcEndpointConnection = (output, context) => {
58386
59783
  const contents = {};
58387
59784
  if (output[_sI] != null) {
@@ -58429,6 +59826,9 @@ const de_VpcEndpointConnection = (output, context) => {
58429
59826
  else if (output[_tS] != null && output[_tS][_i] != null) {
58430
59827
  contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
58431
59828
  }
59829
+ if (output[_vER] != null) {
59830
+ contents[_VER] = __expectString(output[_vER]);
59831
+ }
58432
59832
  return contents;
58433
59833
  };
58434
59834
  const de_VpcEndpointConnectionSet = (output, context) => {
@@ -58565,8 +59965,8 @@ const de_VpcPeeringConnectionVpcInfo = (output, context) => {
58565
59965
  if (output[_vI] != null) {
58566
59966
  contents[_VI] = __expectString(output[_vI]);
58567
59967
  }
58568
- if (output[_reg] != null) {
58569
- contents[_Regi] = __expectString(output[_reg]);
59968
+ if (output[_re] != null) {
59969
+ contents[_Regi] = __expectString(output[_re]);
58570
59970
  }
58571
59971
  return contents;
58572
59972
  };
@@ -58660,8 +60060,8 @@ const de_VpnConnectionList = (output, context) => {
58660
60060
  };
58661
60061
  const de_VpnConnectionOptions = (output, context) => {
58662
60062
  const contents = {};
58663
- if (output[_eA] != null) {
58664
- contents[_EA] = __parseBoolean(output[_eA]);
60063
+ if (output[_eAn] != null) {
60064
+ contents[_EA] = __parseBoolean(output[_eAn]);
58665
60065
  }
58666
60066
  if (output[_sRO] != null) {
58667
60067
  contents[_SRO] = __parseBoolean(output[_sRO]);
@@ -58867,6 +60267,7 @@ const _AIP = "AssignedIpv6Prefixes";
58867
60267
  const _AIPC = "AllocateIpamPoolCidr";
58868
60268
  const _AIPs = "AssignedIpv4Prefixes";
58869
60269
  const _AIRD = "AssociateIpamResourceDiscovery";
60270
+ const _AISS = "AllowedImagesSettingsState";
58870
60271
  const _AIT = "AllowedInstanceTypes";
58871
60272
  const _AIc = "ActiveInstances";
58872
60273
  const _AIcc = "AccountId";
@@ -58913,6 +60314,8 @@ const _APl = "AllowedPrincipals";
58913
60314
  const _AR = "AllowReassignment";
58914
60315
  const _ARA = "AssociatedRoleArn";
58915
60316
  const _ARAd = "AdditionalRoutesAvailable";
60317
+ const _ARAs = "AssociatedResourceAccessibility";
60318
+ const _ARAss = "AssociatedResourceArn";
58916
60319
  const _ARC = "AcceptedRouteCount";
58917
60320
  const _ARIEQ = "AcceptReservedInstancesExchangeQuote";
58918
60321
  const _ARS = "AutoRecoverySupported";
@@ -58939,6 +60342,7 @@ const _ASGTCVTN = "ApplySecurityGroupsToClientVpnTargetNetwork";
58939
60342
  const _ASGV = "AssociateSecurityGroupVpc";
58940
60343
  const _ASI = "AddSubnetIds";
58941
60344
  const _ASIAT = "AddSupportedIpAddressTypes";
60345
+ const _ASR = "AddSupportedRegions";
58942
60346
  const _ASS = "AmdSevSnp";
58943
60347
  const _AST = "AnalysisStartTime";
58944
60348
  const _ASTB = "AnalysisStartTimeBegin";
@@ -58947,7 +60351,8 @@ const _ASc = "ActivityStatus";
58947
60351
  const _ASn = "AnalysisStatus";
58948
60352
  const _ASs = "AssociationState";
58949
60353
  const _ASss = "AssociationStatus";
58950
- const _ASt = "AttachmentStatuses";
60354
+ const _ASt = "AttributeSummaries";
60355
+ const _AStt = "AttachmentStatuses";
58951
60356
  const _ASw = "AwsService";
58952
60357
  const _AT = "AssociationTarget";
58953
60358
  const _ATGAI = "AccepterTransitGatewayAttachmentId";
@@ -59095,7 +60500,9 @@ const _CCp = "CpuCredits";
59095
60500
  const _CCu = "CurrencyCode";
59096
60501
  const _CD = "CommitmentDuration";
59097
60502
  const _CDH = "CapacityDurationHours";
60503
+ const _CDM = "CompletionDurationMinutes";
59098
60504
  const _CDO = "CreateDhcpOptions";
60505
+ const _CDPR = "CancelDeclarativePoliciesReport";
59099
60506
  const _CDS = "CreateDefaultSubnet";
59100
60507
  const _CDSDA = "ConfigDeliveryS3DestinationArn";
59101
60508
  const _CDSu = "CustomDnsServers";
@@ -59105,6 +60512,7 @@ const _CDr = "CreateDate";
59105
60512
  const _CDre = "CreationDate";
59106
60513
  const _CDrea = "CreatedDate";
59107
60514
  const _CE = "CronExpression";
60515
+ const _CECSD = "CidrEndpointsCustomSubDomain";
59108
60516
  const _CED = "CommitmentEndDate";
59109
60517
  const _CEOIG = "CreateEgressOnlyInternetGateway";
59110
60518
  const _CET = "CancelExportTask";
@@ -59192,11 +60600,12 @@ const _CNS = "ConnectionNotificationState";
59192
60600
  const _CNSo = "ConnectionNotificationSet";
59193
60601
  const _CNT = "ConnectionNotificationType";
59194
60602
  const _CNo = "ConnectionNotification";
59195
- const _CO = "CpuOptions";
60603
+ const _CO = "CidrOptions";
59196
60604
  const _COI = "CustomerOwnedIp";
59197
60605
  const _COIP = "CustomerOwnedIpv4Pool";
59198
60606
  const _COP = "CoolOffPeriod";
59199
60607
  const _COPEO = "CoolOffPeriodExpiresOn";
60608
+ const _COp = "CpuOptions";
59200
60609
  const _CP = "CoipPool";
59201
60610
  const _CPC = "ConnectPeerConfiguration";
59202
60611
  const _CPG = "CreatePlacementGroup";
@@ -59277,6 +60686,7 @@ const _CTS = "ConnectionTrackingSpecification";
59277
60686
  const _CTl = "ClientToken";
59278
60687
  const _CTo = "ConnectivityType";
59279
60688
  const _CTom = "CompleteTime";
60689
+ const _CTomp = "CompletionTime";
59280
60690
  const _CTon = "ConversionTasks";
59281
60691
  const _CTonv = "ConversionTask";
59282
60692
  const _CTr = "CreateTime";
@@ -59314,6 +60724,7 @@ const _Cod = "Code";
59314
60724
  const _Com = "Component";
59315
60725
  const _Con = "Context";
59316
60726
  const _Conf = "Configured";
60727
+ const _Confi = "Config";
59317
60728
  const _Conn = "Connections";
59318
60729
  const _Cor = "Cores";
59319
60730
  const _Cou = "Count";
@@ -59324,6 +60735,7 @@ const _DAA = "DescribeAccountAttributes";
59324
60735
  const _DAAI = "DelegatedAdminAccountId";
59325
60736
  const _DAAe = "DescribeAddressesAttribute";
59326
60737
  const _DAIF = "DescribeAggregateIdFormat";
60738
+ const _DAIS = "DisableAllowedImagesSettings";
59327
60739
  const _DAIT = "DenyAllIgwTraffic";
59328
60740
  const _DANPMS = "DescribeAwsNetworkPerformanceMetricSubscriptions";
59329
60741
  const _DANPMSi = "DisableAwsNetworkPerformanceMetricSubscription";
@@ -59380,6 +60792,7 @@ const _DCi = "DiskContainers";
59380
60792
  const _DCis = "DiskContainer";
59381
60793
  const _DDO = "DeleteDhcpOptions";
59382
60794
  const _DDOe = "DescribeDhcpOptions";
60795
+ const _DDPR = "DescribeDeclarativePoliciesReports";
59383
60796
  const _DE = "DnsEntries";
59384
60797
  const _DECIR = "DisassociateEnclaveCertificateIamRole";
59385
60798
  const _DEEBD = "DisableEbsEncryptionByDefault";
@@ -59389,6 +60802,7 @@ const _DEKI = "DataEncryptionKeyId";
59389
60802
  const _DEOIG = "DeleteEgressOnlyInternetGateway";
59390
60803
  const _DEOIGe = "DescribeEgressOnlyInternetGateways";
59391
60804
  const _DET = "DescribeExportTasks";
60805
+ const _DEn = "DnsEntry";
59392
60806
  const _DF = "DeleteFleets";
59393
60807
  const _DFA = "DefaultForAz";
59394
60808
  const _DFH = "DescribeFleetHistory";
@@ -59640,6 +61054,7 @@ const _DTMS = "DeleteTrafficMirrorSession";
59640
61054
  const _DTMSe = "DescribeTrafficMirrorSessions";
59641
61055
  const _DTMT = "DeleteTrafficMirrorTarget";
59642
61056
  const _DTMTe = "DescribeTrafficMirrorTargets";
61057
+ const _DTP = "DeviceTrustProviders";
59643
61058
  const _DTPC = "DefaultThreadsPerCore";
59644
61059
  const _DTPT = "DeviceTrustProviderType";
59645
61060
  const _DTS = "DpdTimeoutSeconds";
@@ -59677,6 +61092,7 @@ const _DVCe = "DescribeVpnConnections";
59677
61092
  const _DVCef = "DefaultVCpus";
59678
61093
  const _DVD = "DeviceValidationDomain";
59679
61094
  const _DVE = "DeleteVpcEndpoints";
61095
+ const _DVEA = "DescribeVpcEndpointAssociations";
59680
61096
  const _DVEC = "DescribeVpcEndpointConnections";
59681
61097
  const _DVECN = "DeleteVpcEndpointConnectionNotifications";
59682
61098
  const _DVECNe = "DescribeVpcEndpointConnectionNotifications";
@@ -59712,8 +61128,10 @@ const _Do = "Domain";
59712
61128
  const _Du = "Duration";
59713
61129
  const _E = "Ebs";
59714
61130
  const _EA = "EnableAcceleration";
61131
+ const _EAIS = "EnableAllowedImagesSettings";
59715
61132
  const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
59716
61133
  const _EAT = "EnableAddressTransfer";
61134
+ const _EAx = "ExclusionsAllowed";
59717
61135
  const _EB = "EgressBytes";
59718
61136
  const _EBV = "ExcludeBootVolume";
59719
61137
  const _EC = "ErrorCode";
@@ -59826,6 +61244,7 @@ const _ETx = "ExpirationTime";
59826
61244
  const _ETxp = "ExportTask";
59827
61245
  const _ETxpo = "ExportTasks";
59828
61246
  const _EU = "ExecutableUsers";
61247
+ const _EVAICC = "ExportVerifiedAccessInstanceClientConfiguration";
59829
61248
  const _EVCL = "EnableVpcClassicLink";
59830
61249
  const _EVCLDS = "EnableVpcClassicLinkDnsSupport";
59831
61250
  const _EVIO = "EnableVolumeIO";
@@ -59901,6 +61320,7 @@ const _G = "Groups";
59901
61320
  const _GA = "GroupArn";
59902
61321
  const _GAECIR = "GetAssociatedEnclaveCertificateIamRoles";
59903
61322
  const _GAIPC = "GetAssociatedIpv6PoolCidrs";
61323
+ const _GAIS = "GetAllowedImagesSettings";
59904
61324
  const _GANPD = "GetAwsNetworkPerformanceData";
59905
61325
  const _GAS = "GatewayAssociationState";
59906
61326
  const _GCO = "GetConsoleOutput";
@@ -59909,6 +61329,7 @@ const _GCRU = "GetCapacityReservationUsage";
59909
61329
  const _GCS = "GetConsoleScreenshot";
59910
61330
  const _GD = "GroupDescription";
59911
61331
  const _GDCS = "GetDefaultCreditSpecification";
61332
+ const _GDPRS = "GetDeclarativePoliciesReportSummary";
59912
61333
  const _GEDKKI = "GetEbsDefaultKmsKeyId";
59913
61334
  const _GEEBD = "GetEbsEncryptionByDefault";
59914
61335
  const _GFLIT = "GetFlowLogsIntegrationTemplate";
@@ -59959,6 +61380,7 @@ const _GTGPTE = "GetTransitGatewayPolicyTableEntries";
59959
61380
  const _GTGRTA = "GetTransitGatewayRouteTableAssociations";
59960
61381
  const _GTGRTP = "GetTransitGatewayRouteTablePropagations";
59961
61382
  const _GVAEP = "GetVerifiedAccessEndpointPolicy";
61383
+ const _GVAET = "GetVerifiedAccessEndpointTargets";
59962
61384
  const _GVAGP = "GetVerifiedAccessGroupPolicy";
59963
61385
  const _GVCDSC = "GetVpnConnectionDeviceSampleConfiguration";
59964
61386
  const _GVCDT = "GetVpnConnectionDeviceTypes";
@@ -59999,6 +61421,7 @@ const _IAPI = "Ipv4AddressesPerInterface";
59999
61421
  const _IAPIp = "Ipv6AddressesPerInterface";
60000
61422
  const _IAT = "IpAddressType";
60001
61423
  const _IATOI = "IncludeAllTagsOfInstance";
61424
+ const _IAm = "ImageAllowed";
60002
61425
  const _IAn = "InterfaceAssociation";
60003
61426
  const _IAnt = "InterfaceAssociations";
60004
61427
  const _IAp = "IpAddress";
@@ -60022,6 +61445,7 @@ const _ICEIn = "InstanceConnectEndpointIds";
60022
61445
  const _ICEn = "InstanceConnectEndpoints";
60023
61446
  const _ICS = "InstanceCreditSpecifications";
60024
61447
  const _ICVCCRL = "ImportClientVpnClientCertificateRevocationList";
61448
+ const _ICm = "ImageCriteria";
60025
61449
  const _ICn = "InstanceCounts";
60026
61450
  const _ICp = "Ipv6Cidr";
60027
61451
  const _ID = "IncludeDeprecated";
@@ -60113,6 +61537,7 @@ const _IPK = "IncludePublicKey";
60113
61537
  const _IPO = "IpamPoolOwner";
60114
61538
  const _IPR = "IsPermanentRestore";
60115
61539
  const _IPTUC = "InstancePoolsToUseCount";
61540
+ const _IPm = "ImageProviders";
60116
61541
  const _IPn = "InstancePlatform";
60117
61542
  const _IPng = "IngressPackets";
60118
61543
  const _IPns = "InstancePort";
@@ -60124,6 +61549,7 @@ const _IPpa = "IpamPool";
60124
61549
  const _IPpam = "IpamPools";
60125
61550
  const _IPpe = "IpPermissions";
60126
61551
  const _IPpr = "IpProtocol";
61552
+ const _IPpre = "IpPrefixes";
60127
61553
  const _IPpv = "Ipv6Pool";
60128
61554
  const _IPpvo = "Ipv6Pools";
60129
61555
  const _IPpvr = "Ipv4Prefix";
@@ -60340,6 +61766,7 @@ const _MAS = "MovingAddressStatuses";
60340
61766
  const _MATV = "MoveAddressToVpc";
60341
61767
  const _MAZG = "ModifyAvailabilityZoneGroup";
60342
61768
  const _MAa = "MacAddress";
61769
+ const _MB = "ManagedBy";
60343
61770
  const _MBCTI = "MoveByoipCidrToIpam";
60344
61771
  const _MBIM = "MaximumBandwidthInMbps";
60345
61772
  const _MC = "MaxCount";
@@ -60362,8 +61789,10 @@ const _MDi = "MinDuration";
60362
61789
  const _ME = "MaxEntries";
60363
61790
  const _MEDKKI = "ModifyEbsDefaultKmsKeyId";
60364
61791
  const _MEI = "MaximumEfaInterfaces";
61792
+ const _MEM = "ManagedExceptionMessage";
60365
61793
  const _MF = "ModifyFleet";
60366
61794
  const _MFIA = "ModifyFpgaImageAttribute";
61795
+ const _MFV = "MostFrequentValue";
60367
61796
  const _MG = "MulticastGroups";
60368
61797
  const _MGBPVC = "MemoryGiBPerVCpu";
60369
61798
  const _MH = "ModifyHosts";
@@ -60480,6 +61909,7 @@ const _NAAI = "NetworkAclAssociationId";
60480
61909
  const _NAI = "NetworkAclId";
60481
61910
  const _NAIe = "NetworkAclIds";
60482
61911
  const _NAIew = "NewAssociationId";
61912
+ const _NAOO = "NativeApplicationOidcOptions";
60483
61913
  const _NAe = "NetworkAcls";
60484
61914
  const _NAo = "NotAfter";
60485
61915
  const _NB = "NotBefore";
@@ -60536,6 +61966,10 @@ const _NL = "NetmaskLength";
60536
61966
  const _NLBA = "NetworkLoadBalancerArn";
60537
61967
  const _NLBAe = "NetworkLoadBalancerArns";
60538
61968
  const _NN = "NetworkNodes";
61969
+ const _NOA = "NumberOfAccounts";
61970
+ const _NOFA = "NumberOfFailedAccounts";
61971
+ const _NOMA = "NumberOfMatchedAccounts";
61972
+ const _NOUA = "NumberOfUnmatchedAccounts";
60539
61973
  const _NP = "NetworkPerformance";
60540
61974
  const _NPF = "NetworkPathFound";
60541
61975
  const _NPe = "NetworkPlatform";
@@ -60547,6 +61981,7 @@ const _NT = "NextToken";
60547
61981
  const _NTI = "NitroTpmInfo";
60548
61982
  const _NTS = "NitroTpmSupport";
60549
61983
  const _NTe = "NetworkType";
61984
+ const _Na = "Nameservers";
60550
61985
  const _O = "Operator";
60551
61986
  const _OA = "OutpostArn";
60552
61987
  const _OAr = "OrganizationArn";
@@ -60589,6 +62024,7 @@ const _OUA = "OrganizationalUnitArn";
60589
62024
  const _OUAr = "OrganizationalUnitArns";
60590
62025
  const _OUE = "OrganizationalUnitExclusions";
60591
62026
  const _OUI = "OrganizationalUnitId";
62027
+ const _OVC = "OpenVpnConfigurations";
60592
62028
  const _OVT = "OriginalVolumeType";
60593
62029
  const _Op = "Options";
60594
62030
  const _Or = "Origin";
@@ -60625,6 +62061,7 @@ const _PCoo = "PoolCount";
60625
62061
  const _PCr = "ProductCodes";
60626
62062
  const _PD = "PolicyDocument";
60627
62063
  const _PDE = "PrivateDnsEnabled";
62064
+ const _PDEr = "PrivateDnsEntry";
60628
62065
  const _PDHGN = "Phase1DHGroupNumbers";
60629
62066
  const _PDHGNh = "Phase2DHGroupNumbers";
60630
62067
  const _PDHT = "PrivateDnsHostnameType";
@@ -60651,6 +62088,7 @@ const _PE = "PolicyEnabled";
60651
62088
  const _PEA = "Phase1EncryptionAlgorithms";
60652
62089
  const _PEAh = "Phase2EncryptionAlgorithms";
60653
62090
  const _PED = "PartitionEndDate";
62091
+ const _PEk = "PkceEnabled";
60654
62092
  const _PF = "PacketField";
60655
62093
  const _PFS = "PreviousFleetState";
60656
62094
  const _PG = "PlacementGroup";
@@ -60721,6 +62159,7 @@ const _PSET = "PreviousSlotEndTime";
60721
62159
  const _PSFRS = "PreviousSpotFleetRequestState";
60722
62160
  const _PSI = "PurchaseScheduledInstances";
60723
62161
  const _PSK = "PreSharedKey";
62162
+ const _PSKE = "PublicSigningKeyEndpoint";
60724
62163
  const _PSKU = "PublicSigningKeyUrl";
60725
62164
  const _PSe = "PeeringStatus";
60726
62165
  const _PSer = "PermissionState";
@@ -60761,6 +62200,7 @@ const _Q = "Quantity";
60761
62200
  const _R = "References";
60762
62201
  const _RA = "ReleaseAddress";
60763
62202
  const _RAA = "ResetAddressAttribute";
62203
+ const _RAE = "RemoteAccessEnabled";
60764
62204
  const _RAG = "RevokeAllGroups";
60765
62205
  const _RAP = "RemoveAllowedPrincipals";
60766
62206
  const _RART = "RemoveAllocationResourceTags";
@@ -60774,6 +62214,8 @@ const _RBET = "RecycleBinEnterTime";
60774
62214
  const _RBETe = "RecycleBinExitTime";
60775
62215
  const _RBUI = "RestorableByUserIds";
60776
62216
  const _RC = "ResourceCidr";
62217
+ const _RCA = "ResourceConfigurationArn";
62218
+ const _RCGA = "ResourceConfigurationGroupArn";
60777
62219
  const _RCRBO = "RejectCapacityReservationBillingOwnership";
60778
62220
  const _RCS = "ResourceComplianceStatus";
60779
62221
  const _RCVI = "RevokeClientVpnIngress";
@@ -60782,15 +62224,19 @@ const _RCec = "RecurringCharges";
60782
62224
  const _RCet = "ReturnCode";
60783
62225
  const _RD = "RestoreDuration";
60784
62226
  const _RDAC = "ResourceDiscoveryAssociationCount";
62227
+ const _RDCA = "RdsDbClusterArn";
60785
62228
  const _RDI = "RamDiskId";
62229
+ const _RDIA = "RdsDbInstanceArn";
60786
62230
  const _RDN = "RootDeviceName";
62231
+ const _RDPA = "RdsDbProxyArn";
60787
62232
  const _RDS = "ResourceDiscoveryStatus";
60788
62233
  const _RDT = "RootDeviceType";
60789
- const _RE = "RemoveEntries";
62234
+ const _RE = "RdsEndpoint";
60790
62235
  const _RED = "RemoveEndDate";
60791
62236
  const _REDKKI = "ResetEbsDefaultKmsKeyId";
60792
62237
  const _RET = "RestoreExpiryTime";
60793
- const _REe = "ResponseError";
62238
+ const _REe = "RemoveEntries";
62239
+ const _REes = "ResponseError";
60794
62240
  const _RF = "RemoveFields";
60795
62241
  const _RFIA = "ResetFpgaImageAttribute";
60796
62242
  const _RFP = "RekeyFuzzPercentage";
@@ -60806,6 +62252,7 @@ const _RHS = "RequireHibernateSupport";
60806
62252
  const _RI = "RebootInstances";
60807
62253
  const _RIA = "ResetImageAttribute";
60808
62254
  const _RIAe = "ResetInstanceAttribute";
62255
+ const _RICIAIS = "ReplaceImageCriteriaInAllowedImagesSettings";
60809
62256
  const _RIENA = "RegisterInstanceEventNotificationAttributes";
60810
62257
  const _RIFRB = "RestoreImageFromRecycleBin";
60811
62258
  const _RII = "ReservedInstanceIds";
@@ -60829,6 +62276,8 @@ const _RIVR = "ReservedInstanceValueRollup";
60829
62276
  const _RIVS = "ReservedInstanceValueSet";
60830
62277
  const _RIa = "RamdiskId";
60831
62278
  const _RIe = "RegisterImage";
62279
+ const _RIep = "ReportId";
62280
+ const _RIepo = "ReportIds";
60832
62281
  const _RIeq = "RequesterId";
60833
62282
  const _RIes = "ResourceIds";
60834
62283
  const _RIese = "ReservedInstances";
@@ -60852,11 +62301,12 @@ const _RNe = "RegionNames";
60852
62301
  const _RNes = "ResourceName";
60853
62302
  const _RNo = "RoleName";
60854
62303
  const _RNu = "RuleNumber";
60855
- const _RO = "ResourceOwner";
62304
+ const _RO = "RdsOptions";
60856
62305
  const _ROI = "ResourceOwnerId";
60857
62306
  const _ROR = "RemoveOperatingRegions";
60858
62307
  const _ROS = "ResourceOverlapStatus";
60859
62308
  const _ROUE = "RemoveOrganizationalUnitExclusions";
62309
+ const _ROe = "ResourceOwner";
60860
62310
  const _ROo = "RouteOrigin";
60861
62311
  const _ROu = "RuleOptions";
60862
62312
  const _RP = "ResetPolicy";
@@ -60883,9 +62333,11 @@ const _RSI = "RequestSpotInstances";
60883
62333
  const _RSIAT = "RemoveSupportedIpAddressTypes";
60884
62334
  const _RSIe = "RemoveSubnetIds";
60885
62335
  const _RSIu = "RunScheduledInstances";
62336
+ const _RSR = "RemoveSupportedRegions";
60886
62337
  const _RST = "RestoreSnapshotTier";
60887
62338
  const _RSTe = "RestoreStartTime";
60888
62339
  const _RSe = "ResourceStatement";
62340
+ const _RSeg = "RegionalSummaries";
60889
62341
  const _RT = "ResourceType";
60890
62342
  const _RTAI = "RouteTableAssociationId";
60891
62343
  const _RTGCB = "RemoveTransitGatewayCidrBlocks";
@@ -60925,6 +62377,7 @@ const _Rec = "Recurrence";
60925
62377
  const _Reg = "Regions";
60926
62378
  const _Regi = "Region";
60927
62379
  const _Rem = "Remove";
62380
+ const _Rep = "Reports";
60928
62381
  const _Req = "Requested";
60929
62382
  const _Res = "Resource";
60930
62383
  const _Rese = "Reservations";
@@ -60964,12 +62417,14 @@ const _SDC = "SourceDestCheck";
60964
62417
  const _SDI = "SendDiagnosticInterrupt";
60965
62418
  const _SDIH = "SlotDurationInHours";
60966
62419
  const _SDLTV = "SuccessfullyDeletedLaunchTemplateVersions";
62420
+ const _SDPR = "StartDeclarativePoliciesReport";
60967
62421
  const _SDR = "StartDateRange";
60968
62422
  const _SDS = "SpotDatafeedSubscription";
60969
62423
  const _SDV = "SetDefaultVersion";
60970
62424
  const _SDe = "ServiceDetails";
60971
62425
  const _SDn = "SnapshotDetails";
60972
62426
  const _SDp = "SpreadDomain";
62427
+ const _SDu = "SubDomain";
60973
62428
  const _SEL = "S3ExportLocation";
60974
62429
  const _SET = "SampledEndTime";
60975
62430
  const _SF = "SupportedFeatures";
@@ -61043,8 +62498,10 @@ const _SMS = "SpotMaintenanceStrategies";
61043
62498
  const _SMTP = "SpotMaxTotalPrice";
61044
62499
  const _SMt = "StateMessage";
61045
62500
  const _SN = "SessionNumber";
62501
+ const _SNA = "ServiceNetworkArn";
61046
62502
  const _SNIA = "StartNetworkInsightsAnalysis";
61047
62503
  const _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
62504
+ const _SNN = "ServiceNetworkName";
61048
62505
  const _SNS = "SriovNetSupport";
61049
62506
  const _SNe = "ServiceName";
61050
62507
  const _SNeq = "SequenceNumber";
@@ -61068,9 +62525,12 @@ const _SR = "SourceRegion";
61068
62525
  const _SRDT = "SupportedRootDeviceTypes";
61069
62526
  const _SRO = "StaticRoutesOnly";
61070
62527
  const _SRT = "SubnetRouteTable";
61071
- const _SRe = "ServiceResource";
62528
+ const _SRe = "ServiceRegion";
62529
+ const _SRer = "ServiceRegions";
62530
+ const _SRerv = "ServiceResource";
61072
62531
  const _SRo = "SourceResource";
61073
62532
  const _SRt = "StateReason";
62533
+ const _SRu = "SupportedRegions";
61074
62534
  const _SS = "SseSpecification";
61075
62535
  const _SSGN = "SourceSecurityGroupName";
61076
62536
  const _SSGOI = "SourceSecurityGroupOwnerId";
@@ -61117,6 +62577,7 @@ const _SWD = "StartWeekDay";
61117
62577
  const _S_ = "S3";
61118
62578
  const _Sc = "Scope";
61119
62579
  const _Sco = "Score";
62580
+ const _Scop = "Scopes";
61120
62581
  const _Se = "Service";
61121
62582
  const _Set = "Settings";
61122
62583
  const _Si = "Signature";
@@ -61216,7 +62677,8 @@ const _TIIC = "TunnelInsideIpv6Cidr";
61216
62677
  const _TIIV = "TunnelInsideIpVersion";
61217
62678
  const _TIMIMB = "TotalInferenceMemoryInMiB";
61218
62679
  const _TIWE = "TerminateInstancesWithExpiration";
61219
- const _TIa = "TargetIops";
62680
+ const _TIa = "TargetId";
62681
+ const _TIar = "TargetIops";
61220
62682
  const _TIe = "TenantId";
61221
62683
  const _TIer = "TerminatingInstances";
61222
62684
  const _TLSGB = "TotalLocalStorageGB";
@@ -61270,6 +62732,7 @@ const _TT = "TrafficType";
61270
62732
  const _TTC = "TotalTargetCapacity";
61271
62733
  const _TTGAI = "TransportTransitGatewayAttachmentId";
61272
62734
  const _TTa = "TargetThroughput";
62735
+ const _TTr = "TransferType";
61273
62736
  const _TUP = "TotalUpfrontPrice";
61274
62737
  const _TV = "TargetVersion";
61275
62738
  const _TVC = "TotalVCpus";
@@ -61326,6 +62789,7 @@ const _USp = "UploadSize";
61326
62789
  const _USpl = "UploadStart";
61327
62790
  const _USs = "UsageStrategy";
61328
62791
  const _UT = "UdpTimeout";
62792
+ const _UTP = "UserTrustProvider";
61329
62793
  const _UTPT = "UserTrustProviderType";
61330
62794
  const _UTp = "UpdateTime";
61331
62795
  const _Un = "Unsuccessful";
@@ -61335,6 +62799,9 @@ const _VA = "VpcAttachment";
61335
62799
  const _VAE = "VerifiedAccessEndpoint";
61336
62800
  const _VAEI = "VerifiedAccessEndpointId";
61337
62801
  const _VAEIe = "VerifiedAccessEndpointIds";
62802
+ const _VAET = "VerifiedAccessEndpointTargets";
62803
+ const _VAETD = "VerifiedAccessEndpointTargetDns";
62804
+ const _VAETIA = "VerifiedAccessEndpointTargetIpAddress";
61338
62805
  const _VAEe = "VerifiedAccessEndpoints";
61339
62806
  const _VAG = "VerifiedAccessGroup";
61340
62807
  const _VAGA = "VerifiedAccessGroupArn";
@@ -61365,12 +62832,14 @@ const _VCa = "ValidCores";
61365
62832
  const _VCp = "VpnConnections";
61366
62833
  const _VD = "VersionDescription";
61367
62834
  const _VE = "VpcEndpoint";
62835
+ const _VEA = "VpcEndpointAssociations";
61368
62836
  const _VEC = "VpcEndpointConnections";
61369
62837
  const _VECI = "VpcEndpointConnectionId";
61370
62838
  const _VEI = "VpcEndpointIds";
61371
62839
  const _VEIp = "VpcEndpointId";
61372
62840
  const _VEO = "VpcEndpointOwner";
61373
62841
  const _VEPS = "VpcEndpointPolicySupported";
62842
+ const _VER = "VpcEndpointRegion";
61374
62843
  const _VES = "VpnEcmpSupport";
61375
62844
  const _VESp = "VpcEndpointService";
61376
62845
  const _VESpc = "VpcEndpointState";
@@ -61475,6 +62944,7 @@ const _aICv = "availableInstanceCount";
61475
62944
  const _aIPS = "assignedIpv6PrefixSet";
61476
62945
  const _aIPSs = "assignedIpv4PrefixSet";
61477
62946
  const _aIS = "activeInstanceSet";
62947
+ const _aISS = "allowedImagesSettingsState";
61478
62948
  const _aITS = "allowedInstanceTypeSet";
61479
62949
  const _aIc = "accountId";
61480
62950
  const _aIm = "amiId";
@@ -61504,6 +62974,8 @@ const _aPu = "autoPlacement";
61504
62974
  const _aR = "authorizationRule";
61505
62975
  const _aRA = "associatedRoleArn";
61506
62976
  const _aRAd = "additionalRoutesAvailable";
62977
+ const _aRAs = "associatedResourceAccessibility";
62978
+ const _aRAss = "associatedResourceArn";
61507
62979
  const _aRC = "acceptedRouteCount";
61508
62980
  const _aRS = "associatedRoleSet";
61509
62981
  const _aRSu = "autoRecoverySupported";
@@ -61517,6 +62989,7 @@ const _aRw = "awsRegion";
61517
62989
  const _aS = "associationState";
61518
62990
  const _aSA = "amazonSideAsn";
61519
62991
  const _aSS = "amdSevSnp";
62992
+ const _aSSt = "attributeSummarySet";
61520
62993
  const _aSc = "activityStatus";
61521
62994
  const _aSct = "actionsSet";
61522
62995
  const _aSd = "addressSet";
@@ -61632,9 +63105,11 @@ const _cCo = "coreCount";
61632
63105
  const _cCoi = "coipCidr";
61633
63106
  const _cCp = "cpuCredits";
61634
63107
  const _cD = "createDate";
63108
+ const _cDM = "completionDurationMinutes";
61635
63109
  const _cDr = "creationDate";
61636
63110
  const _cDre = "createdDate";
61637
63111
  const _cE = "connectionEvents";
63112
+ const _cECSD = "cidrEndpointsCustomSubDomain";
61638
63113
  const _cED = "commitmentEndDate";
61639
63114
  const _cET = "connectionEstablishedTime";
61640
63115
  const _cETo = "connectionEndTime";
@@ -61686,6 +63161,7 @@ const _cOI = "customerOwnedIp";
61686
63161
  const _cOIP = "customerOwnedIpv4Pool";
61687
63162
  const _cOP = "coolOffPeriod";
61688
63163
  const _cOPEO = "coolOffPeriodExpiresOn";
63164
+ const _cOi = "cidrOptions";
61689
63165
  const _cP = "coipPool";
61690
63166
  const _cPC = "connectPeerConfiguration";
61691
63167
  const _cPI = "coipPoolId";
@@ -61725,6 +63201,7 @@ const _cTI = "conversionTaskId";
61725
63201
  const _cTS = "connectionTrackingSpecification";
61726
63202
  const _cTo = "conversionTasks";
61727
63203
  const _cTom = "completeTime";
63204
+ const _cTomp = "completionTime";
61728
63205
  const _cTon = "conversionTask";
61729
63206
  const _cTonn = "connectivityType";
61730
63207
  const _cTr = "createTime";
@@ -61742,6 +63219,7 @@ const _ci = "cidr";
61742
63219
  const _co = "code";
61743
63220
  const _con = "connections";
61744
63221
  const _conf = "configured";
63222
+ const _confi = "config";
61745
63223
  const _cont = "context";
61746
63224
  const _cor = "cores";
61747
63225
  const _cou = "count";
@@ -61762,6 +63240,7 @@ const _dCB = "destinationCidrBlock";
61762
63240
  const _dCR = "destinationCapacityReservation";
61763
63241
  const _dCS = "dhcpConfigurationSet";
61764
63242
  const _dCe = "defaultCores";
63243
+ const _dE = "dnsEntry";
61765
63244
  const _dEKI = "dataEncryptionKeyId";
61766
63245
  const _dES = "dnsEntrySet";
61767
63246
  const _dFA = "defaultForAz";
@@ -61818,6 +63297,7 @@ const _dT = "deletionTime";
61818
63297
  const _dTA = "dpdTimeoutAction";
61819
63298
  const _dTCT = "defaultTargetCapacityType";
61820
63299
  const _dTPC = "defaultThreadsPerCore";
63300
+ const _dTPS = "deviceTrustProviderSet";
61821
63301
  const _dTPT = "deviceTrustProviderType";
61822
63302
  const _dTS = "dpdTimeoutSeconds";
61823
63303
  const _dTe = "deprecationTime";
@@ -61840,7 +63320,8 @@ const _dis = "disks";
61840
63320
  const _do = "domain";
61841
63321
  const _du = "duration";
61842
63322
  const _e = "egress";
61843
- const _eA = "enableAcceleration";
63323
+ const _eA = "exclusionsAllowed";
63324
+ const _eAn = "enableAcceleration";
61844
63325
  const _eB = "egressBytes";
61845
63326
  const _eC = "errorCode";
61846
63327
  const _eCTP = "excessCapacityTerminationPolicy";
@@ -61919,10 +63400,10 @@ const _eTLC = "enableTunnelLifecycleControl";
61919
63400
  const _eTS = "exportTaskSet";
61920
63401
  const _eTSi = "eipTagSet";
61921
63402
  const _eTSx = "exportToS3";
61922
- const _eTn = "enablingTime";
61923
- const _eTna = "enabledTime";
63403
+ const _eTn = "endTime";
63404
+ const _eTna = "enablingTime";
63405
+ const _eTnab = "enabledTime";
61924
63406
  const _eTnd = "endpointType";
61925
- const _eTndi = "endTime";
61926
63407
  const _eTv = "eventType";
61927
63408
  const _eTx = "exportTask";
61928
63409
  const _eWD = "endWeekDay";
@@ -62030,6 +63511,7 @@ const _iAS = "interfaceAssociationSet";
62030
63511
  const _iASp = "ipv6AddressesSet";
62031
63512
  const _iAT = "ipAddressType";
62032
63513
  const _iATOI = "includeAllTagsOfInstance";
63514
+ const _iAm = "imageAllowed";
62033
63515
  const _iAp = "ipAddress";
62034
63516
  const _iApa = "ipamArn";
62035
63517
  const _iApv = "ipv6Address";
@@ -62047,6 +63529,7 @@ const _iCE = "instanceConnectEndpoint";
62047
63529
  const _iCEA = "instanceConnectEndpointArn";
62048
63530
  const _iCEI = "instanceConnectEndpointId";
62049
63531
  const _iCES = "instanceConnectEndpointSet";
63532
+ const _iCS = "imageCriterionSet";
62050
63533
  const _iCSS = "instanceCreditSpecificationSet";
62051
63534
  const _iCn = "instanceCounts";
62052
63535
  const _iCp = "ipv6Cidr";
@@ -62120,7 +63603,9 @@ const _iPI = "isPrimaryIpv6";
62120
63603
  const _iPIp = "ipamPoolId";
62121
63604
  const _iPR = "isPermanentRestore";
62122
63605
  const _iPS = "ipamPoolSet";
63606
+ const _iPSm = "imageProviderSet";
62123
63607
  const _iPSp = "ipv6PoolSet";
63608
+ const _iPSpr = "ipPrefixSet";
62124
63609
  const _iPSpv = "ipv4PrefixSet";
62125
63610
  const _iPSpvr = "ipv6PrefixSet";
62126
63611
  const _iPTUC = "instancePoolsToUseCount";
@@ -62317,6 +63802,7 @@ const _mAI = "maxAggregationInterval";
62317
63802
  const _mAIe = "mediaAcceleratorInfo";
62318
63803
  const _mASS = "movingAddressStatusSet";
62319
63804
  const _mAa = "macAddress";
63805
+ const _mB = "managedBy";
62320
63806
  const _mBIM = "maximumBandwidthInMbps";
62321
63807
  const _mC = "missingComponent";
62322
63808
  const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
@@ -62327,6 +63813,8 @@ const _mDV = "metaDataValue";
62327
63813
  const _mDe = "metaData";
62328
63814
  const _mE = "maxEntries";
62329
63815
  const _mEI = "maximumEfaInterfaces";
63816
+ const _mEM = "managedExceptionMessage";
63817
+ const _mFV = "mostFrequentValue";
62330
63818
  const _mG = "multicastGroups";
62331
63819
  const _mGBPVC = "memoryGiBPerVCpu";
62332
63820
  const _mHS = "macHostSet";
@@ -62376,6 +63864,7 @@ const _nA = "networkAcl";
62376
63864
  const _nAAI = "networkAclAssociationId";
62377
63865
  const _nAI = "networkAclId";
62378
63866
  const _nAIe = "newAssociationId";
63867
+ const _nAOO = "nativeApplicationOidcOptions";
62379
63868
  const _nAS = "networkAclSet";
62380
63869
  const _nAo = "notAfter";
62381
63870
  const _nB = "notBefore";
@@ -62426,12 +63915,17 @@ const _nL = "netmaskLength";
62426
63915
  const _nLBA = "networkLoadBalancerArn";
62427
63916
  const _nLBAS = "networkLoadBalancerArnSet";
62428
63917
  const _nNS = "networkNodeSet";
63918
+ const _nOA = "numberOfAccounts";
63919
+ const _nOFA = "numberOfFailedAccounts";
63920
+ const _nOMA = "numberOfMatchedAccounts";
63921
+ const _nOUA = "numberOfUnmatchedAccounts";
62429
63922
  const _nP = "networkPerformance";
62430
63923
  const _nPF = "networkPathFound";
62431
63924
  const _nPe = "networkPlatform";
62432
63925
  const _nS = "nvmeSupport";
62433
63926
  const _nSS = "networkServiceSet";
62434
63927
  const _nSST = "nextSlotStartTime";
63928
+ const _nSa = "nameserverSet";
62435
63929
  const _nT = "networkType";
62436
63930
  const _nTI = "nitroTpmInfo";
62437
63931
  const _nTS = "nitroTpmSupport";
@@ -62473,6 +63967,7 @@ const _oU = "occurrenceUnit";
62473
63967
  const _oUA = "organizationalUnitArn";
62474
63968
  const _oUES = "organizationalUnitExclusionSet";
62475
63969
  const _oUI = "organizationalUnitId";
63970
+ const _oVCS = "openVpnConfigurationSet";
62476
63971
  const _oVT = "originalVolumeType";
62477
63972
  const _op = "operator";
62478
63973
  const _opt = "options";
@@ -62502,6 +63997,7 @@ const _pCo = "poolCount";
62502
63997
  const _pCr = "productCode";
62503
63998
  const _pD = "passwordData";
62504
63999
  const _pDE = "privateDnsEnabled";
64000
+ const _pDEr = "privateDnsEntry";
62505
64001
  const _pDHGNS = "phase1DHGroupNumberSet";
62506
64002
  const _pDHGNSh = "phase2DHGroupNumberSet";
62507
64003
  const _pDN = "privateDnsName";
@@ -62524,6 +64020,7 @@ const _pDr = "productDescription";
62524
64020
  const _pE = "policyEnabled";
62525
64021
  const _pEAS = "phase1EncryptionAlgorithmSet";
62526
64022
  const _pEASh = "phase2EncryptionAlgorithmSet";
64023
+ const _pEk = "pkceEnabled";
62527
64024
  const _pF = "packetField";
62528
64025
  const _pFS = "previousFleetState";
62529
64026
  const _pG = "placementGroup";
@@ -62575,6 +64072,7 @@ const _pS = "previousState";
62575
64072
  const _pSET = "previousSlotEndTime";
62576
64073
  const _pSFRS = "previousSpotFleetRequestState";
62577
64074
  const _pSK = "preSharedKey";
64075
+ const _pSKE = "publicSigningKeyEndpoint";
62578
64076
  const _pSKU = "publicSigningKeyUrl";
62579
64077
  const _pSe = "permissionState";
62580
64078
  const _pSee = "peeringStatus";
@@ -62608,22 +64106,29 @@ const _pu = "public";
62608
64106
  const _pur = "purchase";
62609
64107
  const _r = "return";
62610
64108
  const _rA = "ruleAction";
64109
+ const _rAE = "remoteAccessEnabled";
62611
64110
  const _rAe = "resourceArn";
62612
64111
  const _rB = "requestedBy";
62613
64112
  const _rBET = "recycleBinEnterTime";
62614
64113
  const _rBETe = "recycleBinExitTime";
62615
64114
  const _rC = "returnCode";
64115
+ const _rCA = "resourceConfigurationArn";
64116
+ const _rCGA = "resourceConfigurationGroupArn";
62616
64117
  const _rCS = "resourceComplianceStatus";
62617
64118
  const _rCe = "resourceCidr";
62618
64119
  const _rCec = "recurringCharges";
62619
64120
  const _rD = "restoreDuration";
62620
64121
  const _rDAC = "resourceDiscoveryAssociationCount";
64122
+ const _rDCA = "rdsDbClusterArn";
62621
64123
  const _rDI = "ramDiskId";
64124
+ const _rDIA = "rdsDbInstanceArn";
62622
64125
  const _rDN = "rootDeviceName";
64126
+ const _rDPA = "rdsDbProxyArn";
62623
64127
  const _rDS = "resourceDiscoveryStatus";
62624
64128
  const _rDT = "rootDeviceType";
62625
64129
  const _rE = "responseError";
62626
64130
  const _rET = "restoreExpiryTime";
64131
+ const _rEd = "rdsEndpoint";
62627
64132
  const _rEe = "regionEndpoint";
62628
64133
  const _rFP = "rekeyFuzzPercentage";
62629
64134
  const _rGA = "ruleGroupArn";
@@ -62633,7 +64138,7 @@ const _rGROPS = "ruleGroupRuleOptionsPairSet";
62633
64138
  const _rGT = "ruleGroupType";
62634
64139
  const _rGTPS = "ruleGroupTypePairSet";
62635
64140
  const _rHS = "requireHibernateSupport";
62636
- const _rI = "regionInfo";
64141
+ const _rI = "reportId";
62637
64142
  const _rII = "reservedInstancesId";
62638
64143
  const _rIIe = "reservedInstanceId";
62639
64144
  const _rILI = "reservedInstancesListingId";
@@ -62648,9 +64153,10 @@ const _rIS = "reservedInstancesSet";
62648
64153
  const _rIVR = "reservedInstanceValueRollup";
62649
64154
  const _rIVS = "reservedInstanceValueSet";
62650
64155
  const _rIa = "ramdiskId";
62651
- const _rIe = "resourceId";
64156
+ const _rIe = "regionInfo";
62652
64157
  const _rIeq = "requesterId";
62653
- const _rIes = "reservationId";
64158
+ const _rIes = "resourceId";
64159
+ const _rIese = "reservationId";
62654
64160
  const _rM = "requesterManaged";
62655
64161
  const _rMGM = "registeredMulticastGroupMembers";
62656
64162
  const _rMGS = "registeredMulticastGroupSources";
@@ -62664,6 +64170,7 @@ const _rO = "resourceOwner";
62664
64170
  const _rOI = "resourceOwnerId";
62665
64171
  const _rOS = "ruleOptionSet";
62666
64172
  const _rOSe = "resourceOverlapStatus";
64173
+ const _rOd = "rdsOptions";
62667
64174
  const _rOo = "routeOrigin";
62668
64175
  const _rPCO = "requesterPeeringConnectionOptions";
62669
64176
  const _rPCS = "returnPathComponentSet";
@@ -62673,11 +64180,13 @@ const _rRVTI = "replaceRootVolumeTaskId";
62673
64180
  const _rRVTS = "replaceRootVolumeTaskSet";
62674
64181
  const _rS = "referenceSet";
62675
64182
  const _rSGRS = "revokedSecurityGroupRuleSet";
64183
+ const _rSS = "regionalSummarySet";
62676
64184
  const _rST = "restoreStartTime";
62677
- const _rSe = "reservationSet";
64185
+ const _rSe = "reportSet";
62678
64186
  const _rSep = "replacementStrategy";
62679
- const _rSes = "resourceStatement";
62680
- const _rSeso = "resourceSet";
64187
+ const _rSes = "reservationSet";
64188
+ const _rSeso = "resourceStatement";
64189
+ const _rSesou = "resourceSet";
62681
64190
  const _rSo = "routeSet";
62682
64191
  const _rT = "reservationType";
62683
64192
  const _rTAI = "routeTableAssociationId";
@@ -62701,12 +64210,12 @@ const _rVIe = "requesterVpcInfo";
62701
64210
  const _rVe = "reservationValue";
62702
64211
  const _rWS = "replayWindowSize";
62703
64212
  const _ra = "ramdisk";
62704
- const _re = "result";
64213
+ const _re = "region";
62705
64214
  const _rea = "reason";
62706
64215
  const _rec = "recurrence";
62707
- const _reg = "region";
62708
64216
  const _req = "requested";
62709
- const _res = "resource";
64217
+ const _res = "result";
64218
+ const _reso = "resource";
62710
64219
  const _ro = "route";
62711
64220
  const _rou = "routes";
62712
64221
  const _s = "source";
@@ -62739,6 +64248,7 @@ const _sDS = "spotDatafeedSubscription";
62739
64248
  const _sDSe = "serviceDetailSet";
62740
64249
  const _sDSn = "snapshotDetailSet";
62741
64250
  const _sDp = "spreadDomain";
64251
+ const _sDu = "subDomain";
62742
64252
  const _sEL = "s3ExportLocation";
62743
64253
  const _sET = "sampledEndTime";
62744
64254
  const _sF = "supportedFeatures";
@@ -62802,6 +64312,8 @@ const _sMS = "spotMaintenanceStrategies";
62802
64312
  const _sMTP = "spotMaxTotalPrice";
62803
64313
  const _sMt = "stateMessage";
62804
64314
  const _sN = "serviceName";
64315
+ const _sNA = "serviceNetworkArn";
64316
+ const _sNN = "serviceNetworkName";
62805
64317
  const _sNS = "serviceNameSet";
62806
64318
  const _sNSr = "sriovNetSupport";
62807
64319
  const _sNe = "sequenceNumber";
@@ -62819,12 +64331,14 @@ const _sPS = "sourcePortSet";
62819
64331
  const _sPSS = "spotPlacementScoreSet";
62820
64332
  const _sPp = "spotPrice";
62821
64333
  const _sQPDS = "successfulQueuedPurchaseDeletionSet";
62822
- const _sR = "stateReason";
64334
+ const _sR = "serviceRegion";
62823
64335
  const _sRDT = "supportedRootDeviceTypes";
62824
64336
  const _sRO = "staticRoutesOnly";
64337
+ const _sRS = "supportedRegionSet";
62825
64338
  const _sRT = "subnetRouteTable";
62826
64339
  const _sRe = "serviceResource";
62827
64340
  const _sRo = "sourceResource";
64341
+ const _sRt = "stateReason";
62828
64342
  const _sS = "snapshotSet";
62829
64343
  const _sSGS = "staleSecurityGroupSet";
62830
64344
  const _sSPU = "selfServicePortalUrl";
@@ -62864,6 +64378,7 @@ const _sWD = "startWeekDay";
62864
64378
  const _s_ = "s3";
62865
64379
  const _sc = "scope";
62866
64380
  const _sco = "score";
64381
+ const _scop = "scopes";
62867
64382
  const _se = "service";
62868
64383
  const _si = "size";
62869
64384
  const _so = "sockets";
@@ -62940,7 +64455,7 @@ const _tGVA = "transitGatewayVpcAttachment";
62940
64455
  const _tGVAr = "transitGatewayVpcAttachments";
62941
64456
  const _tGa = "targetGroups";
62942
64457
  const _tHP = "totalHourlyPrice";
62943
- const _tI = "tenantId";
64458
+ const _tI = "targetId";
62944
64459
  const _tIC = "totalInstanceCount";
62945
64460
  const _tICu = "tunnelInsideCidr";
62946
64461
  const _tII = "trunkInterfaceId";
@@ -62949,6 +64464,7 @@ const _tIIV = "tunnelInsideIpVersion";
62949
64464
  const _tIMIMB = "totalInferenceMemoryInMiB";
62950
64465
  const _tIWE = "terminateInstancesWithExpiration";
62951
64466
  const _tIa = "targetIops";
64467
+ const _tIe = "tenantId";
62952
64468
  const _tLSGB = "totalLocalStorageGB";
62953
64469
  const _tMAE = "targetMultiAttachEnabled";
62954
64470
  const _tMF = "trafficMirrorFilter";
@@ -62993,6 +64509,7 @@ const _tT = "trafficType";
62993
64509
  const _tTC = "totalTargetCapacity";
62994
64510
  const _tTGAI = "transportTransitGatewayAttachmentId";
62995
64511
  const _tTa = "targetThroughput";
64512
+ const _tTr = "transferType";
62996
64513
  const _tUP = "totalUpfrontPrice";
62997
64514
  const _tV = "tokenValue";
62998
64515
  const _tVC = "totalVCpus";
@@ -63034,6 +64551,7 @@ const _uRBOI = "unusedReservationBillingOwnerId";
63034
64551
  const _uS = "usageStrategy";
63035
64552
  const _uST = "udpStreamTimeout";
63036
64553
  const _uT = "updateTime";
64554
+ const _uTP = "userTrustProvider";
63037
64555
  const _uTPT = "userTrustProviderType";
63038
64556
  const _uTd = "udpTimeout";
63039
64557
  const _ur = "url";
@@ -63042,6 +64560,9 @@ const _v = "value";
63042
64560
  const _vAE = "verifiedAccessEndpoint";
63043
64561
  const _vAEI = "verifiedAccessEndpointId";
63044
64562
  const _vAES = "verifiedAccessEndpointSet";
64563
+ const _vAETD = "verifiedAccessEndpointTargetDns";
64564
+ const _vAETIA = "verifiedAccessEndpointTargetIpAddress";
64565
+ const _vAETS = "verifiedAccessEndpointTargetSet";
63045
64566
  const _vAG = "verifiedAccessGroup";
63046
64567
  const _vAGA = "verifiedAccessGroupArn";
63047
64568
  const _vAGI = "verifiedAccessGroupId";
@@ -63066,11 +64587,13 @@ const _vCS = "vpnConnectionSet";
63066
64587
  const _vCa = "validCores";
63067
64588
  const _vD = "versionDescription";
63068
64589
  const _vE = "vpcEndpoint";
64590
+ const _vEAS = "vpcEndpointAssociationSet";
63069
64591
  const _vECI = "vpcEndpointConnectionId";
63070
64592
  const _vECS = "vpcEndpointConnectionSet";
63071
64593
  const _vEI = "vpcEndpointId";
63072
64594
  const _vEO = "vpcEndpointOwner";
63073
64595
  const _vEPS = "vpcEndpointPolicySupported";
64596
+ const _vER = "vpcEndpointRegion";
63074
64597
  const _vES = "vpcEndpointService";
63075
64598
  const _vESp = "vpcEndpointSet";
63076
64599
  const _vESpc = "vpcEndpointState";