@aws-sdk/client-ec2 3.451.0 → 3.452.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 (87) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/DescribeLockedSnapshotsCommand.js +51 -0
  4. package/dist-cjs/commands/LockSnapshotCommand.js +51 -0
  5. package/dist-cjs/commands/RequestSpotInstancesCommand.js +3 -3
  6. package/dist-cjs/commands/UnlockSnapshotCommand.js +51 -0
  7. package/dist-cjs/commands/index.js +3 -0
  8. package/dist-cjs/models/models_0.js +1 -0
  9. package/dist-cjs/models/models_4.js +8 -2
  10. package/dist-cjs/models/models_6.js +5 -18
  11. package/dist-cjs/models/models_7.js +20 -1
  12. package/dist-cjs/protocols/Aws_ec2.js +285 -20
  13. package/dist-es/EC2.js +6 -0
  14. package/dist-es/commands/DescribeLockedSnapshotsCommand.js +47 -0
  15. package/dist-es/commands/LockSnapshotCommand.js +47 -0
  16. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  17. package/dist-es/commands/UnlockSnapshotCommand.js +47 -0
  18. package/dist-es/commands/index.js +3 -0
  19. package/dist-es/models/models_0.js +1 -0
  20. package/dist-es/models/models_4.js +6 -0
  21. package/dist-es/models/models_6.js +5 -16
  22. package/dist-es/models/models_7.js +17 -0
  23. package/dist-es/protocols/Aws_ec2.js +259 -0
  24. package/dist-types/EC2.d.ts +21 -0
  25. package/dist-types/EC2Client.d.ts +5 -2
  26. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  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/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  32. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  34. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +99 -0
  37. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  40. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  41. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  43. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -2
  46. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  47. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  48. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -2
  49. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  50. package/dist-types/commands/LockSnapshotCommand.d.ts +103 -0
  51. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  52. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  53. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  54. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  55. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  56. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  57. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  58. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  59. package/dist-types/commands/UnlockSnapshotCommand.d.ts +76 -0
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/models/models_0.d.ts +1 -0
  62. package/dist-types/models/models_4.d.ts +154 -129
  63. package/dist-types/models/models_5.d.ts +130 -137
  64. package/dist-types/models/models_6.d.ts +309 -210
  65. package/dist-types/models/models_7.d.ts +235 -3
  66. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  67. package/dist-types/ts3.4/EC2.d.ts +51 -0
  68. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  69. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +4 -2
  75. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +35 -0
  76. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +38 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  82. package/dist-types/ts3.4/models/models_4.d.ts +29 -24
  83. package/dist-types/ts3.4/models/models_5.d.ts +24 -23
  84. package/dist-types/ts3.4/models/models_6.d.ts +51 -47
  85. package/dist-types/ts3.4/models/models_7.d.ts +54 -1
  86. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  87. package/package.json +1 -1
