@aws-sdk/client-ec2 3.452.0 → 3.454.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 (223) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/EC2.js +12 -0
  3. package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
  4. package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
  8. package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
  9. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
  10. package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
  11. package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
  12. package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
  13. package/dist-cjs/commands/index.js +6 -0
  14. package/dist-cjs/models/models_0.js +12 -8
  15. package/dist-cjs/models/models_1.js +15 -19
  16. package/dist-cjs/models/models_2.js +19 -2
  17. package/dist-cjs/models/models_3.js +9 -37
  18. package/dist-cjs/models/models_4.js +37 -2
  19. package/dist-cjs/models/models_5.js +24 -20
  20. package/dist-cjs/models/models_6.js +20 -29
  21. package/dist-cjs/models/models_7.js +29 -3
  22. package/dist-cjs/protocols/Aws_ec2.js +814 -25
  23. package/dist-es/EC2.js +12 -0
  24. package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
  25. package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
  26. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
  27. package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
  28. package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
  29. package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
  30. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  31. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  32. package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
  33. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  34. package/dist-es/commands/index.js +6 -0
  35. package/dist-es/models/models_0.js +10 -6
  36. package/dist-es/models/models_1.js +13 -17
  37. package/dist-es/models/models_2.js +17 -0
  38. package/dist-es/models/models_3.js +8 -32
  39. package/dist-es/models/models_4.js +32 -0
  40. package/dist-es/models/models_5.js +23 -17
  41. package/dist-es/models/models_6.js +18 -27
  42. package/dist-es/models/models_7.js +26 -2
  43. package/dist-es/protocols/Aws_ec2.js +777 -0
  44. package/dist-types/EC2.d.ts +42 -0
  45. package/dist-types/EC2Client.d.ts +8 -2
  46. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  47. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
  48. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
  49. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
  50. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
  51. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
  52. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
  54. package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
  58. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
  59. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
  61. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
  63. package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
  64. package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
  65. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
  66. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
  67. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
  75. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
  76. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
  77. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
  78. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
  79. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
  83. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
  84. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
  85. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
  87. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
  88. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
  89. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
  90. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  98. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
  99. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
  101. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  102. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
  103. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
  104. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
  105. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
  108. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
  109. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  110. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  111. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  113. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  114. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  115. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  116. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
  118. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
  119. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
  121. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
  123. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
  124. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
  125. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
  126. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  127. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  128. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  129. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  130. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  131. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  133. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  135. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  136. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  137. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  140. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  141. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  142. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
  143. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
  144. package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
  145. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
  146. package/dist-types/commands/index.d.ts +6 -0
  147. package/dist-types/models/models_0.d.ts +113 -75
  148. package/dist-types/models/models_1.d.ts +267 -331
  149. package/dist-types/models/models_2.d.ts +374 -167
  150. package/dist-types/models/models_3.d.ts +243 -504
  151. package/dist-types/models/models_4.d.ts +1058 -1143
  152. package/dist-types/models/models_5.d.ts +4030 -3824
  153. package/dist-types/models/models_6.d.ts +4384 -4392
  154. package/dist-types/models/models_7.d.ts +826 -5
  155. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  156. package/dist-types/ts3.4/EC2.d.ts +102 -0
  157. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
  160. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
  175. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
  184. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
  185. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
  196. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +33 -22
  215. package/dist-types/ts3.4/models/models_1.d.ts +66 -88
  216. package/dist-types/ts3.4/models/models_2.d.ts +101 -42
  217. package/dist-types/ts3.4/models/models_3.d.ts +65 -121
  218. package/dist-types/ts3.4/models/models_4.d.ts +141 -119
  219. package/dist-types/ts3.4/models/models_5.d.ts +197 -175
  220. package/dist-types/ts3.4/models/models_6.d.ts +202 -210
  221. package/dist-types/ts3.4/models/models_7.d.ts +206 -6
  222. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  223. package/package.json +2 -2
