@aws-sdk/client-ec2 3.438.0 → 3.440.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 (90) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/EC2.js +4 -0
  3. package/dist-cjs/commands/DescribeCapacityBlockOfferingsCommand.js +51 -0
  4. package/dist-cjs/commands/PurchaseCapacityBlockCommand.js +51 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +8 -1
  7. package/dist-cjs/models/models_1.js +2 -0
  8. package/dist-cjs/models/models_3.js +2 -6
  9. package/dist-cjs/models/models_4.js +8 -2
  10. package/dist-cjs/pagination/DescribeCapacityBlockOfferingsPaginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +2 -1
  12. package/dist-cjs/protocols/Aws_ec2.js +213 -20
  13. package/dist-es/EC2.js +4 -0
  14. package/dist-es/commands/DescribeCapacityBlockOfferingsCommand.js +47 -0
  15. package/dist-es/commands/PurchaseCapacityBlockCommand.js +47 -0
  16. package/dist-es/commands/index.js +2 -0
  17. package/dist-es/models/models_0.js +7 -0
  18. package/dist-es/models/models_1.js +2 -0
  19. package/dist-es/models/models_3.js +0 -4
  20. package/dist-es/models/models_4.js +6 -0
  21. package/dist-es/pagination/DescribeCapacityBlockOfferingsPaginator.js +25 -0
  22. package/dist-es/pagination/index.js +2 -1
  23. package/dist-es/protocols/Aws_ec2.js +188 -0
  24. package/dist-types/EC2.d.ts +14 -0
  25. package/dist-types/EC2Client.d.ts +4 -2
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  30. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +94 -0
  32. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -3
  36. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  40. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  43. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -2
  44. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +122 -0
  46. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
  47. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  48. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -2
  50. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  51. package/dist-types/commands/index.d.ts +2 -0
  52. package/dist-types/models/models_0.d.ts +20 -16
  53. package/dist-types/models/models_1.d.ts +22 -51
  54. package/dist-types/models/models_2.d.ts +49 -18
  55. package/dist-types/models/models_3.d.ts +135 -788
  56. package/dist-types/models/models_4.d.ts +792 -120
  57. package/dist-types/models/models_5.d.ts +118 -141
  58. package/dist-types/models/models_6.d.ts +176 -217
  59. package/dist-types/models/models_7.d.ts +216 -1
  60. package/dist-types/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/index.d.ts +2 -1
  62. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  63. package/dist-types/ts3.4/EC2.d.ts +34 -0
  64. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  65. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +42 -0
  67. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +4 -2
  78. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +10 -4
  80. package/dist-types/ts3.4/models/models_1.d.ts +6 -11
  81. package/dist-types/ts3.4/models/models_2.d.ts +13 -5
  82. package/dist-types/ts3.4/models/models_3.d.ts +31 -25
  83. package/dist-types/ts3.4/models/models_4.d.ts +28 -30
  84. package/dist-types/ts3.4/models/models_5.d.ts +26 -22
  85. package/dist-types/ts3.4/models/models_6.d.ts +33 -47
  86. package/dist-types/ts3.4/models/models_7.d.ts +46 -0
  87. package/dist-types/ts3.4/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  89. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  90. package/package.json +1 -1