@@ -5,26 +5,26 @@ exports.se_CreateRouteTableCommand = exports.se_CreateRouteCommand = exports.se_
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
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_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_DescribeInstanceTopologyCommand = exports.se_DescribeInstanceStatusCommand = exports.se_DescribeInstancesCommand = exports.se_DescribeInstanceEventWindowsCommand = exports.se_DescribeInstanceEventNotificationAttributesCommand = exports.se_DescribeInstanceCreditSpecificationsCommand = exports.se_DescribeInstanceConnectEndpointsCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeImportSnapshotTasksCommand = exports.se_DescribeImportImageTasksCommand = exports.se_DescribeImagesCommand = exports.se_DescribeImageAttributeCommand = exports.se_DescribeIdFormatCommand = exports.se_DescribeIdentityIdFormatCommand = exports.se_DescribeIamInstanceProfileAssociationsCommand = exports.se_DescribeHostsCommand = exports.se_DescribeHostReservationsCommand = exports.se_DescribeHostReservationOfferingsCommand = exports.se_DescribeFpgaImagesCommand = exports.se_DescribeFpgaImageAttributeCommand = void 0;
9
- exports.se_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 = exports.se_DescribePrefixListsCommand = void 0;
10
- 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_DisableSnapshotBlockPublicAccessCommand = exports.se_DisableSerialConsoleAccessCommand = exports.se_DisableIpamOrganizationAdminAccountCommand = exports.se_DisableImageDeprecationCommand = exports.se_DisableImageBlockPublicAccessCommand = exports.se_DisableImageCommand = exports.se_DisableFastSnapshotRestoresCommand = exports.se_DisableFastLaunchCommand = exports.se_DisableEbsEncryptionByDefaultCommand = exports.se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_DisableAddressTransferCommand = exports.se_DetachVpnGatewayCommand = exports.se_DetachVolumeCommand = exports.se_DetachVerifiedAccessTrustProviderCommand = exports.se_DetachNetworkInterfaceCommand = exports.se_DetachInternetGatewayCommand = exports.se_DetachClassicLinkVpcCommand = exports.se_DescribeVpnGatewaysCommand = exports.se_DescribeVpnConnectionsCommand = exports.se_DescribeVpcsCommand = exports.se_DescribeVpcPeeringConnectionsCommand = exports.se_DescribeVpcEndpointServicesCommand = exports.se_DescribeVpcEndpointServicePermissionsCommand = exports.se_DescribeVpcEndpointServiceConfigurationsCommand = exports.se_DescribeVpcEndpointsCommand = exports.se_DescribeVpcEndpointConnectionsCommand = exports.se_DescribeVpcEndpointConnectionNotificationsCommand = exports.se_DescribeVpcClassicLinkDnsSupportCommand = exports.se_DescribeVpcClassicLinkCommand = exports.se_DescribeVpcAttributeCommand = exports.se_DescribeVolumeStatusCommand = void 0;
11
- 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_EnableSnapshotBlockPublicAccessCommand = exports.se_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = exports.se_EnableFastLaunchCommand = exports.se_EnableEbsEncryptionByDefaultCommand = exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = void 0;
12
- 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 = exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSnapshotBlockPublicAccessStateCommand = exports.se_GetSerialConsoleAccessStatusCommand = void 0;
13
- 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 = exports.se_ModifyNetworkInterfaceAttributeCommand = exports.se_ModifyManagedPrefixListCommand = exports.se_ModifyLocalGatewayRouteCommand = exports.se_ModifyLaunchTemplateCommand = void 0;
14
- 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 = exports.se_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.se_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.se_RegisterTransitGatewayMulticastGroupMembersCommand = exports.se_RegisterInstanceEventNotificationAttributesCommand = void 0;
15
- 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 = exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = exports.se_UnassignPrivateNatGatewayAddressCommand = exports.se_UnassignPrivateIpAddressesCommand = void 0;
16
- 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 = exports.de_CancelReservedInstancesListingCommand = exports.de_CancelImportTaskCommand = exports.de_CancelImageLaunchPermissionCommand = exports.de_CancelExportTaskCommand = void 0;
17
- 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 = exports.de_CreateRestoreImageTaskCommand = exports.de_CreateReservedInstancesListingCommand = exports.de_CreateReplaceRootVolumeTaskCommand = exports.de_CreatePublicIpv4PoolCommand = void 0;
18
- 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 = exports.de_DeleteInstanceConnectEndpointCommand = exports.de_DeleteFpgaImageCommand = exports.de_DeleteFlowLogsCommand = exports.de_DeleteFleetsCommand = void 0;
19
- 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 = exports.de_DeleteVerifiedAccessEndpointCommand = exports.de_DeleteTransitGatewayVpcAttachmentCommand = exports.de_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.de_DeleteTransitGatewayRouteTableCommand = void 0;
20
- 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_DescribeInstanceTopologyCommand = exports.de_DescribeInstanceStatusCommand = exports.de_DescribeInstancesCommand = exports.de_DescribeInstanceEventWindowsCommand = exports.de_DescribeInstanceEventNotificationAttributesCommand = exports.de_DescribeInstanceCreditSpecificationsCommand = exports.de_DescribeInstanceConnectEndpointsCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeImportSnapshotTasksCommand = exports.de_DescribeImportImageTasksCommand = exports.de_DescribeImagesCommand = exports.de_DescribeImageAttributeCommand = exports.de_DescribeIdFormatCommand = exports.de_DescribeIdentityIdFormatCommand = exports.de_DescribeIamInstanceProfileAssociationsCommand = exports.de_DescribeHostsCommand = exports.de_DescribeHostReservationsCommand = exports.de_DescribeHostReservationOfferingsCommand = exports.de_DescribeFpgaImagesCommand = exports.de_DescribeFpgaImageAttributeCommand = exports.de_DescribeFlowLogsCommand = exports.de_DescribeFleetsCommand = exports.de_DescribeFleetInstancesCommand = exports.de_DescribeFleetHistoryCommand = exports.de_DescribeFastSnapshotRestoresCommand = exports.de_DescribeFastLaunchImagesCommand = void 0;
21
- 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 = exports.de_DescribeNetworkInterfacesCommand = exports.de_DescribeNetworkInterfacePermissionsCommand = exports.de_DescribeNetworkInterfaceAttributeCommand = exports.de_DescribeNetworkInsightsPathsCommand = exports.de_DescribeNetworkInsightsAnalysesCommand = void 0;
22
- 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_DisableSnapshotBlockPublicAccessCommand = exports.de_DisableSerialConsoleAccessCommand = exports.de_DisableIpamOrganizationAdminAccountCommand = exports.de_DisableImageDeprecationCommand = exports.de_DisableImageBlockPublicAccessCommand = exports.de_DisableImageCommand = exports.de_DisableFastSnapshotRestoresCommand = exports.de_DisableFastLaunchCommand = exports.de_DisableEbsEncryptionByDefaultCommand = exports.de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_DisableAddressTransferCommand = exports.de_DetachVpnGatewayCommand = exports.de_DetachVolumeCommand = exports.de_DetachVerifiedAccessTrustProviderCommand = exports.de_DetachNetworkInterfaceCommand = exports.de_DetachInternetGatewayCommand = exports.de_DetachClassicLinkVpcCommand = exports.de_DescribeVpnGatewaysCommand = exports.de_DescribeVpnConnectionsCommand = exports.de_DescribeVpcsCommand = exports.de_DescribeVpcPeeringConnectionsCommand = exports.de_DescribeVpcEndpointServicesCommand = exports.de_DescribeVpcEndpointServicePermissionsCommand = exports.de_DescribeVpcEndpointServiceConfigurationsCommand = exports.de_DescribeVpcEndpointsCommand = exports.de_DescribeVpcEndpointConnectionsCommand = exports.de_DescribeVpcEndpointConnectionNotificationsCommand = exports.de_DescribeVpcClassicLinkDnsSupportCommand = exports.de_DescribeVpcClassicLinkCommand = exports.de_DescribeVpcAttributeCommand = exports.de_DescribeVolumeStatusCommand = exports.de_DescribeVolumesModificationsCommand = exports.de_DescribeVolumesCommand = exports.de_DescribeVolumeAttributeCommand = exports.de_DescribeVerifiedAccessTrustProvidersCommand = exports.de_DescribeVerifiedAccessInstancesCommand = exports.de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = void 0;
23
- 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_EnableSnapshotBlockPublicAccessCommand = exports.de_EnableSerialConsoleAccessCommand = exports.de_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.de_EnableIpamOrganizationAdminAccountCommand = exports.de_EnableImageDeprecationCommand = exports.de_EnableImageBlockPublicAccessCommand = exports.de_EnableImageCommand = exports.de_EnableFastSnapshotRestoresCommand = exports.de_EnableFastLaunchCommand = exports.de_EnableEbsEncryptionByDefaultCommand = exports.de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_EnableAddressTransferCommand = exports.de_DisassociateVpcCidrBlockCommand = exports.de_DisassociateTrunkInterfaceCommand = exports.de_DisassociateTransitGatewayRouteTableCommand = exports.de_DisassociateTransitGatewayPolicyTableCommand = exports.de_DisassociateTransitGatewayMulticastDomainCommand = void 0;
24
- 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 = exports.de_GetSnapshotBlockPublicAccessStateCommand = exports.de_GetSerialConsoleAccessStatusCommand = exports.de_GetSecurityGroupsForVpcCommand = exports.de_GetReservedInstancesExchangeQuoteCommand = exports.de_GetPasswordDataCommand = exports.de_GetNetworkInsightsAccessScopeContentCommand = exports.de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.de_GetManagedPrefixListEntriesCommand = void 0;
25
- 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 = exports.de_ModifyLocalGatewayRouteCommand = exports.de_ModifyLaunchTemplateCommand = exports.de_ModifyIpamScopeCommand = exports.de_ModifyIpamResourceDiscoveryCommand = exports.de_ModifyIpamResourceCidrCommand = exports.de_ModifyIpamPoolCommand = exports.de_ModifyIpamCommand = exports.de_ModifyInstancePlacementCommand = void 0;
26
- 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 = exports.de_RegisterTransitGatewayMulticastGroupMembersCommand = exports.de_RegisterInstanceEventNotificationAttributesCommand = exports.de_RegisterImageCommand = exports.de_RebootInstancesCommand = exports.de_PurchaseScheduledInstancesCommand = exports.de_PurchaseReservedInstancesOfferingCommand = exports.de_PurchaseHostReservationCommand = exports.de_PurchaseCapacityBlockCommand = void 0;
27
- 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 = void 0;
8
+ exports.se_DescribeNetworkInterfacesCommand = exports.se_DescribeNetworkInterfacePermissionsCommand = exports.se_DescribeNetworkInterfaceAttributeCommand = exports.se_DescribeNetworkInsightsPathsCommand = exports.se_DescribeNetworkInsightsAnalysesCommand = exports.se_DescribeNetworkInsightsAccessScopesCommand = exports.se_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.se_DescribeNetworkAclsCommand = exports.se_DescribeNatGatewaysCommand = exports.se_DescribeMovingAddressesCommand = exports.se_DescribeManagedPrefixListsCommand = exports.se_DescribeLockedSnapshotsCommand = exports.se_DescribeLocalGatewayVirtualInterfacesCommand = exports.se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.se_DescribeLocalGatewaysCommand = exports.se_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.se_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.se_DescribeLocalGatewayRouteTablesCommand = exports.se_DescribeLaunchTemplateVersionsCommand = exports.se_DescribeLaunchTemplatesCommand = exports.se_DescribeKeyPairsCommand = exports.se_DescribeIpv6PoolsCommand = exports.se_DescribeIpamScopesCommand = exports.se_DescribeIpamsCommand = exports.se_DescribeIpamResourceDiscoveryAssociationsCommand = exports.se_DescribeIpamResourceDiscoveriesCommand = exports.se_DescribeIpamPoolsCommand = exports.se_DescribeInternetGatewaysCommand = exports.se_DescribeInstanceTypesCommand = exports.se_DescribeInstanceTypeOfferingsCommand = exports.se_DescribeInstanceTopologyCommand = exports.se_DescribeInstanceStatusCommand = exports.se_DescribeInstancesCommand = exports.se_DescribeInstanceEventWindowsCommand = exports.se_DescribeInstanceEventNotificationAttributesCommand = exports.se_DescribeInstanceCreditSpecificationsCommand = exports.se_DescribeInstanceConnectEndpointsCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeImportSnapshotTasksCommand = exports.se_DescribeImportImageTasksCommand = exports.se_DescribeImagesCommand = exports.se_DescribeImageAttributeCommand = exports.se_DescribeIdFormatCommand = exports.se_DescribeIdentityIdFormatCommand = exports.se_DescribeIamInstanceProfileAssociationsCommand = exports.se_DescribeHostsCommand = exports.se_DescribeHostReservationsCommand = exports.se_DescribeHostReservationOfferingsCommand = exports.se_DescribeFpgaImagesCommand = exports.se_DescribeFpgaImageAttributeCommand = void 0;
9
+ exports.se_DescribeVolumesCommand = exports.se_DescribeVolumeAttributeCommand = exports.se_DescribeVerifiedAccessTrustProvidersCommand = exports.se_DescribeVerifiedAccessInstancesCommand = exports.se_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.se_DescribeVerifiedAccessGroupsCommand = exports.se_DescribeVerifiedAccessEndpointsCommand = exports.se_DescribeTrunkInterfaceAssociationsCommand = exports.se_DescribeTransitGatewayVpcAttachmentsCommand = exports.se_DescribeTransitGatewaysCommand = exports.se_DescribeTransitGatewayRouteTablesCommand = exports.se_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.se_DescribeTransitGatewayPolicyTablesCommand = exports.se_DescribeTransitGatewayPeeringAttachmentsCommand = exports.se_DescribeTransitGatewayMulticastDomainsCommand = exports.se_DescribeTransitGatewayConnectsCommand = exports.se_DescribeTransitGatewayConnectPeersCommand = exports.se_DescribeTransitGatewayAttachmentsCommand = exports.se_DescribeTrafficMirrorTargetsCommand = exports.se_DescribeTrafficMirrorSessionsCommand = exports.se_DescribeTrafficMirrorFiltersCommand = exports.se_DescribeTagsCommand = exports.se_DescribeSubnetsCommand = exports.se_DescribeStoreImageTasksCommand = exports.se_DescribeStaleSecurityGroupsCommand = exports.se_DescribeSpotPriceHistoryCommand = exports.se_DescribeSpotInstanceRequestsCommand = exports.se_DescribeSpotFleetRequestsCommand = exports.se_DescribeSpotFleetRequestHistoryCommand = exports.se_DescribeSpotFleetInstancesCommand = exports.se_DescribeSpotDatafeedSubscriptionCommand = exports.se_DescribeSnapshotTierStatusCommand = exports.se_DescribeSnapshotsCommand = exports.se_DescribeSnapshotAttributeCommand = exports.se_DescribeSecurityGroupsCommand = exports.se_DescribeSecurityGroupRulesCommand = exports.se_DescribeSecurityGroupReferencesCommand = exports.se_DescribeScheduledInstancesCommand = exports.se_DescribeScheduledInstanceAvailabilityCommand = exports.se_DescribeRouteTablesCommand = exports.se_DescribeReservedInstancesOfferingsCommand = exports.se_DescribeReservedInstancesModificationsCommand = exports.se_DescribeReservedInstancesListingsCommand = exports.se_DescribeReservedInstancesCommand = exports.se_DescribeReplaceRootVolumeTasksCommand = exports.se_DescribeRegionsCommand = exports.se_DescribePublicIpv4PoolsCommand = exports.se_DescribePrincipalIdFormatCommand = exports.se_DescribePrefixListsCommand = exports.se_DescribePlacementGroupsCommand = void 0;
10
+ exports.se_DisassociateVpcCidrBlockCommand = exports.se_DisassociateTrunkInterfaceCommand = exports.se_DisassociateTransitGatewayRouteTableCommand = exports.se_DisassociateTransitGatewayPolicyTableCommand = exports.se_DisassociateTransitGatewayMulticastDomainCommand = exports.se_DisassociateSubnetCidrBlockCommand = exports.se_DisassociateRouteTableCommand = exports.se_DisassociateNatGatewayAddressCommand = exports.se_DisassociateIpamResourceDiscoveryCommand = exports.se_DisassociateInstanceEventWindowCommand = exports.se_DisassociateIamInstanceProfileCommand = exports.se_DisassociateEnclaveCertificateIamRoleCommand = exports.se_DisassociateClientVpnTargetNetworkCommand = exports.se_DisassociateAddressCommand = exports.se_DisableVpcClassicLinkDnsSupportCommand = exports.se_DisableVpcClassicLinkCommand = exports.se_DisableVgwRoutePropagationCommand = exports.se_DisableTransitGatewayRouteTablePropagationCommand = exports.se_DisableSnapshotBlockPublicAccessCommand = exports.se_DisableSerialConsoleAccessCommand = exports.se_DisableIpamOrganizationAdminAccountCommand = exports.se_DisableImageDeprecationCommand = exports.se_DisableImageBlockPublicAccessCommand = exports.se_DisableImageCommand = exports.se_DisableFastSnapshotRestoresCommand = exports.se_DisableFastLaunchCommand = exports.se_DisableEbsEncryptionByDefaultCommand = exports.se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_DisableAddressTransferCommand = exports.se_DetachVpnGatewayCommand = exports.se_DetachVolumeCommand = exports.se_DetachVerifiedAccessTrustProviderCommand = exports.se_DetachNetworkInterfaceCommand = exports.se_DetachInternetGatewayCommand = exports.se_DetachClassicLinkVpcCommand = exports.se_DescribeVpnGatewaysCommand = exports.se_DescribeVpnConnectionsCommand = exports.se_DescribeVpcsCommand = exports.se_DescribeVpcPeeringConnectionsCommand = exports.se_DescribeVpcEndpointServicesCommand = exports.se_DescribeVpcEndpointServicePermissionsCommand = exports.se_DescribeVpcEndpointServiceConfigurationsCommand = exports.se_DescribeVpcEndpointsCommand = exports.se_DescribeVpcEndpointConnectionsCommand = exports.se_DescribeVpcEndpointConnectionNotificationsCommand = exports.se_DescribeVpcClassicLinkDnsSupportCommand = exports.se_DescribeVpcClassicLinkCommand = exports.se_DescribeVpcAttributeCommand = exports.se_DescribeVolumeStatusCommand = exports.se_DescribeVolumesModificationsCommand = void 0;
11
+ exports.se_GetReservedInstancesExchangeQuoteCommand = exports.se_GetPasswordDataCommand = exports.se_GetNetworkInsightsAccessScopeContentCommand = exports.se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.se_GetManagedPrefixListEntriesCommand = exports.se_GetManagedPrefixListAssociationsCommand = exports.se_GetLaunchTemplateDataCommand = exports.se_GetIpamResourceCidrsCommand = exports.se_GetIpamPoolCidrsCommand = exports.se_GetIpamPoolAllocationsCommand = exports.se_GetIpamDiscoveredResourceCidrsCommand = exports.se_GetIpamDiscoveredAccountsCommand = exports.se_GetIpamAddressHistoryCommand = exports.se_GetInstanceUefiDataCommand = exports.se_GetInstanceTypesFromInstanceRequirementsCommand = exports.se_GetImageBlockPublicAccessStateCommand = exports.se_GetHostReservationPurchasePreviewCommand = exports.se_GetGroupsForCapacityReservationCommand = exports.se_GetFlowLogsIntegrationTemplateCommand = exports.se_GetEbsEncryptionByDefaultCommand = exports.se_GetEbsDefaultKmsKeyIdCommand = exports.se_GetDefaultCreditSpecificationCommand = exports.se_GetConsoleScreenshotCommand = exports.se_GetConsoleOutputCommand = exports.se_GetCoipPoolUsageCommand = exports.se_GetCapacityReservationUsageCommand = exports.se_GetAwsNetworkPerformanceDataCommand = exports.se_GetAssociatedIpv6PoolCidrsCommand = exports.se_GetAssociatedEnclaveCertificateIamRolesCommand = exports.se_ExportTransitGatewayRoutesCommand = exports.se_ExportImageCommand = exports.se_ExportClientVpnClientConfigurationCommand = exports.se_ExportClientVpnClientCertificateRevocationListCommand = exports.se_EnableVpcClassicLinkDnsSupportCommand = exports.se_EnableVpcClassicLinkCommand = exports.se_EnableVolumeIOCommand = exports.se_EnableVgwRoutePropagationCommand = exports.se_EnableTransitGatewayRouteTablePropagationCommand = exports.se_EnableSnapshotBlockPublicAccessCommand = exports.se_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = exports.se_EnableFastLaunchCommand = exports.se_EnableEbsEncryptionByDefaultCommand = exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_EnableAddressTransferCommand = void 0;
12
+ exports.se_ModifyIpamResourceCidrCommand = exports.se_ModifyIpamPoolCommand = exports.se_ModifyIpamCommand = exports.se_ModifyInstancePlacementCommand = exports.se_ModifyInstanceMetadataOptionsCommand = exports.se_ModifyInstanceMaintenanceOptionsCommand = exports.se_ModifyInstanceEventWindowCommand = exports.se_ModifyInstanceEventStartTimeCommand = exports.se_ModifyInstanceCreditSpecificationCommand = exports.se_ModifyInstanceCapacityReservationAttributesCommand = exports.se_ModifyInstanceAttributeCommand = exports.se_ModifyImageAttributeCommand = exports.se_ModifyIdFormatCommand = exports.se_ModifyIdentityIdFormatCommand = exports.se_ModifyHostsCommand = exports.se_ModifyFpgaImageAttributeCommand = exports.se_ModifyFleetCommand = exports.se_ModifyEbsDefaultKmsKeyIdCommand = exports.se_ModifyDefaultCreditSpecificationCommand = exports.se_ModifyClientVpnEndpointCommand = exports.se_ModifyCapacityReservationFleetCommand = exports.se_ModifyCapacityReservationCommand = exports.se_ModifyAvailabilityZoneGroupCommand = exports.se_ModifyAddressAttributeCommand = exports.se_LockSnapshotCommand = exports.se_ListSnapshotsInRecycleBinCommand = exports.se_ListImagesInRecycleBinCommand = exports.se_ImportVolumeCommand = exports.se_ImportSnapshotCommand = exports.se_ImportKeyPairCommand = exports.se_ImportInstanceCommand = exports.se_ImportImageCommand = exports.se_ImportClientVpnClientCertificateRevocationListCommand = exports.se_GetVpnTunnelReplacementStatusCommand = exports.se_GetVpnConnectionDeviceTypesCommand = exports.se_GetVpnConnectionDeviceSampleConfigurationCommand = exports.se_GetVerifiedAccessGroupPolicyCommand = exports.se_GetVerifiedAccessEndpointPolicyCommand = exports.se_GetTransitGatewayRouteTablePropagationsCommand = exports.se_GetTransitGatewayRouteTableAssociationsCommand = exports.se_GetTransitGatewayPrefixListReferencesCommand = exports.se_GetTransitGatewayPolicyTableEntriesCommand = exports.se_GetTransitGatewayPolicyTableAssociationsCommand = exports.se_GetTransitGatewayMulticastDomainAssociationsCommand = exports.se_GetTransitGatewayAttachmentPropagationsCommand = exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSnapshotBlockPublicAccessStateCommand = exports.se_GetSerialConsoleAccessStatusCommand = exports.se_GetSecurityGroupsForVpcCommand = void 0;
13
+ exports.se_PurchaseScheduledInstancesCommand = exports.se_PurchaseReservedInstancesOfferingCommand = exports.se_PurchaseHostReservationCommand = exports.se_PurchaseCapacityBlockCommand = exports.se_ProvisionPublicIpv4PoolCidrCommand = exports.se_ProvisionIpamPoolCidrCommand = exports.se_ProvisionByoipCidrCommand = exports.se_MoveByoipCidrToIpamCommand = exports.se_MoveAddressToVpcCommand = exports.se_MonitorInstancesCommand = exports.se_ModifyVpnTunnelOptionsCommand = exports.se_ModifyVpnTunnelCertificateCommand = exports.se_ModifyVpnConnectionOptionsCommand = exports.se_ModifyVpnConnectionCommand = exports.se_ModifyVpcTenancyCommand = exports.se_ModifyVpcPeeringConnectionOptionsCommand = exports.se_ModifyVpcEndpointServicePermissionsCommand = exports.se_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.se_ModifyVpcEndpointServiceConfigurationCommand = exports.se_ModifyVpcEndpointConnectionNotificationCommand = exports.se_ModifyVpcEndpointCommand = exports.se_ModifyVpcAttributeCommand = exports.se_ModifyVolumeAttributeCommand = exports.se_ModifyVolumeCommand = exports.se_ModifyVerifiedAccessTrustProviderCommand = exports.se_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.se_ModifyVerifiedAccessInstanceCommand = exports.se_ModifyVerifiedAccessGroupPolicyCommand = exports.se_ModifyVerifiedAccessGroupCommand = exports.se_ModifyVerifiedAccessEndpointPolicyCommand = exports.se_ModifyVerifiedAccessEndpointCommand = exports.se_ModifyTransitGatewayVpcAttachmentCommand = exports.se_ModifyTransitGatewayPrefixListReferenceCommand = exports.se_ModifyTransitGatewayCommand = exports.se_ModifyTrafficMirrorSessionCommand = exports.se_ModifyTrafficMirrorFilterRuleCommand = exports.se_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.se_ModifySubnetAttributeCommand = exports.se_ModifySpotFleetRequestCommand = exports.se_ModifySnapshotTierCommand = exports.se_ModifySnapshotAttributeCommand = exports.se_ModifySecurityGroupRulesCommand = exports.se_ModifyReservedInstancesCommand = exports.se_ModifyPrivateDnsNameOptionsCommand = exports.se_ModifyNetworkInterfaceAttributeCommand = exports.se_ModifyManagedPrefixListCommand = exports.se_ModifyLocalGatewayRouteCommand = exports.se_ModifyLaunchTemplateCommand = exports.se_ModifyIpamScopeCommand = exports.se_ModifyIpamResourceDiscoveryCommand = void 0;
14
+ exports.se_TerminateClientVpnConnectionsCommand = exports.se_StopInstancesCommand = exports.se_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.se_StartNetworkInsightsAnalysisCommand = exports.se_StartNetworkInsightsAccessScopeAnalysisCommand = exports.se_StartInstancesCommand = exports.se_SendDiagnosticInterruptCommand = exports.se_SearchTransitGatewayRoutesCommand = exports.se_SearchTransitGatewayMulticastGroupsCommand = exports.se_SearchLocalGatewayRoutesCommand = exports.se_RunScheduledInstancesCommand = exports.se_RunInstancesCommand = exports.se_RevokeSecurityGroupIngressCommand = exports.se_RevokeSecurityGroupEgressCommand = exports.se_RevokeClientVpnIngressCommand = exports.se_RestoreSnapshotTierCommand = exports.se_RestoreSnapshotFromRecycleBinCommand = exports.se_RestoreManagedPrefixListVersionCommand = exports.se_RestoreImageFromRecycleBinCommand = exports.se_RestoreAddressToClassicCommand = exports.se_ResetSnapshotAttributeCommand = exports.se_ResetNetworkInterfaceAttributeCommand = exports.se_ResetInstanceAttributeCommand = exports.se_ResetImageAttributeCommand = exports.se_ResetFpgaImageAttributeCommand = exports.se_ResetEbsDefaultKmsKeyIdCommand = exports.se_ResetAddressAttributeCommand = exports.se_RequestSpotInstancesCommand = exports.se_RequestSpotFleetCommand = exports.se_ReportInstanceStatusCommand = exports.se_ReplaceVpnTunnelCommand = exports.se_ReplaceTransitGatewayRouteCommand = exports.se_ReplaceRouteTableAssociationCommand = exports.se_ReplaceRouteCommand = exports.se_ReplaceNetworkAclEntryCommand = exports.se_ReplaceNetworkAclAssociationCommand = exports.se_ReplaceIamInstanceProfileAssociationCommand = exports.se_ReleaseIpamPoolAllocationCommand = exports.se_ReleaseHostsCommand = exports.se_ReleaseAddressCommand = exports.se_RejectVpcPeeringConnectionCommand = exports.se_RejectVpcEndpointConnectionsCommand = exports.se_RejectTransitGatewayVpcAttachmentCommand = exports.se_RejectTransitGatewayPeeringAttachmentCommand = exports.se_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.se_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.se_RegisterTransitGatewayMulticastGroupMembersCommand = exports.se_RegisterInstanceEventNotificationAttributesCommand = exports.se_RegisterImageCommand = exports.se_RebootInstancesCommand = void 0;
15
+ exports.de_CancelBundleTaskCommand = exports.de_BundleInstanceCommand = exports.de_AuthorizeSecurityGroupIngressCommand = exports.de_AuthorizeSecurityGroupEgressCommand = exports.de_AuthorizeClientVpnIngressCommand = exports.de_AttachVpnGatewayCommand = exports.de_AttachVolumeCommand = exports.de_AttachVerifiedAccessTrustProviderCommand = exports.de_AttachNetworkInterfaceCommand = exports.de_AttachInternetGatewayCommand = exports.de_AttachClassicLinkVpcCommand = exports.de_AssociateVpcCidrBlockCommand = exports.de_AssociateTrunkInterfaceCommand = exports.de_AssociateTransitGatewayRouteTableCommand = exports.de_AssociateTransitGatewayPolicyTableCommand = exports.de_AssociateTransitGatewayMulticastDomainCommand = exports.de_AssociateSubnetCidrBlockCommand = exports.de_AssociateRouteTableCommand = exports.de_AssociateNatGatewayAddressCommand = exports.de_AssociateIpamResourceDiscoveryCommand = exports.de_AssociateInstanceEventWindowCommand = exports.de_AssociateIamInstanceProfileCommand = exports.de_AssociateEnclaveCertificateIamRoleCommand = exports.de_AssociateDhcpOptionsCommand = exports.de_AssociateClientVpnTargetNetworkCommand = exports.de_AssociateAddressCommand = exports.de_AssignPrivateNatGatewayAddressCommand = exports.de_AssignPrivateIpAddressesCommand = exports.de_AssignIpv6AddressesCommand = exports.de_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.de_AllocateIpamPoolCidrCommand = exports.de_AllocateHostsCommand = exports.de_AllocateAddressCommand = exports.de_AdvertiseByoipCidrCommand = exports.de_AcceptVpcPeeringConnectionCommand = exports.de_AcceptVpcEndpointConnectionsCommand = exports.de_AcceptTransitGatewayVpcAttachmentCommand = exports.de_AcceptTransitGatewayPeeringAttachmentCommand = exports.de_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.de_AcceptReservedInstancesExchangeQuoteCommand = exports.de_AcceptAddressTransferCommand = exports.se_WithdrawByoipCidrCommand = exports.se_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = exports.se_UnlockSnapshotCommand = exports.se_UnassignPrivateNatGatewayAddressCommand = exports.se_UnassignPrivateIpAddressesCommand = exports.se_UnassignIpv6AddressesCommand = exports.se_TerminateInstancesCommand = void 0;
16
+ exports.de_CreateNetworkInsightsPathCommand = exports.de_CreateNetworkInsightsAccessScopeCommand = exports.de_CreateNetworkAclEntryCommand = exports.de_CreateNetworkAclCommand = exports.de_CreateNatGatewayCommand = exports.de_CreateManagedPrefixListCommand = exports.de_CreateLocalGatewayRouteTableVpcAssociationCommand = exports.de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_CreateLocalGatewayRouteTableCommand = exports.de_CreateLocalGatewayRouteCommand = exports.de_CreateLaunchTemplateVersionCommand = exports.de_CreateLaunchTemplateCommand = exports.de_CreateKeyPairCommand = exports.de_CreateIpamScopeCommand = exports.de_CreateIpamResourceDiscoveryCommand = exports.de_CreateIpamPoolCommand = exports.de_CreateIpamCommand = exports.de_CreateInternetGatewayCommand = exports.de_CreateInstanceExportTaskCommand = exports.de_CreateInstanceEventWindowCommand = exports.de_CreateInstanceConnectEndpointCommand = exports.de_CreateImageCommand = exports.de_CreateFpgaImageCommand = exports.de_CreateFlowLogsCommand = exports.de_CreateFleetCommand = exports.de_CreateEgressOnlyInternetGatewayCommand = exports.de_CreateDhcpOptionsCommand = exports.de_CreateDefaultVpcCommand = exports.de_CreateDefaultSubnetCommand = exports.de_CreateCustomerGatewayCommand = exports.de_CreateCoipPoolCommand = exports.de_CreateCoipCidrCommand = exports.de_CreateClientVpnRouteCommand = exports.de_CreateClientVpnEndpointCommand = exports.de_CreateCarrierGatewayCommand = exports.de_CreateCapacityReservationFleetCommand = exports.de_CreateCapacityReservationCommand = exports.de_CopySnapshotCommand = exports.de_CopyImageCommand = exports.de_CopyFpgaImageCommand = exports.de_ConfirmProductInstanceCommand = exports.de_CancelSpotInstanceRequestsCommand = exports.de_CancelSpotFleetRequestsCommand = exports.de_CancelReservedInstancesListingCommand = exports.de_CancelImportTaskCommand = exports.de_CancelImageLaunchPermissionCommand = exports.de_CancelExportTaskCommand = exports.de_CancelConversionTaskCommand = exports.de_CancelCapacityReservationFleetsCommand = exports.de_CancelCapacityReservationCommand = void 0;
17
+ exports.de_DeleteCoipPoolCommand = exports.de_DeleteCoipCidrCommand = exports.de_DeleteClientVpnRouteCommand = exports.de_DeleteClientVpnEndpointCommand = exports.de_DeleteCarrierGatewayCommand = exports.de_CreateVpnGatewayCommand = exports.de_CreateVpnConnectionRouteCommand = exports.de_CreateVpnConnectionCommand = exports.de_CreateVpcPeeringConnectionCommand = exports.de_CreateVpcEndpointServiceConfigurationCommand = exports.de_CreateVpcEndpointConnectionNotificationCommand = exports.de_CreateVpcEndpointCommand = exports.de_CreateVpcCommand = exports.de_CreateVolumeCommand = exports.de_CreateVerifiedAccessTrustProviderCommand = exports.de_CreateVerifiedAccessInstanceCommand = exports.de_CreateVerifiedAccessGroupCommand = exports.de_CreateVerifiedAccessEndpointCommand = exports.de_CreateTransitGatewayVpcAttachmentCommand = exports.de_CreateTransitGatewayRouteTableAnnouncementCommand = exports.de_CreateTransitGatewayRouteTableCommand = exports.de_CreateTransitGatewayRouteCommand = exports.de_CreateTransitGatewayPrefixListReferenceCommand = exports.de_CreateTransitGatewayPolicyTableCommand = exports.de_CreateTransitGatewayPeeringAttachmentCommand = exports.de_CreateTransitGatewayMulticastDomainCommand = exports.de_CreateTransitGatewayConnectPeerCommand = exports.de_CreateTransitGatewayConnectCommand = exports.de_CreateTransitGatewayCommand = exports.de_CreateTrafficMirrorTargetCommand = exports.de_CreateTrafficMirrorSessionCommand = exports.de_CreateTrafficMirrorFilterRuleCommand = exports.de_CreateTrafficMirrorFilterCommand = exports.de_CreateTagsCommand = exports.de_CreateSubnetCidrReservationCommand = exports.de_CreateSubnetCommand = exports.de_CreateStoreImageTaskCommand = exports.de_CreateSpotDatafeedSubscriptionCommand = exports.de_CreateSnapshotsCommand = exports.de_CreateSnapshotCommand = exports.de_CreateSecurityGroupCommand = exports.de_CreateRouteTableCommand = exports.de_CreateRouteCommand = exports.de_CreateRestoreImageTaskCommand = exports.de_CreateReservedInstancesListingCommand = exports.de_CreateReplaceRootVolumeTaskCommand = exports.de_CreatePublicIpv4PoolCommand = exports.de_CreatePlacementGroupCommand = exports.de_CreateNetworkInterfacePermissionCommand = exports.de_CreateNetworkInterfaceCommand = void 0;
18
+ exports.de_DeleteTransitGatewayPeeringAttachmentCommand = exports.de_DeleteTransitGatewayMulticastDomainCommand = exports.de_DeleteTransitGatewayConnectPeerCommand = exports.de_DeleteTransitGatewayConnectCommand = exports.de_DeleteTransitGatewayCommand = exports.de_DeleteTrafficMirrorTargetCommand = exports.de_DeleteTrafficMirrorSessionCommand = exports.de_DeleteTrafficMirrorFilterRuleCommand = exports.de_DeleteTrafficMirrorFilterCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSubnetCidrReservationCommand = exports.de_DeleteSubnetCommand = exports.de_DeleteSpotDatafeedSubscriptionCommand = exports.de_DeleteSnapshotCommand = exports.de_DeleteSecurityGroupCommand = exports.de_DeleteRouteTableCommand = exports.de_DeleteRouteCommand = exports.de_DeleteQueuedReservedInstancesCommand = exports.de_DeletePublicIpv4PoolCommand = exports.de_DeletePlacementGroupCommand = exports.de_DeleteNetworkInterfacePermissionCommand = exports.de_DeleteNetworkInterfaceCommand = exports.de_DeleteNetworkInsightsPathCommand = exports.de_DeleteNetworkInsightsAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeCommand = exports.de_DeleteNetworkAclEntryCommand = exports.de_DeleteNetworkAclCommand = exports.de_DeleteNatGatewayCommand = exports.de_DeleteManagedPrefixListCommand = exports.de_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_DeleteLocalGatewayRouteTableCommand = exports.de_DeleteLocalGatewayRouteCommand = exports.de_DeleteLaunchTemplateVersionsCommand = exports.de_DeleteLaunchTemplateCommand = exports.de_DeleteKeyPairCommand = exports.de_DeleteIpamScopeCommand = exports.de_DeleteIpamResourceDiscoveryCommand = exports.de_DeleteIpamPoolCommand = exports.de_DeleteIpamCommand = exports.de_DeleteInternetGatewayCommand = exports.de_DeleteInstanceEventWindowCommand = exports.de_DeleteInstanceConnectEndpointCommand = exports.de_DeleteFpgaImageCommand = exports.de_DeleteFlowLogsCommand = exports.de_DeleteFleetsCommand = exports.de_DeleteEgressOnlyInternetGatewayCommand = exports.de_DeleteDhcpOptionsCommand = exports.de_DeleteCustomerGatewayCommand = void 0;
19
+ exports.de_DescribeEgressOnlyInternetGatewaysCommand = exports.de_DescribeDhcpOptionsCommand = exports.de_DescribeCustomerGatewaysCommand = exports.de_DescribeConversionTasksCommand = exports.de_DescribeCoipPoolsCommand = exports.de_DescribeClientVpnTargetNetworksCommand = exports.de_DescribeClientVpnRoutesCommand = exports.de_DescribeClientVpnEndpointsCommand = exports.de_DescribeClientVpnConnectionsCommand = exports.de_DescribeClientVpnAuthorizationRulesCommand = exports.de_DescribeClassicLinkInstancesCommand = exports.de_DescribeCarrierGatewaysCommand = exports.de_DescribeCapacityReservationsCommand = exports.de_DescribeCapacityReservationFleetsCommand = exports.de_DescribeCapacityBlockOfferingsCommand = exports.de_DescribeByoipCidrsCommand = exports.de_DescribeBundleTasksCommand = exports.de_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.de_DescribeAvailabilityZonesCommand = exports.de_DescribeAggregateIdFormatCommand = exports.de_DescribeAddressTransfersCommand = exports.de_DescribeAddressesAttributeCommand = exports.de_DescribeAddressesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.de_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.de_DeregisterInstanceEventNotificationAttributesCommand = exports.de_DeregisterImageCommand = exports.de_DeprovisionPublicIpv4PoolCidrCommand = exports.de_DeprovisionIpamPoolCidrCommand = exports.de_DeprovisionByoipCidrCommand = exports.de_DeleteVpnGatewayCommand = exports.de_DeleteVpnConnectionRouteCommand = exports.de_DeleteVpnConnectionCommand = exports.de_DeleteVpcPeeringConnectionCommand = exports.de_DeleteVpcEndpointServiceConfigurationsCommand = exports.de_DeleteVpcEndpointsCommand = exports.de_DeleteVpcEndpointConnectionNotificationsCommand = exports.de_DeleteVpcCommand = exports.de_DeleteVolumeCommand = exports.de_DeleteVerifiedAccessTrustProviderCommand = exports.de_DeleteVerifiedAccessInstanceCommand = exports.de_DeleteVerifiedAccessGroupCommand = exports.de_DeleteVerifiedAccessEndpointCommand = exports.de_DeleteTransitGatewayVpcAttachmentCommand = exports.de_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.de_DeleteTransitGatewayRouteTableCommand = exports.de_DeleteTransitGatewayRouteCommand = exports.de_DeleteTransitGatewayPrefixListReferenceCommand = exports.de_DeleteTransitGatewayPolicyTableCommand = void 0;
20
+ exports.de_DescribeMovingAddressesCommand = exports.de_DescribeManagedPrefixListsCommand = exports.de_DescribeLockedSnapshotsCommand = exports.de_DescribeLocalGatewayVirtualInterfacesCommand = exports.de_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.de_DescribeLocalGatewaysCommand = exports.de_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.de_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.de_DescribeLocalGatewayRouteTablesCommand = exports.de_DescribeLaunchTemplateVersionsCommand = exports.de_DescribeLaunchTemplatesCommand = exports.de_DescribeKeyPairsCommand = exports.de_DescribeIpv6PoolsCommand = exports.de_DescribeIpamScopesCommand = exports.de_DescribeIpamsCommand = exports.de_DescribeIpamResourceDiscoveryAssociationsCommand = exports.de_DescribeIpamResourceDiscoveriesCommand = exports.de_DescribeIpamPoolsCommand = exports.de_DescribeInternetGatewaysCommand = exports.de_DescribeInstanceTypesCommand = exports.de_DescribeInstanceTypeOfferingsCommand = exports.de_DescribeInstanceTopologyCommand = exports.de_DescribeInstanceStatusCommand = exports.de_DescribeInstancesCommand = exports.de_DescribeInstanceEventWindowsCommand = exports.de_DescribeInstanceEventNotificationAttributesCommand = exports.de_DescribeInstanceCreditSpecificationsCommand = exports.de_DescribeInstanceConnectEndpointsCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeImportSnapshotTasksCommand = exports.de_DescribeImportImageTasksCommand = exports.de_DescribeImagesCommand = exports.de_DescribeImageAttributeCommand = exports.de_DescribeIdFormatCommand = exports.de_DescribeIdentityIdFormatCommand = exports.de_DescribeIamInstanceProfileAssociationsCommand = exports.de_DescribeHostsCommand = exports.de_DescribeHostReservationsCommand = exports.de_DescribeHostReservationOfferingsCommand = exports.de_DescribeFpgaImagesCommand = exports.de_DescribeFpgaImageAttributeCommand = exports.de_DescribeFlowLogsCommand = exports.de_DescribeFleetsCommand = exports.de_DescribeFleetInstancesCommand = exports.de_DescribeFleetHistoryCommand = exports.de_DescribeFastSnapshotRestoresCommand = exports.de_DescribeFastLaunchImagesCommand = exports.de_DescribeExportTasksCommand = exports.de_DescribeExportImageTasksCommand = exports.de_DescribeElasticGpusCommand = void 0;
21
+ exports.de_DescribeTransitGatewaysCommand = exports.de_DescribeTransitGatewayRouteTablesCommand = exports.de_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.de_DescribeTransitGatewayPolicyTablesCommand = exports.de_DescribeTransitGatewayPeeringAttachmentsCommand = exports.de_DescribeTransitGatewayMulticastDomainsCommand = exports.de_DescribeTransitGatewayConnectsCommand = exports.de_DescribeTransitGatewayConnectPeersCommand = exports.de_DescribeTransitGatewayAttachmentsCommand = exports.de_DescribeTrafficMirrorTargetsCommand = exports.de_DescribeTrafficMirrorSessionsCommand = exports.de_DescribeTrafficMirrorFiltersCommand = exports.de_DescribeTagsCommand = exports.de_DescribeSubnetsCommand = exports.de_DescribeStoreImageTasksCommand = exports.de_DescribeStaleSecurityGroupsCommand = exports.de_DescribeSpotPriceHistoryCommand = exports.de_DescribeSpotInstanceRequestsCommand = exports.de_DescribeSpotFleetRequestsCommand = exports.de_DescribeSpotFleetRequestHistoryCommand = exports.de_DescribeSpotFleetInstancesCommand = exports.de_DescribeSpotDatafeedSubscriptionCommand = exports.de_DescribeSnapshotTierStatusCommand = exports.de_DescribeSnapshotsCommand = exports.de_DescribeSnapshotAttributeCommand = exports.de_DescribeSecurityGroupsCommand = exports.de_DescribeSecurityGroupRulesCommand = exports.de_DescribeSecurityGroupReferencesCommand = exports.de_DescribeScheduledInstancesCommand = exports.de_DescribeScheduledInstanceAvailabilityCommand = exports.de_DescribeRouteTablesCommand = exports.de_DescribeReservedInstancesOfferingsCommand = exports.de_DescribeReservedInstancesModificationsCommand = exports.de_DescribeReservedInstancesListingsCommand = exports.de_DescribeReservedInstancesCommand = exports.de_DescribeReplaceRootVolumeTasksCommand = exports.de_DescribeRegionsCommand = exports.de_DescribePublicIpv4PoolsCommand = exports.de_DescribePrincipalIdFormatCommand = exports.de_DescribePrefixListsCommand = exports.de_DescribePlacementGroupsCommand = exports.de_DescribeNetworkInterfacesCommand = exports.de_DescribeNetworkInterfacePermissionsCommand = exports.de_DescribeNetworkInterfaceAttributeCommand = exports.de_DescribeNetworkInsightsPathsCommand = exports.de_DescribeNetworkInsightsAnalysesCommand = exports.de_DescribeNetworkInsightsAccessScopesCommand = exports.de_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.de_DescribeNetworkAclsCommand = exports.de_DescribeNatGatewaysCommand = void 0;
22
+ exports.de_DisassociateInstanceEventWindowCommand = exports.de_DisassociateIamInstanceProfileCommand = exports.de_DisassociateEnclaveCertificateIamRoleCommand = exports.de_DisassociateClientVpnTargetNetworkCommand = exports.de_DisassociateAddressCommand = exports.de_DisableVpcClassicLinkDnsSupportCommand = exports.de_DisableVpcClassicLinkCommand = exports.de_DisableVgwRoutePropagationCommand = exports.de_DisableTransitGatewayRouteTablePropagationCommand = exports.de_DisableSnapshotBlockPublicAccessCommand = exports.de_DisableSerialConsoleAccessCommand = exports.de_DisableIpamOrganizationAdminAccountCommand = exports.de_DisableImageDeprecationCommand = exports.de_DisableImageBlockPublicAccessCommand = exports.de_DisableImageCommand = exports.de_DisableFastSnapshotRestoresCommand = exports.de_DisableFastLaunchCommand = exports.de_DisableEbsEncryptionByDefaultCommand = exports.de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_DisableAddressTransferCommand = exports.de_DetachVpnGatewayCommand = exports.de_DetachVolumeCommand = exports.de_DetachVerifiedAccessTrustProviderCommand = exports.de_DetachNetworkInterfaceCommand = exports.de_DetachInternetGatewayCommand = exports.de_DetachClassicLinkVpcCommand = exports.de_DescribeVpnGatewaysCommand = exports.de_DescribeVpnConnectionsCommand = exports.de_DescribeVpcsCommand = exports.de_DescribeVpcPeeringConnectionsCommand = exports.de_DescribeVpcEndpointServicesCommand = exports.de_DescribeVpcEndpointServicePermissionsCommand = exports.de_DescribeVpcEndpointServiceConfigurationsCommand = exports.de_DescribeVpcEndpointsCommand = exports.de_DescribeVpcEndpointConnectionsCommand = exports.de_DescribeVpcEndpointConnectionNotificationsCommand = exports.de_DescribeVpcClassicLinkDnsSupportCommand = exports.de_DescribeVpcClassicLinkCommand = exports.de_DescribeVpcAttributeCommand = exports.de_DescribeVolumeStatusCommand = exports.de_DescribeVolumesModificationsCommand = exports.de_DescribeVolumesCommand = exports.de_DescribeVolumeAttributeCommand = exports.de_DescribeVerifiedAccessTrustProvidersCommand = exports.de_DescribeVerifiedAccessInstancesCommand = exports.de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.de_DescribeVerifiedAccessGroupsCommand = exports.de_DescribeVerifiedAccessEndpointsCommand = exports.de_DescribeTrunkInterfaceAssociationsCommand = exports.de_DescribeTransitGatewayVpcAttachmentsCommand = void 0;
23
+ exports.de_GetIpamPoolAllocationsCommand = exports.de_GetIpamDiscoveredResourceCidrsCommand = exports.de_GetIpamDiscoveredAccountsCommand = exports.de_GetIpamAddressHistoryCommand = exports.de_GetInstanceUefiDataCommand = exports.de_GetInstanceTypesFromInstanceRequirementsCommand = exports.de_GetImageBlockPublicAccessStateCommand = exports.de_GetHostReservationPurchasePreviewCommand = exports.de_GetGroupsForCapacityReservationCommand = exports.de_GetFlowLogsIntegrationTemplateCommand = exports.de_GetEbsEncryptionByDefaultCommand = exports.de_GetEbsDefaultKmsKeyIdCommand = exports.de_GetDefaultCreditSpecificationCommand = exports.de_GetConsoleScreenshotCommand = exports.de_GetConsoleOutputCommand = exports.de_GetCoipPoolUsageCommand = exports.de_GetCapacityReservationUsageCommand = exports.de_GetAwsNetworkPerformanceDataCommand = exports.de_GetAssociatedIpv6PoolCidrsCommand = exports.de_GetAssociatedEnclaveCertificateIamRolesCommand = exports.de_ExportTransitGatewayRoutesCommand = exports.de_ExportImageCommand = exports.de_ExportClientVpnClientConfigurationCommand = exports.de_ExportClientVpnClientCertificateRevocationListCommand = exports.de_EnableVpcClassicLinkDnsSupportCommand = exports.de_EnableVpcClassicLinkCommand = exports.de_EnableVolumeIOCommand = exports.de_EnableVgwRoutePropagationCommand = exports.de_EnableTransitGatewayRouteTablePropagationCommand = exports.de_EnableSnapshotBlockPublicAccessCommand = exports.de_EnableSerialConsoleAccessCommand = exports.de_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.de_EnableIpamOrganizationAdminAccountCommand = exports.de_EnableImageDeprecationCommand = exports.de_EnableImageBlockPublicAccessCommand = exports.de_EnableImageCommand = exports.de_EnableFastSnapshotRestoresCommand = exports.de_EnableFastLaunchCommand = exports.de_EnableEbsEncryptionByDefaultCommand = exports.de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_EnableAddressTransferCommand = exports.de_DisassociateVpcCidrBlockCommand = exports.de_DisassociateTrunkInterfaceCommand = exports.de_DisassociateTransitGatewayRouteTableCommand = exports.de_DisassociateTransitGatewayPolicyTableCommand = exports.de_DisassociateTransitGatewayMulticastDomainCommand = exports.de_DisassociateSubnetCidrBlockCommand = exports.de_DisassociateRouteTableCommand = exports.de_DisassociateNatGatewayAddressCommand = exports.de_DisassociateIpamResourceDiscoveryCommand = void 0;
24
+ exports.de_ModifyInstanceCapacityReservationAttributesCommand = exports.de_ModifyInstanceAttributeCommand = exports.de_ModifyImageAttributeCommand = exports.de_ModifyIdFormatCommand = exports.de_ModifyIdentityIdFormatCommand = exports.de_ModifyHostsCommand = exports.de_ModifyFpgaImageAttributeCommand = exports.de_ModifyFleetCommand = exports.de_ModifyEbsDefaultKmsKeyIdCommand = exports.de_ModifyDefaultCreditSpecificationCommand = exports.de_ModifyClientVpnEndpointCommand = exports.de_ModifyCapacityReservationFleetCommand = exports.de_ModifyCapacityReservationCommand = exports.de_ModifyAvailabilityZoneGroupCommand = exports.de_ModifyAddressAttributeCommand = exports.de_LockSnapshotCommand = exports.de_ListSnapshotsInRecycleBinCommand = exports.de_ListImagesInRecycleBinCommand = exports.de_ImportVolumeCommand = exports.de_ImportSnapshotCommand = exports.de_ImportKeyPairCommand = exports.de_ImportInstanceCommand = exports.de_ImportImageCommand = exports.de_ImportClientVpnClientCertificateRevocationListCommand = exports.de_GetVpnTunnelReplacementStatusCommand = exports.de_GetVpnConnectionDeviceTypesCommand = exports.de_GetVpnConnectionDeviceSampleConfigurationCommand = exports.de_GetVerifiedAccessGroupPolicyCommand = exports.de_GetVerifiedAccessEndpointPolicyCommand = exports.de_GetTransitGatewayRouteTablePropagationsCommand = exports.de_GetTransitGatewayRouteTableAssociationsCommand = exports.de_GetTransitGatewayPrefixListReferencesCommand = exports.de_GetTransitGatewayPolicyTableEntriesCommand = exports.de_GetTransitGatewayPolicyTableAssociationsCommand = exports.de_GetTransitGatewayMulticastDomainAssociationsCommand = exports.de_GetTransitGatewayAttachmentPropagationsCommand = exports.de_GetSubnetCidrReservationsCommand = exports.de_GetSpotPlacementScoresCommand = exports.de_GetSnapshotBlockPublicAccessStateCommand = exports.de_GetSerialConsoleAccessStatusCommand = exports.de_GetSecurityGroupsForVpcCommand = exports.de_GetReservedInstancesExchangeQuoteCommand = exports.de_GetPasswordDataCommand = exports.de_GetNetworkInsightsAccessScopeContentCommand = exports.de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.de_GetManagedPrefixListEntriesCommand = exports.de_GetManagedPrefixListAssociationsCommand = exports.de_GetLaunchTemplateDataCommand = exports.de_GetIpamResourceCidrsCommand = exports.de_GetIpamPoolCidrsCommand = void 0;
25
+ exports.de_MonitorInstancesCommand = exports.de_ModifyVpnTunnelOptionsCommand = exports.de_ModifyVpnTunnelCertificateCommand = exports.de_ModifyVpnConnectionOptionsCommand = exports.de_ModifyVpnConnectionCommand = exports.de_ModifyVpcTenancyCommand = exports.de_ModifyVpcPeeringConnectionOptionsCommand = exports.de_ModifyVpcEndpointServicePermissionsCommand = exports.de_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.de_ModifyVpcEndpointServiceConfigurationCommand = exports.de_ModifyVpcEndpointConnectionNotificationCommand = exports.de_ModifyVpcEndpointCommand = exports.de_ModifyVpcAttributeCommand = exports.de_ModifyVolumeAttributeCommand = exports.de_ModifyVolumeCommand = exports.de_ModifyVerifiedAccessTrustProviderCommand = exports.de_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.de_ModifyVerifiedAccessInstanceCommand = exports.de_ModifyVerifiedAccessGroupPolicyCommand = exports.de_ModifyVerifiedAccessGroupCommand = exports.de_ModifyVerifiedAccessEndpointPolicyCommand = exports.de_ModifyVerifiedAccessEndpointCommand = exports.de_ModifyTransitGatewayVpcAttachmentCommand = exports.de_ModifyTransitGatewayPrefixListReferenceCommand = exports.de_ModifyTransitGatewayCommand = exports.de_ModifyTrafficMirrorSessionCommand = exports.de_ModifyTrafficMirrorFilterRuleCommand = exports.de_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.de_ModifySubnetAttributeCommand = exports.de_ModifySpotFleetRequestCommand = exports.de_ModifySnapshotTierCommand = exports.de_ModifySnapshotAttributeCommand = exports.de_ModifySecurityGroupRulesCommand = exports.de_ModifyReservedInstancesCommand = exports.de_ModifyPrivateDnsNameOptionsCommand = exports.de_ModifyNetworkInterfaceAttributeCommand = exports.de_ModifyManagedPrefixListCommand = exports.de_ModifyLocalGatewayRouteCommand = exports.de_ModifyLaunchTemplateCommand = exports.de_ModifyIpamScopeCommand = exports.de_ModifyIpamResourceDiscoveryCommand = exports.de_ModifyIpamResourceCidrCommand = exports.de_ModifyIpamPoolCommand = exports.de_ModifyIpamCommand = exports.de_ModifyInstancePlacementCommand = exports.de_ModifyInstanceMetadataOptionsCommand = exports.de_ModifyInstanceMaintenanceOptionsCommand = exports.de_ModifyInstanceEventWindowCommand = exports.de_ModifyInstanceEventStartTimeCommand = exports.de_ModifyInstanceCreditSpecificationCommand = void 0;
26
+ exports.de_SearchLocalGatewayRoutesCommand = exports.de_RunScheduledInstancesCommand = exports.de_RunInstancesCommand = exports.de_RevokeSecurityGroupIngressCommand = exports.de_RevokeSecurityGroupEgressCommand = exports.de_RevokeClientVpnIngressCommand = exports.de_RestoreSnapshotTierCommand = exports.de_RestoreSnapshotFromRecycleBinCommand = exports.de_RestoreManagedPrefixListVersionCommand = exports.de_RestoreImageFromRecycleBinCommand = exports.de_RestoreAddressToClassicCommand = exports.de_ResetSnapshotAttributeCommand = exports.de_ResetNetworkInterfaceAttributeCommand = exports.de_ResetInstanceAttributeCommand = exports.de_ResetImageAttributeCommand = exports.de_ResetFpgaImageAttributeCommand = exports.de_ResetEbsDefaultKmsKeyIdCommand = exports.de_ResetAddressAttributeCommand = exports.de_RequestSpotInstancesCommand = exports.de_RequestSpotFleetCommand = exports.de_ReportInstanceStatusCommand = exports.de_ReplaceVpnTunnelCommand = exports.de_ReplaceTransitGatewayRouteCommand = exports.de_ReplaceRouteTableAssociationCommand = exports.de_ReplaceRouteCommand = exports.de_ReplaceNetworkAclEntryCommand = exports.de_ReplaceNetworkAclAssociationCommand = exports.de_ReplaceIamInstanceProfileAssociationCommand = exports.de_ReleaseIpamPoolAllocationCommand = exports.de_ReleaseHostsCommand = exports.de_ReleaseAddressCommand = exports.de_RejectVpcPeeringConnectionCommand = exports.de_RejectVpcEndpointConnectionsCommand = exports.de_RejectTransitGatewayVpcAttachmentCommand = exports.de_RejectTransitGatewayPeeringAttachmentCommand = exports.de_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.de_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.de_RegisterTransitGatewayMulticastGroupMembersCommand = exports.de_RegisterInstanceEventNotificationAttributesCommand = exports.de_RegisterImageCommand = exports.de_RebootInstancesCommand = exports.de_PurchaseScheduledInstancesCommand = exports.de_PurchaseReservedInstancesOfferingCommand = exports.de_PurchaseHostReservationCommand = exports.de_PurchaseCapacityBlockCommand = exports.de_ProvisionPublicIpv4PoolCidrCommand = exports.de_ProvisionIpamPoolCidrCommand = exports.de_ProvisionByoipCidrCommand = exports.de_MoveByoipCidrToIpamCommand = exports.de_MoveAddressToVpcCommand = void 0;
27
+ exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = exports.de_UnlockSnapshotCommand = exports.de_UnassignPrivateNatGatewayAddressCommand = exports.de_UnassignPrivateIpAddressesCommand = exports.de_UnassignIpv6AddressesCommand = exports.de_TerminateInstancesCommand = exports.de_TerminateClientVpnConnectionsCommand = exports.de_StopInstancesCommand = exports.de_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.de_StartNetworkInsightsAnalysisCommand = exports.de_StartNetworkInsightsAccessScopeAnalysisCommand = exports.de_StartInstancesCommand = exports.de_SendDiagnosticInterruptCommand = exports.de_SearchTransitGatewayRoutesCommand = exports.de_SearchTransitGatewayMulticastGroupsCommand = void 0;
28
28
  const protocol_http_1 = require("@smithy/protocol-http");