@@ -1,30 +1,30 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.se_CancelSpotInstanceRequestsCommand = exports.se_CancelSpotFleetRequestsCommand = exports.se_CancelReservedInstancesListingCommand = exports.se_CancelImportTaskCommand = exports.se_CancelImageLaunchPermissionCommand = exports.se_CancelExportTaskCommand = exports.se_CancelConversionTaskCommand = exports.se_CancelCapacityReservationFleetsCommand = exports.se_CancelCapacityReservationCommand = exports.se_CancelBundleTaskCommand = exports.se_BundleInstanceCommand = exports.se_AuthorizeSecurityGroupIngressCommand = exports.se_AuthorizeSecurityGroupEgressCommand = exports.se_AuthorizeClientVpnIngressCommand = exports.se_AttachVpnGatewayCommand = exports.se_AttachVolumeCommand = exports.se_AttachVerifiedAccessTrustProviderCommand = exports.se_AttachNetworkInterfaceCommand = exports.se_AttachInternetGatewayCommand = exports.se_AttachClassicLinkVpcCommand = exports.se_AssociateVpcCidrBlockCommand = exports.se_AssociateTrunkInterfaceCommand = exports.se_AssociateTransitGatewayRouteTableCommand = exports.se_AssociateTransitGatewayPolicyTableCommand = exports.se_AssociateTransitGatewayMulticastDomainCommand = exports.se_AssociateSubnetCidrBlockCommand = exports.se_AssociateRouteTableCommand = exports.se_AssociateNatGatewayAddressCommand = exports.se_AssociateIpamResourceDiscoveryCommand = exports.se_AssociateInstanceEventWindowCommand = exports.se_AssociateIamInstanceProfileCommand = exports.se_AssociateEnclaveCertificateIamRoleCommand = exports.se_AssociateDhcpOptionsCommand = exports.se_AssociateClientVpnTargetNetworkCommand = exports.se_AssociateAddressCommand = exports.se_AssignPrivateNatGatewayAddressCommand = exports.se_AssignPrivateIpAddressesCommand = exports.se_AssignIpv6AddressesCommand = exports.se_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.se_AllocateIpamPoolCidrCommand = exports.se_AllocateHostsCommand = exports.se_AllocateAddressCommand = exports.se_AdvertiseByoipCidrCommand = exports.se_AcceptVpcPeeringConnectionCommand = exports.se_AcceptVpcEndpointConnectionsCommand = exports.se_AcceptTransitGatewayVpcAttachmentCommand = exports.se_AcceptTransitGatewayPeeringAttachmentCommand = exports.se_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.se_AcceptReservedInstancesExchangeQuoteCommand = exports.se_AcceptAddressTransferCommand = void 0;
4
- exports.se_CreateRouteTableCommand = exports.se_CreateRouteCommand = exports.se_CreateRestoreImageTaskCommand = exports.se_CreateReservedInstancesListingCommand = exports.se_CreateReplaceRootVolumeTaskCommand = exports.se_CreatePublicIpv4PoolCommand = exports.se_CreatePlacementGroupCommand = exports.se_CreateNetworkInterfacePermissionCommand = exports.se_CreateNetworkInterfaceCommand = exports.se_CreateNetworkInsightsPathCommand = exports.se_CreateNetworkInsightsAccessScopeCommand = exports.se_CreateNetworkAclEntryCommand = exports.se_CreateNetworkAclCommand = exports.se_CreateNatGatewayCommand = exports.se_CreateManagedPrefixListCommand = exports.se_CreateLocalGatewayRouteTableVpcAssociationCommand = exports.se_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.se_CreateLocalGatewayRouteTableCommand = exports.se_CreateLocalGatewayRouteCommand = exports.se_CreateLaunchTemplateVersionCommand = exports.se_CreateLaunchTemplateCommand = exports.se_CreateKeyPairCommand = exports.se_CreateIpamScopeCommand = exports.se_CreateIpamResourceDiscoveryCommand = exports.se_CreateIpamPoolCommand = exports.se_CreateIpamCommand = exports.se_CreateInternetGatewayCommand = exports.se_CreateInstanceExportTaskCommand = exports.se_CreateInstanceEventWindowCommand = exports.se_CreateInstanceConnectEndpointCommand = exports.se_CreateImageCommand = exports.se_CreateFpgaImageCommand = exports.se_CreateFlowLogsCommand = exports.se_CreateFleetCommand = exports.se_CreateEgressOnlyInternetGatewayCommand = exports.se_CreateDhcpOptionsCommand = exports.se_CreateDefaultVpcCommand = exports.se_CreateDefaultSubnetCommand = exports.se_CreateCustomerGatewayCommand = exports.se_CreateCoipPoolCommand = exports.se_CreateCoipCidrCommand = exports.se_CreateClientVpnRouteCommand = exports.se_CreateClientVpnEndpointCommand = exports.se_CreateCarrierGatewayCommand = exports.se_CreateCapacityReservationFleetCommand = exports.se_CreateCapacityReservationCommand = exports.se_CopySnapshotCommand = exports.se_CopyImageCommand = exports.se_CopyFpgaImageCommand = exports.se_ConfirmProductInstanceCommand = void 0;
5
- exports.se_DeleteInternetGatewayCommand = exports.se_DeleteInstanceEventWindowCommand = exports.se_DeleteInstanceConnectEndpointCommand = exports.se_DeleteFpgaImageCommand = exports.se_DeleteFlowLogsCommand = exports.se_DeleteFleetsCommand = exports.se_DeleteEgressOnlyInternetGatewayCommand = exports.se_DeleteDhcpOptionsCommand = exports.se_DeleteCustomerGatewayCommand = exports.se_DeleteCoipPoolCommand = exports.se_DeleteCoipCidrCommand = exports.se_DeleteClientVpnRouteCommand = exports.se_DeleteClientVpnEndpointCommand = exports.se_DeleteCarrierGatewayCommand = exports.se_CreateVpnGatewayCommand = exports.se_CreateVpnConnectionRouteCommand = exports.se_CreateVpnConnectionCommand = exports.se_CreateVpcPeeringConnectionCommand = exports.se_CreateVpcEndpointServiceConfigurationCommand = exports.se_CreateVpcEndpointConnectionNotificationCommand = exports.se_CreateVpcEndpointCommand = exports.se_CreateVpcCommand = exports.se_CreateVolumeCommand = exports.se_CreateVerifiedAccessTrustProviderCommand = exports.se_CreateVerifiedAccessInstanceCommand = exports.se_CreateVerifiedAccessGroupCommand = exports.se_CreateVerifiedAccessEndpointCommand = exports.se_CreateTransitGatewayVpcAttachmentCommand = exports.se_CreateTransitGatewayRouteTableAnnouncementCommand = exports.se_CreateTransitGatewayRouteTableCommand = exports.se_CreateTransitGatewayRouteCommand = exports.se_CreateTransitGatewayPrefixListReferenceCommand = exports.se_CreateTransitGatewayPolicyTableCommand = exports.se_CreateTransitGatewayPeeringAttachmentCommand = exports.se_CreateTransitGatewayMulticastDomainCommand = exports.se_CreateTransitGatewayConnectPeerCommand = exports.se_CreateTransitGatewayConnectCommand = exports.se_CreateTransitGatewayCommand = exports.se_CreateTrafficMirrorTargetCommand = exports.se_CreateTrafficMirrorSessionCommand = exports.se_CreateTrafficMirrorFilterRuleCommand = exports.se_CreateTrafficMirrorFilterCommand = exports.se_CreateTagsCommand = exports.se_CreateSubnetCidrReservationCommand = exports.se_CreateSubnetCommand = exports.se_CreateStoreImageTaskCommand = exports.se_CreateSpotDatafeedSubscriptionCommand = exports.se_CreateSnapshotsCommand = exports.se_CreateSnapshotCommand = exports.se_CreateSecurityGroupCommand = void 0;
6
- exports.se_DeleteVerifiedAccessInstanceCommand = exports.se_DeleteVerifiedAccessGroupCommand = exports.se_DeleteVerifiedAccessEndpointCommand = exports.se_DeleteTransitGatewayVpcAttachmentCommand = exports.se_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.se_DeleteTransitGatewayRouteTableCommand = exports.se_DeleteTransitGatewayRouteCommand = exports.se_DeleteTransitGatewayPrefixListReferenceCommand = exports.se_DeleteTransitGatewayPolicyTableCommand = exports.se_DeleteTransitGatewayPeeringAttachmentCommand = exports.se_DeleteTransitGatewayMulticastDomainCommand = exports.se_DeleteTransitGatewayConnectPeerCommand = exports.se_DeleteTransitGatewayConnectCommand = exports.se_DeleteTransitGatewayCommand = exports.se_DeleteTrafficMirrorTargetCommand = exports.se_DeleteTrafficMirrorSessionCommand = exports.se_DeleteTrafficMirrorFilterRuleCommand = exports.se_DeleteTrafficMirrorFilterCommand = exports.se_DeleteTagsCommand = exports.se_DeleteSubnetCidrReservationCommand = exports.se_DeleteSubnetCommand = exports.se_DeleteSpotDatafeedSubscriptionCommand = exports.se_DeleteSnapshotCommand = exports.se_DeleteSecurityGroupCommand = exports.se_DeleteRouteTableCommand = exports.se_DeleteRouteCommand = exports.se_DeleteQueuedReservedInstancesCommand = exports.se_DeletePublicIpv4PoolCommand = exports.se_DeletePlacementGroupCommand = exports.se_DeleteNetworkInterfacePermissionCommand = exports.se_DeleteNetworkInterfaceCommand = exports.se_DeleteNetworkInsightsPathCommand = exports.se_DeleteNetworkInsightsAnalysisCommand = exports.se_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.se_DeleteNetworkInsightsAccessScopeCommand = exports.se_DeleteNetworkAclEntryCommand = exports.se_DeleteNetworkAclCommand = exports.se_DeleteNatGatewayCommand = exports.se_DeleteManagedPrefixListCommand = exports.se_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.se_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.se_DeleteLocalGatewayRouteTableCommand = exports.se_DeleteLocalGatewayRouteCommand = exports.se_DeleteLaunchTemplateVersionsCommand = exports.se_DeleteLaunchTemplateCommand = exports.se_DeleteKeyPairCommand = exports.se_DeleteIpamScopeCommand = exports.se_DeleteIpamResourceDiscoveryCommand = exports.se_DeleteIpamPoolCommand = exports.se_DeleteIpamCommand = void 0;
7
- exports.se_DescribeFlowLogsCommand = exports.se_DescribeFleetsCommand = exports.se_DescribeFleetInstancesCommand = exports.se_DescribeFleetHistoryCommand = exports.se_DescribeFastSnapshotRestoresCommand = exports.se_DescribeFastLaunchImagesCommand = exports.se_DescribeExportTasksCommand = exports.se_DescribeExportImageTasksCommand = exports.se_DescribeElasticGpusCommand = exports.se_DescribeEgressOnlyInternetGatewaysCommand = exports.se_DescribeDhcpOptionsCommand = exports.se_DescribeCustomerGatewaysCommand = exports.se_DescribeConversionTasksCommand = exports.se_DescribeCoipPoolsCommand = exports.se_DescribeClientVpnTargetNetworksCommand = exports.se_DescribeClientVpnRoutesCommand = exports.se_DescribeClientVpnEndpointsCommand = exports.se_DescribeClientVpnConnectionsCommand = exports.se_DescribeClientVpnAuthorizationRulesCommand = exports.se_DescribeClassicLinkInstancesCommand = exports.se_DescribeCarrierGatewaysCommand = exports.se_DescribeCapacityReservationsCommand = exports.se_DescribeCapacityReservationFleetsCommand = exports.se_DescribeCapacityBlockOfferingsCommand = exports.se_DescribeByoipCidrsCommand = exports.se_DescribeBundleTasksCommand = exports.se_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.se_DescribeAvailabilityZonesCommand = exports.se_DescribeAggregateIdFormatCommand = exports.se_DescribeAddressTransfersCommand = exports.se_DescribeAddressesAttributeCommand = exports.se_DescribeAddressesCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.se_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.se_DeregisterInstanceEventNotificationAttributesCommand = exports.se_DeregisterImageCommand = exports.se_DeprovisionPublicIpv4PoolCidrCommand = exports.se_DeprovisionIpamPoolCidrCommand = exports.se_DeprovisionByoipCidrCommand = exports.se_DeleteVpnGatewayCommand = exports.se_DeleteVpnConnectionRouteCommand = exports.se_DeleteVpnConnectionCommand = exports.se_DeleteVpcPeeringConnectionCommand = exports.se_DeleteVpcEndpointServiceConfigurationsCommand = exports.se_DeleteVpcEndpointsCommand = exports.se_DeleteVpcEndpointConnectionNotificationsCommand = exports.se_DeleteVpcCommand = exports.se_DeleteVolumeCommand = exports.se_DeleteVerifiedAccessTrustProviderCommand = void 0;
8
- exports.se_DescribeNetworkInterfacesCommand = exports.se_DescribeNetworkInterfacePermissionsCommand = exports.se_DescribeNetworkInterfaceAttributeCommand = exports.se_DescribeNetworkInsightsPathsCommand = exports.se_DescribeNetworkInsightsAnalysesCommand = exports.se_DescribeNetworkInsightsAccessScopesCommand = exports.se_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.se_DescribeNetworkAclsCommand = exports.se_DescribeNatGatewaysCommand = exports.se_DescribeMovingAddressesCommand = exports.se_DescribeManagedPrefixListsCommand = exports.se_DescribeLockedSnapshotsCommand = exports.se_DescribeLocalGatewayVirtualInterfacesCommand = exports.se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.se_DescribeLocalGatewaysCommand = exports.se_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.se_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.se_DescribeLocalGatewayRouteTablesCommand = exports.se_DescribeLaunchTemplateVersionsCommand = exports.se_DescribeLaunchTemplatesCommand = exports.se_DescribeKeyPairsCommand = exports.se_DescribeIpv6PoolsCommand = exports.se_DescribeIpamScopesCommand = exports.se_DescribeIpamsCommand = exports.se_DescribeIpamResourceDiscoveryAssociationsCommand = exports.se_DescribeIpamResourceDiscoveriesCommand = exports.se_DescribeIpamPoolsCommand = exports.se_DescribeInternetGatewaysCommand = exports.se_DescribeInstanceTypesCommand = exports.se_DescribeInstanceTypeOfferingsCommand = exports.se_DescribeInstanceTopologyCommand = exports.se_DescribeInstanceStatusCommand = exports.se_DescribeInstancesCommand = exports.se_DescribeInstanceEventWindowsCommand = exports.se_DescribeInstanceEventNotificationAttributesCommand = exports.se_DescribeInstanceCreditSpecificationsCommand = exports.se_DescribeInstanceConnectEndpointsCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeImportSnapshotTasksCommand = exports.se_DescribeImportImageTasksCommand = exports.se_DescribeImagesCommand = exports.se_DescribeImageAttributeCommand = exports.se_DescribeIdFormatCommand = exports.se_DescribeIdentityIdFormatCommand = exports.se_DescribeIamInstanceProfileAssociationsCommand = exports.se_DescribeHostsCommand = exports.se_DescribeHostReservationsCommand = exports.se_DescribeHostReservationOfferingsCommand = exports.se_DescribeFpgaImagesCommand = exports.se_DescribeFpgaImageAttributeCommand = void 0;
9
- exports.se_DescribeVolumesCommand = exports.se_DescribeVolumeAttributeCommand = exports.se_DescribeVerifiedAccessTrustProvidersCommand = exports.se_DescribeVerifiedAccessInstancesCommand = exports.se_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.se_DescribeVerifiedAccessGroupsCommand = exports.se_DescribeVerifiedAccessEndpointsCommand = exports.se_DescribeTrunkInterfaceAssociationsCommand = exports.se_DescribeTransitGatewayVpcAttachmentsCommand = exports.se_DescribeTransitGatewaysCommand = exports.se_DescribeTransitGatewayRouteTablesCommand = exports.se_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.se_DescribeTransitGatewayPolicyTablesCommand = exports.se_DescribeTransitGatewayPeeringAttachmentsCommand = exports.se_DescribeTransitGatewayMulticastDomainsCommand = exports.se_DescribeTransitGatewayConnectsCommand = exports.se_DescribeTransitGatewayConnectPeersCommand = exports.se_DescribeTransitGatewayAttachmentsCommand = exports.se_DescribeTrafficMirrorTargetsCommand = exports.se_DescribeTrafficMirrorSessionsCommand = exports.se_DescribeTrafficMirrorFiltersCommand = exports.se_DescribeTagsCommand = exports.se_DescribeSubnetsCommand = exports.se_DescribeStoreImageTasksCommand = exports.se_DescribeStaleSecurityGroupsCommand = exports.se_DescribeSpotPriceHistoryCommand = exports.se_DescribeSpotInstanceRequestsCommand = exports.se_DescribeSpotFleetRequestsCommand = exports.se_DescribeSpotFleetRequestHistoryCommand = exports.se_DescribeSpotFleetInstancesCommand = exports.se_DescribeSpotDatafeedSubscriptionCommand = exports.se_DescribeSnapshotTierStatusCommand = exports.se_DescribeSnapshotsCommand = exports.se_DescribeSnapshotAttributeCommand = exports.se_DescribeSecurityGroupsCommand = exports.se_DescribeSecurityGroupRulesCommand = exports.se_DescribeSecurityGroupReferencesCommand = exports.se_DescribeScheduledInstancesCommand = exports.se_DescribeScheduledInstanceAvailabilityCommand = exports.se_DescribeRouteTablesCommand = exports.se_DescribeReservedInstancesOfferingsCommand = exports.se_DescribeReservedInstancesModificationsCommand = exports.se_DescribeReservedInstancesListingsCommand = exports.se_DescribeReservedInstancesCommand = exports.se_DescribeReplaceRootVolumeTasksCommand = exports.se_DescribeRegionsCommand = exports.se_DescribePublicIpv4PoolsCommand = exports.se_DescribePrincipalIdFormatCommand = exports.se_DescribePrefixListsCommand = exports.se_DescribePlacementGroupsCommand = void 0;
10
- exports.se_DisassociateVpcCidrBlockCommand = exports.se_DisassociateTrunkInterfaceCommand = exports.se_DisassociateTransitGatewayRouteTableCommand = exports.se_DisassociateTransitGatewayPolicyTableCommand = exports.se_DisassociateTransitGatewayMulticastDomainCommand = exports.se_DisassociateSubnetCidrBlockCommand = exports.se_DisassociateRouteTableCommand = exports.se_DisassociateNatGatewayAddressCommand = exports.se_DisassociateIpamResourceDiscoveryCommand = exports.se_DisassociateInstanceEventWindowCommand = exports.se_DisassociateIamInstanceProfileCommand = exports.se_DisassociateEnclaveCertificateIamRoleCommand = exports.se_DisassociateClientVpnTargetNetworkCommand = exports.se_DisassociateAddressCommand = exports.se_DisableVpcClassicLinkDnsSupportCommand = exports.se_DisableVpcClassicLinkCommand = exports.se_DisableVgwRoutePropagationCommand = exports.se_DisableTransitGatewayRouteTablePropagationCommand = exports.se_DisableSnapshotBlockPublicAccessCommand = exports.se_DisableSerialConsoleAccessCommand = exports.se_DisableIpamOrganizationAdminAccountCommand = exports.se_DisableImageDeprecationCommand = exports.se_DisableImageBlockPublicAccessCommand = exports.se_DisableImageCommand = exports.se_DisableFastSnapshotRestoresCommand = exports.se_DisableFastLaunchCommand = exports.se_DisableEbsEncryptionByDefaultCommand = exports.se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_DisableAddressTransferCommand = exports.se_DetachVpnGatewayCommand = exports.se_DetachVolumeCommand = exports.se_DetachVerifiedAccessTrustProviderCommand = exports.se_DetachNetworkInterfaceCommand = exports.se_DetachInternetGatewayCommand = exports.se_DetachClassicLinkVpcCommand = exports.se_DescribeVpnGatewaysCommand = exports.se_DescribeVpnConnectionsCommand = exports.se_DescribeVpcsCommand = exports.se_DescribeVpcPeeringConnectionsCommand = exports.se_DescribeVpcEndpointServicesCommand = exports.se_DescribeVpcEndpointServicePermissionsCommand = exports.se_DescribeVpcEndpointServiceConfigurationsCommand = exports.se_DescribeVpcEndpointsCommand = exports.se_DescribeVpcEndpointConnectionsCommand = exports.se_DescribeVpcEndpointConnectionNotificationsCommand = exports.se_DescribeVpcClassicLinkDnsSupportCommand = exports.se_DescribeVpcClassicLinkCommand = exports.se_DescribeVpcAttributeCommand = exports.se_DescribeVolumeStatusCommand = exports.se_DescribeVolumesModificationsCommand = void 0;
11
- exports.se_GetReservedInstancesExchangeQuoteCommand = exports.se_GetPasswordDataCommand = exports.se_GetNetworkInsightsAccessScopeContentCommand = exports.se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.se_GetManagedPrefixListEntriesCommand = exports.se_GetManagedPrefixListAssociationsCommand = exports.se_GetLaunchTemplateDataCommand = exports.se_GetIpamResourceCidrsCommand = exports.se_GetIpamPoolCidrsCommand = exports.se_GetIpamPoolAllocationsCommand = exports.se_GetIpamDiscoveredResourceCidrsCommand = exports.se_GetIpamDiscoveredAccountsCommand = exports.se_GetIpamAddressHistoryCommand = exports.se_GetInstanceUefiDataCommand = exports.se_GetInstanceTypesFromInstanceRequirementsCommand = exports.se_GetImageBlockPublicAccessStateCommand = exports.se_GetHostReservationPurchasePreviewCommand = exports.se_GetGroupsForCapacityReservationCommand = exports.se_GetFlowLogsIntegrationTemplateCommand = exports.se_GetEbsEncryptionByDefaultCommand = exports.se_GetEbsDefaultKmsKeyIdCommand = exports.se_GetDefaultCreditSpecificationCommand = exports.se_GetConsoleScreenshotCommand = exports.se_GetConsoleOutputCommand = exports.se_GetCoipPoolUsageCommand = exports.se_GetCapacityReservationUsageCommand = exports.se_GetAwsNetworkPerformanceDataCommand = exports.se_GetAssociatedIpv6PoolCidrsCommand = exports.se_GetAssociatedEnclaveCertificateIamRolesCommand = exports.se_ExportTransitGatewayRoutesCommand = exports.se_ExportImageCommand = exports.se_ExportClientVpnClientConfigurationCommand = exports.se_ExportClientVpnClientCertificateRevocationListCommand = exports.se_EnableVpcClassicLinkDnsSupportCommand = exports.se_EnableVpcClassicLinkCommand = exports.se_EnableVolumeIOCommand = exports.se_EnableVgwRoutePropagationCommand = exports.se_EnableTransitGatewayRouteTablePropagationCommand = exports.se_EnableSnapshotBlockPublicAccessCommand = exports.se_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = exports.se_EnableFastLaunchCommand = exports.se_EnableEbsEncryptionByDefaultCommand = exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_EnableAddressTransferCommand = void 0;
12
- exports.se_ModifyIpamResourceCidrCommand = exports.se_ModifyIpamPoolCommand = exports.se_ModifyIpamCommand = exports.se_ModifyInstancePlacementCommand = exports.se_ModifyInstanceMetadataOptionsCommand = exports.se_ModifyInstanceMaintenanceOptionsCommand = exports.se_ModifyInstanceEventWindowCommand = exports.se_ModifyInstanceEventStartTimeCommand = exports.se_ModifyInstanceCreditSpecificationCommand = exports.se_ModifyInstanceCapacityReservationAttributesCommand = exports.se_ModifyInstanceAttributeCommand = exports.se_ModifyImageAttributeCommand = exports.se_ModifyIdFormatCommand = exports.se_ModifyIdentityIdFormatCommand = exports.se_ModifyHostsCommand = exports.se_ModifyFpgaImageAttributeCommand = exports.se_ModifyFleetCommand = exports.se_ModifyEbsDefaultKmsKeyIdCommand = exports.se_ModifyDefaultCreditSpecificationCommand = exports.se_ModifyClientVpnEndpointCommand = exports.se_ModifyCapacityReservationFleetCommand = exports.se_ModifyCapacityReservationCommand = exports.se_ModifyAvailabilityZoneGroupCommand = exports.se_ModifyAddressAttributeCommand = exports.se_LockSnapshotCommand = exports.se_ListSnapshotsInRecycleBinCommand = exports.se_ListImagesInRecycleBinCommand = exports.se_ImportVolumeCommand = exports.se_ImportSnapshotCommand = exports.se_ImportKeyPairCommand = exports.se_ImportInstanceCommand = exports.se_ImportImageCommand = exports.se_ImportClientVpnClientCertificateRevocationListCommand = exports.se_GetVpnTunnelReplacementStatusCommand = exports.se_GetVpnConnectionDeviceTypesCommand = exports.se_GetVpnConnectionDeviceSampleConfigurationCommand = exports.se_GetVerifiedAccessGroupPolicyCommand = exports.se_GetVerifiedAccessEndpointPolicyCommand = exports.se_GetTransitGatewayRouteTablePropagationsCommand = exports.se_GetTransitGatewayRouteTableAssociationsCommand = exports.se_GetTransitGatewayPrefixListReferencesCommand = exports.se_GetTransitGatewayPolicyTableEntriesCommand = exports.se_GetTransitGatewayPolicyTableAssociationsCommand = exports.se_GetTransitGatewayMulticastDomainAssociationsCommand = exports.se_GetTransitGatewayAttachmentPropagationsCommand = exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSnapshotBlockPublicAccessStateCommand = exports.se_GetSerialConsoleAccessStatusCommand = exports.se_GetSecurityGroupsForVpcCommand = void 0;
13
- exports.se_PurchaseScheduledInstancesCommand = exports.se_PurchaseReservedInstancesOfferingCommand = exports.se_PurchaseHostReservationCommand = exports.se_PurchaseCapacityBlockCommand = exports.se_ProvisionPublicIpv4PoolCidrCommand = exports.se_ProvisionIpamPoolCidrCommand = exports.se_ProvisionByoipCidrCommand = exports.se_MoveByoipCidrToIpamCommand = exports.se_MoveAddressToVpcCommand = exports.se_MonitorInstancesCommand = exports.se_ModifyVpnTunnelOptionsCommand = exports.se_ModifyVpnTunnelCertificateCommand = exports.se_ModifyVpnConnectionOptionsCommand = exports.se_ModifyVpnConnectionCommand = exports.se_ModifyVpcTenancyCommand = exports.se_ModifyVpcPeeringConnectionOptionsCommand = exports.se_ModifyVpcEndpointServicePermissionsCommand = exports.se_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.se_ModifyVpcEndpointServiceConfigurationCommand = exports.se_ModifyVpcEndpointConnectionNotificationCommand = exports.se_ModifyVpcEndpointCommand = exports.se_ModifyVpcAttributeCommand = exports.se_ModifyVolumeAttributeCommand = exports.se_ModifyVolumeCommand = exports.se_ModifyVerifiedAccessTrustProviderCommand = exports.se_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.se_ModifyVerifiedAccessInstanceCommand = exports.se_ModifyVerifiedAccessGroupPolicyCommand = exports.se_ModifyVerifiedAccessGroupCommand = exports.se_ModifyVerifiedAccessEndpointPolicyCommand = exports.se_ModifyVerifiedAccessEndpointCommand = exports.se_ModifyTransitGatewayVpcAttachmentCommand = exports.se_ModifyTransitGatewayPrefixListReferenceCommand = exports.se_ModifyTransitGatewayCommand = exports.se_ModifyTrafficMirrorSessionCommand = exports.se_ModifyTrafficMirrorFilterRuleCommand = exports.se_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.se_ModifySubnetAttributeCommand = exports.se_ModifySpotFleetRequestCommand = exports.se_ModifySnapshotTierCommand = exports.se_ModifySnapshotAttributeCommand = exports.se_ModifySecurityGroupRulesCommand = exports.se_ModifyReservedInstancesCommand = exports.se_ModifyPrivateDnsNameOptionsCommand = exports.se_ModifyNetworkInterfaceAttributeCommand = exports.se_ModifyManagedPrefixListCommand = exports.se_ModifyLocalGatewayRouteCommand = exports.se_ModifyLaunchTemplateCommand = exports.se_ModifyIpamScopeCommand = exports.se_ModifyIpamResourceDiscoveryCommand = void 0;
14
- exports.se_TerminateClientVpnConnectionsCommand = exports.se_StopInstancesCommand = exports.se_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.se_StartNetworkInsightsAnalysisCommand = exports.se_StartNetworkInsightsAccessScopeAnalysisCommand = exports.se_StartInstancesCommand = exports.se_SendDiagnosticInterruptCommand = exports.se_SearchTransitGatewayRoutesCommand = exports.se_SearchTransitGatewayMulticastGroupsCommand = exports.se_SearchLocalGatewayRoutesCommand = exports.se_RunScheduledInstancesCommand = exports.se_RunInstancesCommand = exports.se_RevokeSecurityGroupIngressCommand = exports.se_RevokeSecurityGroupEgressCommand = exports.se_RevokeClientVpnIngressCommand = exports.se_RestoreSnapshotTierCommand = exports.se_RestoreSnapshotFromRecycleBinCommand = exports.se_RestoreManagedPrefixListVersionCommand = exports.se_RestoreImageFromRecycleBinCommand = exports.se_RestoreAddressToClassicCommand = exports.se_ResetSnapshotAttributeCommand = exports.se_ResetNetworkInterfaceAttributeCommand = exports.se_ResetInstanceAttributeCommand = exports.se_ResetImageAttributeCommand = exports.se_ResetFpgaImageAttributeCommand = exports.se_ResetEbsDefaultKmsKeyIdCommand = exports.se_ResetAddressAttributeCommand = exports.se_RequestSpotInstancesCommand = exports.se_RequestSpotFleetCommand = exports.se_ReportInstanceStatusCommand = exports.se_ReplaceVpnTunnelCommand = exports.se_ReplaceTransitGatewayRouteCommand = exports.se_ReplaceRouteTableAssociationCommand = exports.se_ReplaceRouteCommand = exports.se_ReplaceNetworkAclEntryCommand = exports.se_ReplaceNetworkAclAssociationCommand = exports.se_ReplaceIamInstanceProfileAssociationCommand = exports.se_ReleaseIpamPoolAllocationCommand = exports.se_ReleaseHostsCommand = exports.se_ReleaseAddressCommand = exports.se_RejectVpcPeeringConnectionCommand = exports.se_RejectVpcEndpointConnectionsCommand = exports.se_RejectTransitGatewayVpcAttachmentCommand = exports.se_RejectTransitGatewayPeeringAttachmentCommand = exports.se_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.se_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.se_RegisterTransitGatewayMulticastGroupMembersCommand = exports.se_RegisterInstanceEventNotificationAttributesCommand = exports.se_RegisterImageCommand = exports.se_RebootInstancesCommand = void 0;
15
- exports.de_CancelBundleTaskCommand = exports.de_BundleInstanceCommand = exports.de_AuthorizeSecurityGroupIngressCommand = exports.de_AuthorizeSecurityGroupEgressCommand = exports.de_AuthorizeClientVpnIngressCommand = exports.de_AttachVpnGatewayCommand = exports.de_AttachVolumeCommand = exports.de_AttachVerifiedAccessTrustProviderCommand = exports.de_AttachNetworkInterfaceCommand = exports.de_AttachInternetGatewayCommand = exports.de_AttachClassicLinkVpcCommand = exports.de_AssociateVpcCidrBlockCommand = exports.de_AssociateTrunkInterfaceCommand = exports.de_AssociateTransitGatewayRouteTableCommand = exports.de_AssociateTransitGatewayPolicyTableCommand = exports.de_AssociateTransitGatewayMulticastDomainCommand = exports.de_AssociateSubnetCidrBlockCommand = exports.de_AssociateRouteTableCommand = exports.de_AssociateNatGatewayAddressCommand = exports.de_AssociateIpamResourceDiscoveryCommand = exports.de_AssociateInstanceEventWindowCommand = exports.de_AssociateIamInstanceProfileCommand = exports.de_AssociateEnclaveCertificateIamRoleCommand = exports.de_AssociateDhcpOptionsCommand = exports.de_AssociateClientVpnTargetNetworkCommand = exports.de_AssociateAddressCommand = exports.de_AssignPrivateNatGatewayAddressCommand = exports.de_AssignPrivateIpAddressesCommand = exports.de_AssignIpv6AddressesCommand = exports.de_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.de_AllocateIpamPoolCidrCommand = exports.de_AllocateHostsCommand = exports.de_AllocateAddressCommand = exports.de_AdvertiseByoipCidrCommand = exports.de_AcceptVpcPeeringConnectionCommand = exports.de_AcceptVpcEndpointConnectionsCommand = exports.de_AcceptTransitGatewayVpcAttachmentCommand = exports.de_AcceptTransitGatewayPeeringAttachmentCommand = exports.de_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.de_AcceptReservedInstancesExchangeQuoteCommand = exports.de_AcceptAddressTransferCommand = exports.se_WithdrawByoipCidrCommand = exports.se_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = exports.se_UnlockSnapshotCommand = exports.se_UnassignPrivateNatGatewayAddressCommand = exports.se_UnassignPrivateIpAddressesCommand = exports.se_UnassignIpv6AddressesCommand = exports.se_TerminateInstancesCommand = void 0;
16
- exports.de_CreateNetworkInsightsPathCommand = exports.de_CreateNetworkInsightsAccessScopeCommand = exports.de_CreateNetworkAclEntryCommand = exports.de_CreateNetworkAclCommand = exports.de_CreateNatGatewayCommand = exports.de_CreateManagedPrefixListCommand = exports.de_CreateLocalGatewayRouteTableVpcAssociationCommand = exports.de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_CreateLocalGatewayRouteTableCommand = exports.de_CreateLocalGatewayRouteCommand = exports.de_CreateLaunchTemplateVersionCommand = exports.de_CreateLaunchTemplateCommand = exports.de_CreateKeyPairCommand = exports.de_CreateIpamScopeCommand = exports.de_CreateIpamResourceDiscoveryCommand = exports.de_CreateIpamPoolCommand = exports.de_CreateIpamCommand = exports.de_CreateInternetGatewayCommand = exports.de_CreateInstanceExportTaskCommand = exports.de_CreateInstanceEventWindowCommand = exports.de_CreateInstanceConnectEndpointCommand = exports.de_CreateImageCommand = exports.de_CreateFpgaImageCommand = exports.de_CreateFlowLogsCommand = exports.de_CreateFleetCommand = exports.de_CreateEgressOnlyInternetGatewayCommand = exports.de_CreateDhcpOptionsCommand = exports.de_CreateDefaultVpcCommand = exports.de_CreateDefaultSubnetCommand = exports.de_CreateCustomerGatewayCommand = exports.de_CreateCoipPoolCommand = exports.de_CreateCoipCidrCommand = exports.de_CreateClientVpnRouteCommand = exports.de_CreateClientVpnEndpointCommand = exports.de_CreateCarrierGatewayCommand = exports.de_CreateCapacityReservationFleetCommand = exports.de_CreateCapacityReservationCommand = exports.de_CopySnapshotCommand = exports.de_CopyImageCommand = exports.de_CopyFpgaImageCommand = exports.de_ConfirmProductInstanceCommand = exports.de_CancelSpotInstanceRequestsCommand = exports.de_CancelSpotFleetRequestsCommand = exports.de_CancelReservedInstancesListingCommand = exports.de_CancelImportTaskCommand = exports.de_CancelImageLaunchPermissionCommand = exports.de_CancelExportTaskCommand = exports.de_CancelConversionTaskCommand = exports.de_CancelCapacityReservationFleetsCommand = exports.de_CancelCapacityReservationCommand = void 0;
17
- exports.de_DeleteCoipPoolCommand = exports.de_DeleteCoipCidrCommand = exports.de_DeleteClientVpnRouteCommand = exports.de_DeleteClientVpnEndpointCommand = exports.de_DeleteCarrierGatewayCommand = exports.de_CreateVpnGatewayCommand = exports.de_CreateVpnConnectionRouteCommand = exports.de_CreateVpnConnectionCommand = exports.de_CreateVpcPeeringConnectionCommand = exports.de_CreateVpcEndpointServiceConfigurationCommand = exports.de_CreateVpcEndpointConnectionNotificationCommand = exports.de_CreateVpcEndpointCommand = exports.de_CreateVpcCommand = exports.de_CreateVolumeCommand = exports.de_CreateVerifiedAccessTrustProviderCommand = exports.de_CreateVerifiedAccessInstanceCommand = exports.de_CreateVerifiedAccessGroupCommand = exports.de_CreateVerifiedAccessEndpointCommand = exports.de_CreateTransitGatewayVpcAttachmentCommand = exports.de_CreateTransitGatewayRouteTableAnnouncementCommand = exports.de_CreateTransitGatewayRouteTableCommand = exports.de_CreateTransitGatewayRouteCommand = exports.de_CreateTransitGatewayPrefixListReferenceCommand = exports.de_CreateTransitGatewayPolicyTableCommand = exports.de_CreateTransitGatewayPeeringAttachmentCommand = exports.de_CreateTransitGatewayMulticastDomainCommand = exports.de_CreateTransitGatewayConnectPeerCommand = exports.de_CreateTransitGatewayConnectCommand = exports.de_CreateTransitGatewayCommand = exports.de_CreateTrafficMirrorTargetCommand = exports.de_CreateTrafficMirrorSessionCommand = exports.de_CreateTrafficMirrorFilterRuleCommand = exports.de_CreateTrafficMirrorFilterCommand = exports.de_CreateTagsCommand = exports.de_CreateSubnetCidrReservationCommand = exports.de_CreateSubnetCommand = exports.de_CreateStoreImageTaskCommand = exports.de_CreateSpotDatafeedSubscriptionCommand = exports.de_CreateSnapshotsCommand = exports.de_CreateSnapshotCommand = exports.de_CreateSecurityGroupCommand = exports.de_CreateRouteTableCommand = exports.de_CreateRouteCommand = exports.de_CreateRestoreImageTaskCommand = exports.de_CreateReservedInstancesListingCommand = exports.de_CreateReplaceRootVolumeTaskCommand = exports.de_CreatePublicIpv4PoolCommand = exports.de_CreatePlacementGroupCommand = exports.de_CreateNetworkInterfacePermissionCommand = exports.de_CreateNetworkInterfaceCommand = void 0;
18
- exports.de_DeleteTransitGatewayPeeringAttachmentCommand = exports.de_DeleteTransitGatewayMulticastDomainCommand = exports.de_DeleteTransitGatewayConnectPeerCommand = exports.de_DeleteTransitGatewayConnectCommand = exports.de_DeleteTransitGatewayCommand = exports.de_DeleteTrafficMirrorTargetCommand = exports.de_DeleteTrafficMirrorSessionCommand = exports.de_DeleteTrafficMirrorFilterRuleCommand = exports.de_DeleteTrafficMirrorFilterCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSubnetCidrReservationCommand = exports.de_DeleteSubnetCommand = exports.de_DeleteSpotDatafeedSubscriptionCommand = exports.de_DeleteSnapshotCommand = exports.de_DeleteSecurityGroupCommand = exports.de_DeleteRouteTableCommand = exports.de_DeleteRouteCommand = exports.de_DeleteQueuedReservedInstancesCommand = exports.de_DeletePublicIpv4PoolCommand = exports.de_DeletePlacementGroupCommand = exports.de_DeleteNetworkInterfacePermissionCommand = exports.de_DeleteNetworkInterfaceCommand = exports.de_DeleteNetworkInsightsPathCommand = exports.de_DeleteNetworkInsightsAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeCommand = exports.de_DeleteNetworkAclEntryCommand = exports.de_DeleteNetworkAclCommand = exports.de_DeleteNatGatewayCommand = exports.de_DeleteManagedPrefixListCommand = exports.de_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_DeleteLocalGatewayRouteTableCommand = exports.de_DeleteLocalGatewayRouteCommand = exports.de_DeleteLaunchTemplateVersionsCommand = exports.de_DeleteLaunchTemplateCommand = exports.de_DeleteKeyPairCommand = exports.de_DeleteIpamScopeCommand = exports.de_DeleteIpamResourceDiscoveryCommand = exports.de_DeleteIpamPoolCommand = exports.de_DeleteIpamCommand = exports.de_DeleteInternetGatewayCommand = exports.de_DeleteInstanceEventWindowCommand = exports.de_DeleteInstanceConnectEndpointCommand = exports.de_DeleteFpgaImageCommand = exports.de_DeleteFlowLogsCommand = exports.de_DeleteFleetsCommand = exports.de_DeleteEgressOnlyInternetGatewayCommand = exports.de_DeleteDhcpOptionsCommand = exports.de_DeleteCustomerGatewayCommand = void 0;
19
- exports.de_DescribeEgressOnlyInternetGatewaysCommand = exports.de_DescribeDhcpOptionsCommand = exports.de_DescribeCustomerGatewaysCommand = exports.de_DescribeConversionTasksCommand = exports.de_DescribeCoipPoolsCommand = exports.de_DescribeClientVpnTargetNetworksCommand = exports.de_DescribeClientVpnRoutesCommand = exports.de_DescribeClientVpnEndpointsCommand = exports.de_DescribeClientVpnConnectionsCommand = exports.de_DescribeClientVpnAuthorizationRulesCommand = exports.de_DescribeClassicLinkInstancesCommand = exports.de_DescribeCarrierGatewaysCommand = exports.de_DescribeCapacityReservationsCommand = exports.de_DescribeCapacityReservationFleetsCommand = exports.de_DescribeCapacityBlockOfferingsCommand = exports.de_DescribeByoipCidrsCommand = exports.de_DescribeBundleTasksCommand = exports.de_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.de_DescribeAvailabilityZonesCommand = exports.de_DescribeAggregateIdFormatCommand = exports.de_DescribeAddressTransfersCommand = exports.de_DescribeAddressesAttributeCommand = exports.de_DescribeAddressesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.de_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.de_DeregisterInstanceEventNotificationAttributesCommand = exports.de_DeregisterImageCommand = exports.de_DeprovisionPublicIpv4PoolCidrCommand = exports.de_DeprovisionIpamPoolCidrCommand = exports.de_DeprovisionByoipCidrCommand = exports.de_DeleteVpnGatewayCommand = exports.de_DeleteVpnConnectionRouteCommand = exports.de_DeleteVpnConnectionCommand = exports.de_DeleteVpcPeeringConnectionCommand = exports.de_DeleteVpcEndpointServiceConfigurationsCommand = exports.de_DeleteVpcEndpointsCommand = exports.de_DeleteVpcEndpointConnectionNotificationsCommand = exports.de_DeleteVpcCommand = exports.de_DeleteVolumeCommand = exports.de_DeleteVerifiedAccessTrustProviderCommand = exports.de_DeleteVerifiedAccessInstanceCommand = exports.de_DeleteVerifiedAccessGroupCommand = exports.de_DeleteVerifiedAccessEndpointCommand = exports.de_DeleteTransitGatewayVpcAttachmentCommand = exports.de_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.de_DeleteTransitGatewayRouteTableCommand = exports.de_DeleteTransitGatewayRouteCommand = exports.de_DeleteTransitGatewayPrefixListReferenceCommand = exports.de_DeleteTransitGatewayPolicyTableCommand = void 0;
20
- exports.de_DescribeMovingAddressesCommand = exports.de_DescribeManagedPrefixListsCommand = exports.de_DescribeLockedSnapshotsCommand = exports.de_DescribeLocalGatewayVirtualInterfacesCommand = exports.de_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.de_DescribeLocalGatewaysCommand = exports.de_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.de_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.de_DescribeLocalGatewayRouteTablesCommand = exports.de_DescribeLaunchTemplateVersionsCommand = exports.de_DescribeLaunchTemplatesCommand = exports.de_DescribeKeyPairsCommand = exports.de_DescribeIpv6PoolsCommand = exports.de_DescribeIpamScopesCommand = exports.de_DescribeIpamsCommand = exports.de_DescribeIpamResourceDiscoveryAssociationsCommand = exports.de_DescribeIpamResourceDiscoveriesCommand = exports.de_DescribeIpamPoolsCommand = exports.de_DescribeInternetGatewaysCommand = exports.de_DescribeInstanceTypesCommand = exports.de_DescribeInstanceTypeOfferingsCommand = exports.de_DescribeInstanceTopologyCommand = exports.de_DescribeInstanceStatusCommand = exports.de_DescribeInstancesCommand = exports.de_DescribeInstanceEventWindowsCommand = exports.de_DescribeInstanceEventNotificationAttributesCommand = exports.de_DescribeInstanceCreditSpecificationsCommand = exports.de_DescribeInstanceConnectEndpointsCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeImportSnapshotTasksCommand = exports.de_DescribeImportImageTasksCommand = exports.de_DescribeImagesCommand = exports.de_DescribeImageAttributeCommand = exports.de_DescribeIdFormatCommand = exports.de_DescribeIdentityIdFormatCommand = exports.de_DescribeIamInstanceProfileAssociationsCommand = exports.de_DescribeHostsCommand = exports.de_DescribeHostReservationsCommand = exports.de_DescribeHostReservationOfferingsCommand = exports.de_DescribeFpgaImagesCommand = exports.de_DescribeFpgaImageAttributeCommand = exports.de_DescribeFlowLogsCommand = exports.de_DescribeFleetsCommand = exports.de_DescribeFleetInstancesCommand = exports.de_DescribeFleetHistoryCommand = exports.de_DescribeFastSnapshotRestoresCommand = exports.de_DescribeFastLaunchImagesCommand = exports.de_DescribeExportTasksCommand = exports.de_DescribeExportImageTasksCommand = exports.de_DescribeElasticGpusCommand = void 0;
21
- exports.de_DescribeTransitGatewaysCommand = exports.de_DescribeTransitGatewayRouteTablesCommand = exports.de_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.de_DescribeTransitGatewayPolicyTablesCommand = exports.de_DescribeTransitGatewayPeeringAttachmentsCommand = exports.de_DescribeTransitGatewayMulticastDomainsCommand = exports.de_DescribeTransitGatewayConnectsCommand = exports.de_DescribeTransitGatewayConnectPeersCommand = exports.de_DescribeTransitGatewayAttachmentsCommand = exports.de_DescribeTrafficMirrorTargetsCommand = exports.de_DescribeTrafficMirrorSessionsCommand = exports.de_DescribeTrafficMirrorFiltersCommand = exports.de_DescribeTagsCommand = exports.de_DescribeSubnetsCommand = exports.de_DescribeStoreImageTasksCommand = exports.de_DescribeStaleSecurityGroupsCommand = exports.de_DescribeSpotPriceHistoryCommand = exports.de_DescribeSpotInstanceRequestsCommand = exports.de_DescribeSpotFleetRequestsCommand = exports.de_DescribeSpotFleetRequestHistoryCommand = exports.de_DescribeSpotFleetInstancesCommand = exports.de_DescribeSpotDatafeedSubscriptionCommand = exports.de_DescribeSnapshotTierStatusCommand = exports.de_DescribeSnapshotsCommand = exports.de_DescribeSnapshotAttributeCommand = exports.de_DescribeSecurityGroupsCommand = exports.de_DescribeSecurityGroupRulesCommand = exports.de_DescribeSecurityGroupReferencesCommand = exports.de_DescribeScheduledInstancesCommand = exports.de_DescribeScheduledInstanceAvailabilityCommand = exports.de_DescribeRouteTablesCommand = exports.de_DescribeReservedInstancesOfferingsCommand = exports.de_DescribeReservedInstancesModificationsCommand = exports.de_DescribeReservedInstancesListingsCommand = exports.de_DescribeReservedInstancesCommand = exports.de_DescribeReplaceRootVolumeTasksCommand = exports.de_DescribeRegionsCommand = exports.de_DescribePublicIpv4PoolsCommand = exports.de_DescribePrincipalIdFormatCommand = exports.de_DescribePrefixListsCommand = exports.de_DescribePlacementGroupsCommand = exports.de_DescribeNetworkInterfacesCommand = exports.de_DescribeNetworkInterfacePermissionsCommand = exports.de_DescribeNetworkInterfaceAttributeCommand = exports.de_DescribeNetworkInsightsPathsCommand = exports.de_DescribeNetworkInsightsAnalysesCommand = exports.de_DescribeNetworkInsightsAccessScopesCommand = exports.de_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.de_DescribeNetworkAclsCommand = exports.de_DescribeNatGatewaysCommand = void 0;
22
- exports.de_DisassociateInstanceEventWindowCommand = exports.de_DisassociateIamInstanceProfileCommand = exports.de_DisassociateEnclaveCertificateIamRoleCommand = exports.de_DisassociateClientVpnTargetNetworkCommand = exports.de_DisassociateAddressCommand = exports.de_DisableVpcClassicLinkDnsSupportCommand = exports.de_DisableVpcClassicLinkCommand = exports.de_DisableVgwRoutePropagationCommand = exports.de_DisableTransitGatewayRouteTablePropagationCommand = exports.de_DisableSnapshotBlockPublicAccessCommand = exports.de_DisableSerialConsoleAccessCommand = exports.de_DisableIpamOrganizationAdminAccountCommand = exports.de_DisableImageDeprecationCommand = exports.de_DisableImageBlockPublicAccessCommand = exports.de_DisableImageCommand = exports.de_DisableFastSnapshotRestoresCommand = exports.de_DisableFastLaunchCommand = exports.de_DisableEbsEncryptionByDefaultCommand = exports.de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_DisableAddressTransferCommand = exports.de_DetachVpnGatewayCommand = exports.de_DetachVolumeCommand = exports.de_DetachVerifiedAccessTrustProviderCommand = exports.de_DetachNetworkInterfaceCommand = exports.de_DetachInternetGatewayCommand = exports.de_DetachClassicLinkVpcCommand = exports.de_DescribeVpnGatewaysCommand = exports.de_DescribeVpnConnectionsCommand = exports.de_DescribeVpcsCommand = exports.de_DescribeVpcPeeringConnectionsCommand = exports.de_DescribeVpcEndpointServicesCommand = exports.de_DescribeVpcEndpointServicePermissionsCommand = exports.de_DescribeVpcEndpointServiceConfigurationsCommand = exports.de_DescribeVpcEndpointsCommand = exports.de_DescribeVpcEndpointConnectionsCommand = exports.de_DescribeVpcEndpointConnectionNotificationsCommand = exports.de_DescribeVpcClassicLinkDnsSupportCommand = exports.de_DescribeVpcClassicLinkCommand = exports.de_DescribeVpcAttributeCommand = exports.de_DescribeVolumeStatusCommand = exports.de_DescribeVolumesModificationsCommand = exports.de_DescribeVolumesCommand = exports.de_DescribeVolumeAttributeCommand = exports.de_DescribeVerifiedAccessTrustProvidersCommand = exports.de_DescribeVerifiedAccessInstancesCommand = exports.de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.de_DescribeVerifiedAccessGroupsCommand = exports.de_DescribeVerifiedAccessEndpointsCommand = exports.de_DescribeTrunkInterfaceAssociationsCommand = exports.de_DescribeTransitGatewayVpcAttachmentsCommand = void 0;
23
- exports.de_GetIpamPoolAllocationsCommand = exports.de_GetIpamDiscoveredResourceCidrsCommand = exports.de_GetIpamDiscoveredAccountsCommand = exports.de_GetIpamAddressHistoryCommand = exports.de_GetInstanceUefiDataCommand = exports.de_GetInstanceTypesFromInstanceRequirementsCommand = exports.de_GetImageBlockPublicAccessStateCommand = exports.de_GetHostReservationPurchasePreviewCommand = exports.de_GetGroupsForCapacityReservationCommand = exports.de_GetFlowLogsIntegrationTemplateCommand = exports.de_GetEbsEncryptionByDefaultCommand = exports.de_GetEbsDefaultKmsKeyIdCommand = exports.de_GetDefaultCreditSpecificationCommand = exports.de_GetConsoleScreenshotCommand = exports.de_GetConsoleOutputCommand = exports.de_GetCoipPoolUsageCommand = exports.de_GetCapacityReservationUsageCommand = exports.de_GetAwsNetworkPerformanceDataCommand = exports.de_GetAssociatedIpv6PoolCidrsCommand = exports.de_GetAssociatedEnclaveCertificateIamRolesCommand = exports.de_ExportTransitGatewayRoutesCommand = exports.de_ExportImageCommand = exports.de_ExportClientVpnClientConfigurationCommand = exports.de_ExportClientVpnClientCertificateRevocationListCommand = exports.de_EnableVpcClassicLinkDnsSupportCommand = exports.de_EnableVpcClassicLinkCommand = exports.de_EnableVolumeIOCommand = exports.de_EnableVgwRoutePropagationCommand = exports.de_EnableTransitGatewayRouteTablePropagationCommand = exports.de_EnableSnapshotBlockPublicAccessCommand = exports.de_EnableSerialConsoleAccessCommand = exports.de_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.de_EnableIpamOrganizationAdminAccountCommand = exports.de_EnableImageDeprecationCommand = exports.de_EnableImageBlockPublicAccessCommand = exports.de_EnableImageCommand = exports.de_EnableFastSnapshotRestoresCommand = exports.de_EnableFastLaunchCommand = exports.de_EnableEbsEncryptionByDefaultCommand = exports.de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_EnableAddressTransferCommand = exports.de_DisassociateVpcCidrBlockCommand = exports.de_DisassociateTrunkInterfaceCommand = exports.de_DisassociateTransitGatewayRouteTableCommand = exports.de_DisassociateTransitGatewayPolicyTableCommand = exports.de_DisassociateTransitGatewayMulticastDomainCommand = exports.de_DisassociateSubnetCidrBlockCommand = exports.de_DisassociateRouteTableCommand = exports.de_DisassociateNatGatewayAddressCommand = exports.de_DisassociateIpamResourceDiscoveryCommand = void 0;
24
- exports.de_ModifyInstanceCapacityReservationAttributesCommand = exports.de_ModifyInstanceAttributeCommand = exports.de_ModifyImageAttributeCommand = exports.de_ModifyIdFormatCommand = exports.de_ModifyIdentityIdFormatCommand = exports.de_ModifyHostsCommand = exports.de_ModifyFpgaImageAttributeCommand = exports.de_ModifyFleetCommand = exports.de_ModifyEbsDefaultKmsKeyIdCommand = exports.de_ModifyDefaultCreditSpecificationCommand = exports.de_ModifyClientVpnEndpointCommand = exports.de_ModifyCapacityReservationFleetCommand = exports.de_ModifyCapacityReservationCommand = exports.de_ModifyAvailabilityZoneGroupCommand = exports.de_ModifyAddressAttributeCommand = exports.de_LockSnapshotCommand = exports.de_ListSnapshotsInRecycleBinCommand = exports.de_ListImagesInRecycleBinCommand = exports.de_ImportVolumeCommand = exports.de_ImportSnapshotCommand = exports.de_ImportKeyPairCommand = exports.de_ImportInstanceCommand = exports.de_ImportImageCommand = exports.de_ImportClientVpnClientCertificateRevocationListCommand = exports.de_GetVpnTunnelReplacementStatusCommand = exports.de_GetVpnConnectionDeviceTypesCommand = exports.de_GetVpnConnectionDeviceSampleConfigurationCommand = exports.de_GetVerifiedAccessGroupPolicyCommand = exports.de_GetVerifiedAccessEndpointPolicyCommand = exports.de_GetTransitGatewayRouteTablePropagationsCommand = exports.de_GetTransitGatewayRouteTableAssociationsCommand = exports.de_GetTransitGatewayPrefixListReferencesCommand = exports.de_GetTransitGatewayPolicyTableEntriesCommand = exports.de_GetTransitGatewayPolicyTableAssociationsCommand = exports.de_GetTransitGatewayMulticastDomainAssociationsCommand = exports.de_GetTransitGatewayAttachmentPropagationsCommand = exports.de_GetSubnetCidrReservationsCommand = exports.de_GetSpotPlacementScoresCommand = exports.de_GetSnapshotBlockPublicAccessStateCommand = exports.de_GetSerialConsoleAccessStatusCommand = exports.de_GetSecurityGroupsForVpcCommand = exports.de_GetReservedInstancesExchangeQuoteCommand = exports.de_GetPasswordDataCommand = exports.de_GetNetworkInsightsAccessScopeContentCommand = exports.de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.de_GetManagedPrefixListEntriesCommand = exports.de_GetManagedPrefixListAssociationsCommand = exports.de_GetLaunchTemplateDataCommand = exports.de_GetIpamResourceCidrsCommand = exports.de_GetIpamPoolCidrsCommand = void 0;
25
- exports.de_MonitorInstancesCommand = exports.de_ModifyVpnTunnelOptionsCommand = exports.de_ModifyVpnTunnelCertificateCommand = exports.de_ModifyVpnConnectionOptionsCommand = exports.de_ModifyVpnConnectionCommand = exports.de_ModifyVpcTenancyCommand = exports.de_ModifyVpcPeeringConnectionOptionsCommand = exports.de_ModifyVpcEndpointServicePermissionsCommand = exports.de_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.de_ModifyVpcEndpointServiceConfigurationCommand = exports.de_ModifyVpcEndpointConnectionNotificationCommand = exports.de_ModifyVpcEndpointCommand = exports.de_ModifyVpcAttributeCommand = exports.de_ModifyVolumeAttributeCommand = exports.de_ModifyVolumeCommand = exports.de_ModifyVerifiedAccessTrustProviderCommand = exports.de_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.de_ModifyVerifiedAccessInstanceCommand = exports.de_ModifyVerifiedAccessGroupPolicyCommand = exports.de_ModifyVerifiedAccessGroupCommand = exports.de_ModifyVerifiedAccessEndpointPolicyCommand = exports.de_ModifyVerifiedAccessEndpointCommand = exports.de_ModifyTransitGatewayVpcAttachmentCommand = exports.de_ModifyTransitGatewayPrefixListReferenceCommand = exports.de_ModifyTransitGatewayCommand = exports.de_ModifyTrafficMirrorSessionCommand = exports.de_ModifyTrafficMirrorFilterRuleCommand = exports.de_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.de_ModifySubnetAttributeCommand = exports.de_ModifySpotFleetRequestCommand = exports.de_ModifySnapshotTierCommand = exports.de_ModifySnapshotAttributeCommand = exports.de_ModifySecurityGroupRulesCommand = exports.de_ModifyReservedInstancesCommand = exports.de_ModifyPrivateDnsNameOptionsCommand = exports.de_ModifyNetworkInterfaceAttributeCommand = exports.de_ModifyManagedPrefixListCommand = exports.de_ModifyLocalGatewayRouteCommand = exports.de_ModifyLaunchTemplateCommand = exports.de_ModifyIpamScopeCommand = exports.de_ModifyIpamResourceDiscoveryCommand = exports.de_ModifyIpamResourceCidrCommand = exports.de_ModifyIpamPoolCommand = exports.de_ModifyIpamCommand = exports.de_ModifyInstancePlacementCommand = exports.de_ModifyInstanceMetadataOptionsCommand = exports.de_ModifyInstanceMaintenanceOptionsCommand = exports.de_ModifyInstanceEventWindowCommand = exports.de_ModifyInstanceEventStartTimeCommand = exports.de_ModifyInstanceCreditSpecificationCommand = void 0;
26
- exports.de_SearchLocalGatewayRoutesCommand = exports.de_RunScheduledInstancesCommand = exports.de_RunInstancesCommand = exports.de_RevokeSecurityGroupIngressCommand = exports.de_RevokeSecurityGroupEgressCommand = exports.de_RevokeClientVpnIngressCommand = exports.de_RestoreSnapshotTierCommand = exports.de_RestoreSnapshotFromRecycleBinCommand = exports.de_RestoreManagedPrefixListVersionCommand = exports.de_RestoreImageFromRecycleBinCommand = exports.de_RestoreAddressToClassicCommand = exports.de_ResetSnapshotAttributeCommand = exports.de_ResetNetworkInterfaceAttributeCommand = exports.de_ResetInstanceAttributeCommand = exports.de_ResetImageAttributeCommand = exports.de_ResetFpgaImageAttributeCommand = exports.de_ResetEbsDefaultKmsKeyIdCommand = exports.de_ResetAddressAttributeCommand = exports.de_RequestSpotInstancesCommand = exports.de_RequestSpotFleetCommand = exports.de_ReportInstanceStatusCommand = exports.de_ReplaceVpnTunnelCommand = exports.de_ReplaceTransitGatewayRouteCommand = exports.de_ReplaceRouteTableAssociationCommand = exports.de_ReplaceRouteCommand = exports.de_ReplaceNetworkAclEntryCommand = exports.de_ReplaceNetworkAclAssociationCommand = exports.de_ReplaceIamInstanceProfileAssociationCommand = exports.de_ReleaseIpamPoolAllocationCommand = exports.de_ReleaseHostsCommand = exports.de_ReleaseAddressCommand = exports.de_RejectVpcPeeringConnectionCommand = exports.de_RejectVpcEndpointConnectionsCommand = exports.de_RejectTransitGatewayVpcAttachmentCommand = exports.de_RejectTransitGatewayPeeringAttachmentCommand = exports.de_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.de_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.de_RegisterTransitGatewayMulticastGroupMembersCommand = exports.de_RegisterInstanceEventNotificationAttributesCommand = exports.de_RegisterImageCommand = exports.de_RebootInstancesCommand = exports.de_PurchaseScheduledInstancesCommand = exports.de_PurchaseReservedInstancesOfferingCommand = exports.de_PurchaseHostReservationCommand = exports.de_PurchaseCapacityBlockCommand = exports.de_ProvisionPublicIpv4PoolCidrCommand = exports.de_ProvisionIpamPoolCidrCommand = exports.de_ProvisionByoipCidrCommand = exports.de_MoveByoipCidrToIpamCommand = exports.de_MoveAddressToVpcCommand = void 0;
27
- exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = exports.de_UnlockSnapshotCommand = exports.de_UnassignPrivateNatGatewayAddressCommand = exports.de_UnassignPrivateIpAddressesCommand = exports.de_UnassignIpv6AddressesCommand = exports.de_TerminateInstancesCommand = exports.de_TerminateClientVpnConnectionsCommand = exports.de_StopInstancesCommand = exports.de_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.de_StartNetworkInsightsAnalysisCommand = exports.de_StartNetworkInsightsAccessScopeAnalysisCommand = exports.de_StartInstancesCommand = exports.de_SendDiagnosticInterruptCommand = exports.de_SearchTransitGatewayRoutesCommand = exports.de_SearchTransitGatewayMulticastGroupsCommand = void 0;
3
+ exports.se_CancelSpotFleetRequestsCommand = exports.se_CancelReservedInstancesListingCommand = exports.se_CancelImportTaskCommand = exports.se_CancelImageLaunchPermissionCommand = exports.se_CancelExportTaskCommand = exports.se_CancelConversionTaskCommand = exports.se_CancelCapacityReservationFleetsCommand = exports.se_CancelCapacityReservationCommand = exports.se_CancelBundleTaskCommand = exports.se_BundleInstanceCommand = exports.se_AuthorizeSecurityGroupIngressCommand = exports.se_AuthorizeSecurityGroupEgressCommand = exports.se_AuthorizeClientVpnIngressCommand = exports.se_AttachVpnGatewayCommand = exports.se_AttachVolumeCommand = exports.se_AttachVerifiedAccessTrustProviderCommand = exports.se_AttachNetworkInterfaceCommand = exports.se_AttachInternetGatewayCommand = exports.se_AttachClassicLinkVpcCommand = exports.se_AssociateVpcCidrBlockCommand = exports.se_AssociateTrunkInterfaceCommand = exports.se_AssociateTransitGatewayRouteTableCommand = exports.se_AssociateTransitGatewayPolicyTableCommand = exports.se_AssociateTransitGatewayMulticastDomainCommand = exports.se_AssociateSubnetCidrBlockCommand = exports.se_AssociateRouteTableCommand = exports.se_AssociateNatGatewayAddressCommand = exports.se_AssociateIpamResourceDiscoveryCommand = exports.se_AssociateIpamByoasnCommand = exports.se_AssociateInstanceEventWindowCommand = exports.se_AssociateIamInstanceProfileCommand = exports.se_AssociateEnclaveCertificateIamRoleCommand = exports.se_AssociateDhcpOptionsCommand = exports.se_AssociateClientVpnTargetNetworkCommand = exports.se_AssociateAddressCommand = exports.se_AssignPrivateNatGatewayAddressCommand = exports.se_AssignPrivateIpAddressesCommand = exports.se_AssignIpv6AddressesCommand = exports.se_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.se_AllocateIpamPoolCidrCommand = exports.se_AllocateHostsCommand = exports.se_AllocateAddressCommand = exports.se_AdvertiseByoipCidrCommand = exports.se_AcceptVpcPeeringConnectionCommand = exports.se_AcceptVpcEndpointConnectionsCommand = exports.se_AcceptTransitGatewayVpcAttachmentCommand = exports.se_AcceptTransitGatewayPeeringAttachmentCommand = exports.se_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.se_AcceptReservedInstancesExchangeQuoteCommand = exports.se_AcceptAddressTransferCommand = void 0;
4
+ exports.se_CreateRouteCommand = exports.se_CreateRestoreImageTaskCommand = exports.se_CreateReservedInstancesListingCommand = exports.se_CreateReplaceRootVolumeTaskCommand = exports.se_CreatePublicIpv4PoolCommand = exports.se_CreatePlacementGroupCommand = exports.se_CreateNetworkInterfacePermissionCommand = exports.se_CreateNetworkInterfaceCommand = exports.se_CreateNetworkInsightsPathCommand = exports.se_CreateNetworkInsightsAccessScopeCommand = exports.se_CreateNetworkAclEntryCommand = exports.se_CreateNetworkAclCommand = exports.se_CreateNatGatewayCommand = exports.se_CreateManagedPrefixListCommand = exports.se_CreateLocalGatewayRouteTableVpcAssociationCommand = exports.se_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.se_CreateLocalGatewayRouteTableCommand = exports.se_CreateLocalGatewayRouteCommand = exports.se_CreateLaunchTemplateVersionCommand = exports.se_CreateLaunchTemplateCommand = exports.se_CreateKeyPairCommand = exports.se_CreateIpamScopeCommand = exports.se_CreateIpamResourceDiscoveryCommand = exports.se_CreateIpamPoolCommand = exports.se_CreateIpamCommand = exports.se_CreateInternetGatewayCommand = exports.se_CreateInstanceExportTaskCommand = exports.se_CreateInstanceEventWindowCommand = exports.se_CreateInstanceConnectEndpointCommand = exports.se_CreateImageCommand = exports.se_CreateFpgaImageCommand = exports.se_CreateFlowLogsCommand = exports.se_CreateFleetCommand = exports.se_CreateEgressOnlyInternetGatewayCommand = exports.se_CreateDhcpOptionsCommand = exports.se_CreateDefaultVpcCommand = exports.se_CreateDefaultSubnetCommand = exports.se_CreateCustomerGatewayCommand = exports.se_CreateCoipPoolCommand = exports.se_CreateCoipCidrCommand = exports.se_CreateClientVpnRouteCommand = exports.se_CreateClientVpnEndpointCommand = exports.se_CreateCarrierGatewayCommand = exports.se_CreateCapacityReservationFleetCommand = exports.se_CreateCapacityReservationCommand = exports.se_CopySnapshotCommand = exports.se_CopyImageCommand = exports.se_CopyFpgaImageCommand = exports.se_ConfirmProductInstanceCommand = exports.se_CancelSpotInstanceRequestsCommand = void 0;
5
+ exports.se_DeleteInstanceEventWindowCommand = exports.se_DeleteInstanceConnectEndpointCommand = exports.se_DeleteFpgaImageCommand = exports.se_DeleteFlowLogsCommand = exports.se_DeleteFleetsCommand = exports.se_DeleteEgressOnlyInternetGatewayCommand = exports.se_DeleteDhcpOptionsCommand = exports.se_DeleteCustomerGatewayCommand = exports.se_DeleteCoipPoolCommand = exports.se_DeleteCoipCidrCommand = exports.se_DeleteClientVpnRouteCommand = exports.se_DeleteClientVpnEndpointCommand = exports.se_DeleteCarrierGatewayCommand = exports.se_CreateVpnGatewayCommand = exports.se_CreateVpnConnectionRouteCommand = exports.se_CreateVpnConnectionCommand = exports.se_CreateVpcPeeringConnectionCommand = exports.se_CreateVpcEndpointServiceConfigurationCommand = exports.se_CreateVpcEndpointConnectionNotificationCommand = exports.se_CreateVpcEndpointCommand = exports.se_CreateVpcCommand = exports.se_CreateVolumeCommand = exports.se_CreateVerifiedAccessTrustProviderCommand = exports.se_CreateVerifiedAccessInstanceCommand = exports.se_CreateVerifiedAccessGroupCommand = exports.se_CreateVerifiedAccessEndpointCommand = exports.se_CreateTransitGatewayVpcAttachmentCommand = exports.se_CreateTransitGatewayRouteTableAnnouncementCommand = exports.se_CreateTransitGatewayRouteTableCommand = exports.se_CreateTransitGatewayRouteCommand = exports.se_CreateTransitGatewayPrefixListReferenceCommand = exports.se_CreateTransitGatewayPolicyTableCommand = exports.se_CreateTransitGatewayPeeringAttachmentCommand = exports.se_CreateTransitGatewayMulticastDomainCommand = exports.se_CreateTransitGatewayConnectPeerCommand = exports.se_CreateTransitGatewayConnectCommand = exports.se_CreateTransitGatewayCommand = exports.se_CreateTrafficMirrorTargetCommand = exports.se_CreateTrafficMirrorSessionCommand = exports.se_CreateTrafficMirrorFilterRuleCommand = exports.se_CreateTrafficMirrorFilterCommand = exports.se_CreateTagsCommand = exports.se_CreateSubnetCidrReservationCommand = exports.se_CreateSubnetCommand = exports.se_CreateStoreImageTaskCommand = exports.se_CreateSpotDatafeedSubscriptionCommand = exports.se_CreateSnapshotsCommand = exports.se_CreateSnapshotCommand = exports.se_CreateSecurityGroupCommand = exports.se_CreateRouteTableCommand = void 0;
6
+ exports.se_DeleteVerifiedAccessGroupCommand = exports.se_DeleteVerifiedAccessEndpointCommand = exports.se_DeleteTransitGatewayVpcAttachmentCommand = exports.se_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.se_DeleteTransitGatewayRouteTableCommand = exports.se_DeleteTransitGatewayRouteCommand = exports.se_DeleteTransitGatewayPrefixListReferenceCommand = exports.se_DeleteTransitGatewayPolicyTableCommand = exports.se_DeleteTransitGatewayPeeringAttachmentCommand = exports.se_DeleteTransitGatewayMulticastDomainCommand = exports.se_DeleteTransitGatewayConnectPeerCommand = exports.se_DeleteTransitGatewayConnectCommand = exports.se_DeleteTransitGatewayCommand = exports.se_DeleteTrafficMirrorTargetCommand = exports.se_DeleteTrafficMirrorSessionCommand = exports.se_DeleteTrafficMirrorFilterRuleCommand = exports.se_DeleteTrafficMirrorFilterCommand = exports.se_DeleteTagsCommand = exports.se_DeleteSubnetCidrReservationCommand = exports.se_DeleteSubnetCommand = exports.se_DeleteSpotDatafeedSubscriptionCommand = exports.se_DeleteSnapshotCommand = exports.se_DeleteSecurityGroupCommand = exports.se_DeleteRouteTableCommand = exports.se_DeleteRouteCommand = exports.se_DeleteQueuedReservedInstancesCommand = exports.se_DeletePublicIpv4PoolCommand = exports.se_DeletePlacementGroupCommand = exports.se_DeleteNetworkInterfacePermissionCommand = exports.se_DeleteNetworkInterfaceCommand = exports.se_DeleteNetworkInsightsPathCommand = exports.se_DeleteNetworkInsightsAnalysisCommand = exports.se_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.se_DeleteNetworkInsightsAccessScopeCommand = exports.se_DeleteNetworkAclEntryCommand = exports.se_DeleteNetworkAclCommand = exports.se_DeleteNatGatewayCommand = exports.se_DeleteManagedPrefixListCommand = exports.se_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.se_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.se_DeleteLocalGatewayRouteTableCommand = exports.se_DeleteLocalGatewayRouteCommand = exports.se_DeleteLaunchTemplateVersionsCommand = exports.se_DeleteLaunchTemplateCommand = exports.se_DeleteKeyPairCommand = exports.se_DeleteIpamScopeCommand = exports.se_DeleteIpamResourceDiscoveryCommand = exports.se_DeleteIpamPoolCommand = exports.se_DeleteIpamCommand = exports.se_DeleteInternetGatewayCommand = void 0;
7
+ exports.se_DescribeFleetInstancesCommand = exports.se_DescribeFleetHistoryCommand = exports.se_DescribeFastSnapshotRestoresCommand = exports.se_DescribeFastLaunchImagesCommand = exports.se_DescribeExportTasksCommand = exports.se_DescribeExportImageTasksCommand = exports.se_DescribeElasticGpusCommand = exports.se_DescribeEgressOnlyInternetGatewaysCommand = exports.se_DescribeDhcpOptionsCommand = exports.se_DescribeCustomerGatewaysCommand = exports.se_DescribeConversionTasksCommand = exports.se_DescribeCoipPoolsCommand = exports.se_DescribeClientVpnTargetNetworksCommand = exports.se_DescribeClientVpnRoutesCommand = exports.se_DescribeClientVpnEndpointsCommand = exports.se_DescribeClientVpnConnectionsCommand = exports.se_DescribeClientVpnAuthorizationRulesCommand = exports.se_DescribeClassicLinkInstancesCommand = exports.se_DescribeCarrierGatewaysCommand = exports.se_DescribeCapacityReservationsCommand = exports.se_DescribeCapacityReservationFleetsCommand = exports.se_DescribeCapacityBlockOfferingsCommand = exports.se_DescribeByoipCidrsCommand = exports.se_DescribeBundleTasksCommand = exports.se_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.se_DescribeAvailabilityZonesCommand = exports.se_DescribeAggregateIdFormatCommand = exports.se_DescribeAddressTransfersCommand = exports.se_DescribeAddressesAttributeCommand = exports.se_DescribeAddressesCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.se_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.se_DeregisterInstanceEventNotificationAttributesCommand = exports.se_DeregisterImageCommand = exports.se_DeprovisionPublicIpv4PoolCidrCommand = exports.se_DeprovisionIpamPoolCidrCommand = exports.se_DeprovisionIpamByoasnCommand = exports.se_DeprovisionByoipCidrCommand = exports.se_DeleteVpnGatewayCommand = exports.se_DeleteVpnConnectionRouteCommand = exports.se_DeleteVpnConnectionCommand = exports.se_DeleteVpcPeeringConnectionCommand = exports.se_DeleteVpcEndpointServiceConfigurationsCommand = exports.se_DeleteVpcEndpointsCommand = exports.se_DeleteVpcEndpointConnectionNotificationsCommand = exports.se_DeleteVpcCommand = exports.se_DeleteVolumeCommand = exports.se_DeleteVerifiedAccessTrustProviderCommand = exports.se_DeleteVerifiedAccessInstanceCommand = void 0;
8
+ exports.se_DescribeNetworkInsightsPathsCommand = exports.se_DescribeNetworkInsightsAnalysesCommand = exports.se_DescribeNetworkInsightsAccessScopesCommand = exports.se_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.se_DescribeNetworkAclsCommand = exports.se_DescribeNatGatewaysCommand = exports.se_DescribeMovingAddressesCommand = exports.se_DescribeManagedPrefixListsCommand = exports.se_DescribeLockedSnapshotsCommand = exports.se_DescribeLocalGatewayVirtualInterfacesCommand = exports.se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.se_DescribeLocalGatewaysCommand = exports.se_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.se_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.se_DescribeLocalGatewayRouteTablesCommand = exports.se_DescribeLaunchTemplateVersionsCommand = exports.se_DescribeLaunchTemplatesCommand = exports.se_DescribeKeyPairsCommand = exports.se_DescribeIpv6PoolsCommand = exports.se_DescribeIpamScopesCommand = exports.se_DescribeIpamsCommand = exports.se_DescribeIpamResourceDiscoveryAssociationsCommand = exports.se_DescribeIpamResourceDiscoveriesCommand = exports.se_DescribeIpamPoolsCommand = exports.se_DescribeIpamByoasnCommand = exports.se_DescribeInternetGatewaysCommand = exports.se_DescribeInstanceTypesCommand = exports.se_DescribeInstanceTypeOfferingsCommand = exports.se_DescribeInstanceTopologyCommand = exports.se_DescribeInstanceStatusCommand = exports.se_DescribeInstancesCommand = exports.se_DescribeInstanceEventWindowsCommand = exports.se_DescribeInstanceEventNotificationAttributesCommand = exports.se_DescribeInstanceCreditSpecificationsCommand = exports.se_DescribeInstanceConnectEndpointsCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeImportSnapshotTasksCommand = exports.se_DescribeImportImageTasksCommand = exports.se_DescribeImagesCommand = exports.se_DescribeImageAttributeCommand = exports.se_DescribeIdFormatCommand = exports.se_DescribeIdentityIdFormatCommand = exports.se_DescribeIamInstanceProfileAssociationsCommand = exports.se_DescribeHostsCommand = exports.se_DescribeHostReservationsCommand = exports.se_DescribeHostReservationOfferingsCommand = exports.se_DescribeFpgaImagesCommand = exports.se_DescribeFpgaImageAttributeCommand = exports.se_DescribeFlowLogsCommand = exports.se_DescribeFleetsCommand = void 0;
9
+ exports.se_DescribeVerifiedAccessInstancesCommand = exports.se_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.se_DescribeVerifiedAccessGroupsCommand = exports.se_DescribeVerifiedAccessEndpointsCommand = exports.se_DescribeTrunkInterfaceAssociationsCommand = exports.se_DescribeTransitGatewayVpcAttachmentsCommand = exports.se_DescribeTransitGatewaysCommand = exports.se_DescribeTransitGatewayRouteTablesCommand = exports.se_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.se_DescribeTransitGatewayPolicyTablesCommand = exports.se_DescribeTransitGatewayPeeringAttachmentsCommand = exports.se_DescribeTransitGatewayMulticastDomainsCommand = exports.se_DescribeTransitGatewayConnectsCommand = exports.se_DescribeTransitGatewayConnectPeersCommand = exports.se_DescribeTransitGatewayAttachmentsCommand = exports.se_DescribeTrafficMirrorTargetsCommand = exports.se_DescribeTrafficMirrorSessionsCommand = exports.se_DescribeTrafficMirrorFiltersCommand = exports.se_DescribeTagsCommand = exports.se_DescribeSubnetsCommand = exports.se_DescribeStoreImageTasksCommand = exports.se_DescribeStaleSecurityGroupsCommand = exports.se_DescribeSpotPriceHistoryCommand = exports.se_DescribeSpotInstanceRequestsCommand = exports.se_DescribeSpotFleetRequestsCommand = exports.se_DescribeSpotFleetRequestHistoryCommand = exports.se_DescribeSpotFleetInstancesCommand = exports.se_DescribeSpotDatafeedSubscriptionCommand = exports.se_DescribeSnapshotTierStatusCommand = exports.se_DescribeSnapshotsCommand = exports.se_DescribeSnapshotAttributeCommand = exports.se_DescribeSecurityGroupsCommand = exports.se_DescribeSecurityGroupRulesCommand = exports.se_DescribeSecurityGroupReferencesCommand = exports.se_DescribeScheduledInstancesCommand = exports.se_DescribeScheduledInstanceAvailabilityCommand = exports.se_DescribeRouteTablesCommand = exports.se_DescribeReservedInstancesOfferingsCommand = exports.se_DescribeReservedInstancesModificationsCommand = exports.se_DescribeReservedInstancesListingsCommand = exports.se_DescribeReservedInstancesCommand = exports.se_DescribeReplaceRootVolumeTasksCommand = exports.se_DescribeRegionsCommand = exports.se_DescribePublicIpv4PoolsCommand = exports.se_DescribePrincipalIdFormatCommand = exports.se_DescribePrefixListsCommand = exports.se_DescribePlacementGroupsCommand = exports.se_DescribeNetworkInterfacesCommand = exports.se_DescribeNetworkInterfacePermissionsCommand = exports.se_DescribeNetworkInterfaceAttributeCommand = void 0;
10
+ exports.se_DisassociateTransitGatewayMulticastDomainCommand = exports.se_DisassociateSubnetCidrBlockCommand = exports.se_DisassociateRouteTableCommand = exports.se_DisassociateNatGatewayAddressCommand = exports.se_DisassociateIpamResourceDiscoveryCommand = exports.se_DisassociateIpamByoasnCommand = exports.se_DisassociateInstanceEventWindowCommand = exports.se_DisassociateIamInstanceProfileCommand = exports.se_DisassociateEnclaveCertificateIamRoleCommand = exports.se_DisassociateClientVpnTargetNetworkCommand = exports.se_DisassociateAddressCommand = exports.se_DisableVpcClassicLinkDnsSupportCommand = exports.se_DisableVpcClassicLinkCommand = exports.se_DisableVgwRoutePropagationCommand = exports.se_DisableTransitGatewayRouteTablePropagationCommand = exports.se_DisableSnapshotBlockPublicAccessCommand = exports.se_DisableSerialConsoleAccessCommand = exports.se_DisableIpamOrganizationAdminAccountCommand = exports.se_DisableImageDeprecationCommand = exports.se_DisableImageBlockPublicAccessCommand = exports.se_DisableImageCommand = exports.se_DisableFastSnapshotRestoresCommand = exports.se_DisableFastLaunchCommand = exports.se_DisableEbsEncryptionByDefaultCommand = exports.se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_DisableAddressTransferCommand = exports.se_DetachVpnGatewayCommand = exports.se_DetachVolumeCommand = exports.se_DetachVerifiedAccessTrustProviderCommand = exports.se_DetachNetworkInterfaceCommand = exports.se_DetachInternetGatewayCommand = exports.se_DetachClassicLinkVpcCommand = exports.se_DescribeVpnGatewaysCommand = exports.se_DescribeVpnConnectionsCommand = exports.se_DescribeVpcsCommand = exports.se_DescribeVpcPeeringConnectionsCommand = exports.se_DescribeVpcEndpointServicesCommand = exports.se_DescribeVpcEndpointServicePermissionsCommand = exports.se_DescribeVpcEndpointServiceConfigurationsCommand = exports.se_DescribeVpcEndpointsCommand = exports.se_DescribeVpcEndpointConnectionsCommand = exports.se_DescribeVpcEndpointConnectionNotificationsCommand = exports.se_DescribeVpcClassicLinkDnsSupportCommand = exports.se_DescribeVpcClassicLinkCommand = exports.se_DescribeVpcAttributeCommand = exports.se_DescribeVolumeStatusCommand = exports.se_DescribeVolumesModificationsCommand = exports.se_DescribeVolumesCommand = exports.se_DescribeVolumeAttributeCommand = exports.se_DescribeVerifiedAccessTrustProvidersCommand = void 0;
11
+ exports.se_GetManagedPrefixListAssociationsCommand = exports.se_GetLaunchTemplateDataCommand = exports.se_GetIpamResourceCidrsCommand = exports.se_GetIpamPoolCidrsCommand = exports.se_GetIpamPoolAllocationsCommand = exports.se_GetIpamDiscoveredResourceCidrsCommand = exports.se_GetIpamDiscoveredPublicAddressesCommand = exports.se_GetIpamDiscoveredAccountsCommand = exports.se_GetIpamAddressHistoryCommand = exports.se_GetInstanceUefiDataCommand = exports.se_GetInstanceTypesFromInstanceRequirementsCommand = exports.se_GetImageBlockPublicAccessStateCommand = exports.se_GetHostReservationPurchasePreviewCommand = exports.se_GetGroupsForCapacityReservationCommand = exports.se_GetFlowLogsIntegrationTemplateCommand = exports.se_GetEbsEncryptionByDefaultCommand = exports.se_GetEbsDefaultKmsKeyIdCommand = exports.se_GetDefaultCreditSpecificationCommand = exports.se_GetConsoleScreenshotCommand = exports.se_GetConsoleOutputCommand = exports.se_GetCoipPoolUsageCommand = exports.se_GetCapacityReservationUsageCommand = exports.se_GetAwsNetworkPerformanceDataCommand = exports.se_GetAssociatedIpv6PoolCidrsCommand = exports.se_GetAssociatedEnclaveCertificateIamRolesCommand = exports.se_ExportTransitGatewayRoutesCommand = exports.se_ExportImageCommand = exports.se_ExportClientVpnClientConfigurationCommand = exports.se_ExportClientVpnClientCertificateRevocationListCommand = exports.se_EnableVpcClassicLinkDnsSupportCommand = exports.se_EnableVpcClassicLinkCommand = exports.se_EnableVolumeIOCommand = exports.se_EnableVgwRoutePropagationCommand = exports.se_EnableTransitGatewayRouteTablePropagationCommand = exports.se_EnableSnapshotBlockPublicAccessCommand = exports.se_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = exports.se_EnableFastLaunchCommand = exports.se_EnableEbsEncryptionByDefaultCommand = exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_EnableAddressTransferCommand = exports.se_DisassociateVpcCidrBlockCommand = exports.se_DisassociateTrunkInterfaceCommand = exports.se_DisassociateTransitGatewayRouteTableCommand = exports.se_DisassociateTransitGatewayPolicyTableCommand = void 0;
12
+ exports.se_ModifyInstanceMaintenanceOptionsCommand = exports.se_ModifyInstanceEventWindowCommand = exports.se_ModifyInstanceEventStartTimeCommand = exports.se_ModifyInstanceCreditSpecificationCommand = exports.se_ModifyInstanceCapacityReservationAttributesCommand = exports.se_ModifyInstanceAttributeCommand = exports.se_ModifyImageAttributeCommand = exports.se_ModifyIdFormatCommand = exports.se_ModifyIdentityIdFormatCommand = exports.se_ModifyHostsCommand = exports.se_ModifyFpgaImageAttributeCommand = exports.se_ModifyFleetCommand = exports.se_ModifyEbsDefaultKmsKeyIdCommand = exports.se_ModifyDefaultCreditSpecificationCommand = exports.se_ModifyClientVpnEndpointCommand = exports.se_ModifyCapacityReservationFleetCommand = exports.se_ModifyCapacityReservationCommand = exports.se_ModifyAvailabilityZoneGroupCommand = exports.se_ModifyAddressAttributeCommand = exports.se_LockSnapshotCommand = exports.se_ListSnapshotsInRecycleBinCommand = exports.se_ListImagesInRecycleBinCommand = exports.se_ImportVolumeCommand = exports.se_ImportSnapshotCommand = exports.se_ImportKeyPairCommand = exports.se_ImportInstanceCommand = exports.se_ImportImageCommand = exports.se_ImportClientVpnClientCertificateRevocationListCommand = exports.se_GetVpnTunnelReplacementStatusCommand = exports.se_GetVpnConnectionDeviceTypesCommand = exports.se_GetVpnConnectionDeviceSampleConfigurationCommand = exports.se_GetVerifiedAccessGroupPolicyCommand = exports.se_GetVerifiedAccessEndpointPolicyCommand = exports.se_GetTransitGatewayRouteTablePropagationsCommand = exports.se_GetTransitGatewayRouteTableAssociationsCommand = exports.se_GetTransitGatewayPrefixListReferencesCommand = exports.se_GetTransitGatewayPolicyTableEntriesCommand = exports.se_GetTransitGatewayPolicyTableAssociationsCommand = exports.se_GetTransitGatewayMulticastDomainAssociationsCommand = exports.se_GetTransitGatewayAttachmentPropagationsCommand = exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSnapshotBlockPublicAccessStateCommand = exports.se_GetSerialConsoleAccessStatusCommand = exports.se_GetSecurityGroupsForVpcCommand = exports.se_GetReservedInstancesExchangeQuoteCommand = exports.se_GetPasswordDataCommand = exports.se_GetNetworkInsightsAccessScopeContentCommand = exports.se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.se_GetManagedPrefixListEntriesCommand = void 0;
13
+ exports.se_ProvisionIpamByoasnCommand = exports.se_ProvisionByoipCidrCommand = exports.se_MoveByoipCidrToIpamCommand = exports.se_MoveAddressToVpcCommand = exports.se_MonitorInstancesCommand = exports.se_ModifyVpnTunnelOptionsCommand = exports.se_ModifyVpnTunnelCertificateCommand = exports.se_ModifyVpnConnectionOptionsCommand = exports.se_ModifyVpnConnectionCommand = exports.se_ModifyVpcTenancyCommand = exports.se_ModifyVpcPeeringConnectionOptionsCommand = exports.se_ModifyVpcEndpointServicePermissionsCommand = exports.se_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.se_ModifyVpcEndpointServiceConfigurationCommand = exports.se_ModifyVpcEndpointConnectionNotificationCommand = exports.se_ModifyVpcEndpointCommand = exports.se_ModifyVpcAttributeCommand = exports.se_ModifyVolumeAttributeCommand = exports.se_ModifyVolumeCommand = exports.se_ModifyVerifiedAccessTrustProviderCommand = exports.se_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.se_ModifyVerifiedAccessInstanceCommand = exports.se_ModifyVerifiedAccessGroupPolicyCommand = exports.se_ModifyVerifiedAccessGroupCommand = exports.se_ModifyVerifiedAccessEndpointPolicyCommand = exports.se_ModifyVerifiedAccessEndpointCommand = exports.se_ModifyTransitGatewayVpcAttachmentCommand = exports.se_ModifyTransitGatewayPrefixListReferenceCommand = exports.se_ModifyTransitGatewayCommand = exports.se_ModifyTrafficMirrorSessionCommand = exports.se_ModifyTrafficMirrorFilterRuleCommand = exports.se_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.se_ModifySubnetAttributeCommand = exports.se_ModifySpotFleetRequestCommand = exports.se_ModifySnapshotTierCommand = exports.se_ModifySnapshotAttributeCommand = exports.se_ModifySecurityGroupRulesCommand = exports.se_ModifyReservedInstancesCommand = exports.se_ModifyPrivateDnsNameOptionsCommand = exports.se_ModifyNetworkInterfaceAttributeCommand = exports.se_ModifyManagedPrefixListCommand = exports.se_ModifyLocalGatewayRouteCommand = exports.se_ModifyLaunchTemplateCommand = exports.se_ModifyIpamScopeCommand = exports.se_ModifyIpamResourceDiscoveryCommand = exports.se_ModifyIpamResourceCidrCommand = exports.se_ModifyIpamPoolCommand = exports.se_ModifyIpamCommand = exports.se_ModifyInstancePlacementCommand = exports.se_ModifyInstanceMetadataOptionsCommand = void 0;
14
+ exports.se_SendDiagnosticInterruptCommand = exports.se_SearchTransitGatewayRoutesCommand = exports.se_SearchTransitGatewayMulticastGroupsCommand = exports.se_SearchLocalGatewayRoutesCommand = exports.se_RunScheduledInstancesCommand = exports.se_RunInstancesCommand = exports.se_RevokeSecurityGroupIngressCommand = exports.se_RevokeSecurityGroupEgressCommand = exports.se_RevokeClientVpnIngressCommand = exports.se_RestoreSnapshotTierCommand = exports.se_RestoreSnapshotFromRecycleBinCommand = exports.se_RestoreManagedPrefixListVersionCommand = exports.se_RestoreImageFromRecycleBinCommand = exports.se_RestoreAddressToClassicCommand = exports.se_ResetSnapshotAttributeCommand = exports.se_ResetNetworkInterfaceAttributeCommand = exports.se_ResetInstanceAttributeCommand = exports.se_ResetImageAttributeCommand = exports.se_ResetFpgaImageAttributeCommand = exports.se_ResetEbsDefaultKmsKeyIdCommand = exports.se_ResetAddressAttributeCommand = exports.se_RequestSpotInstancesCommand = exports.se_RequestSpotFleetCommand = exports.se_ReportInstanceStatusCommand = exports.se_ReplaceVpnTunnelCommand = exports.se_ReplaceTransitGatewayRouteCommand = exports.se_ReplaceRouteTableAssociationCommand = exports.se_ReplaceRouteCommand = exports.se_ReplaceNetworkAclEntryCommand = exports.se_ReplaceNetworkAclAssociationCommand = exports.se_ReplaceIamInstanceProfileAssociationCommand = exports.se_ReleaseIpamPoolAllocationCommand = exports.se_ReleaseHostsCommand = exports.se_ReleaseAddressCommand = exports.se_RejectVpcPeeringConnectionCommand = exports.se_RejectVpcEndpointConnectionsCommand = exports.se_RejectTransitGatewayVpcAttachmentCommand = exports.se_RejectTransitGatewayPeeringAttachmentCommand = exports.se_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.se_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.se_RegisterTransitGatewayMulticastGroupMembersCommand = exports.se_RegisterInstanceEventNotificationAttributesCommand = exports.se_RegisterImageCommand = exports.se_RebootInstancesCommand = exports.se_PurchaseScheduledInstancesCommand = exports.se_PurchaseReservedInstancesOfferingCommand = exports.se_PurchaseHostReservationCommand = exports.se_PurchaseCapacityBlockCommand = exports.se_ProvisionPublicIpv4PoolCidrCommand = exports.se_ProvisionIpamPoolCidrCommand = void 0;
15
+ exports.de_AttachVerifiedAccessTrustProviderCommand = exports.de_AttachNetworkInterfaceCommand = exports.de_AttachInternetGatewayCommand = exports.de_AttachClassicLinkVpcCommand = exports.de_AssociateVpcCidrBlockCommand = exports.de_AssociateTrunkInterfaceCommand = exports.de_AssociateTransitGatewayRouteTableCommand = exports.de_AssociateTransitGatewayPolicyTableCommand = exports.de_AssociateTransitGatewayMulticastDomainCommand = exports.de_AssociateSubnetCidrBlockCommand = exports.de_AssociateRouteTableCommand = exports.de_AssociateNatGatewayAddressCommand = exports.de_AssociateIpamResourceDiscoveryCommand = exports.de_AssociateIpamByoasnCommand = exports.de_AssociateInstanceEventWindowCommand = exports.de_AssociateIamInstanceProfileCommand = exports.de_AssociateEnclaveCertificateIamRoleCommand = exports.de_AssociateDhcpOptionsCommand = exports.de_AssociateClientVpnTargetNetworkCommand = exports.de_AssociateAddressCommand = exports.de_AssignPrivateNatGatewayAddressCommand = exports.de_AssignPrivateIpAddressesCommand = exports.de_AssignIpv6AddressesCommand = exports.de_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.de_AllocateIpamPoolCidrCommand = exports.de_AllocateHostsCommand = exports.de_AllocateAddressCommand = exports.de_AdvertiseByoipCidrCommand = exports.de_AcceptVpcPeeringConnectionCommand = exports.de_AcceptVpcEndpointConnectionsCommand = exports.de_AcceptTransitGatewayVpcAttachmentCommand = exports.de_AcceptTransitGatewayPeeringAttachmentCommand = exports.de_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.de_AcceptReservedInstancesExchangeQuoteCommand = exports.de_AcceptAddressTransferCommand = exports.se_WithdrawByoipCidrCommand = exports.se_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = exports.se_UnlockSnapshotCommand = exports.se_UnassignPrivateNatGatewayAddressCommand = exports.se_UnassignPrivateIpAddressesCommand = exports.se_UnassignIpv6AddressesCommand = exports.se_TerminateInstancesCommand = exports.se_TerminateClientVpnConnectionsCommand = exports.se_StopInstancesCommand = exports.se_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.se_StartNetworkInsightsAnalysisCommand = exports.se_StartNetworkInsightsAccessScopeAnalysisCommand = exports.se_StartInstancesCommand = void 0;
16
+ exports.de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_CreateLocalGatewayRouteTableCommand = exports.de_CreateLocalGatewayRouteCommand = exports.de_CreateLaunchTemplateVersionCommand = exports.de_CreateLaunchTemplateCommand = exports.de_CreateKeyPairCommand = exports.de_CreateIpamScopeCommand = exports.de_CreateIpamResourceDiscoveryCommand = exports.de_CreateIpamPoolCommand = exports.de_CreateIpamCommand = exports.de_CreateInternetGatewayCommand = exports.de_CreateInstanceExportTaskCommand = exports.de_CreateInstanceEventWindowCommand = exports.de_CreateInstanceConnectEndpointCommand = exports.de_CreateImageCommand = exports.de_CreateFpgaImageCommand = exports.de_CreateFlowLogsCommand = exports.de_CreateFleetCommand = exports.de_CreateEgressOnlyInternetGatewayCommand = exports.de_CreateDhcpOptionsCommand = exports.de_CreateDefaultVpcCommand = exports.de_CreateDefaultSubnetCommand = exports.de_CreateCustomerGatewayCommand = exports.de_CreateCoipPoolCommand = exports.de_CreateCoipCidrCommand = exports.de_CreateClientVpnRouteCommand = exports.de_CreateClientVpnEndpointCommand = exports.de_CreateCarrierGatewayCommand = exports.de_CreateCapacityReservationFleetCommand = exports.de_CreateCapacityReservationCommand = exports.de_CopySnapshotCommand = exports.de_CopyImageCommand = exports.de_CopyFpgaImageCommand = exports.de_ConfirmProductInstanceCommand = exports.de_CancelSpotInstanceRequestsCommand = exports.de_CancelSpotFleetRequestsCommand = exports.de_CancelReservedInstancesListingCommand = exports.de_CancelImportTaskCommand = exports.de_CancelImageLaunchPermissionCommand = exports.de_CancelExportTaskCommand = exports.de_CancelConversionTaskCommand = exports.de_CancelCapacityReservationFleetsCommand = exports.de_CancelCapacityReservationCommand = exports.de_CancelBundleTaskCommand = exports.de_BundleInstanceCommand = exports.de_AuthorizeSecurityGroupIngressCommand = exports.de_AuthorizeSecurityGroupEgressCommand = exports.de_AuthorizeClientVpnIngressCommand = exports.de_AttachVpnGatewayCommand = exports.de_AttachVolumeCommand = void 0;
17
+ exports.de_CreateVpnConnectionCommand = exports.de_CreateVpcPeeringConnectionCommand = exports.de_CreateVpcEndpointServiceConfigurationCommand = exports.de_CreateVpcEndpointConnectionNotificationCommand = exports.de_CreateVpcEndpointCommand = exports.de_CreateVpcCommand = exports.de_CreateVolumeCommand = exports.de_CreateVerifiedAccessTrustProviderCommand = exports.de_CreateVerifiedAccessInstanceCommand = exports.de_CreateVerifiedAccessGroupCommand = exports.de_CreateVerifiedAccessEndpointCommand = exports.de_CreateTransitGatewayVpcAttachmentCommand = exports.de_CreateTransitGatewayRouteTableAnnouncementCommand = exports.de_CreateTransitGatewayRouteTableCommand = exports.de_CreateTransitGatewayRouteCommand = exports.de_CreateTransitGatewayPrefixListReferenceCommand = exports.de_CreateTransitGatewayPolicyTableCommand = exports.de_CreateTransitGatewayPeeringAttachmentCommand = exports.de_CreateTransitGatewayMulticastDomainCommand = exports.de_CreateTransitGatewayConnectPeerCommand = exports.de_CreateTransitGatewayConnectCommand = exports.de_CreateTransitGatewayCommand = exports.de_CreateTrafficMirrorTargetCommand = exports.de_CreateTrafficMirrorSessionCommand = exports.de_CreateTrafficMirrorFilterRuleCommand = exports.de_CreateTrafficMirrorFilterCommand = exports.de_CreateTagsCommand = exports.de_CreateSubnetCidrReservationCommand = exports.de_CreateSubnetCommand = exports.de_CreateStoreImageTaskCommand = exports.de_CreateSpotDatafeedSubscriptionCommand = exports.de_CreateSnapshotsCommand = exports.de_CreateSnapshotCommand = exports.de_CreateSecurityGroupCommand = exports.de_CreateRouteTableCommand = exports.de_CreateRouteCommand = exports.de_CreateRestoreImageTaskCommand = exports.de_CreateReservedInstancesListingCommand = exports.de_CreateReplaceRootVolumeTaskCommand = exports.de_CreatePublicIpv4PoolCommand = exports.de_CreatePlacementGroupCommand = exports.de_CreateNetworkInterfacePermissionCommand = exports.de_CreateNetworkInterfaceCommand = exports.de_CreateNetworkInsightsPathCommand = exports.de_CreateNetworkInsightsAccessScopeCommand = exports.de_CreateNetworkAclEntryCommand = exports.de_CreateNetworkAclCommand = exports.de_CreateNatGatewayCommand = exports.de_CreateManagedPrefixListCommand = exports.de_CreateLocalGatewayRouteTableVpcAssociationCommand = void 0;
18
+ exports.de_DeleteTrafficMirrorFilterRuleCommand = exports.de_DeleteTrafficMirrorFilterCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSubnetCidrReservationCommand = exports.de_DeleteSubnetCommand = exports.de_DeleteSpotDatafeedSubscriptionCommand = exports.de_DeleteSnapshotCommand = exports.de_DeleteSecurityGroupCommand = exports.de_DeleteRouteTableCommand = exports.de_DeleteRouteCommand = exports.de_DeleteQueuedReservedInstancesCommand = exports.de_DeletePublicIpv4PoolCommand = exports.de_DeletePlacementGroupCommand = exports.de_DeleteNetworkInterfacePermissionCommand = exports.de_DeleteNetworkInterfaceCommand = exports.de_DeleteNetworkInsightsPathCommand = exports.de_DeleteNetworkInsightsAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeCommand = exports.de_DeleteNetworkAclEntryCommand = exports.de_DeleteNetworkAclCommand = exports.de_DeleteNatGatewayCommand = exports.de_DeleteManagedPrefixListCommand = exports.de_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_DeleteLocalGatewayRouteTableCommand = exports.de_DeleteLocalGatewayRouteCommand = exports.de_DeleteLaunchTemplateVersionsCommand = exports.de_DeleteLaunchTemplateCommand = exports.de_DeleteKeyPairCommand = exports.de_DeleteIpamScopeCommand = exports.de_DeleteIpamResourceDiscoveryCommand = exports.de_DeleteIpamPoolCommand = exports.de_DeleteIpamCommand = exports.de_DeleteInternetGatewayCommand = exports.de_DeleteInstanceEventWindowCommand = exports.de_DeleteInstanceConnectEndpointCommand = exports.de_DeleteFpgaImageCommand = exports.de_DeleteFlowLogsCommand = exports.de_DeleteFleetsCommand = exports.de_DeleteEgressOnlyInternetGatewayCommand = exports.de_DeleteDhcpOptionsCommand = exports.de_DeleteCustomerGatewayCommand = exports.de_DeleteCoipPoolCommand = exports.de_DeleteCoipCidrCommand = exports.de_DeleteClientVpnRouteCommand = exports.de_DeleteClientVpnEndpointCommand = exports.de_DeleteCarrierGatewayCommand = exports.de_CreateVpnGatewayCommand = exports.de_CreateVpnConnectionRouteCommand = void 0;
19
+ exports.de_DescribeClientVpnConnectionsCommand = exports.de_DescribeClientVpnAuthorizationRulesCommand = exports.de_DescribeClassicLinkInstancesCommand = exports.de_DescribeCarrierGatewaysCommand = exports.de_DescribeCapacityReservationsCommand = exports.de_DescribeCapacityReservationFleetsCommand = exports.de_DescribeCapacityBlockOfferingsCommand = exports.de_DescribeByoipCidrsCommand = exports.de_DescribeBundleTasksCommand = exports.de_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.de_DescribeAvailabilityZonesCommand = exports.de_DescribeAggregateIdFormatCommand = exports.de_DescribeAddressTransfersCommand = exports.de_DescribeAddressesAttributeCommand = exports.de_DescribeAddressesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.de_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.de_DeregisterInstanceEventNotificationAttributesCommand = exports.de_DeregisterImageCommand = exports.de_DeprovisionPublicIpv4PoolCidrCommand = exports.de_DeprovisionIpamPoolCidrCommand = exports.de_DeprovisionIpamByoasnCommand = exports.de_DeprovisionByoipCidrCommand = exports.de_DeleteVpnGatewayCommand = exports.de_DeleteVpnConnectionRouteCommand = exports.de_DeleteVpnConnectionCommand = exports.de_DeleteVpcPeeringConnectionCommand = exports.de_DeleteVpcEndpointServiceConfigurationsCommand = exports.de_DeleteVpcEndpointsCommand = exports.de_DeleteVpcEndpointConnectionNotificationsCommand = exports.de_DeleteVpcCommand = exports.de_DeleteVolumeCommand = exports.de_DeleteVerifiedAccessTrustProviderCommand = exports.de_DeleteVerifiedAccessInstanceCommand = exports.de_DeleteVerifiedAccessGroupCommand = exports.de_DeleteVerifiedAccessEndpointCommand = exports.de_DeleteTransitGatewayVpcAttachmentCommand = exports.de_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.de_DeleteTransitGatewayRouteTableCommand = exports.de_DeleteTransitGatewayRouteCommand = exports.de_DeleteTransitGatewayPrefixListReferenceCommand = exports.de_DeleteTransitGatewayPolicyTableCommand = exports.de_DeleteTransitGatewayPeeringAttachmentCommand = exports.de_DeleteTransitGatewayMulticastDomainCommand = exports.de_DeleteTransitGatewayConnectPeerCommand = exports.de_DeleteTransitGatewayConnectCommand = exports.de_DeleteTransitGatewayCommand = exports.de_DeleteTrafficMirrorTargetCommand = exports.de_DeleteTrafficMirrorSessionCommand = void 0;
20
+ exports.de_DescribeLaunchTemplateVersionsCommand = exports.de_DescribeLaunchTemplatesCommand = exports.de_DescribeKeyPairsCommand = exports.de_DescribeIpv6PoolsCommand = exports.de_DescribeIpamScopesCommand = exports.de_DescribeIpamsCommand = exports.de_DescribeIpamResourceDiscoveryAssociationsCommand = exports.de_DescribeIpamResourceDiscoveriesCommand = exports.de_DescribeIpamPoolsCommand = exports.de_DescribeIpamByoasnCommand = exports.de_DescribeInternetGatewaysCommand = exports.de_DescribeInstanceTypesCommand = exports.de_DescribeInstanceTypeOfferingsCommand = exports.de_DescribeInstanceTopologyCommand = exports.de_DescribeInstanceStatusCommand = exports.de_DescribeInstancesCommand = exports.de_DescribeInstanceEventWindowsCommand = exports.de_DescribeInstanceEventNotificationAttributesCommand = exports.de_DescribeInstanceCreditSpecificationsCommand = exports.de_DescribeInstanceConnectEndpointsCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeImportSnapshotTasksCommand = exports.de_DescribeImportImageTasksCommand = exports.de_DescribeImagesCommand = exports.de_DescribeImageAttributeCommand = exports.de_DescribeIdFormatCommand = exports.de_DescribeIdentityIdFormatCommand = exports.de_DescribeIamInstanceProfileAssociationsCommand = exports.de_DescribeHostsCommand = exports.de_DescribeHostReservationsCommand = exports.de_DescribeHostReservationOfferingsCommand = exports.de_DescribeFpgaImagesCommand = exports.de_DescribeFpgaImageAttributeCommand = exports.de_DescribeFlowLogsCommand = exports.de_DescribeFleetsCommand = exports.de_DescribeFleetInstancesCommand = exports.de_DescribeFleetHistoryCommand = exports.de_DescribeFastSnapshotRestoresCommand = exports.de_DescribeFastLaunchImagesCommand = exports.de_DescribeExportTasksCommand = exports.de_DescribeExportImageTasksCommand = exports.de_DescribeElasticGpusCommand = exports.de_DescribeEgressOnlyInternetGatewaysCommand = exports.de_DescribeDhcpOptionsCommand = exports.de_DescribeCustomerGatewaysCommand = exports.de_DescribeConversionTasksCommand = exports.de_DescribeCoipPoolsCommand = exports.de_DescribeClientVpnTargetNetworksCommand = exports.de_DescribeClientVpnRoutesCommand = exports.de_DescribeClientVpnEndpointsCommand = void 0;
21
+ exports.de_DescribeTrafficMirrorTargetsCommand = exports.de_DescribeTrafficMirrorSessionsCommand = exports.de_DescribeTrafficMirrorFiltersCommand = exports.de_DescribeTagsCommand = exports.de_DescribeSubnetsCommand = exports.de_DescribeStoreImageTasksCommand = exports.de_DescribeStaleSecurityGroupsCommand = exports.de_DescribeSpotPriceHistoryCommand = exports.de_DescribeSpotInstanceRequestsCommand = exports.de_DescribeSpotFleetRequestsCommand = exports.de_DescribeSpotFleetRequestHistoryCommand = exports.de_DescribeSpotFleetInstancesCommand = exports.de_DescribeSpotDatafeedSubscriptionCommand = exports.de_DescribeSnapshotTierStatusCommand = exports.de_DescribeSnapshotsCommand = exports.de_DescribeSnapshotAttributeCommand = exports.de_DescribeSecurityGroupsCommand = exports.de_DescribeSecurityGroupRulesCommand = exports.de_DescribeSecurityGroupReferencesCommand = exports.de_DescribeScheduledInstancesCommand = exports.de_DescribeScheduledInstanceAvailabilityCommand = exports.de_DescribeRouteTablesCommand = exports.de_DescribeReservedInstancesOfferingsCommand = exports.de_DescribeReservedInstancesModificationsCommand = exports.de_DescribeReservedInstancesListingsCommand = exports.de_DescribeReservedInstancesCommand = exports.de_DescribeReplaceRootVolumeTasksCommand = exports.de_DescribeRegionsCommand = exports.de_DescribePublicIpv4PoolsCommand = exports.de_DescribePrincipalIdFormatCommand = exports.de_DescribePrefixListsCommand = exports.de_DescribePlacementGroupsCommand = exports.de_DescribeNetworkInterfacesCommand = exports.de_DescribeNetworkInterfacePermissionsCommand = exports.de_DescribeNetworkInterfaceAttributeCommand = exports.de_DescribeNetworkInsightsPathsCommand = exports.de_DescribeNetworkInsightsAnalysesCommand = exports.de_DescribeNetworkInsightsAccessScopesCommand = exports.de_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.de_DescribeNetworkAclsCommand = exports.de_DescribeNatGatewaysCommand = exports.de_DescribeMovingAddressesCommand = exports.de_DescribeManagedPrefixListsCommand = exports.de_DescribeLockedSnapshotsCommand = exports.de_DescribeLocalGatewayVirtualInterfacesCommand = exports.de_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.de_DescribeLocalGatewaysCommand = exports.de_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.de_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.de_DescribeLocalGatewayRouteTablesCommand = void 0;
22
+ exports.de_DisableSnapshotBlockPublicAccessCommand = exports.de_DisableSerialConsoleAccessCommand = exports.de_DisableIpamOrganizationAdminAccountCommand = exports.de_DisableImageDeprecationCommand = exports.de_DisableImageBlockPublicAccessCommand = exports.de_DisableImageCommand = exports.de_DisableFastSnapshotRestoresCommand = exports.de_DisableFastLaunchCommand = exports.de_DisableEbsEncryptionByDefaultCommand = exports.de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_DisableAddressTransferCommand = exports.de_DetachVpnGatewayCommand = exports.de_DetachVolumeCommand = exports.de_DetachVerifiedAccessTrustProviderCommand = exports.de_DetachNetworkInterfaceCommand = exports.de_DetachInternetGatewayCommand = exports.de_DetachClassicLinkVpcCommand = exports.de_DescribeVpnGatewaysCommand = exports.de_DescribeVpnConnectionsCommand = exports.de_DescribeVpcsCommand = exports.de_DescribeVpcPeeringConnectionsCommand = exports.de_DescribeVpcEndpointServicesCommand = exports.de_DescribeVpcEndpointServicePermissionsCommand = exports.de_DescribeVpcEndpointServiceConfigurationsCommand = exports.de_DescribeVpcEndpointsCommand = exports.de_DescribeVpcEndpointConnectionsCommand = exports.de_DescribeVpcEndpointConnectionNotificationsCommand = exports.de_DescribeVpcClassicLinkDnsSupportCommand = exports.de_DescribeVpcClassicLinkCommand = exports.de_DescribeVpcAttributeCommand = exports.de_DescribeVolumeStatusCommand = exports.de_DescribeVolumesModificationsCommand = exports.de_DescribeVolumesCommand = exports.de_DescribeVolumeAttributeCommand = exports.de_DescribeVerifiedAccessTrustProvidersCommand = exports.de_DescribeVerifiedAccessInstancesCommand = exports.de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.de_DescribeVerifiedAccessGroupsCommand = exports.de_DescribeVerifiedAccessEndpointsCommand = exports.de_DescribeTrunkInterfaceAssociationsCommand = exports.de_DescribeTransitGatewayVpcAttachmentsCommand = exports.de_DescribeTransitGatewaysCommand = exports.de_DescribeTransitGatewayRouteTablesCommand = exports.de_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.de_DescribeTransitGatewayPolicyTablesCommand = exports.de_DescribeTransitGatewayPeeringAttachmentsCommand = exports.de_DescribeTransitGatewayMulticastDomainsCommand = exports.de_DescribeTransitGatewayConnectsCommand = exports.de_DescribeTransitGatewayConnectPeersCommand = exports.de_DescribeTransitGatewayAttachmentsCommand = void 0;
23
+ exports.de_GetEbsEncryptionByDefaultCommand = exports.de_GetEbsDefaultKmsKeyIdCommand = exports.de_GetDefaultCreditSpecificationCommand = exports.de_GetConsoleScreenshotCommand = exports.de_GetConsoleOutputCommand = exports.de_GetCoipPoolUsageCommand = exports.de_GetCapacityReservationUsageCommand = exports.de_GetAwsNetworkPerformanceDataCommand = exports.de_GetAssociatedIpv6PoolCidrsCommand = exports.de_GetAssociatedEnclaveCertificateIamRolesCommand = exports.de_ExportTransitGatewayRoutesCommand = exports.de_ExportImageCommand = exports.de_ExportClientVpnClientConfigurationCommand = exports.de_ExportClientVpnClientCertificateRevocationListCommand = exports.de_EnableVpcClassicLinkDnsSupportCommand = exports.de_EnableVpcClassicLinkCommand = exports.de_EnableVolumeIOCommand = exports.de_EnableVgwRoutePropagationCommand = exports.de_EnableTransitGatewayRouteTablePropagationCommand = exports.de_EnableSnapshotBlockPublicAccessCommand = exports.de_EnableSerialConsoleAccessCommand = exports.de_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.de_EnableIpamOrganizationAdminAccountCommand = exports.de_EnableImageDeprecationCommand = exports.de_EnableImageBlockPublicAccessCommand = exports.de_EnableImageCommand = exports.de_EnableFastSnapshotRestoresCommand = exports.de_EnableFastLaunchCommand = exports.de_EnableEbsEncryptionByDefaultCommand = exports.de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_EnableAddressTransferCommand = exports.de_DisassociateVpcCidrBlockCommand = exports.de_DisassociateTrunkInterfaceCommand = exports.de_DisassociateTransitGatewayRouteTableCommand = exports.de_DisassociateTransitGatewayPolicyTableCommand = exports.de_DisassociateTransitGatewayMulticastDomainCommand = exports.de_DisassociateSubnetCidrBlockCommand = exports.de_DisassociateRouteTableCommand = exports.de_DisassociateNatGatewayAddressCommand = exports.de_DisassociateIpamResourceDiscoveryCommand = exports.de_DisassociateIpamByoasnCommand = exports.de_DisassociateInstanceEventWindowCommand = exports.de_DisassociateIamInstanceProfileCommand = exports.de_DisassociateEnclaveCertificateIamRoleCommand = exports.de_DisassociateClientVpnTargetNetworkCommand = exports.de_DisassociateAddressCommand = exports.de_DisableVpcClassicLinkDnsSupportCommand = exports.de_DisableVpcClassicLinkCommand = exports.de_DisableVgwRoutePropagationCommand = exports.de_DisableTransitGatewayRouteTablePropagationCommand = void 0;
24
+ exports.de_ModifyCapacityReservationFleetCommand = exports.de_ModifyCapacityReservationCommand = exports.de_ModifyAvailabilityZoneGroupCommand = exports.de_ModifyAddressAttributeCommand = exports.de_LockSnapshotCommand = exports.de_ListSnapshotsInRecycleBinCommand = exports.de_ListImagesInRecycleBinCommand = exports.de_ImportVolumeCommand = exports.de_ImportSnapshotCommand = exports.de_ImportKeyPairCommand = exports.de_ImportInstanceCommand = exports.de_ImportImageCommand = exports.de_ImportClientVpnClientCertificateRevocationListCommand = exports.de_GetVpnTunnelReplacementStatusCommand = exports.de_GetVpnConnectionDeviceTypesCommand = exports.de_GetVpnConnectionDeviceSampleConfigurationCommand = exports.de_GetVerifiedAccessGroupPolicyCommand = exports.de_GetVerifiedAccessEndpointPolicyCommand = exports.de_GetTransitGatewayRouteTablePropagationsCommand = exports.de_GetTransitGatewayRouteTableAssociationsCommand = exports.de_GetTransitGatewayPrefixListReferencesCommand = exports.de_GetTransitGatewayPolicyTableEntriesCommand = exports.de_GetTransitGatewayPolicyTableAssociationsCommand = exports.de_GetTransitGatewayMulticastDomainAssociationsCommand = exports.de_GetTransitGatewayAttachmentPropagationsCommand = exports.de_GetSubnetCidrReservationsCommand = exports.de_GetSpotPlacementScoresCommand = exports.de_GetSnapshotBlockPublicAccessStateCommand = exports.de_GetSerialConsoleAccessStatusCommand = exports.de_GetSecurityGroupsForVpcCommand = exports.de_GetReservedInstancesExchangeQuoteCommand = exports.de_GetPasswordDataCommand = exports.de_GetNetworkInsightsAccessScopeContentCommand = exports.de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.de_GetManagedPrefixListEntriesCommand = exports.de_GetManagedPrefixListAssociationsCommand = exports.de_GetLaunchTemplateDataCommand = exports.de_GetIpamResourceCidrsCommand = exports.de_GetIpamPoolCidrsCommand = exports.de_GetIpamPoolAllocationsCommand = exports.de_GetIpamDiscoveredResourceCidrsCommand = exports.de_GetIpamDiscoveredPublicAddressesCommand = exports.de_GetIpamDiscoveredAccountsCommand = exports.de_GetIpamAddressHistoryCommand = exports.de_GetInstanceUefiDataCommand = exports.de_GetInstanceTypesFromInstanceRequirementsCommand = exports.de_GetImageBlockPublicAccessStateCommand = exports.de_GetHostReservationPurchasePreviewCommand = exports.de_GetGroupsForCapacityReservationCommand = exports.de_GetFlowLogsIntegrationTemplateCommand = void 0;
25
+ exports.de_ModifyVpcEndpointCommand = exports.de_ModifyVpcAttributeCommand = exports.de_ModifyVolumeAttributeCommand = exports.de_ModifyVolumeCommand = exports.de_ModifyVerifiedAccessTrustProviderCommand = exports.de_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.de_ModifyVerifiedAccessInstanceCommand = exports.de_ModifyVerifiedAccessGroupPolicyCommand = exports.de_ModifyVerifiedAccessGroupCommand = exports.de_ModifyVerifiedAccessEndpointPolicyCommand = exports.de_ModifyVerifiedAccessEndpointCommand = exports.de_ModifyTransitGatewayVpcAttachmentCommand = exports.de_ModifyTransitGatewayPrefixListReferenceCommand = exports.de_ModifyTransitGatewayCommand = exports.de_ModifyTrafficMirrorSessionCommand = exports.de_ModifyTrafficMirrorFilterRuleCommand = exports.de_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.de_ModifySubnetAttributeCommand = exports.de_ModifySpotFleetRequestCommand = exports.de_ModifySnapshotTierCommand = exports.de_ModifySnapshotAttributeCommand = exports.de_ModifySecurityGroupRulesCommand = exports.de_ModifyReservedInstancesCommand = exports.de_ModifyPrivateDnsNameOptionsCommand = exports.de_ModifyNetworkInterfaceAttributeCommand = exports.de_ModifyManagedPrefixListCommand = exports.de_ModifyLocalGatewayRouteCommand = exports.de_ModifyLaunchTemplateCommand = exports.de_ModifyIpamScopeCommand = exports.de_ModifyIpamResourceDiscoveryCommand = exports.de_ModifyIpamResourceCidrCommand = exports.de_ModifyIpamPoolCommand = exports.de_ModifyIpamCommand = exports.de_ModifyInstancePlacementCommand = exports.de_ModifyInstanceMetadataOptionsCommand = exports.de_ModifyInstanceMaintenanceOptionsCommand = exports.de_ModifyInstanceEventWindowCommand = exports.de_ModifyInstanceEventStartTimeCommand = exports.de_ModifyInstanceCreditSpecificationCommand = exports.de_ModifyInstanceCapacityReservationAttributesCommand = exports.de_ModifyInstanceAttributeCommand = exports.de_ModifyImageAttributeCommand = exports.de_ModifyIdFormatCommand = exports.de_ModifyIdentityIdFormatCommand = exports.de_ModifyHostsCommand = exports.de_ModifyFpgaImageAttributeCommand = exports.de_ModifyFleetCommand = exports.de_ModifyEbsDefaultKmsKeyIdCommand = exports.de_ModifyDefaultCreditSpecificationCommand = exports.de_ModifyClientVpnEndpointCommand = void 0;
26
+ exports.de_ResetNetworkInterfaceAttributeCommand = exports.de_ResetInstanceAttributeCommand = exports.de_ResetImageAttributeCommand = exports.de_ResetFpgaImageAttributeCommand = exports.de_ResetEbsDefaultKmsKeyIdCommand = exports.de_ResetAddressAttributeCommand = exports.de_RequestSpotInstancesCommand = exports.de_RequestSpotFleetCommand = exports.de_ReportInstanceStatusCommand = exports.de_ReplaceVpnTunnelCommand = exports.de_ReplaceTransitGatewayRouteCommand = exports.de_ReplaceRouteTableAssociationCommand = exports.de_ReplaceRouteCommand = exports.de_ReplaceNetworkAclEntryCommand = exports.de_ReplaceNetworkAclAssociationCommand = exports.de_ReplaceIamInstanceProfileAssociationCommand = exports.de_ReleaseIpamPoolAllocationCommand = exports.de_ReleaseHostsCommand = exports.de_ReleaseAddressCommand = exports.de_RejectVpcPeeringConnectionCommand = exports.de_RejectVpcEndpointConnectionsCommand = exports.de_RejectTransitGatewayVpcAttachmentCommand = exports.de_RejectTransitGatewayPeeringAttachmentCommand = exports.de_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.de_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.de_RegisterTransitGatewayMulticastGroupMembersCommand = exports.de_RegisterInstanceEventNotificationAttributesCommand = exports.de_RegisterImageCommand = exports.de_RebootInstancesCommand = exports.de_PurchaseScheduledInstancesCommand = exports.de_PurchaseReservedInstancesOfferingCommand = exports.de_PurchaseHostReservationCommand = exports.de_PurchaseCapacityBlockCommand = exports.de_ProvisionPublicIpv4PoolCidrCommand = exports.de_ProvisionIpamPoolCidrCommand = exports.de_ProvisionIpamByoasnCommand = exports.de_ProvisionByoipCidrCommand = exports.de_MoveByoipCidrToIpamCommand = exports.de_MoveAddressToVpcCommand = exports.de_MonitorInstancesCommand = exports.de_ModifyVpnTunnelOptionsCommand = exports.de_ModifyVpnTunnelCertificateCommand = exports.de_ModifyVpnConnectionOptionsCommand = exports.de_ModifyVpnConnectionCommand = exports.de_ModifyVpcTenancyCommand = exports.de_ModifyVpcPeeringConnectionOptionsCommand = exports.de_ModifyVpcEndpointServicePermissionsCommand = exports.de_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.de_ModifyVpcEndpointServiceConfigurationCommand = exports.de_ModifyVpcEndpointConnectionNotificationCommand = void 0;
27
+ exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = exports.de_UnlockSnapshotCommand = exports.de_UnassignPrivateNatGatewayAddressCommand = exports.de_UnassignPrivateIpAddressesCommand = exports.de_UnassignIpv6AddressesCommand = exports.de_TerminateInstancesCommand = exports.de_TerminateClientVpnConnectionsCommand = exports.de_StopInstancesCommand = exports.de_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.de_StartNetworkInsightsAnalysisCommand = exports.de_StartNetworkInsightsAccessScopeAnalysisCommand = exports.de_StartInstancesCommand = exports.de_SendDiagnosticInterruptCommand = exports.de_SearchTransitGatewayRoutesCommand = exports.de_SearchTransitGatewayMulticastGroupsCommand = exports.de_SearchLocalGatewayRoutesCommand = exports.de_RunScheduledInstancesCommand = exports.de_RunInstancesCommand = exports.de_RevokeSecurityGroupIngressCommand = exports.de_RevokeSecurityGroupEgressCommand = exports.de_RevokeClientVpnIngressCommand = exports.de_RestoreSnapshotTierCommand = exports.de_RestoreSnapshotFromRecycleBinCommand = exports.de_RestoreManagedPrefixListVersionCommand = exports.de_RestoreImageFromRecycleBinCommand = exports.de_RestoreAddressToClassicCommand = exports.de_ResetSnapshotAttributeCommand = void 0;
28
28
  const protocol_http_1 = require("@smithy/protocol-http");