@@ -4,26 +4,27 @@ exports.se_CancelSpotInstanceRequestsCommand = exports.se_CancelSpotFleetRequest
4
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
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
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_DescribeFpgaImageAttributeCommand = 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_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_DescribePrincipalIdFormatCommand = exports.se_DescribePrefixListsCommand = exports.se_DescribePlacementGroupsCommand = 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_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_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 = void 0;
9
- exports.se_DescribeVpcAttributeCommand = exports.se_DescribeVolumeStatusCommand = exports.se_DescribeVolumesModificationsCommand = 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 = void 0;
10
- exports.se_EnableFastLaunchCommand = exports.se_EnableEbsEncryptionByDefaultCommand = exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_EnableAddressTransferCommand = 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_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 = void 0;
11
- exports.se_GetTransitGatewayAttachmentPropagationsCommand = exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSerialConsoleAccessStatusCommand = exports.se_GetSecurityGroupsForVpcCommand = 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_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = void 0;
12
- 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 = 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_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 = void 0;
13
- 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_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 = void 0;
14
- exports.se_WithdrawByoipCidrCommand = exports.se_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = 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 = 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 = void 0;
15
- 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 = 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 = void 0;
16
- 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 = 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 = void 0;
17
- 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 = 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 = void 0;
18
- 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 = 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 = void 0;
19
- 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 = exports.de_DescribeClientVpnConnectionsCommand = exports.de_DescribeClientVpnAuthorizationRulesCommand = exports.de_DescribeClassicLinkInstancesCommand = exports.de_DescribeCarrierGatewaysCommand = exports.de_DescribeCapacityReservationsCommand = exports.de_DescribeCapacityReservationFleetsCommand = 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 = void 0;
20
- 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_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_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 = void 0;
21
- 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 = 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 = void 0;
22
- 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_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_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 = void 0;
23
- exports.de_GetTransitGatewayAttachmentPropagationsCommand = exports.de_GetSubnetCidrReservationsCommand = exports.de_GetSpotPlacementScoresCommand = 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_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_EnableSerialConsoleAccessCommand = exports.de_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.de_EnableIpamOrganizationAdminAccountCommand = exports.de_EnableImageDeprecationCommand = exports.de_EnableImageBlockPublicAccessCommand = exports.de_EnableImageCommand = exports.de_EnableFastSnapshotRestoresCommand = void 0;
24
- 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 = exports.de_ModifyCapacityReservationFleetCommand = exports.de_ModifyCapacityReservationCommand = exports.de_ModifyAvailabilityZoneGroupCommand = exports.de_ModifyAddressAttributeCommand = 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 = void 0;
25
- 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_ProvisionPublicIpv4PoolCidrCommand = exports.de_ProvisionIpamPoolCidrCommand = 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 = 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 = void 0;
26
- exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = 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 = 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 = 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_DescribePrefixListsCommand = exports.se_DescribePlacementGroupsCommand = 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_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_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_DescribeVolumeStatusCommand = exports.se_DescribeVolumesModificationsCommand = 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 = void 0;
10
+ exports.se_EnableEbsEncryptionByDefaultCommand = exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_EnableAddressTransferCommand = 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_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 = void 0;
11
+ exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSerialConsoleAccessStatusCommand = exports.se_GetSecurityGroupsForVpcCommand = 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_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = exports.se_EnableFastLaunchCommand = void 0;
12
+ 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 = 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_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 = void 0;
13
+ 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 = 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 = void 0;
14
+ exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = 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 = 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 = void 0;
15
+ 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 = 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 = void 0;
16
+ 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 = 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 = void 0;
17
+ 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 = 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 = void 0;
18
+ 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 = 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 = void 0;
19
+ 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 = 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 = void 0;
20
+ 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_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_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 = void 0;
21
+ 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 = 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 = void 0;
22
+ 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_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_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 = void 0;
23
+ 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_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_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 = void 0;
24
+ 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 = exports.de_ModifyCapacityReservationFleetCommand = exports.de_ModifyCapacityReservationCommand = exports.de_ModifyAvailabilityZoneGroupCommand = exports.de_ModifyAddressAttributeCommand = 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 = void 0;
25
+ 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 = 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 = void 0;
26
+ 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 = 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 = void 0;
27
+ exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = void 0;
27
28
  const protocol_http_1 = require("@smithy/protocol-http");
28
29
  const smithy_client_1 = require("@smithy/smithy-client");
29
30
  const fast_xml_parser_1 = require("fast-xml-parser");
@@ -2515,6 +2516,17 @@ const se_DescribeByoipCidrsCommand = async (input, context) => {
2515
2516
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
2516
2517
  };
2517
2518
  exports.se_DescribeByoipCidrsCommand = se_DescribeByoipCidrsCommand;