29
29
  const smithy_client_1 = require("@smithy/smithy-client");
30
30
  const fast_xml_parser_1 = require("fast-xml-parser");
@@ -3198,6 +3198,17 @@ const se_DescribeLocalGatewayVirtualInterfacesCommand = async (input, context) =
3198
3198
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3199
3199
  };
3200
3200
  exports.se_DescribeLocalGatewayVirtualInterfacesCommand = se_DescribeLocalGatewayVirtualInterfacesCommand;
3201
+ const se_DescribeLockedSnapshotsCommand = async (input, context) => {
3202
+ const headers = SHARED_HEADERS;
3203
+ let body;
3204
+ body = buildFormUrlencodedString({
3205
+ ...se_DescribeLockedSnapshotsRequest(input, context),
3206
+ Action: "DescribeLockedSnapshots",
3207
+ Version: "2016-11-15",
3208
+ });
3209
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3210
+ };
3211
+ exports.se_DescribeLockedSnapshotsCommand = se_DescribeLockedSnapshotsCommand;
3201
3212
  const se_DescribeManagedPrefixListsCommand = async (input, context) => {
3202
3213
  const headers = SHARED_HEADERS;
3203
3214
  let body;
@@ -5244,6 +5255,17 @@ const se_ListSnapshotsInRecycleBinCommand = async (input, context) => {
5244
5255
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
5245
5256
  };
5246
5257
  exports.se_ListSnapshotsInRecycleBinCommand = se_ListSnapshotsInRecycleBinCommand;
5258
+ const se_LockSnapshotCommand = async (input, context) => {
5259
+ const headers = SHARED_HEADERS;
5260
+ let body;
5261
+ body = buildFormUrlencodedString({
5262
+ ...se_LockSnapshotRequest(input, context),
5263
+ Action: "LockSnapshot",
5264
+ Version: "2016-11-15",
5265
+ });
5266
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5267
+ };
5268
+ exports.se_LockSnapshotCommand = se_LockSnapshotCommand;
5247
5269
  const se_ModifyAddressAttributeCommand = async (input, context) => {
5248
5270
  const headers = SHARED_HEADERS;
5249
5271
  let body;
@@ -6652,6 +6674,17 @@ const se_UnassignPrivateNatGatewayAddressCommand = async (input, context) => {
6652
6674
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
6653
6675
  };
6654
6676
  exports.se_UnassignPrivateNatGatewayAddressCommand = se_UnassignPrivateNatGatewayAddressCommand;
6677
+ const se_UnlockSnapshotCommand = async (input, context) => {
6678
+ const headers = SHARED_HEADERS;
6679
+ let body;
6680
+ body = buildFormUrlencodedString({
6681
+ ...se_UnlockSnapshotRequest(input, context),
6682
+ Action: "UnlockSnapshot",
6683
+ Version: "2016-11-15",
6684
+ });
6685
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
6686
+ };
6687
+ exports.se_UnlockSnapshotCommand = se_UnlockSnapshotCommand;
6655
6688
  const se_UnmonitorInstancesCommand = async (input, context) => {
6656
6689
  const headers = SHARED_HEADERS;
6657
6690
  let body;
@@ -14391,6 +14424,33 @@ const de_DescribeLocalGatewayVirtualInterfacesCommandError = async (output, cont
14391
14424
  errorCode,
14392
14425
  });
14393
14426
  };
14427
+ const de_DescribeLockedSnapshotsCommand = async (output, context) => {
14428
+ if (output.statusCode >= 300) {
14429
+ return de_DescribeLockedSnapshotsCommandError(output, context);
14430
+ }
14431
+ const data = await parseBody(output.body, context);
14432
+ let contents = {};
14433
+ contents = de_DescribeLockedSnapshotsResult(data, context);
14434
+ const response = {
14435
+ $metadata: deserializeMetadata(output),
14436
+ ...contents,
14437
+ };
14438
+ return response;
14439
+ };
14440
+ exports.de_DescribeLockedSnapshotsCommand = de_DescribeLockedSnapshotsCommand;
14441
+ const de_DescribeLockedSnapshotsCommandError = async (output, context) => {
14442
+ const parsedOutput = {
14443
+ ...output,
14444
+ body: await parseErrorBody(output.body, context),
14445
+ };
14446
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
14447
+ const parsedBody = parsedOutput.body;
14448
+ return throwDefaultError({
14449
+ output,
14450
+ parsedBody: parsedBody.Errors.Error,
14451
+ errorCode,
14452
+ });
14453
+ };
14394
14454
  const de_DescribeManagedPrefixListsCommand = async (output, context) => {
14395
14455
  if (output.statusCode >= 300) {
14396
14456
  return de_DescribeManagedPrefixListsCommandError(output, context);
@@ -19389,6 +19449,33 @@ const de_ListSnapshotsInRecycleBinCommandError = async (output, context) => {
19389
19449
  errorCode,
19390
19450
  });
19391
19451
  };
19452
+ const de_LockSnapshotCommand = async (output, context) => {
19453
+ if (output.statusCode >= 300) {
19454
+ return de_LockSnapshotCommandError(output, context);
19455
+ }
19456
+ const data = await parseBody(output.body, context);
19457
+ let contents = {};
19458
+ contents = de_LockSnapshotResult(data, context);
19459
+ const response = {
19460
+ $metadata: deserializeMetadata(output),
19461
+ ...contents,
19462
+ };
19463
+ return response;
19464
+ };
19465
+ exports.de_LockSnapshotCommand = de_LockSnapshotCommand;
19466
+ const de_LockSnapshotCommandError = async (output, context) => {
19467
+ const parsedOutput = {
19468
+ ...output,
19469
+ body: await parseErrorBody(output.body, context),
19470
+ };
19471
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
19472
+ const parsedBody = parsedOutput.body;
19473
+ return throwDefaultError({
19474
+ output,
19475
+ parsedBody: parsedBody.Errors.Error,
19476
+ errorCode,
19477
+ });
19478
+ };
19392
19479
  const de_ModifyAddressAttributeCommand = async (output, context) => {
19393
19480
  if (output.statusCode >= 300) {
19394
19481
  return de_ModifyAddressAttributeCommandError(output, context);
@@ -22785,6 +22872,33 @@ const de_UnassignPrivateNatGatewayAddressCommandError = async (output, context)
22785
22872
  errorCode,
22786
22873
  });
22787
22874
  };