29
29
  const smithy_client_1 = require("@smithy/smithy-client");
30
30
  const fast_xml_parser_1 = require("fast-xml-parser");
@@ -261,6 +261,17 @@ const se_AssociateInstanceEventWindowCommand = async (input, context) => {
261
261
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
262
262
  };
263
263
  exports.se_AssociateInstanceEventWindowCommand = se_AssociateInstanceEventWindowCommand;
264
+ const se_AssociateIpamByoasnCommand = async (input, context) => {
265
+ const headers = SHARED_HEADERS;
266
+ let body;
267
+ body = buildFormUrlencodedString({
268
+ ...se_AssociateIpamByoasnRequest(input, context),
269
+ Action: "AssociateIpamByoasn",
270
+ Version: "2016-11-15",
271
+ });
272
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
273
+ };
274
+ exports.se_AssociateIpamByoasnCommand = se_AssociateIpamByoasnCommand;
264
275
  const se_AssociateIpamResourceDiscoveryCommand = async (input, context) => {
265
276
  const headers = SHARED_HEADERS;
266
277
  let body;
@@ -2351,6 +2362,17 @@ const se_DeprovisionByoipCidrCommand = async (input, context) => {
2351
2362
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
2352
2363
  };
2353
2364
  exports.se_DeprovisionByoipCidrCommand = se_DeprovisionByoipCidrCommand;
2365
+ const se_DeprovisionIpamByoasnCommand = async (input, context) => {
2366
+ const headers = SHARED_HEADERS;
2367
+ let body;
2368
+ body = buildFormUrlencodedString({
2369
+ ...se_DeprovisionIpamByoasnRequest(input, context),
2370
+ Action: "DeprovisionIpamByoasn",
2371
+ Version: "2016-11-15",
2372
+ });
2373
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
2374
+ };
2375
+ exports.se_DeprovisionIpamByoasnCommand = se_DeprovisionIpamByoasnCommand;
2354
2376
  const se_DeprovisionIpamPoolCidrCommand = async (input, context) => {
2355
2377
  const headers = SHARED_HEADERS;
2356
2378
  let body;
@@ -3033,6 +3055,17 @@ const se_DescribeInternetGatewaysCommand = async (input, context) => {
3033
3055
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3034
3056
  };
3035
3057
  exports.se_DescribeInternetGatewaysCommand = se_DescribeInternetGatewaysCommand;
3058
+ const se_DescribeIpamByoasnCommand = async (input, context) => {
3059
+ const headers = SHARED_HEADERS;
3060
+ let body;
3061
+ body = buildFormUrlencodedString({
3062
+ ...se_DescribeIpamByoasnRequest(input, context),
3063
+ Action: "DescribeIpamByoasn",
3064
+ Version: "2016-11-15",
3065
+ });
3066
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3067
+ };
3068
+ exports.se_DescribeIpamByoasnCommand = se_DescribeIpamByoasnCommand;
3036
3069
  const se_DescribeIpamPoolsCommand = async (input, context) => {
3037
3070
  const headers = SHARED_HEADERS;
3038
3071
  let body;
@@ -4331,6 +4364,17 @@ const se_DisassociateInstanceEventWindowCommand = async (input, context) => {
4331
4364
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4332
4365
  };
4333
4366
  exports.se_DisassociateInstanceEventWindowCommand = se_DisassociateInstanceEventWindowCommand;
4367
+ const se_DisassociateIpamByoasnCommand = async (input, context) => {
4368
+ const headers = SHARED_HEADERS;
4369
+ let body;
4370
+ body = buildFormUrlencodedString({
4371
+ ...se_DisassociateIpamByoasnRequest(input, context),
4372
+ Action: "DisassociateIpamByoasn",
4373
+ Version: "2016-11-15",
4374
+ });
4375
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4376
+ };
4377
+ exports.se_DisassociateIpamByoasnCommand = se_DisassociateIpamByoasnCommand;
4334
4378
  const se_DisassociateIpamResourceDiscoveryCommand = async (input, context) => {
4335
4379
  const headers = SHARED_HEADERS;
4336
4380
  let body;
@@ -4859,6 +4903,17 @@ const se_GetIpamDiscoveredAccountsCommand = async (input, context) => {
4859
4903
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4860
4904
  };
4861
4905
  exports.se_GetIpamDiscoveredAccountsCommand = se_GetIpamDiscoveredAccountsCommand;
4906
+ const se_GetIpamDiscoveredPublicAddressesCommand = async (input, context) => {
4907
+ const headers = SHARED_HEADERS;
4908
+ let body;
4909
+ body = buildFormUrlencodedString({
4910
+ ...se_GetIpamDiscoveredPublicAddressesRequest(input, context),
4911
+ Action: "GetIpamDiscoveredPublicAddresses",
4912
+ Version: "2016-11-15",
4913
+ });
4914
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4915
+ };
4916
+ exports.se_GetIpamDiscoveredPublicAddressesCommand = se_GetIpamDiscoveredPublicAddressesCommand;
4862
4917
  const se_GetIpamDiscoveredResourceCidrsCommand = async (input, context) => {
4863
4918
  const headers = SHARED_HEADERS;
4864
4919
  let body;
@@ -6014,6 +6069,17 @@ const se_ProvisionByoipCidrCommand = async (input, context) => {
6014
6069
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
6015
6070
  };
6016
6071
  exports.se_ProvisionByoipCidrCommand = se_ProvisionByoipCidrCommand;
6072
+ const se_ProvisionIpamByoasnCommand = async (input, context) => {
6073
+ const headers = SHARED_HEADERS;
6074
+ let body;
6075
+ body = buildFormUrlencodedString({
6076
+ ...se_ProvisionIpamByoasnRequest(input, context),
6077
+ Action: "ProvisionIpamByoasn",
6078
+ Version: "2016-11-15",
6079
+ });
6080
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
6081
+ };
6082
+ exports.se_ProvisionIpamByoasnCommand = se_ProvisionIpamByoasnCommand;
6017
6083
  const se_ProvisionIpamPoolCidrCommand = async (input, context) => {
6018
6084
  const headers = SHARED_HEADERS;
6019
6085
  let body;
@@ -7293,6 +7359,33 @@ const de_AssociateInstanceEventWindowCommandError = async (output, context) => {
7293
7359
  errorCode,
7294
7360
  });
7295
7361
  };
7362
+ const de_AssociateIpamByoasnCommand = async (output, context) => {
7363
+ if (output.statusCode >= 300) {
7364
+ return de_AssociateIpamByoasnCommandError(output, context);
7365
+ }
7366
+ const data = await parseBody(output.body, context);
7367
+ let contents = {};
7368
+ contents = de_AssociateIpamByoasnResult(data, context);
7369
+ const response = {
7370
+ $metadata: deserializeMetadata(output),
7371
+ ...contents,
7372
+ };
7373
+ return response;
7374
+ };
7375
+ exports.de_AssociateIpamByoasnCommand = de_AssociateIpamByoasnCommand;
7376
+ const de_AssociateIpamByoasnCommandError = async (output, context) => {
7377
+ const parsedOutput = {
7378
+ ...output,
7379
+ body: await parseErrorBody(output.body, context),
7380
+ };
7381
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
7382
+ const parsedBody = parsedOutput.body;
7383
+ return throwDefaultError({
7384
+ output,
7385
+ parsedBody: parsedBody.Errors.Error,
7386
+ errorCode,
7387
+ });
7388
+ };
7296
7389
  const de_AssociateIpamResourceDiscoveryCommand = async (output, context) => {
7297
7390
  if (output.statusCode >= 300) {
7298
7391
  return de_AssociateIpamResourceDiscoveryCommandError(output, context);
@@ -12348,6 +12441,33 @@ const de_DeprovisionByoipCidrCommandError = async (output, context) => {
12348
12441
  errorCode,
12349
12442
  });
12350
12443
  };
12444
+ const de_DeprovisionIpamByoasnCommand = async (output, context) => {
12445
+ if (output.statusCode >= 300) {
12446
+ return de_DeprovisionIpamByoasnCommandError(output, context);
12447
+ }
12448
+ const data = await parseBody(output.body, context);
12449
+ let contents = {};
12450
+ contents = de_DeprovisionIpamByoasnResult(data, context);
12451
+ const response = {
12452
+ $metadata: deserializeMetadata(output),
12453
+ ...contents,
12454
+ };
12455
+ return response;
12456
+ };
12457
+ exports.de_DeprovisionIpamByoasnCommand = de_DeprovisionIpamByoasnCommand;
12458
+ const de_DeprovisionIpamByoasnCommandError = async (output, context) => {
12459
+ const parsedOutput = {
12460
+ ...output,
12461
+ body: await parseErrorBody(output.body, context),
12462
+ };
12463
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
12464
+ const parsedBody = parsedOutput.body;
12465
+ return throwDefaultError({
12466
+ output,
12467
+ parsedBody: parsedBody.Errors.Error,
12468
+ errorCode,
12469
+ });
12470
+ };
12351
12471
  const de_DeprovisionIpamPoolCidrCommand = async (output, context) => {
12352
12472
  if (output.statusCode >= 300) {
12353
12473
  return de_DeprovisionIpamPoolCidrCommandError(output, context);
@@ -14019,6 +14139,33 @@ const de_DescribeInternetGatewaysCommandError = async (output, context) => {
14019
14139
  errorCode,
14020
14140
  });
14021
14141
  };
14142
+ const de_DescribeIpamByoasnCommand = async (output, context) => {
14143
+ if (output.statusCode >= 300) {
14144
+ return de_DescribeIpamByoasnCommandError(output, context);
14145
+ }
14146
+ const data = await parseBody(output.body, context);
14147
+ let contents = {};
14148
+ contents = de_DescribeIpamByoasnResult(data, context);
14149
+ const response = {
14150
+ $metadata: deserializeMetadata(output),
14151
+ ...contents,
14152
+ };
14153
+ return response;
14154
+ };
14155
+ exports.de_DescribeIpamByoasnCommand = de_DescribeIpamByoasnCommand;
14156
+ const de_DescribeIpamByoasnCommandError = async (output, context) => {
14157
+ const parsedOutput = {
14158
+ ...output,
14159
+ body: await parseErrorBody(output.body, context),
14160
+ };
14161
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
14162
+ const parsedBody = parsedOutput.body;
14163
+ return throwDefaultError({
14164
+ output,
14165
+ parsedBody: parsedBody.Errors.Error,
14166
+ errorCode,
14167
+ });
14168
+ };
14022
14169
  const de_DescribeIpamPoolsCommand = async (output, context) => {
14023
14170
  if (output.statusCode >= 300) {
14024
14171
  return de_DescribeIpamPoolsCommandError(output, context);
@@ -17190,6 +17337,33 @@ const de_DisassociateInstanceEventWindowCommandError = async (output, context) =
17190
17337
  errorCode,
17191
17338
  });
17192
17339
  };
17340
+ const de_DisassociateIpamByoasnCommand = async (output, context) => {
17341
+ if (output.statusCode >= 300) {
17342
+ return de_DisassociateIpamByoasnCommandError(output, context);
17343
+ }
17344
+ const data = await parseBody(output.body, context);
17345
+ let contents = {};
17346
+ contents = de_DisassociateIpamByoasnResult(data, context);
17347
+ const response = {
17348
+ $metadata: deserializeMetadata(output),
17349
+ ...contents,
17350
+ };
17351
+ return response;
17352
+ };
17353
+ exports.de_DisassociateIpamByoasnCommand = de_DisassociateIpamByoasnCommand;
17354
+ const de_DisassociateIpamByoasnCommandError = async (output, context) => {
17355
+ const parsedOutput = {
17356
+ ...output,
17357
+ body: await parseErrorBody(output.body, context),
17358
+ };
17359
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
17360
+ const parsedBody = parsedOutput.body;
17361
+ return throwDefaultError({
17362
+ output,
17363
+ parsedBody: parsedBody.Errors.Error,
17364
+ errorCode,
17365
+ });
17366
+ };
17193
17367
  const de_DisassociateIpamResourceDiscoveryCommand = async (output, context) => {
17194
17368
  if (output.statusCode >= 300) {
17195
17369
  return de_DisassociateIpamResourceDiscoveryCommandError(output, context);
@@ -18477,6 +18651,33 @@ const de_GetIpamDiscoveredAccountsCommandError = async (output, context) => {
18477
18651
  errorCode,
18478
18652
  });
18479
18653
  };
18654
+ const de_GetIpamDiscoveredPublicAddressesCommand = async (output, context) => {
18655
+ if (output.statusCode >= 300) {
18656
+ return de_GetIpamDiscoveredPublicAddressesCommandError(output, context);
18657
+ }
18658
+ const data = await parseBody(output.body, context);
18659
+ let contents = {};
18660
+ contents = de_GetIpamDiscoveredPublicAddressesResult(data, context);
18661
+ const response = {
18662
+ $metadata: deserializeMetadata(output),
18663
+ ...contents,
18664
+ };
18665
+ return response;
18666
+ };
18667
+ exports.de_GetIpamDiscoveredPublicAddressesCommand = de_GetIpamDiscoveredPublicAddressesCommand;
18668
+ const de_GetIpamDiscoveredPublicAddressesCommandError = async (output, context) => {
18669
+ const parsedOutput = {
18670
+ ...output,
18671
+ body: await parseErrorBody(output.body, context),
18672
+ };
18673
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
18674
+ const parsedBody = parsedOutput.body;
18675
+ return throwDefaultError({
18676
+ output,
18677
+ parsedBody: parsedBody.Errors.Error,
18678
+ errorCode,
18679
+ });
18680
+ };
18480
18681
  const de_GetIpamDiscoveredResourceCidrsCommand = async (output, context) => {
18481
18682
  if (output.statusCode >= 300) {
18482
18683
  return de_GetIpamDiscoveredResourceCidrsCommandError(output, context);
@@ -21285,6 +21486,33 @@ const de_ProvisionByoipCidrCommandError = async (output, context) => {
21285
21486
  errorCode,
21286
21487
  });
21287
21488
  };
21489
+ const de_ProvisionIpamByoasnCommand = async (output, context) => {
21490
+ if (output.statusCode >= 300) {
21491
+ return de_ProvisionIpamByoasnCommandError(output, context);
21492
+ }
21493
+ const data = await parseBody(output.body, context);
21494
+ let contents = {};
21495
+ contents = de_ProvisionIpamByoasnResult(data, context);
21496
+ const response = {
21497
+ $metadata: deserializeMetadata(output),
21498
+ ...contents,
21499
+ };
21500
+ return response;
21501
+ };
21502
+ exports.de_ProvisionIpamByoasnCommand = de_ProvisionIpamByoasnCommand;
21503
+ const de_ProvisionIpamByoasnCommandError = async (output, context) => {
21504
+ const parsedOutput = {
21505
+ ...output,
21506
+ body: await parseErrorBody(output.body, context),
21507
+ };
21508
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
21509
+ const parsedBody = parsedOutput.body;
21510
+ return throwDefaultError({
21511
+ output,
21512
+ parsedBody: parsedBody.Errors.Error,
21513
+ errorCode,
21514
+ });
21515
+ };
21288
21516
  const de_ProvisionIpamPoolCidrCommand = async (output, context) => {
21289
21517
  if (output.statusCode >= 300) {
21290
21518
  return de_ProvisionIpamPoolCidrCommandError(output, context);
@@ -23310,6 +23538,9 @@ const se_AdvertiseByoipCidrRequest = (input, context) => {
23310
23538
  if (input.Cidr != null) {
23311
23539
  entries["Cidr"] = input.Cidr;
23312
23540
  }
23541
+ if (input.Asn != null) {
23542
+ entries["Asn"] = input.Asn;
23543
+ }
23313
23544
  if (input.DryRun != null) {
23314
23545
  entries["DryRun"] = input.DryRun;
23315
23546
  }
@@ -23424,6 +23655,16 @@ const se_AllocateIpamPoolCidrRequest = (input, context) => {
23424
23655
  if (input.PreviewNextCidr != null) {
23425
23656
  entries["PreviewNextCidr"] = input.PreviewNextCidr;
23426
23657
  }
23658
+ if (input.AllowedCidrs != null) {
23659
+ const memberEntries = se_IpamPoolAllocationAllowedCidrs(input.AllowedCidrs, context);
23660
+ if (input.AllowedCidrs?.length === 0) {
23661
+ entries.AllowedCidr = [];
23662
+ }
23663
+ Object.entries(memberEntries).forEach(([key, value]) => {
23664
+ const loc = `AllowedCidr.${key.substring(key.indexOf(".") + 1)}`;
23665
+ entries[loc] = value;
23666
+ });
23667
+ }
23427
23668
  if (input.DisallowedCidrs != null) {
23428
23669
  const memberEntries = se_IpamPoolAllocationDisallowedCidrs(input.DisallowedCidrs, context);
23429
23670
  if (input.DisallowedCidrs?.length === 0) {
@@ -23519,6 +23760,16 @@ const se_ArnList = (input, context) => {
23519
23760
  }
23520
23761
  return entries;
23521
23762
  };
23763
+ const se_AsnAuthorizationContext = (input, context) => {
23764
+ const entries = {};
23765
+ if (input.Message != null) {
23766
+ entries["Message"] = input.Message;
23767
+ }
23768
+ if (input.Signature != null) {
23769
+ entries["Signature"] = input.Signature;
23770
+ }
23771
+ return entries;
23772
+ };
23522
23773
  const se_AssetIdList = (input, context) => {
23523
23774
  const entries = {};
23524
23775
  let counter = 1;
@@ -23724,6 +23975,19 @@ const se_AssociateInstanceEventWindowRequest = (input, context) => {
23724
23975
  }
23725
23976
  return entries;
23726
23977
  };
23978
+ const se_AssociateIpamByoasnRequest = (input, context) => {
23979
+ const entries = {};
23980
+ if (input.DryRun != null) {
23981
+ entries["DryRun"] = input.DryRun;
23982
+ }
23983
+ if (input.Asn != null) {
23984
+ entries["Asn"] = input.Asn;
23985
+ }
23986
+ if (input.Cidr != null) {
23987
+ entries["Cidr"] = input.Cidr;
23988
+ }
23989
+ return entries;
23990
+ };
23727
23991
  const se_AssociateIpamResourceDiscoveryRequest = (input, context) => {
23728
23992
  const entries = {};
23729
23993
  if (input.DryRun != null) {
@@ -23807,6 +24071,12 @@ const se_AssociateSubnetCidrBlockRequest = (input, context) => {
23807
24071
  if (input.SubnetId != null) {
23808
24072
  entries["SubnetId"] = input.SubnetId;
23809
24073
  }
24074
+ if (input.Ipv6IpamPoolId != null) {
24075
+ entries["Ipv6IpamPoolId"] = input.Ipv6IpamPoolId;
24076
+ }
24077
+ if (input.Ipv6NetmaskLength != null) {
24078
+ entries["Ipv6NetmaskLength"] = input.Ipv6NetmaskLength;
24079
+ }
23810
24080
  return entries;
23811
24081
  };
23812
24082
  const se_AssociateTransitGatewayMulticastDomainRequest = (input, context) => {
@@ -24751,6 +25021,19 @@ const se_ConnectionNotificationIdsList = (input, context) => {
24751
25021
  }
24752
25022
  return entries;
24753
25023
  };
25024
+ const se_ConnectionTrackingSpecificationRequest = (input, context) => {
25025
+ const entries = {};
25026
+ if (input.TcpEstablishedTimeout != null) {
25027
+ entries["TcpEstablishedTimeout"] = input.TcpEstablishedTimeout;
25028
+ }
25029
+ if (input.UdpStreamTimeout != null) {
25030
+ entries["UdpStreamTimeout"] = input.UdpStreamTimeout;
25031
+ }
25032
+ if (input.UdpTimeout != null) {
25033
+ entries["UdpTimeout"] = input.UdpTimeout;
25034
+ }
25035
+ return entries;
25036
+ };
24754
25037
  const se_ConversionIdStringList = (input, context) => {
24755
25038
  const entries = {};
24756
25039
  let counter = 1;
@@ -25683,6 +25966,13 @@ const se_CreateIpamPoolRequest = (input, context) => {
25683
25966
  if (input.PublicIpSource != null) {
25684
25967
  entries["PublicIpSource"] = input.PublicIpSource;
25685
25968
  }
25969
+ if (input.SourceResource != null) {
25970
+ const memberEntries = se_IpamPoolSourceResourceRequest(input.SourceResource, context);
25971
+ Object.entries(memberEntries).forEach(([key, value]) => {
25972
+ const loc = `SourceResource.${key}`;
25973
+ entries[loc] = value;
25974
+ });
25975
+ }
25686
25976
  return entries;
25687
25977
  };
25688
25978
  const se_CreateIpamRequest = (input, context) => {
@@ -25719,6 +26009,9 @@ const se_CreateIpamRequest = (input, context) => {
25719
26009
  if (input.ClientToken != null) {
25720
26010
  entries["ClientToken"] = input.ClientToken;
25721
26011
  }
26012
+ if (input.Tier != null) {
26013
+ entries["Tier"] = input.Tier;
26014
+ }
25722
26015
  return entries;
25723
26016
  };
25724
26017
  const se_CreateIpamResourceDiscoveryRequest = (input, context) => {
@@ -26345,6 +26638,13 @@ const se_CreateNetworkInterfaceRequest = (input, context) => {
26345
26638
  if (input.EnablePrimaryIpv6 != null) {
26346
26639
  entries["EnablePrimaryIpv6"] = input.EnablePrimaryIpv6;
26347
26640
  }
26641
+ if (input.ConnectionTrackingSpecification != null) {
26642
+ const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
26643
+ Object.entries(memberEntries).forEach(([key, value]) => {
26644
+ const loc = `ConnectionTrackingSpecification.${key}`;
26645
+ entries[loc] = value;
26646
+ });
26647
+ }
26348
26648
  return entries;
26349
26649
  };
26350
26650
  const se_CreatePlacementGroupRequest = (input, context) => {
@@ -26735,6 +27035,18 @@ const se_CreateSubnetRequest = (input, context) => {
26735
27035
  if (input.Ipv6Native != null) {
26736
27036
  entries["Ipv6Native"] = input.Ipv6Native;
26737
27037
  }
27038
+ if (input.Ipv4IpamPoolId != null) {
27039
+ entries["Ipv4IpamPoolId"] = input.Ipv4IpamPoolId;
27040
+ }
27041
+ if (input.Ipv4NetmaskLength != null) {
27042
+ entries["Ipv4NetmaskLength"] = input.Ipv4NetmaskLength;
27043
+ }
27044
+ if (input.Ipv6IpamPoolId != null) {
27045
+ entries["Ipv6IpamPoolId"] = input.Ipv6IpamPoolId;
27046
+ }
27047
+ if (input.Ipv6NetmaskLength != null) {
27048
+ entries["Ipv6NetmaskLength"] = input.Ipv6NetmaskLength;
27049
+ }
26738
27050
  return entries;
26739
27051
  };
26740
27052
  const se_CreateTagsRequest = (input, context) => {
@@ -27460,6 +27772,9 @@ const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
27460
27772
  if (input.TenantId != null) {
27461
27773
  entries["TenantId"] = input.TenantId;
27462
27774
  }
27775
+ if (input.PublicSigningKeyUrl != null) {
27776
+ entries["PublicSigningKeyUrl"] = input.PublicSigningKeyUrl;
27777
+ }
27463
27778
  return entries;
27464
27779
  };
27465
27780
  const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
@@ -28211,6 +28526,9 @@ const se_DeleteIpamPoolRequest = (input, context) => {
28211
28526
  if (input.IpamPoolId != null) {
28212
28527
  entries["IpamPoolId"] = input.IpamPoolId;
28213
28528
  }
28529
+ if (input.Cascade != null) {
28530
+ entries["Cascade"] = input.Cascade;
28531
+ }
28214
28532
  return entries;
28215
28533
  };
28216
28534
  const se_DeleteIpamRequest = (input, context) => {
@@ -28947,6 +29265,19 @@ const se_DeprovisionByoipCidrRequest = (input, context) => {
28947
29265
  }
28948
29266
  return entries;
28949
29267
  };
29268
+ const se_DeprovisionIpamByoasnRequest = (input, context) => {
29269
+ const entries = {};
29270
+ if (input.DryRun != null) {
29271
+ entries["DryRun"] = input.DryRun;
29272
+ }
29273
+ if (input.IpamId != null) {
29274
+ entries["IpamId"] = input.IpamId;
29275
+ }
29276
+ if (input.Asn != null) {
29277
+ entries["Asn"] = input.Asn;
29278
+ }
29279
+ return entries;
29280
+ };
28950
29281
  const se_DeprovisionIpamPoolCidrRequest = (input, context) => {
28951
29282
  const entries = {};
28952
29283
  if (input.DryRun != null) {
@@ -30660,6 +30991,19 @@ const se_DescribeInternetGatewaysRequest = (input, context) => {
30660
30991
  }
30661
30992
  return entries;
30662
30993
  };
30994
+ const se_DescribeIpamByoasnRequest = (input, context) => {
30995
+ const entries = {};
30996
+ if (input.DryRun != null) {
30997
+ entries["DryRun"] = input.DryRun;
30998
+ }
30999
+ if (input.MaxResults != null) {
31000
+ entries["MaxResults"] = input.MaxResults;
31001
+ }
31002
+ if (input.NextToken != null) {
31003
+ entries["NextToken"] = input.NextToken;
31004
+ }
31005
+ return entries;
31006
+ };
30663
31007
  const se_DescribeIpamPoolsRequest = (input, context) => {
30664
31008
  const entries = {};
30665
31009
  if (input.DryRun != null) {
@@ -33923,6 +34267,19 @@ const se_DisassociateInstanceEventWindowRequest = (input, context) => {
33923
34267
  }
33924
34268
  return entries;
33925
34269
  };
34270
+ const se_DisassociateIpamByoasnRequest = (input, context) => {
34271
+ const entries = {};
34272
+ if (input.DryRun != null) {
34273
+ entries["DryRun"] = input.DryRun;
34274
+ }
34275
+ if (input.Asn != null) {
34276
+ entries["Asn"] = input.Asn;
34277
+ }
34278
+ if (input.Cidr != null) {
34279
+ entries["Cidr"] = input.Cidr;
34280
+ }
34281
+ return entries;
34282
+ };
33926
34283
  const se_DisassociateIpamResourceDiscoveryRequest = (input, context) => {
33927
34284
  const entries = {};
33928
34285
  if (input.DryRun != null) {
@@ -35260,6 +35617,35 @@ const se_GetIpamDiscoveredAccountsRequest = (input, context) => {
35260
35617
  }
35261
35618
  return entries;
35262
35619
  };
35620
+ const se_GetIpamDiscoveredPublicAddressesRequest = (input, context) => {
35621
+ const entries = {};
35622
+ if (input.DryRun != null) {
35623
+ entries["DryRun"] = input.DryRun;
35624
+ }
35625
+ if (input.IpamResourceDiscoveryId != null) {
35626
+ entries["IpamResourceDiscoveryId"] = input.IpamResourceDiscoveryId;
35627
+ }
35628
+ if (input.AddressRegion != null) {
35629
+ entries["AddressRegion"] = input.AddressRegion;
35630
+ }
35631
+ if (input.Filters != null) {
35632
+ const memberEntries = se_FilterList(input.Filters, context);
35633
+ if (input.Filters?.length === 0) {
35634
+ entries.Filter = [];
35635
+ }
35636
+ Object.entries(memberEntries).forEach(([key, value]) => {
35637
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
35638
+ entries[loc] = value;
35639
+ });
35640
+ }
35641
+ if (input.NextToken != null) {
35642
+ entries["NextToken"] = input.NextToken;
35643
+ }
35644
+ if (input.MaxResults != null) {
35645
+ entries["MaxResults"] = input.MaxResults;
35646
+ }
35647
+ return entries;
35648
+ };
35263
35649
  const se_GetIpamDiscoveredResourceCidrsRequest = (input, context) => {
35264
35650
  const entries = {};
35265
35651
  if (input.DryRun != null) {
@@ -36774,6 +37160,13 @@ const se_InstanceNetworkInterfaceSpecification = (input, context) => {
36774
37160
  entries[loc] = value;
36775
37161
  });
36776
37162
  }
37163
+ if (input.ConnectionTrackingSpecification != null) {
37164
+ const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
37165
+ Object.entries(memberEntries).forEach(([key, value]) => {
37166
+ const loc = `ConnectionTrackingSpecification.${key}`;
37167
+ entries[loc] = value;
37168
+ });
37169
+ }
36777
37170
  return entries;
36778
37171
  };
36779
37172
  const se_InstanceNetworkInterfaceSpecificationList = (input, context) => {
@@ -37244,6 +37637,18 @@ const se_IpamCidrAuthorizationContext = (input, context) => {
37244
37637
  }
37245
37638
  return entries;
37246
37639
  };
37640
+ const se_IpamPoolAllocationAllowedCidrs = (input, context) => {
37641
+ const entries = {};
37642
+ let counter = 1;
37643
+ for (const entry of input) {
37644
+ if (entry === null) {
37645
+ continue;
37646
+ }
37647
+ entries[`Item.${counter}`] = entry;
37648
+ counter++;
37649
+ }
37650
+ return entries;
37651
+ };
37247
37652
  const se_IpamPoolAllocationDisallowedCidrs = (input, context) => {
37248
37653
  const entries = {};
37249
37654
  let counter = 1;
@@ -37256,6 +37661,22 @@ const se_IpamPoolAllocationDisallowedCidrs = (input, context) => {
37256
37661
  }
37257
37662
  return entries;
37258
37663
  };
37664
+ const se_IpamPoolSourceResourceRequest = (input, context) => {
37665
+ const entries = {};
37666
+ if (input.ResourceId != null) {
37667
+ entries["ResourceId"] = input.ResourceId;
37668
+ }
37669
+ if (input.ResourceType != null) {
37670
+ entries["ResourceType"] = input.ResourceType;
37671
+ }
37672
+ if (input.ResourceRegion != null) {
37673
+ entries["ResourceRegion"] = input.ResourceRegion;
37674
+ }
37675
+ if (input.ResourceOwner != null) {
37676
+ entries["ResourceOwner"] = input.ResourceOwner;
37677
+ }
37678
+ return entries;
37679
+ };
37259
37680
  const se_IpList = (input, context) => {
37260
37681
  const entries = {};
37261
37682
  let counter = 1;
@@ -37891,6 +38312,13 @@ const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = (input, co
37891
38312
  entries[loc] = value;
37892
38313
  });
37893
38314
  }
38315
+ if (input.ConnectionTrackingSpecification != null) {
38316
+ const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
38317
+ Object.entries(memberEntries).forEach(([key, value]) => {
38318
+ const loc = `ConnectionTrackingSpecification.${key}`;
38319
+ entries[loc] = value;
38320
+ });
38321
+ }
37894
38322
  return entries;
37895
38323
  };
37896
38324
  const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = (input, context) => {
@@ -39115,6 +39543,9 @@ const se_ModifyIpamRequest = (input, context) => {
39115
39543
  entries[loc] = value;
39116
39544
  });
39117
39545
  }
39546
+ if (input.Tier != null) {
39547
+ entries["Tier"] = input.Tier;
39548
+ }
39118
39549
  return entries;
39119
39550
  };
39120
39551
  const se_ModifyIpamResourceCidrRequest = (input, context) => {
@@ -39317,6 +39748,13 @@ const se_ModifyNetworkInterfaceAttributeRequest = (input, context) => {
39317
39748
  if (input.EnablePrimaryIpv6 != null) {
39318
39749
  entries["EnablePrimaryIpv6"] = input.EnablePrimaryIpv6;
39319
39750
  }
39751
+ if (input.ConnectionTrackingSpecification != null) {
39752
+ const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
39753
+ Object.entries(memberEntries).forEach(([key, value]) => {
39754
+ const loc = `ConnectionTrackingSpecification.${key}`;
39755
+ entries[loc] = value;
39756
+ });
39757
+ }
39320
39758
  return entries;
39321
39759
  };
39322
39760
  const se_ModifyPrivateDnsNameOptionsRequest = (input, context) => {
@@ -39995,6 +40433,13 @@ const se_ModifyVerifiedAccessInstanceRequest = (input, context) => {
39995
40433
  }
39996
40434
  return entries;
39997
40435
  };
40436
+ const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
40437
+ const entries = {};
40438
+ if (input.PublicSigningKeyUrl != null) {
40439
+ entries["PublicSigningKeyUrl"] = input.PublicSigningKeyUrl;
40440
+ }
40441
+ return entries;
40442
+ };
39998
40443
  const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
39999
40444
  const entries = {};
40000
40445
  if (input.Issuer != null) {
@@ -40032,6 +40477,13 @@ const se_ModifyVerifiedAccessTrustProviderRequest = (input, context) => {
40032
40477
  entries[loc] = value;
40033
40478
  });
40034
40479
  }
40480
+ if (input.DeviceOptions != null) {
40481
+ const memberEntries = se_ModifyVerifiedAccessTrustProviderDeviceOptions(input.DeviceOptions, context);
40482
+ Object.entries(memberEntries).forEach(([key, value]) => {
40483
+ const loc = `DeviceOptions.${key}`;
40484
+ entries[loc] = value;
40485
+ });
40486
+ }
40035
40487
  if (input.Description != null) {
40036
40488
  entries["Description"] = input.Description;
40037
40489
  }
@@ -41421,6 +41873,26 @@ const se_ProvisionByoipCidrRequest = (input, context) => {
41421
41873
  }
41422
41874
  return entries;
41423
41875
  };
41876
+ const se_ProvisionIpamByoasnRequest = (input, context) => {
41877
+ const entries = {};
41878
+ if (input.DryRun != null) {
41879
+ entries["DryRun"] = input.DryRun;
41880
+ }
41881
+ if (input.IpamId != null) {
41882
+ entries["IpamId"] = input.IpamId;
41883
+ }
41884
+ if (input.Asn != null) {
41885
+ entries["Asn"] = input.Asn;
41886
+ }
41887
+ if (input.AsnAuthorizationContext != null) {
41888
+ const memberEntries = se_AsnAuthorizationContext(input.AsnAuthorizationContext, context);
41889
+ Object.entries(memberEntries).forEach(([key, value]) => {
41890
+ const loc = `AsnAuthorizationContext.${key}`;
41891
+ entries[loc] = value;
41892
+ });
41893
+ }
41894
+ return entries;
41895
+ };
41424
41896
  const se_ProvisionIpamPoolCidrRequest = (input, context) => {
41425
41897
  const entries = {};
41426
41898
  if (input.DryRun != null) {
@@ -46542,6 +47014,29 @@ const de_ArnList = (output, context) => {
46542
47014
  return (0, smithy_client_1.expectString)(entry);
46543
47015
  });
46544
47016
  };
47017
+ const de_AsnAssociation = (output, context) => {
47018
+ const contents = {};
47019
+ if (output["asn"] !== undefined) {
47020
+ contents.Asn = (0, smithy_client_1.expectString)(output["asn"]);
47021
+ }
47022
+ if (output["cidr"] !== undefined) {
47023
+ contents.Cidr = (0, smithy_client_1.expectString)(output["cidr"]);
47024
+ }
47025
+ if (output["statusMessage"] !== undefined) {
47026
+ contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
47027
+ }
47028
+ if (output["state"] !== undefined) {
47029
+ contents.State = (0, smithy_client_1.expectString)(output["state"]);
47030
+ }
47031
+ return contents;
47032
+ };
47033
+ const de_AsnAssociationSet = (output, context) => {
47034
+ return (output || [])
47035
+ .filter((e) => e != null)
47036
+ .map((entry) => {
47037
+ return de_AsnAssociation(entry, context);
47038
+ });
47039
+ };
46545
47040
  const de_AssignedPrivateIpAddress = (output, context) => {
46546
47041
  const contents = {};
46547
47042
  if (output["privateIpAddress"] !== undefined) {
@@ -46692,6 +47187,13 @@ const de_AssociateInstanceEventWindowResult = (output, context) => {
46692
47187
  }
46693
47188
  return contents;
46694
47189
  };
47190
+ const de_AssociateIpamByoasnResult = (output, context) => {
47191
+ const contents = {};
47192
+ if (output["asnAssociation"] !== undefined) {
47193
+ contents.AsnAssociation = de_AsnAssociation(output["asnAssociation"], context);
47194
+ }
47195
+ return contents;
47196
+ };
46695
47197
  const de_AssociateIpamResourceDiscoveryResult = (output, context) => {
46696
47198
  const contents = {};
46697
47199
  if (output["ipamResourceDiscoveryAssociation"] !== undefined) {
@@ -47087,6 +47589,29 @@ const de_BundleTaskList = (output, context) => {
47087
47589
  return de_BundleTask(entry, context);
47088
47590
  });
47089
47591
  };
47592
+ const de_Byoasn = (output, context) => {
47593
+ const contents = {};
47594
+ if (output["asn"] !== undefined) {
47595
+ contents.Asn = (0, smithy_client_1.expectString)(output["asn"]);
47596
+ }
47597
+ if (output["ipamId"] !== undefined) {
47598
+ contents.IpamId = (0, smithy_client_1.expectString)(output["ipamId"]);
47599
+ }
47600
+ if (output["statusMessage"] !== undefined) {
47601
+ contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
47602
+ }
47603
+ if (output["state"] !== undefined) {
47604
+ contents.State = (0, smithy_client_1.expectString)(output["state"]);
47605
+ }
47606
+ return contents;
47607
+ };
47608
+ const de_ByoasnSet = (output, context) => {
47609
+ return (output || [])
47610
+ .filter((e) => e != null)
47611
+ .map((entry) => {
47612
+ return de_Byoasn(entry, context);
47613
+ });
47614
+ };
47090
47615
  const de_ByoipCidr = (output, context) => {
47091
47616
  const contents = {};
47092
47617
  if (output["cidr"] !== undefined) {
@@ -47095,6 +47620,12 @@ const de_ByoipCidr = (output, context) => {
47095
47620
  if (output["description"] !== undefined) {
47096
47621
  contents.Description = (0, smithy_client_1.expectString)(output["description"]);
47097
47622
  }
47623
+ if (output.asnAssociationSet === "") {
47624
+ contents.AsnAssociations = [];
47625
+ }
47626
+ else if (output["asnAssociationSet"] !== undefined && output["asnAssociationSet"]["item"] !== undefined) {
47627
+ contents.AsnAssociations = de_AsnAssociationSet((0, smithy_client_1.getArrayIfSingleItem)(output["asnAssociationSet"]["item"]), context);
47628
+ }
47098
47629
  if (output["statusMessage"] !== undefined) {
47099
47630
  contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
47100
47631
  }
@@ -48090,6 +48621,58 @@ const de_ConnectionNotificationSet = (output, context) => {
48090
48621
  return de_ConnectionNotification(entry, context);
48091
48622
  });
48092
48623
  };
48624
+ const de_ConnectionTrackingConfiguration = (output, context) => {
48625
+ const contents = {};
48626
+ if (output["tcpEstablishedTimeout"] !== undefined) {
48627
+ contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["tcpEstablishedTimeout"]);
48628
+ }
48629
+ if (output["udpStreamTimeout"] !== undefined) {
48630
+ contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["udpStreamTimeout"]);
48631
+ }
48632
+ if (output["udpTimeout"] !== undefined) {
48633
+ contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["udpTimeout"]);
48634
+ }
48635
+ return contents;
48636
+ };
48637
+ const de_ConnectionTrackingSpecification = (output, context) => {
48638
+ const contents = {};
48639
+ if (output["tcpEstablishedTimeout"] !== undefined) {
48640
+ contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["tcpEstablishedTimeout"]);
48641
+ }
48642
+ if (output["udpTimeout"] !== undefined) {
48643
+ contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["udpTimeout"]);
48644
+ }
48645
+ if (output["udpStreamTimeout"] !== undefined) {
48646
+ contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["udpStreamTimeout"]);
48647
+ }
48648
+ return contents;
48649
+ };
48650
+ const de_ConnectionTrackingSpecificationRequest = (output, context) => {
48651
+ const contents = {};
48652
+ if (output["TcpEstablishedTimeout"] !== undefined) {
48653
+ contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["TcpEstablishedTimeout"]);
48654
+ }
48655
+ if (output["UdpStreamTimeout"] !== undefined) {
48656
+ contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["UdpStreamTimeout"]);
48657
+ }
48658
+ if (output["UdpTimeout"] !== undefined) {
48659
+ contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["UdpTimeout"]);
48660
+ }
48661
+ return contents;
48662
+ };
48663
+ const de_ConnectionTrackingSpecificationResponse = (output, context) => {
48664
+ const contents = {};
48665
+ if (output["tcpEstablishedTimeout"] !== undefined) {
48666
+ contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["tcpEstablishedTimeout"]);
48667
+ }
48668
+ if (output["udpStreamTimeout"] !== undefined) {
48669
+ contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["udpStreamTimeout"]);
48670
+ }
48671
+ if (output["udpTimeout"] !== undefined) {
48672
+ contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["udpTimeout"]);
48673
+ }
48674
+ return contents;
48675
+ };
48093
48676
  const de_ConversionTask = (output, context) => {
48094
48677
  const contents = {};
48095
48678
  if (output["conversionTaskId"] !== undefined) {
@@ -49534,6 +50117,13 @@ const de_DeprovisionedAddressSet = (output, context) => {
49534
50117
  return (0, smithy_client_1.expectString)(entry);
49535
50118
  });
49536
50119
  };