2519
+ const se_DescribeCapacityBlockOfferingsCommand = async (input, context) => {
2520
+ const headers = SHARED_HEADERS;
2521
+ let body;
2522
+ body = buildFormUrlencodedString({
2523
+ ...se_DescribeCapacityBlockOfferingsRequest(input, context),
2524
+ Action: "DescribeCapacityBlockOfferings",
2525
+ Version: "2016-11-15",
2526
+ });
2527
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
2528
+ };
2529
+ exports.se_DescribeCapacityBlockOfferingsCommand = se_DescribeCapacityBlockOfferingsCommand;
2518
2530
  const se_DescribeCapacityReservationFleetsCommand = async (input, context) => {
2519
2531
  const headers = SHARED_HEADERS;
2520
2532
  let body;
@@ -5958,6 +5970,17 @@ const se_ProvisionPublicIpv4PoolCidrCommand = async (input, context) => {
5958
5970
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
5959
5971
  };
5960
5972
  exports.se_ProvisionPublicIpv4PoolCidrCommand = se_ProvisionPublicIpv4PoolCidrCommand;
5973
+ const se_PurchaseCapacityBlockCommand = async (input, context) => {
5974
+ const headers = SHARED_HEADERS;
5975
+ let body;
5976
+ body = buildFormUrlencodedString({
5977
+ ...se_PurchaseCapacityBlockRequest(input, context),
5978
+ Action: "PurchaseCapacityBlock",
5979
+ Version: "2016-11-15",
5980
+ });
5981
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5982
+ };
5983
+ exports.se_PurchaseCapacityBlockCommand = se_PurchaseCapacityBlockCommand;
5961
5984
  const se_PurchaseHostReservationCommand = async (input, context) => {
5962
5985
  const headers = SHARED_HEADERS;
5963
5986
  let body;
@@ -12650,6 +12673,33 @@ const de_DescribeByoipCidrsCommandError = async (output, context) => {
12650
12673
  errorCode,
12651
12674
  });
12652
12675
  };
12676
+ const de_DescribeCapacityBlockOfferingsCommand = async (output, context) => {
12677
+ if (output.statusCode >= 300) {
12678
+ return de_DescribeCapacityBlockOfferingsCommandError(output, context);
12679
+ }
12680
+ const data = await parseBody(output.body, context);
12681
+ let contents = {};
12682
+ contents = de_DescribeCapacityBlockOfferingsResult(data, context);
12683
+ const response = {
12684
+ $metadata: deserializeMetadata(output),
12685
+ ...contents,
12686
+ };
12687
+ return response;
12688
+ };
12689
+ exports.de_DescribeCapacityBlockOfferingsCommand = de_DescribeCapacityBlockOfferingsCommand;
12690
+ const de_DescribeCapacityBlockOfferingsCommandError = async (output, context) => {
12691
+ const parsedOutput = {
12692
+ ...output,
12693
+ body: await parseErrorBody(output.body, context),
12694
+ };
12695
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
12696
+ const parsedBody = parsedOutput.body;
12697
+ return throwDefaultError({
12698
+ output,
12699
+ parsedBody: parsedBody.Errors.Error,
12700
+ errorCode,
12701
+ });
12702
+ };
12653
12703
  const de_DescribeCapacityReservationFleetsCommand = async (output, context) => {
12654
12704
  if (output.statusCode >= 300) {
12655
12705
  return de_DescribeCapacityReservationFleetsCommandError(output, context);
@@ -21050,6 +21100,33 @@ const de_ProvisionPublicIpv4PoolCidrCommandError = async (output, context) => {
21050
21100
  errorCode,
21051
21101
  });
21052
21102
  };