22875
+ const de_UnlockSnapshotCommand = async (output, context) => {
22876
+ if (output.statusCode >= 300) {
22877
+ return de_UnlockSnapshotCommandError(output, context);
22878
+ }
22879
+ const data = await parseBody(output.body, context);
22880
+ let contents = {};
22881
+ contents = de_UnlockSnapshotResult(data, context);
22882
+ const response = {
22883
+ $metadata: deserializeMetadata(output),
22884
+ ...contents,
22885
+ };
22886
+ return response;
22887
+ };
22888
+ exports.de_UnlockSnapshotCommand = de_UnlockSnapshotCommand;
22889
+ const de_UnlockSnapshotCommandError = async (output, context) => {
22890
+ const parsedOutput = {
22891
+ ...output,
22892
+ body: await parseErrorBody(output.body, context),
22893
+ };
22894
+ const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
22895
+ const parsedBody = parsedOutput.body;
22896
+ return throwDefaultError({
22897
+ output,
22898
+ parsedBody: parsedBody.Errors.Error,
22899
+ errorCode,
22900
+ });
22901
+ };
22788
22902
  const de_UnmonitorInstancesCommand = async (output, context) => {
22789
22903
  if (output.statusCode >= 300) {
22790
22904
  return de_UnmonitorInstancesCommandError(output, context);
@@ -31073,6 +31187,39 @@ const se_DescribeLocalGatewayVirtualInterfacesRequest = (input, context) => {
31073
31187
  }
31074
31188
  return entries;
31075
31189
  };
31190
+ const se_DescribeLockedSnapshotsRequest = (input, context) => {
31191
+ const entries = {};
31192
+ if (input.Filters != null) {
31193
+ const memberEntries = se_FilterList(input.Filters, context);
31194
+ if (input.Filters?.length === 0) {
31195
+ entries.Filter = [];
31196
+ }
31197
+ Object.entries(memberEntries).forEach(([key, value]) => {
31198
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
31199
+ entries[loc] = value;
31200
+ });
31201
+ }
31202
+ if (input.MaxResults != null) {
31203
+ entries["MaxResults"] = input.MaxResults;
31204
+ }
31205
+ if (input.NextToken != null) {
31206
+ entries["NextToken"] = input.NextToken;
31207
+ }
31208
+ if (input.SnapshotIds != null) {
31209
+ const memberEntries = se_SnapshotIdStringList(input.SnapshotIds, context);
31210
+ if (input.SnapshotIds?.length === 0) {
31211
+ entries.SnapshotId = [];
31212
+ }
31213
+ Object.entries(memberEntries).forEach(([key, value]) => {
31214
+ const loc = `SnapshotId.${key.substring(key.indexOf(".") + 1)}`;
31215
+ entries[loc] = value;
31216
+ });
31217
+ }
31218
+ if (input.DryRun != null) {
31219
+ entries["DryRun"] = input.DryRun;
31220
+ }
31221
+ return entries;
31222
+ };
31076
31223
  const se_DescribeManagedPrefixListsRequest = (input, context) => {
31077
31224
  const entries = {};
31078
31225
  if (input.DryRun != null) {
@@ -38173,6 +38320,28 @@ const se_LocalStorageTypeSet = (input, context) => {
38173
38320
  }
38174
38321
  return entries;
38175
38322
  };
38323
+ const se_LockSnapshotRequest = (input, context) => {
38324
+ const entries = {};
38325
+ if (input.SnapshotId != null) {
38326
+ entries["SnapshotId"] = input.SnapshotId;
38327
+ }
38328
+ if (input.DryRun != null) {
38329
+ entries["DryRun"] = input.DryRun;
38330
+ }
38331
+ if (input.LockMode != null) {
38332
+ entries["LockMode"] = input.LockMode;
38333
+ }
38334
+ if (input.CoolOffPeriod != null) {
38335
+ entries["CoolOffPeriod"] = input.CoolOffPeriod;
38336
+ }
38337
+ if (input.LockDuration != null) {
38338
+ entries["LockDuration"] = input.LockDuration;
38339
+ }
38340
+ if (input.ExpirationDate != null) {
38341
+ entries["ExpirationDate"] = input.ExpirationDate.toISOString().split(".")[0] + "Z";
38342
+ }
38343
+ return entries;
38344
+ };
38176
38345
  const se_MemoryGiBPerVCpu = (input, context) => {
38177
38346
  const entries = {};
38178
38347
  if (input.Min != null) {
@@ -44986,6 +45155,16 @@ const se_UnassignPrivateNatGatewayAddressRequest = (input, context) => {
44986
45155
  }
44987
45156
  return entries;
44988
45157
  };
45158
+ const se_UnlockSnapshotRequest = (input, context) => {
45159
+ const entries = {};
45160
+ if (input.SnapshotId != null) {
45161
+ entries["SnapshotId"] = input.SnapshotId;
45162
+ }
45163
+ if (input.DryRun != null) {
45164
+ entries["DryRun"] = input.DryRun;
45165
+ }
45166
+ return entries;
45167
+ };
44989
45168
  const se_UnmonitorInstancesRequest = (input, context) => {
44990
45169
  const entries = {};
44991
45170
  if (input.InstanceIds != null) {
@@ -50425,6 +50604,19 @@ const de_DescribeLocalGatewayVirtualInterfacesResult = (output, context) => {
50425
50604
  }
50426
50605
  return contents;
50427
50606
  };
50607
+ const de_DescribeLockedSnapshotsResult = (output, context) => {
50608
+ const contents = {};
50609
+ if (output.snapshotSet === "") {
50610
+ contents.Snapshots = [];
50611
+ }
50612
+ else if (output["snapshotSet"] !== undefined && output["snapshotSet"]["item"] !== undefined) {
50613
+ contents.Snapshots = de_LockedSnapshotsInfoList((0, smithy_client_1.getArrayIfSingleItem)(output["snapshotSet"]["item"]), context);
50614
+ }
50615
+ if (output["nextToken"] !== undefined) {
50616
+ contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
50617
+ }
50618
+ return contents;
50619
+ };
50428
50620
  const de_DescribeManagedPrefixListsResult = (output, context) => {
50429
50621
  const contents = {};
50430
50622
  if (output["nextToken"] !== undefined) {
@@ -58171,6 +58363,72 @@ const de_LocalStorageTypeSet = (output, context) => {
58171
58363
  return (0, smithy_client_1.expectString)(entry);
58172
58364
  });
58173
58365
  };
58366
+ const de_LockedSnapshotsInfo = (output, context) => {
58367
+ const contents = {};
58368
+ if (output["ownerId"] !== undefined) {
58369
+ contents.OwnerId = (0, smithy_client_1.expectString)(output["ownerId"]);
58370
+ }
58371
+ if (output["snapshotId"] !== undefined) {
58372
+ contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
58373
+ }
58374
+ if (output["lockState"] !== undefined) {
58375
+ contents.LockState = (0, smithy_client_1.expectString)(output["lockState"]);
58376
+ }
58377
+ if (output["lockDuration"] !== undefined) {
58378
+ contents.LockDuration = (0, smithy_client_1.strictParseInt32)(output["lockDuration"]);
58379
+ }
58380
+ if (output["coolOffPeriod"] !== undefined) {
58381
+ contents.CoolOffPeriod = (0, smithy_client_1.strictParseInt32)(output["coolOffPeriod"]);
58382
+ }
58383
+ if (output["coolOffPeriodExpiresOn"] !== undefined) {
58384
+ contents.CoolOffPeriodExpiresOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["coolOffPeriodExpiresOn"]));
58385
+ }
58386
+ if (output["lockCreatedOn"] !== undefined) {
58387
+ contents.LockCreatedOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lockCreatedOn"]));
58388
+ }
58389
+ if (output["lockDurationStartTime"] !== undefined) {
58390
+ contents.LockDurationStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lockDurationStartTime"]));
58391
+ }
58392
+ if (output["lockExpiresOn"] !== undefined) {
58393
+ contents.LockExpiresOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lockExpiresOn"]));
58394
+ }
58395
+ return contents;
58396
+ };
58397
+ const de_LockedSnapshotsInfoList = (output, context) => {
58398
+ return (output || [])
58399
+ .filter((e) => e != null)
58400
+ .map((entry) => {
58401
+ return de_LockedSnapshotsInfo(entry, context);
58402
+ });
58403
+ };
58404
+ const de_LockSnapshotResult = (output, context) => {
58405
+ const contents = {};
58406
+ if (output["snapshotId"] !== undefined) {
58407
+ contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
58408
+ }
58409
+ if (output["lockState"] !== undefined) {
58410
+ contents.LockState = (0, smithy_client_1.expectString)(output["lockState"]);
58411
+ }
58412
+ if (output["lockDuration"] !== undefined) {
58413
+ contents.LockDuration = (0, smithy_client_1.strictParseInt32)(output["lockDuration"]);
58414
+ }
58415
+ if (output["coolOffPeriod"] !== undefined) {
58416
+ contents.CoolOffPeriod = (0, smithy_client_1.strictParseInt32)(output["coolOffPeriod"]);
58417
+ }
58418
+ if (output["coolOffPeriodExpiresOn"] !== undefined) {
58419
+ contents.CoolOffPeriodExpiresOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["coolOffPeriodExpiresOn"]));
58420
+ }
58421
+ if (output["lockCreatedOn"] !== undefined) {
58422
+ contents.LockCreatedOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lockCreatedOn"]));
58423
+ }
58424
+ if (output["lockExpiresOn"] !== undefined) {
58425
+ contents.LockExpiresOn = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lockExpiresOn"]));
58426
+ }
58427
+ if (output["lockDurationStartTime"] !== undefined) {
58428
+ contents.LockDurationStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lockDurationStartTime"]));
58429
+ }
58430
+ return contents;
58431
+ };
58174
58432
  const de_MaintenanceDetails = (output, context) => {
58175
58433
  const contents = {};
58176
58434
  if (output["pendingMaintenance"] !== undefined) {
@@ -64828,6 +65086,13 @@ const de_UnassignPrivateNatGatewayAddressResult = (output, context) => {
64828
65086
  }
64829
65087
  return contents;
64830
65088
  };
65089
+ const de_UnlockSnapshotResult = (output, context) => {
65090
+ const contents = {};
65091
+ if (output["snapshotId"] !== undefined) {
65092
+ contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
65093
+ }
65094
+ return contents;
65095
+ };
64831
65096
  const de_UnmonitorInstancesResult = (output, context) => {
64832
65097
  const contents = {};
64833
65098
  if (output.instancesSet === "") {