50120
+ const de_DeprovisionIpamByoasnResult = (output, context) => {
50121
+ const contents = {};
50122
+ if (output["byoasn"] !== undefined) {
50123
+ contents.Byoasn = de_Byoasn(output["byoasn"], context);
50124
+ }
50125
+ return contents;
50126
+ };
49537
50127
  const de_DeprovisionIpamPoolCidrResult = (output, context) => {
49538
50128
  const contents = {};
49539
50129
  if (output["ipamPoolCidr"] !== undefined) {
@@ -50403,6 +50993,19 @@ const de_DescribeInternetGatewaysResult = (output, context) => {
50403
50993
  }
50404
50994
  return contents;
50405
50995
  };
50996
+ const de_DescribeIpamByoasnResult = (output, context) => {
50997
+ const contents = {};
50998
+ if (output.byoasnSet === "") {
50999
+ contents.Byoasns = [];
51000
+ }
51001
+ else if (output["byoasnSet"] !== undefined && output["byoasnSet"]["item"] !== undefined) {
51002
+ contents.Byoasns = de_ByoasnSet((0, smithy_client_1.getArrayIfSingleItem)(output["byoasnSet"]["item"]), context);
51003
+ }
51004
+ if (output["nextToken"] !== undefined) {
51005
+ contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
51006
+ }
51007
+ return contents;
51008
+ };
50406
51009
  const de_DescribeIpamPoolsResult = (output, context) => {
50407
51010
  const contents = {};
50408
51011
  if (output["nextToken"] !== undefined) {
@@ -51680,6 +52283,9 @@ const de_DeviceOptions = (output, context) => {
51680
52283
  if (output["tenantId"] !== undefined) {
51681
52284
  contents.TenantId = (0, smithy_client_1.expectString)(output["tenantId"]);
51682
52285
  }
52286
+ if (output["publicSigningKeyUrl"] !== undefined) {
52287
+ contents.PublicSigningKeyUrl = (0, smithy_client_1.expectString)(output["publicSigningKeyUrl"]);
52288
+ }
51683
52289
  return contents;
51684
52290
  };
51685
52291
  const de_DhcpConfiguration = (output, context) => {
@@ -51999,6 +52605,13 @@ const de_DisassociateInstanceEventWindowResult = (output, context) => {
51999
52605
  }
52000
52606
  return contents;
52001
52607
  };
52608
+ const de_DisassociateIpamByoasnResult = (output, context) => {
52609
+ const contents = {};
52610
+ if (output["asnAssociation"] !== undefined) {
52611
+ contents.AsnAssociation = de_AsnAssociation(output["asnAssociation"], context);
52612
+ }
52613
+ return contents;
52614
+ };
52002
52615
  const de_DisassociateIpamResourceDiscoveryResult = (output, context) => {
52003
52616
  const contents = {};
52004
52617
  if (output["ipamResourceDiscoveryAssociation"] !== undefined) {
@@ -53874,6 +54487,23 @@ const de_GetIpamDiscoveredAccountsResult = (output, context) => {
53874
54487
  }
53875
54488
  return contents;
53876
54489
  };
54490
+ const de_GetIpamDiscoveredPublicAddressesResult = (output, context) => {
54491
+ const contents = {};
54492
+ if (output.ipamDiscoveredPublicAddressSet === "") {
54493
+ contents.IpamDiscoveredPublicAddresses = [];
54494
+ }
54495
+ else if (output["ipamDiscoveredPublicAddressSet"] !== undefined &&
54496
+ output["ipamDiscoveredPublicAddressSet"]["item"] !== undefined) {
54497
+ contents.IpamDiscoveredPublicAddresses = de_IpamDiscoveredPublicAddressSet((0, smithy_client_1.getArrayIfSingleItem)(output["ipamDiscoveredPublicAddressSet"]["item"]), context);
54498
+ }
54499
+ if (output["oldestSampleTime"] !== undefined) {
54500
+ contents.OldestSampleTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["oldestSampleTime"]));
54501
+ }
54502
+ if (output["nextToken"] !== undefined) {
54503
+ contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
54504
+ }
54505
+ return contents;
54506
+ };
53877
54507
  const de_GetIpamDiscoveredResourceCidrsResult = (output, context) => {
53878
54508
  const contents = {};
53879
54509
  if (output.ipamDiscoveredResourceCidrSet === "") {
@@ -55879,6 +56509,9 @@ const de_InstanceNetworkInterface = (output, context) => {
55879
56509
  else if (output["ipv6PrefixSet"] !== undefined && output["ipv6PrefixSet"]["item"] !== undefined) {
55880
56510
  contents.Ipv6Prefixes = de_InstanceIpv6PrefixList((0, smithy_client_1.getArrayIfSingleItem)(output["ipv6PrefixSet"]["item"]), context);
55881
56511
  }
56512
+ if (output["connectionTrackingConfiguration"] !== undefined) {
56513
+ contents.ConnectionTrackingConfiguration = de_ConnectionTrackingSpecificationResponse(output["connectionTrackingConfiguration"], context);
56514
+ }
55882
56515
  return contents;
55883
56516
  };
55884
56517
  const de_InstanceNetworkInterfaceAssociation = (output, context) => {
@@ -56012,6 +56645,9 @@ const de_InstanceNetworkInterfaceSpecification = (output, context) => {
56012
56645
  if (output["EnaSrdSpecification"] !== undefined) {
56013
56646
  contents.EnaSrdSpecification = de_EnaSrdSpecificationRequest(output["EnaSrdSpecification"], context);
56014
56647
  }
56648
+ if (output["ConnectionTrackingSpecification"] !== undefined) {
56649
+ contents.ConnectionTrackingSpecification = de_ConnectionTrackingSpecificationRequest(output["ConnectionTrackingSpecification"], context);
56650
+ }
56015
56651
  return contents;
56016
56652
  };
56017
56653
  const de_InstanceNetworkInterfaceSpecificationList = (output, context) => {
@@ -56608,6 +57244,12 @@ const de_Ipam = (output, context) => {
56608
57244
  if (output["resourceDiscoveryAssociationCount"] !== undefined) {
56609
57245
  contents.ResourceDiscoveryAssociationCount = (0, smithy_client_1.strictParseInt32)(output["resourceDiscoveryAssociationCount"]);
56610
57246
  }
57247
+ if (output["stateMessage"] !== undefined) {
57248
+ contents.StateMessage = (0, smithy_client_1.expectString)(output["stateMessage"]);
57249
+ }
57250
+ if (output["tier"] !== undefined) {
57251
+ contents.Tier = (0, smithy_client_1.expectString)(output["tier"]);
57252
+ }
56611
57253
  return contents;
56612
57254
  };
56613
57255
  const de_IpamAddressHistoryRecord = (output, context) => {
@@ -56680,6 +57322,77 @@ const de_IpamDiscoveredAccountSet = (output, context) => {
56680
57322
  return de_IpamDiscoveredAccount(entry, context);
56681
57323
  });
56682
57324
  };
57325
+ const de_IpamDiscoveredPublicAddress = (output, context) => {
57326
+ const contents = {};
57327
+ if (output["ipamResourceDiscoveryId"] !== undefined) {
57328
+ contents.IpamResourceDiscoveryId = (0, smithy_client_1.expectString)(output["ipamResourceDiscoveryId"]);
57329
+ }
57330
+ if (output["addressRegion"] !== undefined) {
57331
+ contents.AddressRegion = (0, smithy_client_1.expectString)(output["addressRegion"]);
57332
+ }
57333
+ if (output["address"] !== undefined) {
57334
+ contents.Address = (0, smithy_client_1.expectString)(output["address"]);
57335
+ }
57336
+ if (output["addressOwnerId"] !== undefined) {
57337
+ contents.AddressOwnerId = (0, smithy_client_1.expectString)(output["addressOwnerId"]);
57338
+ }
57339
+ if (output["addressAllocationId"] !== undefined) {
57340
+ contents.AddressAllocationId = (0, smithy_client_1.expectString)(output["addressAllocationId"]);
57341
+ }
57342
+ if (output["associationStatus"] !== undefined) {
57343
+ contents.AssociationStatus = (0, smithy_client_1.expectString)(output["associationStatus"]);
57344
+ }
57345
+ if (output["addressType"] !== undefined) {
57346
+ contents.AddressType = (0, smithy_client_1.expectString)(output["addressType"]);
57347
+ }
57348
+ if (output["service"] !== undefined) {
57349
+ contents.Service = (0, smithy_client_1.expectString)(output["service"]);
57350
+ }
57351
+ if (output["serviceResource"] !== undefined) {
57352
+ contents.ServiceResource = (0, smithy_client_1.expectString)(output["serviceResource"]);
57353
+ }
57354
+ if (output["vpcId"] !== undefined) {
57355
+ contents.VpcId = (0, smithy_client_1.expectString)(output["vpcId"]);
57356
+ }
57357
+ if (output["subnetId"] !== undefined) {
57358
+ contents.SubnetId = (0, smithy_client_1.expectString)(output["subnetId"]);
57359
+ }
57360
+ if (output["publicIpv4PoolId"] !== undefined) {
57361
+ contents.PublicIpv4PoolId = (0, smithy_client_1.expectString)(output["publicIpv4PoolId"]);
57362
+ }
57363
+ if (output["networkInterfaceId"] !== undefined) {
57364
+ contents.NetworkInterfaceId = (0, smithy_client_1.expectString)(output["networkInterfaceId"]);
57365
+ }
57366
+ if (output["networkInterfaceDescription"] !== undefined) {
57367
+ contents.NetworkInterfaceDescription = (0, smithy_client_1.expectString)(output["networkInterfaceDescription"]);
57368
+ }
57369
+ if (output["instanceId"] !== undefined) {
57370
+ contents.InstanceId = (0, smithy_client_1.expectString)(output["instanceId"]);
57371
+ }
57372
+ if (output["tags"] !== undefined) {
57373
+ contents.Tags = de_IpamPublicAddressTags(output["tags"], context);
57374
+ }
57375
+ if (output["networkBorderGroup"] !== undefined) {
57376
+ contents.NetworkBorderGroup = (0, smithy_client_1.expectString)(output["networkBorderGroup"]);
57377
+ }
57378
+ if (output.securityGroupSet === "") {
57379
+ contents.SecurityGroups = [];
57380
+ }
57381
+ else if (output["securityGroupSet"] !== undefined && output["securityGroupSet"]["item"] !== undefined) {
57382
+ contents.SecurityGroups = de_IpamPublicAddressSecurityGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["securityGroupSet"]["item"]), context);
57383
+ }
57384
+ if (output["sampleTime"] !== undefined) {
57385
+ contents.SampleTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["sampleTime"]));
57386
+ }
57387
+ return contents;
57388
+ };
57389
+ const de_IpamDiscoveredPublicAddressSet = (output, context) => {
57390
+ return (output || [])
57391
+ .filter((e) => e != null)
57392
+ .map((entry) => {
57393
+ return de_IpamDiscoveredPublicAddress(entry, context);
57394
+ });
57395
+ };
56683
57396
  const de_IpamDiscoveredResourceCidr = (output, context) => {
56684
57397
  const contents = {};
56685
57398
  if (output["ipamResourceDiscoveryId"] !== undefined) {
@@ -56826,6 +57539,9 @@ const de_IpamPool = (output, context) => {
56826
57539
  if (output["publicIpSource"] !== undefined) {
56827
57540
  contents.PublicIpSource = (0, smithy_client_1.expectString)(output["publicIpSource"]);
56828
57541
  }
57542
+ if (output["sourceResource"] !== undefined) {
57543
+ contents.SourceResource = de_IpamPoolSourceResource(output["sourceResource"], context);
57544
+ }
56829
57545
  return contents;
56830
57546
  };
56831
57547
  const de_IpamPoolAllocation = (output, context) => {
@@ -56903,6 +57619,66 @@ const de_IpamPoolSet = (output, context) => {
56903
57619
  return de_IpamPool(entry, context);
56904
57620
  });
56905
57621
  };
57622
+ const de_IpamPoolSourceResource = (output, context) => {
57623
+ const contents = {};
57624
+ if (output["resourceId"] !== undefined) {
57625
+ contents.ResourceId = (0, smithy_client_1.expectString)(output["resourceId"]);
57626
+ }
57627
+ if (output["resourceType"] !== undefined) {
57628
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["resourceType"]);
57629
+ }
57630
+ if (output["resourceRegion"] !== undefined) {
57631
+ contents.ResourceRegion = (0, smithy_client_1.expectString)(output["resourceRegion"]);
57632
+ }
57633
+ if (output["resourceOwner"] !== undefined) {
57634
+ contents.ResourceOwner = (0, smithy_client_1.expectString)(output["resourceOwner"]);
57635
+ }
57636
+ return contents;
57637
+ };
57638
+ const de_IpamPublicAddressSecurityGroup = (output, context) => {
57639
+ const contents = {};
57640
+ if (output["groupName"] !== undefined) {
57641
+ contents.GroupName = (0, smithy_client_1.expectString)(output["groupName"]);
57642
+ }
57643
+ if (output["groupId"] !== undefined) {
57644
+ contents.GroupId = (0, smithy_client_1.expectString)(output["groupId"]);
57645
+ }
57646
+ return contents;
57647
+ };
57648
+ const de_IpamPublicAddressSecurityGroupList = (output, context) => {
57649
+ return (output || [])
57650
+ .filter((e) => e != null)
57651
+ .map((entry) => {
57652
+ return de_IpamPublicAddressSecurityGroup(entry, context);
57653
+ });
57654
+ };
57655
+ const de_IpamPublicAddressTag = (output, context) => {
57656
+ const contents = {};
57657
+ if (output["key"] !== undefined) {
57658
+ contents.Key = (0, smithy_client_1.expectString)(output["key"]);
57659
+ }
57660
+ if (output["value"] !== undefined) {
57661
+ contents.Value = (0, smithy_client_1.expectString)(output["value"]);
57662
+ }
57663
+ return contents;
57664
+ };
57665
+ const de_IpamPublicAddressTagList = (output, context) => {
57666
+ return (output || [])
57667
+ .filter((e) => e != null)
57668
+ .map((entry) => {
57669
+ return de_IpamPublicAddressTag(entry, context);
57670
+ });
57671
+ };
57672
+ const de_IpamPublicAddressTags = (output, context) => {
57673
+ const contents = {};
57674
+ if (output.eipTagSet === "") {
57675
+ contents.EipTags = [];
57676
+ }
57677
+ else if (output["eipTagSet"] !== undefined && output["eipTagSet"]["item"] !== undefined) {
57678
+ contents.EipTags = de_IpamPublicAddressTagList((0, smithy_client_1.getArrayIfSingleItem)(output["eipTagSet"]["item"]), context);
57679
+ }
57680
+ return contents;
57681
+ };
56906
57682
  const de_IpamResourceCidr = (output, context) => {
56907
57683
  const contents = {};
56908
57684
  if (output["ipamId"] !== undefined) {
@@ -57831,6 +58607,9 @@ const de_LaunchTemplateInstanceNetworkInterfaceSpecification = (output, context)
57831
58607
  if (output["enaSrdSpecification"] !== undefined) {
57832
58608
  contents.EnaSrdSpecification = de_LaunchTemplateEnaSrdSpecification(output["enaSrdSpecification"], context);
57833
58609
  }
58610
+ if (output["connectionTrackingSpecification"] !== undefined) {
58611
+ contents.ConnectionTrackingSpecification = de_ConnectionTrackingSpecification(output["connectionTrackingSpecification"], context);
58612
+ }
57834
58613
  return contents;
57835
58614
  };
57836
58615
  const de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = (output, context) => {
@@ -59534,6 +60313,9 @@ const de_NetworkInterface = (output, context) => {
59534
60313
  if (output["availabilityZone"] !== undefined) {
59535
60314
  contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["availabilityZone"]);
59536
60315
  }
60316
+ if (output["connectionTrackingConfiguration"] !== undefined) {
60317
+ contents.ConnectionTrackingConfiguration = de_ConnectionTrackingConfiguration(output["connectionTrackingConfiguration"], context);
60318
+ }
59537
60319
  if (output["description"] !== undefined) {
59538
60320
  contents.Description = (0, smithy_client_1.expectString)(output["description"]);
59539
60321
  }
@@ -60577,6 +61359,13 @@ const de_ProvisionedBandwidth = (output, context) => {
60577
61359
  }
60578
61360
  return contents;
60579
61361
  };
61362
+ const de_ProvisionIpamByoasnResult = (output, context) => {
61363
+ const contents = {};
61364
+ if (output["byoasn"] !== undefined) {
61365
+ contents.Byoasn = de_Byoasn(output["byoasn"], context);
61366
+ }
61367
+ return contents;
61368
+ };
60580
61369
  const de_ProvisionIpamPoolCidrResult = (output, context) => {
60581
61370
  const contents = {};
60582
61371
  if (output["ipamPoolCidr"] !== undefined) {