21103
+ const de_PurchaseCapacityBlockCommand = async (output, context) => {
21104
+ if (output.statusCode >= 300) {
21105
+ return de_PurchaseCapacityBlockCommandError(output, context);
21106
+ }
21107
+ const data = await parseBody(output.body, context);
21108
+ let contents = {};
21109
+ contents = de_PurchaseCapacityBlockResult(data, context);
21110
+ const response = {
21111
+ $metadata: deserializeMetadata(output),
21112
+ ...contents,
21113
+ };
21114
+ return response;
21115
+ };
21116
+ exports.de_PurchaseCapacityBlockCommand = de_PurchaseCapacityBlockCommand;
21117
+ const de_PurchaseCapacityBlockCommandError = async (output, context) => {
21118
+ const parsedOutput = {
21119
+ ...output,
21120
+ body: await parseErrorBody(output.body, context),
21121
+ };
21122
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
21123
+ const parsedBody = parsedOutput.body;
21124
+ return throwDefaultError({
21125
+ output,
21126
+ parsedBody: parsedBody.Errors.Error,
21127
+ errorCode,
21128
+ });
21129
+ };
21053
21130
  const de_PurchaseHostReservationCommand = async (output, context) => {
21054
21131
  if (output.statusCode >= 300) {
21055
21132
  return de_PurchaseHostReservationCommandError(output, context);
@@ -28930,6 +29007,34 @@ const se_DescribeByoipCidrsRequest = (input, context) => {
28930
29007
  }
28931
29008
  return entries;
28932
29009
  };
29010
+ const se_DescribeCapacityBlockOfferingsRequest = (input, context) => {
29011
+ const entries = {};
29012
+ if (input.DryRun != null) {
29013
+ entries["DryRun"] = input.DryRun;
29014
+ }
29015
+ if (input.InstanceType != null) {
29016
+ entries["InstanceType"] = input.InstanceType;
29017
+ }
29018
+ if (input.InstanceCount != null) {
29019
+ entries["InstanceCount"] = input.InstanceCount;
29020
+ }
29021
+ if (input.StartDateRange != null) {
29022
+ entries["StartDateRange"] = input.StartDateRange.toISOString().split(".")[0] + "Z";
29023
+ }
29024
+ if (input.EndDateRange != null) {
29025
+ entries["EndDateRange"] = input.EndDateRange.toISOString().split(".")[0] + "Z";
29026
+ }
29027
+ if (input.CapacityDurationHours != null) {
29028
+ entries["CapacityDurationHours"] = input.CapacityDurationHours;
29029
+ }
29030
+ if (input.NextToken != null) {
29031
+ entries["NextToken"] = input.NextToken;
29032
+ }
29033
+ if (input.MaxResults != null) {
29034
+ entries["MaxResults"] = input.MaxResults;
29035
+ }
29036
+ return entries;
29037
+ };
28933
29038
  const se_DescribeCapacityReservationFleetsRequest = (input, context) => {
28934
29039
  const entries = {};
28935
29040
  if (input.CapacityReservationFleetIds != null) {
@@ -40938,6 +41043,29 @@ const se_PublicIpv4PoolIdStringList = (input, context) => {
40938
41043
  }
40939
41044
  return entries;
40940
41045
  };
41046
+ const se_PurchaseCapacityBlockRequest = (input, context) => {
41047
+ const entries = {};
41048
+ if (input.DryRun != null) {
41049
+ entries["DryRun"] = input.DryRun;
41050
+ }
41051
+ if (input.TagSpecifications != null) {
41052
+ const memberEntries = se_TagSpecificationList(input.TagSpecifications, context);
41053
+ if (input.TagSpecifications?.length === 0) {
41054
+ entries.TagSpecification = [];
41055
+ }
41056
+ Object.entries(memberEntries).forEach(([key, value]) => {
41057
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
41058
+ entries[loc] = value;
41059
+ });
41060
+ }
41061
+ if (input.CapacityBlockOfferingId != null) {
41062
+ entries["CapacityBlockOfferingId"] = input.CapacityBlockOfferingId;
41063
+ }
41064
+ if (input.InstancePlatform != null) {
41065
+ entries["InstancePlatform"] = input.InstancePlatform;
41066
+ }
41067
+ return entries;
41068
+ };
40941
41069
  const se_PurchaseHostReservationRequest = (input, context) => {
40942
41070
  const entries = {};
40943
41071
  if (input.ClientToken != null) {
@@ -46707,6 +46835,47 @@ const de_CapacityAllocations = (output, context) => {
46707
46835
  return de_CapacityAllocation(entry, context);
46708
46836
  });
46709
46837
  };
46838
+ const de_CapacityBlockOffering = (output, context) => {
46839
+ const contents = {};
46840
+ if (output["capacityBlockOfferingId"] !== undefined) {
46841
+ contents.CapacityBlockOfferingId = (0, smithy_client_1.expectString)(output["capacityBlockOfferingId"]);
46842
+ }
46843
+ if (output["instanceType"] !== undefined) {
46844
+ contents.InstanceType = (0, smithy_client_1.expectString)(output["instanceType"]);
46845
+ }
46846
+ if (output["availabilityZone"] !== undefined) {
46847
+ contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["availabilityZone"]);
46848
+ }
46849
+ if (output["instanceCount"] !== undefined) {
46850
+ contents.InstanceCount = (0, smithy_client_1.strictParseInt32)(output["instanceCount"]);
46851
+ }
46852
+ if (output["startDate"] !== undefined) {
46853
+ contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startDate"]));
46854
+ }
46855
+ if (output["endDate"] !== undefined) {
46856
+ contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["endDate"]));
46857
+ }
46858
+ if (output["capacityBlockDurationHours"] !== undefined) {
46859
+ contents.CapacityBlockDurationHours = (0, smithy_client_1.strictParseInt32)(output["capacityBlockDurationHours"]);
46860
+ }
46861
+ if (output["upfrontFee"] !== undefined) {
46862
+ contents.UpfrontFee = (0, smithy_client_1.expectString)(output["upfrontFee"]);
46863
+ }
46864
+ if (output["currencyCode"] !== undefined) {
46865
+ contents.CurrencyCode = (0, smithy_client_1.expectString)(output["currencyCode"]);
46866
+ }
46867
+ if (output["tenancy"] !== undefined) {
46868
+ contents.Tenancy = (0, smithy_client_1.expectString)(output["tenancy"]);
46869
+ }
46870
+ return contents;
46871
+ };
46872
+ const de_CapacityBlockOfferingSet = (output, context) => {
46873
+ return (output || [])
46874
+ .filter((e) => e != null)
46875
+ .map((entry) => {
46876
+ return de_CapacityBlockOffering(entry, context);
46877
+ });
46878
+ };
46710
46879
  const de_CapacityReservation = (output, context) => {
46711
46880
  const contents = {};
46712
46881
  if (output["capacityReservationId"] !== undefined) {
@@ -46784,6 +46953,9 @@ const de_CapacityReservation = (output, context) => {
46784
46953
  else if (output["capacityAllocationSet"] !== undefined && output["capacityAllocationSet"]["item"] !== undefined) {
46785
46954
  contents.CapacityAllocations = de_CapacityAllocations((0, smithy_client_1.getArrayIfSingleItem)(output["capacityAllocationSet"]["item"]), context);
46786
46955
  }
46956
+ if (output["reservationType"] !== undefined) {
46957
+ contents.ReservationType = (0, smithy_client_1.expectString)(output["reservationType"]);
46958
+ }
46787
46959
  return contents;
46788
46960
  };
46789
46961
  const de_CapacityReservationFleet = (output, context) => {
@@ -49052,6 +49224,20 @@ const de_DescribeByoipCidrsResult = (output, context) => {
49052
49224
  }
49053
49225
  return contents;
49054
49226
  };
49227
+ const de_DescribeCapacityBlockOfferingsResult = (output, context) => {
49228
+ const contents = {};
49229
+ if (output.capacityBlockOfferingSet === "") {
49230
+ contents.CapacityBlockOfferings = [];
49231
+ }
49232
+ else if (output["capacityBlockOfferingSet"] !== undefined &&
49233
+ output["capacityBlockOfferingSet"]["item"] !== undefined) {
49234
+ contents.CapacityBlockOfferings = de_CapacityBlockOfferingSet((0, smithy_client_1.getArrayIfSingleItem)(output["capacityBlockOfferingSet"]["item"]), context);
49235
+ }
49236
+ if (output["nextToken"] !== undefined) {
49237
+ contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
49238
+ }
49239
+ return contents;
49240
+ };
49055
49241
  const de_DescribeCapacityReservationFleetsResult = (output, context) => {
49056
49242
  const contents = {};
49057
49243
  if (output.capacityReservationFleetSet === "") {
@@ -59841,6 +60027,13 @@ const de_Purchase = (output, context) => {
59841
60027
  }
59842
60028
  return contents;
59843
60029
  };
60030
+ const de_PurchaseCapacityBlockResult = (output, context) => {
60031
+ const contents = {};
60032
+ if (output["capacityReservation"] !== undefined) {
60033
+ contents.CapacityReservation = de_CapacityReservation(output["capacityReservation"], context);
60034
+ }
60035
+ return contents;
60036
+ };
59844
60037
  const de_PurchasedScheduledInstanceSet = (output, context) => {
59845
60038
  return (output || [])
59846
60039
  .filter((e) => e != null)
package/dist-es/EC2.js CHANGED
@@ -225,6 +225,7 @@ import { DescribeAvailabilityZonesCommand, } from "./commands/DescribeAvailabili
225
225
  import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommand, } from "./commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
226
226
  import { DescribeBundleTasksCommand, } from "./commands/DescribeBundleTasksCommand";
227
227
  import { DescribeByoipCidrsCommand, } from "./commands/DescribeByoipCidrsCommand";
228
+ import { DescribeCapacityBlockOfferingsCommand, } from "./commands/DescribeCapacityBlockOfferingsCommand";
228
229
  import { DescribeCapacityReservationFleetsCommand, } from "./commands/DescribeCapacityReservationFleetsCommand";
229
230
  import { DescribeCapacityReservationsCommand, } from "./commands/DescribeCapacityReservationsCommand";
230
231
  import { DescribeCarrierGatewaysCommand, } from "./commands/DescribeCarrierGatewaysCommand";
@@ -538,6 +539,7 @@ import { MoveByoipCidrToIpamCommand, } from "./commands/MoveByoipCidrToIpamComma
538
539
  import { ProvisionByoipCidrCommand, } from "./commands/ProvisionByoipCidrCommand";
539
540
  import { ProvisionIpamPoolCidrCommand, } from "./commands/ProvisionIpamPoolCidrCommand";
540
541
  import { ProvisionPublicIpv4PoolCidrCommand, } from "./commands/ProvisionPublicIpv4PoolCidrCommand";
542
+ import { PurchaseCapacityBlockCommand, } from "./commands/PurchaseCapacityBlockCommand";
541
543
  import { PurchaseHostReservationCommand, } from "./commands/PurchaseHostReservationCommand";
542
544
  import { PurchaseReservedInstancesOfferingCommand, } from "./commands/PurchaseReservedInstancesOfferingCommand";
543
545
  import { PurchaseScheduledInstancesCommand, } from "./commands/PurchaseScheduledInstancesCommand";
@@ -827,6 +829,7 @@ const commands = {
827
829
  DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
828
830
  DescribeBundleTasksCommand,
829
831
  DescribeByoipCidrsCommand,
832
+ DescribeCapacityBlockOfferingsCommand,
830
833
  DescribeCapacityReservationFleetsCommand,
831
834
  DescribeCapacityReservationsCommand,
832
835
  DescribeCarrierGatewaysCommand,
@@ -1140,6 +1143,7 @@ const commands = {
1140
1143
  ProvisionByoipCidrCommand,
1141
1144
  ProvisionIpamPoolCidrCommand,
1142
1145
  ProvisionPublicIpv4PoolCidrCommand,
1146
+ PurchaseCapacityBlockCommand,
1143
1147
  PurchaseHostReservationCommand,
1144
1148
  PurchaseReservedInstancesOfferingCommand,
1145
1149
  PurchaseScheduledInstancesCommand,
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DescribeCapacityBlockOfferingsCommand, se_DescribeCapacityBlockOfferingsCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DescribeCapacityBlockOfferingsCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DescribeCapacityBlockOfferingsCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "EC2Client";
26
+ const commandName = "DescribeCapacityBlockOfferingsCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonEC2",
35
+ operation: "DescribeCapacityBlockOfferings",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DescribeCapacityBlockOfferingsCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DescribeCapacityBlockOfferingsCommand(output, context);
46
+ }
47
+ }