@effect-aws/client-ec2 1.10.9 → 2.0.0-beta.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.
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/dts/EC2ClientInstance.d.ts +2 -2
- package/dist/dts/EC2ClientInstance.d.ts.map +1 -1
- package/dist/dts/EC2Service.d.ts +780 -754
- package/dist/dts/EC2Service.d.ts.map +1 -1
- package/dist/dts/EC2ServiceConfig.d.ts.map +1 -1
- package/dist/dts/Errors.d.ts +7 -4
- package/dist/dts/Errors.d.ts.map +1 -1
- package/dist/esm/EC2ClientInstance.js +3 -3
- package/dist/esm/EC2ClientInstance.js.map +1 -1
- package/dist/esm/EC2Service.js +10 -3
- package/dist/esm/EC2Service.js.map +1 -1
- package/dist/esm/EC2ServiceConfig.js +5 -6
- package/dist/esm/EC2ServiceConfig.js.map +1 -1
- package/dist/esm/Errors.js +2 -1
- package/dist/esm/Errors.js.map +1 -1
- package/package.json +8 -14
- package/src/EC2ClientInstance.ts +4 -4
- package/src/EC2Service.ts +857 -752
- package/src/EC2ServiceConfig.ts +6 -7
- package/src/Errors.ts +5 -4
- package/dist/cjs/EC2ClientInstance.d.ts +0 -24
- package/dist/cjs/EC2ClientInstance.d.ts.map +0 -1
- package/dist/cjs/EC2ClientInstance.js +0 -50
- package/dist/cjs/EC2ClientInstance.js.map +0 -1
- package/dist/cjs/EC2Service.d.ts +0 -3042
- package/dist/cjs/EC2Service.d.ts.map +0 -1
- package/dist/cjs/EC2Service.js +0 -806
- package/dist/cjs/EC2Service.js.map +0 -1
- package/dist/cjs/EC2ServiceConfig.d.ts +0 -25
- package/dist/cjs/EC2ServiceConfig.d.ts.map +0 -1
- package/dist/cjs/EC2ServiceConfig.js +0 -35
- package/dist/cjs/EC2ServiceConfig.js.map +0 -1
- package/dist/cjs/Errors.d.ts +0 -11
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -6
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- package/dist/cjs/index.js.map +0 -1
package/dist/dts/EC2Service.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { type AcceptAddressTransferCommandInput, type AcceptAddressTransferCommandOutput, type AcceptCapacityReservationBillingOwnershipCommandInput, type AcceptCapacityReservationBillingOwnershipCommandOutput, type AcceptReservedInstancesExchangeQuoteCommandInput, type AcceptReservedInstancesExchangeQuoteCommandOutput, type AcceptTransitGatewayMulticastDomainAssociationsCommandInput, type AcceptTransitGatewayMulticastDomainAssociationsCommandOutput, type AcceptTransitGatewayPeeringAttachmentCommandInput, type AcceptTransitGatewayPeeringAttachmentCommandOutput, type AcceptTransitGatewayVpcAttachmentCommandInput, type AcceptTransitGatewayVpcAttachmentCommandOutput, type AcceptVpcEndpointConnectionsCommandInput, type AcceptVpcEndpointConnectionsCommandOutput, type AcceptVpcPeeringConnectionCommandInput, type AcceptVpcPeeringConnectionCommandOutput, type AdvertiseByoipCidrCommandInput, type AdvertiseByoipCidrCommandOutput, type AllocateAddressCommandInput, type AllocateAddressCommandOutput, type AllocateHostsCommandInput, type AllocateHostsCommandOutput, type AllocateIpamPoolCidrCommandInput, type AllocateIpamPoolCidrCommandOutput, type ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, type ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput, type AssignIpv6AddressesCommandInput, type AssignIpv6AddressesCommandOutput, type AssignPrivateIpAddressesCommandInput, type AssignPrivateIpAddressesCommandOutput, type AssignPrivateNatGatewayAddressCommandInput, type AssignPrivateNatGatewayAddressCommandOutput, type AssociateAddressCommandInput, type AssociateAddressCommandOutput, type AssociateCapacityReservationBillingOwnerCommandInput, type AssociateCapacityReservationBillingOwnerCommandOutput, type AssociateClientVpnTargetNetworkCommandInput, type AssociateClientVpnTargetNetworkCommandOutput, type AssociateDhcpOptionsCommandInput, type AssociateDhcpOptionsCommandOutput, type AssociateEnclaveCertificateIamRoleCommandInput, type AssociateEnclaveCertificateIamRoleCommandOutput, type AssociateIamInstanceProfileCommandInput, type AssociateIamInstanceProfileCommandOutput, type AssociateInstanceEventWindowCommandInput, type AssociateInstanceEventWindowCommandOutput, type AssociateIpamByoasnCommandInput, type AssociateIpamByoasnCommandOutput, type AssociateIpamResourceDiscoveryCommandInput, type AssociateIpamResourceDiscoveryCommandOutput, type AssociateNatGatewayAddressCommandInput, type AssociateNatGatewayAddressCommandOutput, type AssociateRouteServerCommandInput, type AssociateRouteServerCommandOutput, type AssociateRouteTableCommandInput, type AssociateRouteTableCommandOutput, type AssociateSecurityGroupVpcCommandInput, type AssociateSecurityGroupVpcCommandOutput, type AssociateSubnetCidrBlockCommandInput, type AssociateSubnetCidrBlockCommandOutput, type AssociateTransitGatewayMulticastDomainCommandInput, type AssociateTransitGatewayMulticastDomainCommandOutput, type AssociateTransitGatewayPolicyTableCommandInput, type AssociateTransitGatewayPolicyTableCommandOutput, type AssociateTransitGatewayRouteTableCommandInput, type AssociateTransitGatewayRouteTableCommandOutput, type AssociateTrunkInterfaceCommandInput, type AssociateTrunkInterfaceCommandOutput, type AssociateVpcCidrBlockCommandInput, type AssociateVpcCidrBlockCommandOutput, type AttachClassicLinkVpcCommandInput, type AttachClassicLinkVpcCommandOutput, type AttachInternetGatewayCommandInput, type AttachInternetGatewayCommandOutput, type AttachNetworkInterfaceCommandInput, type AttachNetworkInterfaceCommandOutput, type AttachVerifiedAccessTrustProviderCommandInput, type AttachVerifiedAccessTrustProviderCommandOutput, type AttachVolumeCommandInput, type AttachVolumeCommandOutput, type AttachVpnGatewayCommandInput, type AttachVpnGatewayCommandOutput, type AuthorizeClientVpnIngressCommandInput, type AuthorizeClientVpnIngressCommandOutput, type AuthorizeSecurityGroupEgressCommandInput, type AuthorizeSecurityGroupEgressCommandOutput, type AuthorizeSecurityGroupIngressCommandInput, type AuthorizeSecurityGroupIngressCommandOutput, type BundleInstanceCommandInput, type BundleInstanceCommandOutput, type CancelBundleTaskCommandInput, type CancelBundleTaskCommandOutput, type CancelCapacityReservationCommandInput, type CancelCapacityReservationCommandOutput, type CancelCapacityReservationFleetsCommandInput, type CancelCapacityReservationFleetsCommandOutput, type CancelConversionTaskCommandInput, type CancelConversionTaskCommandOutput, type CancelDeclarativePoliciesReportCommandInput, type CancelDeclarativePoliciesReportCommandOutput, type CancelExportTaskCommandInput, type CancelExportTaskCommandOutput, type CancelImageLaunchPermissionCommandInput, type CancelImageLaunchPermissionCommandOutput, type CancelImportTaskCommandInput, type CancelImportTaskCommandOutput, type CancelReservedInstancesListingCommandInput, type CancelReservedInstancesListingCommandOutput, type CancelSpotFleetRequestsCommandInput, type CancelSpotFleetRequestsCommandOutput, type CancelSpotInstanceRequestsCommandInput, type CancelSpotInstanceRequestsCommandOutput, type ConfirmProductInstanceCommandInput, type ConfirmProductInstanceCommandOutput, type CopyFpgaImageCommandInput, type CopyFpgaImageCommandOutput, type CopyImageCommandInput, type CopyImageCommandOutput, type CopySnapshotCommandInput, type CopySnapshotCommandOutput, type CopyVolumesCommandInput, type CopyVolumesCommandOutput, type CreateCapacityManagerDataExportCommandInput, type CreateCapacityManagerDataExportCommandOutput, type CreateCapacityReservationBySplittingCommandInput, type CreateCapacityReservationBySplittingCommandOutput, type CreateCapacityReservationCommandInput, type CreateCapacityReservationCommandOutput, type CreateCapacityReservationFleetCommandInput, type CreateCapacityReservationFleetCommandOutput, type CreateCarrierGatewayCommandInput, type CreateCarrierGatewayCommandOutput, type CreateClientVpnEndpointCommandInput, type CreateClientVpnEndpointCommandOutput, type CreateClientVpnRouteCommandInput, type CreateClientVpnRouteCommandOutput, type CreateCoipCidrCommandInput, type CreateCoipCidrCommandOutput, type CreateCoipPoolCommandInput, type CreateCoipPoolCommandOutput, type CreateCustomerGatewayCommandInput, type CreateCustomerGatewayCommandOutput, type CreateDefaultSubnetCommandInput, type CreateDefaultSubnetCommandOutput, type CreateDefaultVpcCommandInput, type CreateDefaultVpcCommandOutput, type CreateDelegateMacVolumeOwnershipTaskCommandInput, type CreateDelegateMacVolumeOwnershipTaskCommandOutput, type CreateDhcpOptionsCommandInput, type CreateDhcpOptionsCommandOutput, type CreateEgressOnlyInternetGatewayCommandInput, type CreateEgressOnlyInternetGatewayCommandOutput, type CreateFleetCommandInput, type CreateFleetCommandOutput, type CreateFlowLogsCommandInput, type CreateFlowLogsCommandOutput, type CreateFpgaImageCommandInput, type CreateFpgaImageCommandOutput, type CreateImageCommandInput, type CreateImageCommandOutput, type CreateImageUsageReportCommandInput, type CreateImageUsageReportCommandOutput, type CreateInstanceConnectEndpointCommandInput, type CreateInstanceConnectEndpointCommandOutput, type CreateInstanceEventWindowCommandInput, type CreateInstanceEventWindowCommandOutput, type CreateInstanceExportTaskCommandInput, type CreateInstanceExportTaskCommandOutput, type CreateInternetGatewayCommandInput, type CreateInternetGatewayCommandOutput, type CreateInterruptibleCapacityReservationAllocationCommandInput, type CreateInterruptibleCapacityReservationAllocationCommandOutput, type CreateIpamCommandInput, type CreateIpamCommandOutput, type CreateIpamExternalResourceVerificationTokenCommandInput, type CreateIpamExternalResourceVerificationTokenCommandOutput, type CreateIpamPolicyCommandInput, type CreateIpamPolicyCommandOutput, type CreateIpamPoolCommandInput, type CreateIpamPoolCommandOutput, type CreateIpamPrefixListResolverCommandInput, type CreateIpamPrefixListResolverCommandOutput, type CreateIpamPrefixListResolverTargetCommandInput, type CreateIpamPrefixListResolverTargetCommandOutput, type CreateIpamResourceDiscoveryCommandInput, type CreateIpamResourceDiscoveryCommandOutput, type CreateIpamScopeCommandInput, type CreateIpamScopeCommandOutput, type CreateKeyPairCommandInput, type CreateKeyPairCommandOutput, type CreateLaunchTemplateCommandInput, type CreateLaunchTemplateCommandOutput, type CreateLaunchTemplateVersionCommandInput, type CreateLaunchTemplateVersionCommandOutput, type CreateLocalGatewayRouteCommandInput, type CreateLocalGatewayRouteCommandOutput, type CreateLocalGatewayRouteTableCommandInput, type CreateLocalGatewayRouteTableCommandOutput, type CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, type CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, type CreateLocalGatewayRouteTableVpcAssociationCommandInput, type CreateLocalGatewayRouteTableVpcAssociationCommandOutput, type CreateLocalGatewayVirtualInterfaceCommandInput, type CreateLocalGatewayVirtualInterfaceCommandOutput, type CreateLocalGatewayVirtualInterfaceGroupCommandInput, type CreateLocalGatewayVirtualInterfaceGroupCommandOutput, type CreateMacSystemIntegrityProtectionModificationTaskCommandInput, type CreateMacSystemIntegrityProtectionModificationTaskCommandOutput, type CreateManagedPrefixListCommandInput, type CreateManagedPrefixListCommandOutput, type CreateNatGatewayCommandInput, type CreateNatGatewayCommandOutput, type CreateNetworkAclCommandInput, type CreateNetworkAclCommandOutput, type CreateNetworkAclEntryCommandInput, type CreateNetworkAclEntryCommandOutput, type CreateNetworkInsightsAccessScopeCommandInput, type CreateNetworkInsightsAccessScopeCommandOutput, type CreateNetworkInsightsPathCommandInput, type CreateNetworkInsightsPathCommandOutput, type CreateNetworkInterfaceCommandInput, type CreateNetworkInterfaceCommandOutput, type CreateNetworkInterfacePermissionCommandInput, type CreateNetworkInterfacePermissionCommandOutput, type CreatePlacementGroupCommandInput, type CreatePlacementGroupCommandOutput, type CreatePublicIpv4PoolCommandInput, type CreatePublicIpv4PoolCommandOutput, type CreateReplaceRootVolumeTaskCommandInput, type CreateReplaceRootVolumeTaskCommandOutput, type CreateReservedInstancesListingCommandInput, type CreateReservedInstancesListingCommandOutput, type CreateRestoreImageTaskCommandInput, type CreateRestoreImageTaskCommandOutput, type CreateRouteCommandInput, type CreateRouteCommandOutput, type CreateRouteServerCommandInput, type CreateRouteServerCommandOutput, type CreateRouteServerEndpointCommandInput, type CreateRouteServerEndpointCommandOutput, type CreateRouteServerPeerCommandInput, type CreateRouteServerPeerCommandOutput, type CreateRouteTableCommandInput, type CreateRouteTableCommandOutput, type CreateSecurityGroupCommandInput, type CreateSecurityGroupCommandOutput, type CreateSnapshotCommandInput, type CreateSnapshotCommandOutput, type CreateSnapshotsCommandInput, type CreateSnapshotsCommandOutput, type CreateSpotDatafeedSubscriptionCommandInput, type CreateSpotDatafeedSubscriptionCommandOutput, type CreateStoreImageTaskCommandInput, type CreateStoreImageTaskCommandOutput, type CreateSubnetCidrReservationCommandInput, type CreateSubnetCidrReservationCommandOutput, type CreateSubnetCommandInput, type CreateSubnetCommandOutput, type CreateTagsCommandInput, type CreateTagsCommandOutput, type CreateTrafficMirrorFilterCommandInput, type CreateTrafficMirrorFilterCommandOutput, type CreateTrafficMirrorFilterRuleCommandInput, type CreateTrafficMirrorFilterRuleCommandOutput, type CreateTrafficMirrorSessionCommandInput, type CreateTrafficMirrorSessionCommandOutput, type CreateTrafficMirrorTargetCommandInput, type CreateTrafficMirrorTargetCommandOutput, type CreateTransitGatewayCommandInput, type CreateTransitGatewayCommandOutput, type CreateTransitGatewayConnectCommandInput, type CreateTransitGatewayConnectCommandOutput, type CreateTransitGatewayConnectPeerCommandInput, type CreateTransitGatewayConnectPeerCommandOutput, type CreateTransitGatewayMeteringPolicyCommandInput, type CreateTransitGatewayMeteringPolicyCommandOutput, type CreateTransitGatewayMeteringPolicyEntryCommandInput, type CreateTransitGatewayMeteringPolicyEntryCommandOutput, type CreateTransitGatewayMulticastDomainCommandInput, type CreateTransitGatewayMulticastDomainCommandOutput, type CreateTransitGatewayPeeringAttachmentCommandInput, type CreateTransitGatewayPeeringAttachmentCommandOutput, type CreateTransitGatewayPolicyTableCommandInput, type CreateTransitGatewayPolicyTableCommandOutput, type CreateTransitGatewayPrefixListReferenceCommandInput, type CreateTransitGatewayPrefixListReferenceCommandOutput, type CreateTransitGatewayRouteCommandInput, type CreateTransitGatewayRouteCommandOutput, type CreateTransitGatewayRouteTableAnnouncementCommandInput, type CreateTransitGatewayRouteTableAnnouncementCommandOutput, type CreateTransitGatewayRouteTableCommandInput, type CreateTransitGatewayRouteTableCommandOutput, type CreateTransitGatewayVpcAttachmentCommandInput, type CreateTransitGatewayVpcAttachmentCommandOutput, type CreateVerifiedAccessEndpointCommandInput, type CreateVerifiedAccessEndpointCommandOutput, type CreateVerifiedAccessGroupCommandInput, type CreateVerifiedAccessGroupCommandOutput, type CreateVerifiedAccessInstanceCommandInput, type CreateVerifiedAccessInstanceCommandOutput, type CreateVerifiedAccessTrustProviderCommandInput, type CreateVerifiedAccessTrustProviderCommandOutput, type CreateVolumeCommandInput, type CreateVolumeCommandOutput, type CreateVpcBlockPublicAccessExclusionCommandInput, type CreateVpcBlockPublicAccessExclusionCommandOutput, type CreateVpcCommandInput, type CreateVpcCommandOutput, type CreateVpcEncryptionControlCommandInput, type CreateVpcEncryptionControlCommandOutput, type CreateVpcEndpointCommandInput, type CreateVpcEndpointCommandOutput, type CreateVpcEndpointConnectionNotificationCommandInput, type CreateVpcEndpointConnectionNotificationCommandOutput, type CreateVpcEndpointServiceConfigurationCommandInput, type CreateVpcEndpointServiceConfigurationCommandOutput, type CreateVpcPeeringConnectionCommandInput, type CreateVpcPeeringConnectionCommandOutput, type CreateVpnConcentratorCommandInput, type CreateVpnConcentratorCommandOutput, type CreateVpnConnectionCommandInput, type CreateVpnConnectionCommandOutput, type CreateVpnConnectionRouteCommandInput, type CreateVpnConnectionRouteCommandOutput, type CreateVpnGatewayCommandInput, type CreateVpnGatewayCommandOutput, type DeleteCapacityManagerDataExportCommandInput, type DeleteCapacityManagerDataExportCommandOutput, type DeleteCarrierGatewayCommandInput, type DeleteCarrierGatewayCommandOutput, type DeleteClientVpnEndpointCommandInput, type DeleteClientVpnEndpointCommandOutput, type DeleteClientVpnRouteCommandInput, type DeleteClientVpnRouteCommandOutput, type DeleteCoipCidrCommandInput, type DeleteCoipCidrCommandOutput, type DeleteCoipPoolCommandInput, type DeleteCoipPoolCommandOutput, type DeleteCustomerGatewayCommandInput, type DeleteCustomerGatewayCommandOutput, type DeleteDhcpOptionsCommandInput, type DeleteDhcpOptionsCommandOutput, type DeleteEgressOnlyInternetGatewayCommandInput, type DeleteEgressOnlyInternetGatewayCommandOutput, type DeleteFleetsCommandInput, type DeleteFleetsCommandOutput, type DeleteFlowLogsCommandInput, type DeleteFlowLogsCommandOutput, type DeleteFpgaImageCommandInput, type DeleteFpgaImageCommandOutput, type DeleteImageUsageReportCommandInput, type DeleteImageUsageReportCommandOutput, type DeleteInstanceConnectEndpointCommandInput, type DeleteInstanceConnectEndpointCommandOutput, type DeleteInstanceEventWindowCommandInput, type DeleteInstanceEventWindowCommandOutput, type DeleteInternetGatewayCommandInput, type DeleteInternetGatewayCommandOutput, type DeleteIpamCommandInput, type DeleteIpamCommandOutput, type DeleteIpamExternalResourceVerificationTokenCommandInput, type DeleteIpamExternalResourceVerificationTokenCommandOutput, type DeleteIpamPolicyCommandInput, type DeleteIpamPolicyCommandOutput, type DeleteIpamPoolCommandInput, type DeleteIpamPoolCommandOutput, type DeleteIpamPrefixListResolverCommandInput, type DeleteIpamPrefixListResolverCommandOutput, type DeleteIpamPrefixListResolverTargetCommandInput, type DeleteIpamPrefixListResolverTargetCommandOutput, type DeleteIpamResourceDiscoveryCommandInput, type DeleteIpamResourceDiscoveryCommandOutput, type DeleteIpamScopeCommandInput, type DeleteIpamScopeCommandOutput, type DeleteKeyPairCommandInput, type DeleteKeyPairCommandOutput, type DeleteLaunchTemplateCommandInput, type DeleteLaunchTemplateCommandOutput, type DeleteLaunchTemplateVersionsCommandInput, type DeleteLaunchTemplateVersionsCommandOutput, type DeleteLocalGatewayRouteCommandInput, type DeleteLocalGatewayRouteCommandOutput, type DeleteLocalGatewayRouteTableCommandInput, type DeleteLocalGatewayRouteTableCommandOutput, type DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, type DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, type DeleteLocalGatewayRouteTableVpcAssociationCommandInput, type DeleteLocalGatewayRouteTableVpcAssociationCommandOutput, type DeleteLocalGatewayVirtualInterfaceCommandInput, type DeleteLocalGatewayVirtualInterfaceCommandOutput, type DeleteLocalGatewayVirtualInterfaceGroupCommandInput, type DeleteLocalGatewayVirtualInterfaceGroupCommandOutput, type DeleteManagedPrefixListCommandInput, type DeleteManagedPrefixListCommandOutput, type DeleteNatGatewayCommandInput, type DeleteNatGatewayCommandOutput, type DeleteNetworkAclCommandInput, type DeleteNetworkAclCommandOutput, type DeleteNetworkAclEntryCommandInput, type DeleteNetworkAclEntryCommandOutput, type DeleteNetworkInsightsAccessScopeAnalysisCommandInput, type DeleteNetworkInsightsAccessScopeAnalysisCommandOutput, type DeleteNetworkInsightsAccessScopeCommandInput, type DeleteNetworkInsightsAccessScopeCommandOutput, type DeleteNetworkInsightsAnalysisCommandInput, type DeleteNetworkInsightsAnalysisCommandOutput, type DeleteNetworkInsightsPathCommandInput, type DeleteNetworkInsightsPathCommandOutput, type DeleteNetworkInterfaceCommandInput, type DeleteNetworkInterfaceCommandOutput, type DeleteNetworkInterfacePermissionCommandInput, type DeleteNetworkInterfacePermissionCommandOutput, type DeletePlacementGroupCommandInput, type DeletePlacementGroupCommandOutput, type DeletePublicIpv4PoolCommandInput, type DeletePublicIpv4PoolCommandOutput, type DeleteQueuedReservedInstancesCommandInput, type DeleteQueuedReservedInstancesCommandOutput, type DeleteRouteCommandInput, type DeleteRouteCommandOutput, type DeleteRouteServerCommandInput, type DeleteRouteServerCommandOutput, type DeleteRouteServerEndpointCommandInput, type DeleteRouteServerEndpointCommandOutput, type DeleteRouteServerPeerCommandInput, type DeleteRouteServerPeerCommandOutput, type DeleteRouteTableCommandInput, type DeleteRouteTableCommandOutput, type DeleteSecurityGroupCommandInput, type DeleteSecurityGroupCommandOutput, type DeleteSnapshotCommandInput, type DeleteSnapshotCommandOutput, type DeleteSpotDatafeedSubscriptionCommandInput, type DeleteSpotDatafeedSubscriptionCommandOutput, type DeleteSubnetCidrReservationCommandInput, type DeleteSubnetCidrReservationCommandOutput, type DeleteSubnetCommandInput, type DeleteSubnetCommandOutput, type DeleteTagsCommandInput, type DeleteTagsCommandOutput, type DeleteTrafficMirrorFilterCommandInput, type DeleteTrafficMirrorFilterCommandOutput, type DeleteTrafficMirrorFilterRuleCommandInput, type DeleteTrafficMirrorFilterRuleCommandOutput, type DeleteTrafficMirrorSessionCommandInput, type DeleteTrafficMirrorSessionCommandOutput, type DeleteTrafficMirrorTargetCommandInput, type DeleteTrafficMirrorTargetCommandOutput, type DeleteTransitGatewayCommandInput, type DeleteTransitGatewayCommandOutput, type DeleteTransitGatewayConnectCommandInput, type DeleteTransitGatewayConnectCommandOutput, type DeleteTransitGatewayConnectPeerCommandInput, type DeleteTransitGatewayConnectPeerCommandOutput, type DeleteTransitGatewayMeteringPolicyCommandInput, type DeleteTransitGatewayMeteringPolicyCommandOutput, type DeleteTransitGatewayMeteringPolicyEntryCommandInput, type DeleteTransitGatewayMeteringPolicyEntryCommandOutput, type DeleteTransitGatewayMulticastDomainCommandInput, type DeleteTransitGatewayMulticastDomainCommandOutput, type DeleteTransitGatewayPeeringAttachmentCommandInput, type DeleteTransitGatewayPeeringAttachmentCommandOutput, type DeleteTransitGatewayPolicyTableCommandInput, type DeleteTransitGatewayPolicyTableCommandOutput, type DeleteTransitGatewayPrefixListReferenceCommandInput, type DeleteTransitGatewayPrefixListReferenceCommandOutput, type DeleteTransitGatewayRouteCommandInput, type DeleteTransitGatewayRouteCommandOutput, type DeleteTransitGatewayRouteTableAnnouncementCommandInput, type DeleteTransitGatewayRouteTableAnnouncementCommandOutput, type DeleteTransitGatewayRouteTableCommandInput, type DeleteTransitGatewayRouteTableCommandOutput, type DeleteTransitGatewayVpcAttachmentCommandInput, type DeleteTransitGatewayVpcAttachmentCommandOutput, type DeleteVerifiedAccessEndpointCommandInput, type DeleteVerifiedAccessEndpointCommandOutput, type DeleteVerifiedAccessGroupCommandInput, type DeleteVerifiedAccessGroupCommandOutput, type DeleteVerifiedAccessInstanceCommandInput, type DeleteVerifiedAccessInstanceCommandOutput, type DeleteVerifiedAccessTrustProviderCommandInput, type DeleteVerifiedAccessTrustProviderCommandOutput, type DeleteVolumeCommandInput, type DeleteVolumeCommandOutput, type DeleteVpcBlockPublicAccessExclusionCommandInput, type DeleteVpcBlockPublicAccessExclusionCommandOutput, type DeleteVpcCommandInput, type DeleteVpcCommandOutput, type DeleteVpcEncryptionControlCommandInput, type DeleteVpcEncryptionControlCommandOutput, type DeleteVpcEndpointConnectionNotificationsCommandInput, type DeleteVpcEndpointConnectionNotificationsCommandOutput, type DeleteVpcEndpointsCommandInput, type DeleteVpcEndpointsCommandOutput, type DeleteVpcEndpointServiceConfigurationsCommandInput, type DeleteVpcEndpointServiceConfigurationsCommandOutput, type DeleteVpcPeeringConnectionCommandInput, type DeleteVpcPeeringConnectionCommandOutput, type DeleteVpnConcentratorCommandInput, type DeleteVpnConcentratorCommandOutput, type DeleteVpnConnectionCommandInput, type DeleteVpnConnectionCommandOutput, type DeleteVpnConnectionRouteCommandInput, type DeleteVpnConnectionRouteCommandOutput, type DeleteVpnGatewayCommandInput, type DeleteVpnGatewayCommandOutput, type DeprovisionByoipCidrCommandInput, type DeprovisionByoipCidrCommandOutput, type DeprovisionIpamByoasnCommandInput, type DeprovisionIpamByoasnCommandOutput, type DeprovisionIpamPoolCidrCommandInput, type DeprovisionIpamPoolCidrCommandOutput, type DeprovisionPublicIpv4PoolCidrCommandInput, type DeprovisionPublicIpv4PoolCidrCommandOutput, type DeregisterImageCommandInput, type DeregisterImageCommandOutput, type DeregisterInstanceEventNotificationAttributesCommandInput, type DeregisterInstanceEventNotificationAttributesCommandOutput, type DeregisterTransitGatewayMulticastGroupMembersCommandInput, type DeregisterTransitGatewayMulticastGroupMembersCommandOutput, type DeregisterTransitGatewayMulticastGroupSourcesCommandInput, type DeregisterTransitGatewayMulticastGroupSourcesCommandOutput, type DescribeAccountAttributesCommandInput, type DescribeAccountAttributesCommandOutput, type DescribeAddressesAttributeCommandInput, type DescribeAddressesAttributeCommandOutput, type DescribeAddressesCommandInput, type DescribeAddressesCommandOutput, type DescribeAddressTransfersCommandInput, type DescribeAddressTransfersCommandOutput, type DescribeAggregateIdFormatCommandInput, type DescribeAggregateIdFormatCommandOutput, type DescribeAvailabilityZonesCommandInput, type DescribeAvailabilityZonesCommandOutput, type DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, type DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput, type DescribeBundleTasksCommandInput, type DescribeBundleTasksCommandOutput, type DescribeByoipCidrsCommandInput, type DescribeByoipCidrsCommandOutput, type DescribeCapacityBlockExtensionHistoryCommandInput, type DescribeCapacityBlockExtensionHistoryCommandOutput, type DescribeCapacityBlockExtensionOfferingsCommandInput, type DescribeCapacityBlockExtensionOfferingsCommandOutput, type DescribeCapacityBlockOfferingsCommandInput, type DescribeCapacityBlockOfferingsCommandOutput, type DescribeCapacityBlocksCommandInput, type DescribeCapacityBlocksCommandOutput, type DescribeCapacityBlockStatusCommandInput, type DescribeCapacityBlockStatusCommandOutput, type DescribeCapacityManagerDataExportsCommandInput, type DescribeCapacityManagerDataExportsCommandOutput, type DescribeCapacityReservationBillingRequestsCommandInput, type DescribeCapacityReservationBillingRequestsCommandOutput, type DescribeCapacityReservationFleetsCommandInput, type DescribeCapacityReservationFleetsCommandOutput, type DescribeCapacityReservationsCommandInput, type DescribeCapacityReservationsCommandOutput, type DescribeCapacityReservationTopologyCommandInput, type DescribeCapacityReservationTopologyCommandOutput, type DescribeCarrierGatewaysCommandInput, type DescribeCarrierGatewaysCommandOutput, type DescribeClassicLinkInstancesCommandInput, type DescribeClassicLinkInstancesCommandOutput, type DescribeClientVpnAuthorizationRulesCommandInput, type DescribeClientVpnAuthorizationRulesCommandOutput, type DescribeClientVpnConnectionsCommandInput, type DescribeClientVpnConnectionsCommandOutput, type DescribeClientVpnEndpointsCommandInput, type DescribeClientVpnEndpointsCommandOutput, type DescribeClientVpnRoutesCommandInput, type DescribeClientVpnRoutesCommandOutput, type DescribeClientVpnTargetNetworksCommandInput, type DescribeClientVpnTargetNetworksCommandOutput, type DescribeCoipPoolsCommandInput, type DescribeCoipPoolsCommandOutput, type DescribeConversionTasksCommandInput, type DescribeConversionTasksCommandOutput, type DescribeCustomerGatewaysCommandInput, type DescribeCustomerGatewaysCommandOutput, type DescribeDeclarativePoliciesReportsCommandInput, type DescribeDeclarativePoliciesReportsCommandOutput, type DescribeDhcpOptionsCommandInput, type DescribeDhcpOptionsCommandOutput, type DescribeEgressOnlyInternetGatewaysCommandInput, type DescribeEgressOnlyInternetGatewaysCommandOutput, type DescribeElasticGpusCommandInput, type DescribeElasticGpusCommandOutput, type DescribeExportImageTasksCommandInput, type DescribeExportImageTasksCommandOutput, type DescribeExportTasksCommandInput, type DescribeExportTasksCommandOutput, type DescribeFastLaunchImagesCommandInput, type DescribeFastLaunchImagesCommandOutput, type DescribeFastSnapshotRestoresCommandInput, type DescribeFastSnapshotRestoresCommandOutput, type DescribeFleetHistoryCommandInput, type DescribeFleetHistoryCommandOutput, type DescribeFleetInstancesCommandInput, type DescribeFleetInstancesCommandOutput, type DescribeFleetsCommandInput, type DescribeFleetsCommandOutput, type DescribeFlowLogsCommandInput, type DescribeFlowLogsCommandOutput, type DescribeFpgaImageAttributeCommandInput, type DescribeFpgaImageAttributeCommandOutput, type DescribeFpgaImagesCommandInput, type DescribeFpgaImagesCommandOutput, type DescribeHostReservationOfferingsCommandInput, type DescribeHostReservationOfferingsCommandOutput, type DescribeHostReservationsCommandInput, type DescribeHostReservationsCommandOutput, type DescribeHostsCommandInput, type DescribeHostsCommandOutput, type DescribeIamInstanceProfileAssociationsCommandInput, type DescribeIamInstanceProfileAssociationsCommandOutput, type DescribeIdentityIdFormatCommandInput, type DescribeIdentityIdFormatCommandOutput, type DescribeIdFormatCommandInput, type DescribeIdFormatCommandOutput, type DescribeImageAttributeCommandInput, type DescribeImageAttributeCommandOutput, type DescribeImageReferencesCommandInput, type DescribeImageReferencesCommandOutput, type DescribeImagesCommandInput, type DescribeImagesCommandOutput, type DescribeImageUsageReportEntriesCommandInput, type DescribeImageUsageReportEntriesCommandOutput, type DescribeImageUsageReportsCommandInput, type DescribeImageUsageReportsCommandOutput, type DescribeImportImageTasksCommandInput, type DescribeImportImageTasksCommandOutput, type DescribeImportSnapshotTasksCommandInput, type DescribeImportSnapshotTasksCommandOutput, type DescribeInstanceAttributeCommandInput, type DescribeInstanceAttributeCommandOutput, type DescribeInstanceConnectEndpointsCommandInput, type DescribeInstanceConnectEndpointsCommandOutput, type DescribeInstanceCreditSpecificationsCommandInput, type DescribeInstanceCreditSpecificationsCommandOutput, type DescribeInstanceEventNotificationAttributesCommandInput, type DescribeInstanceEventNotificationAttributesCommandOutput, type DescribeInstanceEventWindowsCommandInput, type DescribeInstanceEventWindowsCommandOutput, type DescribeInstanceImageMetadataCommandInput, type DescribeInstanceImageMetadataCommandOutput, type DescribeInstancesCommandInput, type DescribeInstancesCommandOutput, type DescribeInstanceSqlHaHistoryStatesCommandInput, type DescribeInstanceSqlHaHistoryStatesCommandOutput, type DescribeInstanceSqlHaStatesCommandInput, type DescribeInstanceSqlHaStatesCommandOutput, type DescribeInstanceStatusCommandInput, type DescribeInstanceStatusCommandOutput, type DescribeInstanceTopologyCommandInput, type DescribeInstanceTopologyCommandOutput, type DescribeInstanceTypeOfferingsCommandInput, type DescribeInstanceTypeOfferingsCommandOutput, type DescribeInstanceTypesCommandInput, type DescribeInstanceTypesCommandOutput, type DescribeInternetGatewaysCommandInput, type DescribeInternetGatewaysCommandOutput, type DescribeIpamByoasnCommandInput, type DescribeIpamByoasnCommandOutput, type DescribeIpamExternalResourceVerificationTokensCommandInput, type DescribeIpamExternalResourceVerificationTokensCommandOutput, type DescribeIpamPoliciesCommandInput, type DescribeIpamPoliciesCommandOutput, type DescribeIpamPoolsCommandInput, type DescribeIpamPoolsCommandOutput, type DescribeIpamPrefixListResolversCommandInput, type DescribeIpamPrefixListResolversCommandOutput, type DescribeIpamPrefixListResolverTargetsCommandInput, type DescribeIpamPrefixListResolverTargetsCommandOutput, type DescribeIpamResourceDiscoveriesCommandInput, type DescribeIpamResourceDiscoveriesCommandOutput, type DescribeIpamResourceDiscoveryAssociationsCommandInput, type DescribeIpamResourceDiscoveryAssociationsCommandOutput, type DescribeIpamsCommandInput, type DescribeIpamsCommandOutput, type DescribeIpamScopesCommandInput, type DescribeIpamScopesCommandOutput, type DescribeIpv6PoolsCommandInput, type DescribeIpv6PoolsCommandOutput, type DescribeKeyPairsCommandInput, type DescribeKeyPairsCommandOutput, type DescribeLaunchTemplatesCommandInput, type DescribeLaunchTemplatesCommandOutput, type DescribeLaunchTemplateVersionsCommandInput, type DescribeLaunchTemplateVersionsCommandOutput, type DescribeLocalGatewayRouteTablesCommandInput, type DescribeLocalGatewayRouteTablesCommandOutput, type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput, type DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, type DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput, type DescribeLocalGatewaysCommandInput, type DescribeLocalGatewaysCommandOutput, type DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, type DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput, type DescribeLocalGatewayVirtualInterfacesCommandInput, type DescribeLocalGatewayVirtualInterfacesCommandOutput, type DescribeLockedSnapshotsCommandInput, type DescribeLockedSnapshotsCommandOutput, type DescribeMacHostsCommandInput, type DescribeMacHostsCommandOutput, type DescribeMacModificationTasksCommandInput, type DescribeMacModificationTasksCommandOutput, type DescribeManagedPrefixListsCommandInput, type DescribeManagedPrefixListsCommandOutput, type DescribeMovingAddressesCommandInput, type DescribeMovingAddressesCommandOutput, type DescribeNatGatewaysCommandInput, type DescribeNatGatewaysCommandOutput, type DescribeNetworkAclsCommandInput, type DescribeNetworkAclsCommandOutput, type DescribeNetworkInsightsAccessScopeAnalysesCommandInput, type DescribeNetworkInsightsAccessScopeAnalysesCommandOutput, type DescribeNetworkInsightsAccessScopesCommandInput, type DescribeNetworkInsightsAccessScopesCommandOutput, type DescribeNetworkInsightsAnalysesCommandInput, type DescribeNetworkInsightsAnalysesCommandOutput, type DescribeNetworkInsightsPathsCommandInput, type DescribeNetworkInsightsPathsCommandOutput, type DescribeNetworkInterfaceAttributeCommandInput, type DescribeNetworkInterfaceAttributeCommandOutput, type DescribeNetworkInterfacePermissionsCommandInput, type DescribeNetworkInterfacePermissionsCommandOutput, type DescribeNetworkInterfacesCommandInput, type DescribeNetworkInterfacesCommandOutput, type DescribeOutpostLagsCommandInput, type DescribeOutpostLagsCommandOutput, type DescribePlacementGroupsCommandInput, type DescribePlacementGroupsCommandOutput, type DescribePrefixListsCommandInput, type DescribePrefixListsCommandOutput, type DescribePrincipalIdFormatCommandInput, type DescribePrincipalIdFormatCommandOutput, type DescribePublicIpv4PoolsCommandInput, type DescribePublicIpv4PoolsCommandOutput, type DescribeRegionsCommandInput, type DescribeRegionsCommandOutput, type DescribeReplaceRootVolumeTasksCommandInput, type DescribeReplaceRootVolumeTasksCommandOutput, type DescribeReservedInstancesCommandInput, type DescribeReservedInstancesCommandOutput, type DescribeReservedInstancesListingsCommandInput, type DescribeReservedInstancesListingsCommandOutput, type DescribeReservedInstancesModificationsCommandInput, type DescribeReservedInstancesModificationsCommandOutput, type DescribeReservedInstancesOfferingsCommandInput, type DescribeReservedInstancesOfferingsCommandOutput, type DescribeRouteServerEndpointsCommandInput, type DescribeRouteServerEndpointsCommandOutput, type DescribeRouteServerPeersCommandInput, type DescribeRouteServerPeersCommandOutput, type DescribeRouteServersCommandInput, type DescribeRouteServersCommandOutput, type DescribeRouteTablesCommandInput, type DescribeRouteTablesCommandOutput, type DescribeScheduledInstanceAvailabilityCommandInput, type DescribeScheduledInstanceAvailabilityCommandOutput, type DescribeScheduledInstancesCommandInput, type DescribeScheduledInstancesCommandOutput, type DescribeSecurityGroupReferencesCommandInput, type DescribeSecurityGroupReferencesCommandOutput, type DescribeSecurityGroupRulesCommandInput, type DescribeSecurityGroupRulesCommandOutput, type DescribeSecurityGroupsCommandInput, type DescribeSecurityGroupsCommandOutput, type DescribeSecurityGroupVpcAssociationsCommandInput, type DescribeSecurityGroupVpcAssociationsCommandOutput, type DescribeServiceLinkVirtualInterfacesCommandInput, type DescribeServiceLinkVirtualInterfacesCommandOutput, type DescribeSnapshotAttributeCommandInput, type DescribeSnapshotAttributeCommandOutput, type DescribeSnapshotsCommandInput, type DescribeSnapshotsCommandOutput, type DescribeSnapshotTierStatusCommandInput, type DescribeSnapshotTierStatusCommandOutput, type DescribeSpotDatafeedSubscriptionCommandInput, type DescribeSpotDatafeedSubscriptionCommandOutput, type DescribeSpotFleetInstancesCommandInput, type DescribeSpotFleetInstancesCommandOutput, type DescribeSpotFleetRequestHistoryCommandInput, type DescribeSpotFleetRequestHistoryCommandOutput, type DescribeSpotFleetRequestsCommandInput, type DescribeSpotFleetRequestsCommandOutput, type DescribeSpotInstanceRequestsCommandInput, type DescribeSpotInstanceRequestsCommandOutput, type DescribeSpotPriceHistoryCommandInput, type DescribeSpotPriceHistoryCommandOutput, type DescribeStaleSecurityGroupsCommandInput, type DescribeStaleSecurityGroupsCommandOutput, type DescribeStoreImageTasksCommandInput, type DescribeStoreImageTasksCommandOutput, type DescribeSubnetsCommandInput, type DescribeSubnetsCommandOutput, type DescribeTagsCommandInput, type DescribeTagsCommandOutput, type DescribeTrafficMirrorFilterRulesCommandInput, type DescribeTrafficMirrorFilterRulesCommandOutput, type DescribeTrafficMirrorFiltersCommandInput, type DescribeTrafficMirrorFiltersCommandOutput, type DescribeTrafficMirrorSessionsCommandInput, type DescribeTrafficMirrorSessionsCommandOutput, type DescribeTrafficMirrorTargetsCommandInput, type DescribeTrafficMirrorTargetsCommandOutput, type DescribeTransitGatewayAttachmentsCommandInput, type DescribeTransitGatewayAttachmentsCommandOutput, type DescribeTransitGatewayConnectPeersCommandInput, type DescribeTransitGatewayConnectPeersCommandOutput, type DescribeTransitGatewayConnectsCommandInput, type DescribeTransitGatewayConnectsCommandOutput, type DescribeTransitGatewayMeteringPoliciesCommandInput, type DescribeTransitGatewayMeteringPoliciesCommandOutput, type DescribeTransitGatewayMulticastDomainsCommandInput, type DescribeTransitGatewayMulticastDomainsCommandOutput, type DescribeTransitGatewayPeeringAttachmentsCommandInput, type DescribeTransitGatewayPeeringAttachmentsCommandOutput, type DescribeTransitGatewayPolicyTablesCommandInput, type DescribeTransitGatewayPolicyTablesCommandOutput, type DescribeTransitGatewayRouteTableAnnouncementsCommandInput, type DescribeTransitGatewayRouteTableAnnouncementsCommandOutput, type DescribeTransitGatewayRouteTablesCommandInput, type DescribeTransitGatewayRouteTablesCommandOutput, type DescribeTransitGatewaysCommandInput, type DescribeTransitGatewaysCommandOutput, type DescribeTransitGatewayVpcAttachmentsCommandInput, type DescribeTransitGatewayVpcAttachmentsCommandOutput, type DescribeTrunkInterfaceAssociationsCommandInput, type DescribeTrunkInterfaceAssociationsCommandOutput, type DescribeVerifiedAccessEndpointsCommandInput, type DescribeVerifiedAccessEndpointsCommandOutput, type DescribeVerifiedAccessGroupsCommandInput, type DescribeVerifiedAccessGroupsCommandOutput, type DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, type DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput, type DescribeVerifiedAccessInstancesCommandInput, type DescribeVerifiedAccessInstancesCommandOutput, type DescribeVerifiedAccessTrustProvidersCommandInput, type DescribeVerifiedAccessTrustProvidersCommandOutput, type DescribeVolumeAttributeCommandInput, type DescribeVolumeAttributeCommandOutput, type DescribeVolumesCommandInput, type DescribeVolumesCommandOutput, type DescribeVolumesModificationsCommandInput, type DescribeVolumesModificationsCommandOutput, type DescribeVolumeStatusCommandInput, type DescribeVolumeStatusCommandOutput, type DescribeVpcAttributeCommandInput, type DescribeVpcAttributeCommandOutput, type DescribeVpcBlockPublicAccessExclusionsCommandInput, type DescribeVpcBlockPublicAccessExclusionsCommandOutput, type DescribeVpcBlockPublicAccessOptionsCommandInput, type DescribeVpcBlockPublicAccessOptionsCommandOutput, type DescribeVpcClassicLinkCommandInput, type DescribeVpcClassicLinkCommandOutput, type DescribeVpcClassicLinkDnsSupportCommandInput, type DescribeVpcClassicLinkDnsSupportCommandOutput, type DescribeVpcEncryptionControlsCommandInput, type DescribeVpcEncryptionControlsCommandOutput, type DescribeVpcEndpointAssociationsCommandInput, type DescribeVpcEndpointAssociationsCommandOutput, type DescribeVpcEndpointConnectionNotificationsCommandInput, type DescribeVpcEndpointConnectionNotificationsCommandOutput, type DescribeVpcEndpointConnectionsCommandInput, type DescribeVpcEndpointConnectionsCommandOutput, type DescribeVpcEndpointsCommandInput, type DescribeVpcEndpointsCommandOutput, type DescribeVpcEndpointServiceConfigurationsCommandInput, type DescribeVpcEndpointServiceConfigurationsCommandOutput, type DescribeVpcEndpointServicePermissionsCommandInput, type DescribeVpcEndpointServicePermissionsCommandOutput, type DescribeVpcEndpointServicesCommandInput, type DescribeVpcEndpointServicesCommandOutput, type DescribeVpcPeeringConnectionsCommandInput, type DescribeVpcPeeringConnectionsCommandOutput, type DescribeVpcsCommandInput, type DescribeVpcsCommandOutput, type DescribeVpnConcentratorsCommandInput, type DescribeVpnConcentratorsCommandOutput, type DescribeVpnConnectionsCommandInput, type DescribeVpnConnectionsCommandOutput, type DescribeVpnGatewaysCommandInput, type DescribeVpnGatewaysCommandOutput, type DetachClassicLinkVpcCommandInput, type DetachClassicLinkVpcCommandOutput, type DetachInternetGatewayCommandInput, type DetachInternetGatewayCommandOutput, type DetachNetworkInterfaceCommandInput, type DetachNetworkInterfaceCommandOutput, type DetachVerifiedAccessTrustProviderCommandInput, type DetachVerifiedAccessTrustProviderCommandOutput, type DetachVolumeCommandInput, type DetachVolumeCommandOutput, type DetachVpnGatewayCommandInput, type DetachVpnGatewayCommandOutput, type DisableAddressTransferCommandInput, type DisableAddressTransferCommandOutput, type DisableAllowedImagesSettingsCommandInput, type DisableAllowedImagesSettingsCommandOutput, type DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, type DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput, type DisableCapacityManagerCommandInput, type DisableCapacityManagerCommandOutput, type DisableEbsEncryptionByDefaultCommandInput, type DisableEbsEncryptionByDefaultCommandOutput, type DisableFastLaunchCommandInput, type DisableFastLaunchCommandOutput, type DisableFastSnapshotRestoresCommandInput, type DisableFastSnapshotRestoresCommandOutput, type DisableImageBlockPublicAccessCommandInput, type DisableImageBlockPublicAccessCommandOutput, type DisableImageCommandInput, type DisableImageCommandOutput, type DisableImageDeprecationCommandInput, type DisableImageDeprecationCommandOutput, type DisableImageDeregistrationProtectionCommandInput, type DisableImageDeregistrationProtectionCommandOutput, type DisableInstanceSqlHaStandbyDetectionsCommandInput, type DisableInstanceSqlHaStandbyDetectionsCommandOutput, type DisableIpamOrganizationAdminAccountCommandInput, type DisableIpamOrganizationAdminAccountCommandOutput, type DisableIpamPolicyCommandInput, type DisableIpamPolicyCommandOutput, type DisableRouteServerPropagationCommandInput, type DisableRouteServerPropagationCommandOutput, type DisableSerialConsoleAccessCommandInput, type DisableSerialConsoleAccessCommandOutput, type DisableSnapshotBlockPublicAccessCommandInput, type DisableSnapshotBlockPublicAccessCommandOutput, type DisableTransitGatewayRouteTablePropagationCommandInput, type DisableTransitGatewayRouteTablePropagationCommandOutput, type DisableVgwRoutePropagationCommandInput, type DisableVgwRoutePropagationCommandOutput, type DisableVpcClassicLinkCommandInput, type DisableVpcClassicLinkCommandOutput, type DisableVpcClassicLinkDnsSupportCommandInput, type DisableVpcClassicLinkDnsSupportCommandOutput, type DisassociateAddressCommandInput, type DisassociateAddressCommandOutput, type DisassociateCapacityReservationBillingOwnerCommandInput, type DisassociateCapacityReservationBillingOwnerCommandOutput, type DisassociateClientVpnTargetNetworkCommandInput, type DisassociateClientVpnTargetNetworkCommandOutput, type DisassociateEnclaveCertificateIamRoleCommandInput, type DisassociateEnclaveCertificateIamRoleCommandOutput, type DisassociateIamInstanceProfileCommandInput, type DisassociateIamInstanceProfileCommandOutput, type DisassociateInstanceEventWindowCommandInput, type DisassociateInstanceEventWindowCommandOutput, type DisassociateIpamByoasnCommandInput, type DisassociateIpamByoasnCommandOutput, type DisassociateIpamResourceDiscoveryCommandInput, type DisassociateIpamResourceDiscoveryCommandOutput, type DisassociateNatGatewayAddressCommandInput, type DisassociateNatGatewayAddressCommandOutput, type DisassociateRouteServerCommandInput, type DisassociateRouteServerCommandOutput, type DisassociateRouteTableCommandInput, type DisassociateRouteTableCommandOutput, type DisassociateSecurityGroupVpcCommandInput, type DisassociateSecurityGroupVpcCommandOutput, type DisassociateSubnetCidrBlockCommandInput, type DisassociateSubnetCidrBlockCommandOutput, type DisassociateTransitGatewayMulticastDomainCommandInput, type DisassociateTransitGatewayMulticastDomainCommandOutput, type DisassociateTransitGatewayPolicyTableCommandInput, type DisassociateTransitGatewayPolicyTableCommandOutput, type DisassociateTransitGatewayRouteTableCommandInput, type DisassociateTransitGatewayRouteTableCommandOutput, type DisassociateTrunkInterfaceCommandInput, type DisassociateTrunkInterfaceCommandOutput, type DisassociateVpcCidrBlockCommandInput, type DisassociateVpcCidrBlockCommandOutput, type EC2Client, type EC2ClientConfig, type EnableAddressTransferCommandInput, type EnableAddressTransferCommandOutput, type EnableAllowedImagesSettingsCommandInput, type EnableAllowedImagesSettingsCommandOutput, type EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, type EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput, type EnableCapacityManagerCommandInput, type EnableCapacityManagerCommandOutput, type EnableEbsEncryptionByDefaultCommandInput, type EnableEbsEncryptionByDefaultCommandOutput, type EnableFastLaunchCommandInput, type EnableFastLaunchCommandOutput, type EnableFastSnapshotRestoresCommandInput, type EnableFastSnapshotRestoresCommandOutput, type EnableImageBlockPublicAccessCommandInput, type EnableImageBlockPublicAccessCommandOutput, type EnableImageCommandInput, type EnableImageCommandOutput, type EnableImageDeprecationCommandInput, type EnableImageDeprecationCommandOutput, type EnableImageDeregistrationProtectionCommandInput, type EnableImageDeregistrationProtectionCommandOutput, type EnableInstanceSqlHaStandbyDetectionsCommandInput, type EnableInstanceSqlHaStandbyDetectionsCommandOutput, type EnableIpamOrganizationAdminAccountCommandInput, type EnableIpamOrganizationAdminAccountCommandOutput, type EnableIpamPolicyCommandInput, type EnableIpamPolicyCommandOutput, type EnableReachabilityAnalyzerOrganizationSharingCommandInput, type EnableReachabilityAnalyzerOrganizationSharingCommandOutput, type EnableRouteServerPropagationCommandInput, type EnableRouteServerPropagationCommandOutput, type EnableSerialConsoleAccessCommandInput, type EnableSerialConsoleAccessCommandOutput, type EnableSnapshotBlockPublicAccessCommandInput, type EnableSnapshotBlockPublicAccessCommandOutput, type EnableTransitGatewayRouteTablePropagationCommandInput, type EnableTransitGatewayRouteTablePropagationCommandOutput, type EnableVgwRoutePropagationCommandInput, type EnableVgwRoutePropagationCommandOutput, type EnableVolumeIOCommandInput, type EnableVolumeIOCommandOutput, type EnableVpcClassicLinkCommandInput, type EnableVpcClassicLinkCommandOutput, type EnableVpcClassicLinkDnsSupportCommandInput, type EnableVpcClassicLinkDnsSupportCommandOutput, type ExportClientVpnClientCertificateRevocationListCommandInput, type ExportClientVpnClientCertificateRevocationListCommandOutput, type ExportClientVpnClientConfigurationCommandInput, type ExportClientVpnClientConfigurationCommandOutput, type ExportImageCommandInput, type ExportImageCommandOutput, type ExportTransitGatewayRoutesCommandInput, type ExportTransitGatewayRoutesCommandOutput, type ExportVerifiedAccessInstanceClientConfigurationCommandInput, type ExportVerifiedAccessInstanceClientConfigurationCommandOutput, type GetActiveVpnTunnelStatusCommandInput, type GetActiveVpnTunnelStatusCommandOutput, type GetAllowedImagesSettingsCommandInput, type GetAllowedImagesSettingsCommandOutput, type GetAssociatedEnclaveCertificateIamRolesCommandInput, type GetAssociatedEnclaveCertificateIamRolesCommandOutput, type GetAssociatedIpv6PoolCidrsCommandInput, type GetAssociatedIpv6PoolCidrsCommandOutput, type GetAwsNetworkPerformanceDataCommandInput, type GetAwsNetworkPerformanceDataCommandOutput, type GetCapacityManagerAttributesCommandInput, type GetCapacityManagerAttributesCommandOutput, type GetCapacityManagerMetricDataCommandInput, type GetCapacityManagerMetricDataCommandOutput, type GetCapacityManagerMetricDimensionsCommandInput, type GetCapacityManagerMetricDimensionsCommandOutput, type GetCapacityReservationUsageCommandInput, type GetCapacityReservationUsageCommandOutput, type GetCoipPoolUsageCommandInput, type GetCoipPoolUsageCommandOutput, type GetConsoleOutputCommandInput, type GetConsoleOutputCommandOutput, type GetConsoleScreenshotCommandInput, type GetConsoleScreenshotCommandOutput, type GetDeclarativePoliciesReportSummaryCommandInput, type GetDeclarativePoliciesReportSummaryCommandOutput, type GetDefaultCreditSpecificationCommandInput, type GetDefaultCreditSpecificationCommandOutput, type GetEbsDefaultKmsKeyIdCommandInput, type GetEbsDefaultKmsKeyIdCommandOutput, type GetEbsEncryptionByDefaultCommandInput, type GetEbsEncryptionByDefaultCommandOutput, type GetEnabledIpamPolicyCommandInput, type GetEnabledIpamPolicyCommandOutput, type GetFlowLogsIntegrationTemplateCommandInput, type GetFlowLogsIntegrationTemplateCommandOutput, type GetGroupsForCapacityReservationCommandInput, type GetGroupsForCapacityReservationCommandOutput, type GetHostReservationPurchasePreviewCommandInput, type GetHostReservationPurchasePreviewCommandOutput, type GetImageAncestryCommandInput, type GetImageAncestryCommandOutput, type GetImageBlockPublicAccessStateCommandInput, type GetImageBlockPublicAccessStateCommandOutput, type GetInstanceMetadataDefaultsCommandInput, type GetInstanceMetadataDefaultsCommandOutput, type GetInstanceTpmEkPubCommandInput, type GetInstanceTpmEkPubCommandOutput, type GetInstanceTypesFromInstanceRequirementsCommandInput, type GetInstanceTypesFromInstanceRequirementsCommandOutput, type GetInstanceUefiDataCommandInput, type GetInstanceUefiDataCommandOutput, type GetIpamAddressHistoryCommandInput, type GetIpamAddressHistoryCommandOutput, type GetIpamDiscoveredAccountsCommandInput, type GetIpamDiscoveredAccountsCommandOutput, type GetIpamDiscoveredPublicAddressesCommandInput, type GetIpamDiscoveredPublicAddressesCommandOutput, type GetIpamDiscoveredResourceCidrsCommandInput, type GetIpamDiscoveredResourceCidrsCommandOutput, type GetIpamPolicyAllocationRulesCommandInput, type GetIpamPolicyAllocationRulesCommandOutput, type GetIpamPolicyOrganizationTargetsCommandInput, type GetIpamPolicyOrganizationTargetsCommandOutput, type GetIpamPoolAllocationsCommandInput, type GetIpamPoolAllocationsCommandOutput, type GetIpamPoolCidrsCommandInput, type GetIpamPoolCidrsCommandOutput, type GetIpamPrefixListResolverRulesCommandInput, type GetIpamPrefixListResolverRulesCommandOutput, type GetIpamPrefixListResolverVersionEntriesCommandInput, type GetIpamPrefixListResolverVersionEntriesCommandOutput, type GetIpamPrefixListResolverVersionsCommandInput, type GetIpamPrefixListResolverVersionsCommandOutput, type GetIpamResourceCidrsCommandInput, type GetIpamResourceCidrsCommandOutput, type GetLaunchTemplateDataCommandInput, type GetLaunchTemplateDataCommandOutput, type GetManagedPrefixListAssociationsCommandInput, type GetManagedPrefixListAssociationsCommandOutput, type GetManagedPrefixListEntriesCommandInput, type GetManagedPrefixListEntriesCommandOutput, type GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, type GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, type GetNetworkInsightsAccessScopeContentCommandInput, type GetNetworkInsightsAccessScopeContentCommandOutput, type GetPasswordDataCommandInput, type GetPasswordDataCommandOutput, type GetReservedInstancesExchangeQuoteCommandInput, type GetReservedInstancesExchangeQuoteCommandOutput, type GetRouteServerAssociationsCommandInput, type GetRouteServerAssociationsCommandOutput, type GetRouteServerPropagationsCommandInput, type GetRouteServerPropagationsCommandOutput, type GetRouteServerRoutingDatabaseCommandInput, type GetRouteServerRoutingDatabaseCommandOutput, type GetSecurityGroupsForVpcCommandInput, type GetSecurityGroupsForVpcCommandOutput, type GetSerialConsoleAccessStatusCommandInput, type GetSerialConsoleAccessStatusCommandOutput, type GetSnapshotBlockPublicAccessStateCommandInput, type GetSnapshotBlockPublicAccessStateCommandOutput, type GetSpotPlacementScoresCommandInput, type GetSpotPlacementScoresCommandOutput, type GetSubnetCidrReservationsCommandInput, type GetSubnetCidrReservationsCommandOutput, type GetTransitGatewayAttachmentPropagationsCommandInput, type GetTransitGatewayAttachmentPropagationsCommandOutput, type GetTransitGatewayMeteringPolicyEntriesCommandInput, type GetTransitGatewayMeteringPolicyEntriesCommandOutput, type GetTransitGatewayMulticastDomainAssociationsCommandInput, type GetTransitGatewayMulticastDomainAssociationsCommandOutput, type GetTransitGatewayPolicyTableAssociationsCommandInput, type GetTransitGatewayPolicyTableAssociationsCommandOutput, type GetTransitGatewayPolicyTableEntriesCommandInput, type GetTransitGatewayPolicyTableEntriesCommandOutput, type GetTransitGatewayPrefixListReferencesCommandInput, type GetTransitGatewayPrefixListReferencesCommandOutput, type GetTransitGatewayRouteTableAssociationsCommandInput, type GetTransitGatewayRouteTableAssociationsCommandOutput, type GetTransitGatewayRouteTablePropagationsCommandInput, type GetTransitGatewayRouteTablePropagationsCommandOutput, type GetVerifiedAccessEndpointPolicyCommandInput, type GetVerifiedAccessEndpointPolicyCommandOutput, type GetVerifiedAccessEndpointTargetsCommandInput, type GetVerifiedAccessEndpointTargetsCommandOutput, type GetVerifiedAccessGroupPolicyCommandInput, type GetVerifiedAccessGroupPolicyCommandOutput, type GetVpcResourcesBlockingEncryptionEnforcementCommandInput, type GetVpcResourcesBlockingEncryptionEnforcementCommandOutput, type GetVpnConnectionDeviceSampleConfigurationCommandInput, type GetVpnConnectionDeviceSampleConfigurationCommandOutput, type GetVpnConnectionDeviceTypesCommandInput, type GetVpnConnectionDeviceTypesCommandOutput, type GetVpnTunnelReplacementStatusCommandInput, type GetVpnTunnelReplacementStatusCommandOutput, type ImportClientVpnClientCertificateRevocationListCommandInput, type ImportClientVpnClientCertificateRevocationListCommandOutput, type ImportImageCommandInput, type ImportImageCommandOutput, type ImportInstanceCommandInput, type ImportInstanceCommandOutput, type ImportKeyPairCommandInput, type ImportKeyPairCommandOutput, type ImportSnapshotCommandInput, type ImportSnapshotCommandOutput, type ImportVolumeCommandInput, type ImportVolumeCommandOutput, type ListImagesInRecycleBinCommandInput, type ListImagesInRecycleBinCommandOutput, type ListSnapshotsInRecycleBinCommandInput, type ListSnapshotsInRecycleBinCommandOutput, type ListVolumesInRecycleBinCommandInput, type ListVolumesInRecycleBinCommandOutput, type LockSnapshotCommandInput, type LockSnapshotCommandOutput, type ModifyAddressAttributeCommandInput, type ModifyAddressAttributeCommandOutput, type ModifyAvailabilityZoneGroupCommandInput, type ModifyAvailabilityZoneGroupCommandOutput, type ModifyCapacityReservationCommandInput, type ModifyCapacityReservationCommandOutput, type ModifyCapacityReservationFleetCommandInput, type ModifyCapacityReservationFleetCommandOutput, type ModifyClientVpnEndpointCommandInput, type ModifyClientVpnEndpointCommandOutput, type ModifyDefaultCreditSpecificationCommandInput, type ModifyDefaultCreditSpecificationCommandOutput, type ModifyEbsDefaultKmsKeyIdCommandInput, type ModifyEbsDefaultKmsKeyIdCommandOutput, type ModifyFleetCommandInput, type ModifyFleetCommandOutput, type ModifyFpgaImageAttributeCommandInput, type ModifyFpgaImageAttributeCommandOutput, type ModifyHostsCommandInput, type ModifyHostsCommandOutput, type ModifyIdentityIdFormatCommandInput, type ModifyIdentityIdFormatCommandOutput, type ModifyIdFormatCommandInput, type ModifyIdFormatCommandOutput, type ModifyImageAttributeCommandInput, type ModifyImageAttributeCommandOutput, type ModifyInstanceAttributeCommandInput, type ModifyInstanceAttributeCommandOutput, type ModifyInstanceCapacityReservationAttributesCommandInput, type ModifyInstanceCapacityReservationAttributesCommandOutput, type ModifyInstanceConnectEndpointCommandInput, type ModifyInstanceConnectEndpointCommandOutput, type ModifyInstanceCpuOptionsCommandInput, type ModifyInstanceCpuOptionsCommandOutput, type ModifyInstanceCreditSpecificationCommandInput, type ModifyInstanceCreditSpecificationCommandOutput, type ModifyInstanceEventStartTimeCommandInput, type ModifyInstanceEventStartTimeCommandOutput, type ModifyInstanceEventWindowCommandInput, type ModifyInstanceEventWindowCommandOutput, type ModifyInstanceMaintenanceOptionsCommandInput, type ModifyInstanceMaintenanceOptionsCommandOutput, type ModifyInstanceMetadataDefaultsCommandInput, type ModifyInstanceMetadataDefaultsCommandOutput, type ModifyInstanceMetadataOptionsCommandInput, type ModifyInstanceMetadataOptionsCommandOutput, type ModifyInstanceNetworkPerformanceOptionsCommandInput, type ModifyInstanceNetworkPerformanceOptionsCommandOutput, type ModifyInstancePlacementCommandInput, type ModifyInstancePlacementCommandOutput, type ModifyIpamCommandInput, type ModifyIpamCommandOutput, type ModifyIpamPolicyAllocationRulesCommandInput, type ModifyIpamPolicyAllocationRulesCommandOutput, type ModifyIpamPoolCommandInput, type ModifyIpamPoolCommandOutput, type ModifyIpamPrefixListResolverCommandInput, type ModifyIpamPrefixListResolverCommandOutput, type ModifyIpamPrefixListResolverTargetCommandInput, type ModifyIpamPrefixListResolverTargetCommandOutput, type ModifyIpamResourceCidrCommandInput, type ModifyIpamResourceCidrCommandOutput, type ModifyIpamResourceDiscoveryCommandInput, type ModifyIpamResourceDiscoveryCommandOutput, type ModifyIpamScopeCommandInput, type ModifyIpamScopeCommandOutput, type ModifyLaunchTemplateCommandInput, type ModifyLaunchTemplateCommandOutput, type ModifyLocalGatewayRouteCommandInput, type ModifyLocalGatewayRouteCommandOutput, type ModifyManagedPrefixListCommandInput, type ModifyManagedPrefixListCommandOutput, type ModifyNetworkInterfaceAttributeCommandInput, type ModifyNetworkInterfaceAttributeCommandOutput, type ModifyPrivateDnsNameOptionsCommandInput, type ModifyPrivateDnsNameOptionsCommandOutput, type ModifyPublicIpDnsNameOptionsCommandInput, type ModifyPublicIpDnsNameOptionsCommandOutput, type ModifyReservedInstancesCommandInput, type ModifyReservedInstancesCommandOutput, type ModifyRouteServerCommandInput, type ModifyRouteServerCommandOutput, type ModifySecurityGroupRulesCommandInput, type ModifySecurityGroupRulesCommandOutput, type ModifySnapshotAttributeCommandInput, type ModifySnapshotAttributeCommandOutput, type ModifySnapshotTierCommandInput, type ModifySnapshotTierCommandOutput, type ModifySpotFleetRequestCommandInput, type ModifySpotFleetRequestCommandOutput, type ModifySubnetAttributeCommandInput, type ModifySubnetAttributeCommandOutput, type ModifyTrafficMirrorFilterNetworkServicesCommandInput, type ModifyTrafficMirrorFilterNetworkServicesCommandOutput, type ModifyTrafficMirrorFilterRuleCommandInput, type ModifyTrafficMirrorFilterRuleCommandOutput, type ModifyTrafficMirrorSessionCommandInput, type ModifyTrafficMirrorSessionCommandOutput, type ModifyTransitGatewayCommandInput, type ModifyTransitGatewayCommandOutput, type ModifyTransitGatewayMeteringPolicyCommandInput, type ModifyTransitGatewayMeteringPolicyCommandOutput, type ModifyTransitGatewayPrefixListReferenceCommandInput, type ModifyTransitGatewayPrefixListReferenceCommandOutput, type ModifyTransitGatewayVpcAttachmentCommandInput, type ModifyTransitGatewayVpcAttachmentCommandOutput, type ModifyVerifiedAccessEndpointCommandInput, type ModifyVerifiedAccessEndpointCommandOutput, type ModifyVerifiedAccessEndpointPolicyCommandInput, type ModifyVerifiedAccessEndpointPolicyCommandOutput, type ModifyVerifiedAccessGroupCommandInput, type ModifyVerifiedAccessGroupCommandOutput, type ModifyVerifiedAccessGroupPolicyCommandInput, type ModifyVerifiedAccessGroupPolicyCommandOutput, type ModifyVerifiedAccessInstanceCommandInput, type ModifyVerifiedAccessInstanceCommandOutput, type ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, type ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput, type ModifyVerifiedAccessTrustProviderCommandInput, type ModifyVerifiedAccessTrustProviderCommandOutput, type ModifyVolumeAttributeCommandInput, type ModifyVolumeAttributeCommandOutput, type ModifyVolumeCommandInput, type ModifyVolumeCommandOutput, type ModifyVpcAttributeCommandInput, type ModifyVpcAttributeCommandOutput, type ModifyVpcBlockPublicAccessExclusionCommandInput, type ModifyVpcBlockPublicAccessExclusionCommandOutput, type ModifyVpcBlockPublicAccessOptionsCommandInput, type ModifyVpcBlockPublicAccessOptionsCommandOutput, type ModifyVpcEncryptionControlCommandInput, type ModifyVpcEncryptionControlCommandOutput, type ModifyVpcEndpointCommandInput, type ModifyVpcEndpointCommandOutput, type ModifyVpcEndpointConnectionNotificationCommandInput, type ModifyVpcEndpointConnectionNotificationCommandOutput, type ModifyVpcEndpointServiceConfigurationCommandInput, type ModifyVpcEndpointServiceConfigurationCommandOutput, type ModifyVpcEndpointServicePayerResponsibilityCommandInput, type ModifyVpcEndpointServicePayerResponsibilityCommandOutput, type ModifyVpcEndpointServicePermissionsCommandInput, type ModifyVpcEndpointServicePermissionsCommandOutput, type ModifyVpcPeeringConnectionOptionsCommandInput, type ModifyVpcPeeringConnectionOptionsCommandOutput, type ModifyVpcTenancyCommandInput, type ModifyVpcTenancyCommandOutput, type ModifyVpnConnectionCommandInput, type ModifyVpnConnectionCommandOutput, type ModifyVpnConnectionOptionsCommandInput, type ModifyVpnConnectionOptionsCommandOutput, type ModifyVpnTunnelCertificateCommandInput, type ModifyVpnTunnelCertificateCommandOutput, type ModifyVpnTunnelOptionsCommandInput, type ModifyVpnTunnelOptionsCommandOutput, type MonitorInstancesCommandInput, type MonitorInstancesCommandOutput, type MoveAddressToVpcCommandInput, type MoveAddressToVpcCommandOutput, type MoveByoipCidrToIpamCommandInput, type MoveByoipCidrToIpamCommandOutput, type MoveCapacityReservationInstancesCommandInput, type MoveCapacityReservationInstancesCommandOutput, type ProvisionByoipCidrCommandInput, type ProvisionByoipCidrCommandOutput, type ProvisionIpamByoasnCommandInput, type ProvisionIpamByoasnCommandOutput, type ProvisionIpamPoolCidrCommandInput, type ProvisionIpamPoolCidrCommandOutput, type ProvisionPublicIpv4PoolCidrCommandInput, type ProvisionPublicIpv4PoolCidrCommandOutput, type PurchaseCapacityBlockCommandInput, type PurchaseCapacityBlockCommandOutput, type PurchaseCapacityBlockExtensionCommandInput, type PurchaseCapacityBlockExtensionCommandOutput, type PurchaseHostReservationCommandInput, type PurchaseHostReservationCommandOutput, type PurchaseReservedInstancesOfferingCommandInput, type PurchaseReservedInstancesOfferingCommandOutput, type PurchaseScheduledInstancesCommandInput, type PurchaseScheduledInstancesCommandOutput, type RebootInstancesCommandInput, type RebootInstancesCommandOutput, type RegisterImageCommandInput, type RegisterImageCommandOutput, type RegisterInstanceEventNotificationAttributesCommandInput, type RegisterInstanceEventNotificationAttributesCommandOutput, type RegisterTransitGatewayMulticastGroupMembersCommandInput, type RegisterTransitGatewayMulticastGroupMembersCommandOutput, type RegisterTransitGatewayMulticastGroupSourcesCommandInput, type RegisterTransitGatewayMulticastGroupSourcesCommandOutput, type RejectCapacityReservationBillingOwnershipCommandInput, type RejectCapacityReservationBillingOwnershipCommandOutput, type RejectTransitGatewayMulticastDomainAssociationsCommandInput, type RejectTransitGatewayMulticastDomainAssociationsCommandOutput, type RejectTransitGatewayPeeringAttachmentCommandInput, type RejectTransitGatewayPeeringAttachmentCommandOutput, type RejectTransitGatewayVpcAttachmentCommandInput, type RejectTransitGatewayVpcAttachmentCommandOutput, type RejectVpcEndpointConnectionsCommandInput, type RejectVpcEndpointConnectionsCommandOutput, type RejectVpcPeeringConnectionCommandInput, type RejectVpcPeeringConnectionCommandOutput, type ReleaseAddressCommandInput, type ReleaseAddressCommandOutput, type ReleaseHostsCommandInput, type ReleaseHostsCommandOutput, type ReleaseIpamPoolAllocationCommandInput, type ReleaseIpamPoolAllocationCommandOutput, type ReplaceIamInstanceProfileAssociationCommandInput, type ReplaceIamInstanceProfileAssociationCommandOutput, type ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, type ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput, type ReplaceNetworkAclAssociationCommandInput, type ReplaceNetworkAclAssociationCommandOutput, type ReplaceNetworkAclEntryCommandInput, type ReplaceNetworkAclEntryCommandOutput, type ReplaceRouteCommandInput, type ReplaceRouteCommandOutput, type ReplaceRouteTableAssociationCommandInput, type ReplaceRouteTableAssociationCommandOutput, type ReplaceTransitGatewayRouteCommandInput, type ReplaceTransitGatewayRouteCommandOutput, type ReplaceVpnTunnelCommandInput, type ReplaceVpnTunnelCommandOutput, type ReportInstanceStatusCommandInput, type ReportInstanceStatusCommandOutput, type RequestSpotFleetCommandInput, type RequestSpotFleetCommandOutput, type RequestSpotInstancesCommandInput, type RequestSpotInstancesCommandOutput, type ResetAddressAttributeCommandInput, type ResetAddressAttributeCommandOutput, type ResetEbsDefaultKmsKeyIdCommandInput, type ResetEbsDefaultKmsKeyIdCommandOutput, type ResetFpgaImageAttributeCommandInput, type ResetFpgaImageAttributeCommandOutput, type ResetImageAttributeCommandInput, type ResetImageAttributeCommandOutput, type ResetInstanceAttributeCommandInput, type ResetInstanceAttributeCommandOutput, type ResetNetworkInterfaceAttributeCommandInput, type ResetNetworkInterfaceAttributeCommandOutput, type ResetSnapshotAttributeCommandInput, type ResetSnapshotAttributeCommandOutput, type RestoreAddressToClassicCommandInput, type RestoreAddressToClassicCommandOutput, type RestoreImageFromRecycleBinCommandInput, type RestoreImageFromRecycleBinCommandOutput, type RestoreManagedPrefixListVersionCommandInput, type RestoreManagedPrefixListVersionCommandOutput, type RestoreSnapshotFromRecycleBinCommandInput, type RestoreSnapshotFromRecycleBinCommandOutput, type RestoreSnapshotTierCommandInput, type RestoreSnapshotTierCommandOutput, type RestoreVolumeFromRecycleBinCommandInput, type RestoreVolumeFromRecycleBinCommandOutput, type RevokeClientVpnIngressCommandInput, type RevokeClientVpnIngressCommandOutput, type RevokeSecurityGroupEgressCommandInput, type RevokeSecurityGroupEgressCommandOutput, type RevokeSecurityGroupIngressCommandInput, type RevokeSecurityGroupIngressCommandOutput, type RunInstancesCommandInput, type RunInstancesCommandOutput, type RunScheduledInstancesCommandInput, type RunScheduledInstancesCommandOutput, type SearchLocalGatewayRoutesCommandInput, type SearchLocalGatewayRoutesCommandOutput, type SearchTransitGatewayMulticastGroupsCommandInput, type SearchTransitGatewayMulticastGroupsCommandOutput, type SearchTransitGatewayRoutesCommandInput, type SearchTransitGatewayRoutesCommandOutput, type SendDiagnosticInterruptCommandInput, type SendDiagnosticInterruptCommandOutput, type StartDeclarativePoliciesReportCommandInput, type StartDeclarativePoliciesReportCommandOutput, type StartInstancesCommandInput, type StartInstancesCommandOutput, type StartNetworkInsightsAccessScopeAnalysisCommandInput, type StartNetworkInsightsAccessScopeAnalysisCommandOutput, type StartNetworkInsightsAnalysisCommandInput, type StartNetworkInsightsAnalysisCommandOutput, type StartVpcEndpointServicePrivateDnsVerificationCommandInput, type StartVpcEndpointServicePrivateDnsVerificationCommandOutput, type StopInstancesCommandInput, type StopInstancesCommandOutput, type TerminateClientVpnConnectionsCommandInput, type TerminateClientVpnConnectionsCommandOutput, type TerminateInstancesCommandInput, type TerminateInstancesCommandOutput, type UnassignIpv6AddressesCommandInput, type UnassignIpv6AddressesCommandOutput, type UnassignPrivateIpAddressesCommandInput, type UnassignPrivateIpAddressesCommandOutput, type UnassignPrivateNatGatewayAddressCommandInput, type UnassignPrivateNatGatewayAddressCommandOutput, type UnlockSnapshotCommandInput, type UnlockSnapshotCommandOutput, type UnmonitorInstancesCommandInput, type UnmonitorInstancesCommandOutput, type UpdateCapacityManagerOrganizationsAccessCommandInput, type UpdateCapacityManagerOrganizationsAccessCommandOutput, type UpdateInterruptibleCapacityReservationAllocationCommandInput, type UpdateInterruptibleCapacityReservationAllocationCommandOutput, type UpdateSecurityGroupRuleDescriptionsEgressCommandInput, type UpdateSecurityGroupRuleDescriptionsEgressCommandOutput, type UpdateSecurityGroupRuleDescriptionsIngressCommandInput, type UpdateSecurityGroupRuleDescriptionsIngressCommandOutput, type WithdrawByoipCidrCommandInput, type WithdrawByoipCidrCommandOutput } from "@aws-sdk/client-ec2";
|
|
4
|
+
import { type AcceptAddressTransferCommandInput, type AcceptAddressTransferCommandOutput, type AcceptCapacityReservationBillingOwnershipCommandInput, type AcceptCapacityReservationBillingOwnershipCommandOutput, type AcceptReservedInstancesExchangeQuoteCommandInput, type AcceptReservedInstancesExchangeQuoteCommandOutput, type AcceptTransitGatewayMulticastDomainAssociationsCommandInput, type AcceptTransitGatewayMulticastDomainAssociationsCommandOutput, type AcceptTransitGatewayPeeringAttachmentCommandInput, type AcceptTransitGatewayPeeringAttachmentCommandOutput, type AcceptTransitGatewayVpcAttachmentCommandInput, type AcceptTransitGatewayVpcAttachmentCommandOutput, type AcceptVpcEndpointConnectionsCommandInput, type AcceptVpcEndpointConnectionsCommandOutput, type AcceptVpcPeeringConnectionCommandInput, type AcceptVpcPeeringConnectionCommandOutput, type AdvertiseByoipCidrCommandInput, type AdvertiseByoipCidrCommandOutput, type AllocateAddressCommandInput, type AllocateAddressCommandOutput, type AllocateHostsCommandInput, type AllocateHostsCommandOutput, type AllocateIpamPoolCidrCommandInput, type AllocateIpamPoolCidrCommandOutput, type ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, type ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput, type AssignIpv6AddressesCommandInput, type AssignIpv6AddressesCommandOutput, type AssignPrivateIpAddressesCommandInput, type AssignPrivateIpAddressesCommandOutput, type AssignPrivateNatGatewayAddressCommandInput, type AssignPrivateNatGatewayAddressCommandOutput, type AssociateAddressCommandInput, type AssociateAddressCommandOutput, type AssociateCapacityReservationBillingOwnerCommandInput, type AssociateCapacityReservationBillingOwnerCommandOutput, type AssociateClientVpnTargetNetworkCommandInput, type AssociateClientVpnTargetNetworkCommandOutput, type AssociateDhcpOptionsCommandInput, type AssociateDhcpOptionsCommandOutput, type AssociateEnclaveCertificateIamRoleCommandInput, type AssociateEnclaveCertificateIamRoleCommandOutput, type AssociateIamInstanceProfileCommandInput, type AssociateIamInstanceProfileCommandOutput, type AssociateInstanceEventWindowCommandInput, type AssociateInstanceEventWindowCommandOutput, type AssociateIpamByoasnCommandInput, type AssociateIpamByoasnCommandOutput, type AssociateIpamResourceDiscoveryCommandInput, type AssociateIpamResourceDiscoveryCommandOutput, type AssociateNatGatewayAddressCommandInput, type AssociateNatGatewayAddressCommandOutput, type AssociateRouteServerCommandInput, type AssociateRouteServerCommandOutput, type AssociateRouteTableCommandInput, type AssociateRouteTableCommandOutput, type AssociateSecurityGroupVpcCommandInput, type AssociateSecurityGroupVpcCommandOutput, type AssociateSubnetCidrBlockCommandInput, type AssociateSubnetCidrBlockCommandOutput, type AssociateTransitGatewayMulticastDomainCommandInput, type AssociateTransitGatewayMulticastDomainCommandOutput, type AssociateTransitGatewayPolicyTableCommandInput, type AssociateTransitGatewayPolicyTableCommandOutput, type AssociateTransitGatewayRouteTableCommandInput, type AssociateTransitGatewayRouteTableCommandOutput, type AssociateTrunkInterfaceCommandInput, type AssociateTrunkInterfaceCommandOutput, type AssociateVpcCidrBlockCommandInput, type AssociateVpcCidrBlockCommandOutput, type AttachClassicLinkVpcCommandInput, type AttachClassicLinkVpcCommandOutput, type AttachInternetGatewayCommandInput, type AttachInternetGatewayCommandOutput, type AttachNetworkInterfaceCommandInput, type AttachNetworkInterfaceCommandOutput, type AttachVerifiedAccessTrustProviderCommandInput, type AttachVerifiedAccessTrustProviderCommandOutput, type AttachVolumeCommandInput, type AttachVolumeCommandOutput, type AttachVpnGatewayCommandInput, type AttachVpnGatewayCommandOutput, type AuthorizeClientVpnIngressCommandInput, type AuthorizeClientVpnIngressCommandOutput, type AuthorizeSecurityGroupEgressCommandInput, type AuthorizeSecurityGroupEgressCommandOutput, type AuthorizeSecurityGroupIngressCommandInput, type AuthorizeSecurityGroupIngressCommandOutput, type BundleInstanceCommandInput, type BundleInstanceCommandOutput, type CancelBundleTaskCommandInput, type CancelBundleTaskCommandOutput, type CancelCapacityReservationCommandInput, type CancelCapacityReservationCommandOutput, type CancelCapacityReservationFleetsCommandInput, type CancelCapacityReservationFleetsCommandOutput, type CancelConversionTaskCommandInput, type CancelConversionTaskCommandOutput, type CancelDeclarativePoliciesReportCommandInput, type CancelDeclarativePoliciesReportCommandOutput, type CancelExportTaskCommandInput, type CancelExportTaskCommandOutput, type CancelImageLaunchPermissionCommandInput, type CancelImageLaunchPermissionCommandOutput, type CancelImportTaskCommandInput, type CancelImportTaskCommandOutput, type CancelReservedInstancesListingCommandInput, type CancelReservedInstancesListingCommandOutput, type CancelSpotFleetRequestsCommandInput, type CancelSpotFleetRequestsCommandOutput, type CancelSpotInstanceRequestsCommandInput, type CancelSpotInstanceRequestsCommandOutput, type ConfirmProductInstanceCommandInput, type ConfirmProductInstanceCommandOutput, type CopyFpgaImageCommandInput, type CopyFpgaImageCommandOutput, type CopyImageCommandInput, type CopyImageCommandOutput, type CopySnapshotCommandInput, type CopySnapshotCommandOutput, type CopyVolumesCommandInput, type CopyVolumesCommandOutput, type CreateCapacityManagerDataExportCommandInput, type CreateCapacityManagerDataExportCommandOutput, type CreateCapacityReservationBySplittingCommandInput, type CreateCapacityReservationBySplittingCommandOutput, type CreateCapacityReservationCommandInput, type CreateCapacityReservationCommandOutput, type CreateCapacityReservationFleetCommandInput, type CreateCapacityReservationFleetCommandOutput, type CreateCarrierGatewayCommandInput, type CreateCarrierGatewayCommandOutput, type CreateClientVpnEndpointCommandInput, type CreateClientVpnEndpointCommandOutput, type CreateClientVpnRouteCommandInput, type CreateClientVpnRouteCommandOutput, type CreateCoipCidrCommandInput, type CreateCoipCidrCommandOutput, type CreateCoipPoolCommandInput, type CreateCoipPoolCommandOutput, type CreateCustomerGatewayCommandInput, type CreateCustomerGatewayCommandOutput, type CreateDefaultSubnetCommandInput, type CreateDefaultSubnetCommandOutput, type CreateDefaultVpcCommandInput, type CreateDefaultVpcCommandOutput, type CreateDelegateMacVolumeOwnershipTaskCommandInput, type CreateDelegateMacVolumeOwnershipTaskCommandOutput, type CreateDhcpOptionsCommandInput, type CreateDhcpOptionsCommandOutput, type CreateEgressOnlyInternetGatewayCommandInput, type CreateEgressOnlyInternetGatewayCommandOutput, type CreateFleetCommandInput, type CreateFleetCommandOutput, type CreateFlowLogsCommandInput, type CreateFlowLogsCommandOutput, type CreateFpgaImageCommandInput, type CreateFpgaImageCommandOutput, type CreateImageCommandInput, type CreateImageCommandOutput, type CreateImageUsageReportCommandInput, type CreateImageUsageReportCommandOutput, type CreateInstanceConnectEndpointCommandInput, type CreateInstanceConnectEndpointCommandOutput, type CreateInstanceEventWindowCommandInput, type CreateInstanceEventWindowCommandOutput, type CreateInstanceExportTaskCommandInput, type CreateInstanceExportTaskCommandOutput, type CreateInternetGatewayCommandInput, type CreateInternetGatewayCommandOutput, type CreateInterruptibleCapacityReservationAllocationCommandInput, type CreateInterruptibleCapacityReservationAllocationCommandOutput, type CreateIpamCommandInput, type CreateIpamCommandOutput, type CreateIpamExternalResourceVerificationTokenCommandInput, type CreateIpamExternalResourceVerificationTokenCommandOutput, type CreateIpamPolicyCommandInput, type CreateIpamPolicyCommandOutput, type CreateIpamPoolCommandInput, type CreateIpamPoolCommandOutput, type CreateIpamPrefixListResolverCommandInput, type CreateIpamPrefixListResolverCommandOutput, type CreateIpamPrefixListResolverTargetCommandInput, type CreateIpamPrefixListResolverTargetCommandOutput, type CreateIpamResourceDiscoveryCommandInput, type CreateIpamResourceDiscoveryCommandOutput, type CreateIpamScopeCommandInput, type CreateIpamScopeCommandOutput, type CreateKeyPairCommandInput, type CreateKeyPairCommandOutput, type CreateLaunchTemplateCommandInput, type CreateLaunchTemplateCommandOutput, type CreateLaunchTemplateVersionCommandInput, type CreateLaunchTemplateVersionCommandOutput, type CreateLocalGatewayRouteCommandInput, type CreateLocalGatewayRouteCommandOutput, type CreateLocalGatewayRouteTableCommandInput, type CreateLocalGatewayRouteTableCommandOutput, type CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, type CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, type CreateLocalGatewayRouteTableVpcAssociationCommandInput, type CreateLocalGatewayRouteTableVpcAssociationCommandOutput, type CreateLocalGatewayVirtualInterfaceCommandInput, type CreateLocalGatewayVirtualInterfaceCommandOutput, type CreateLocalGatewayVirtualInterfaceGroupCommandInput, type CreateLocalGatewayVirtualInterfaceGroupCommandOutput, type CreateMacSystemIntegrityProtectionModificationTaskCommandInput, type CreateMacSystemIntegrityProtectionModificationTaskCommandOutput, type CreateManagedPrefixListCommandInput, type CreateManagedPrefixListCommandOutput, type CreateNatGatewayCommandInput, type CreateNatGatewayCommandOutput, type CreateNetworkAclCommandInput, type CreateNetworkAclCommandOutput, type CreateNetworkAclEntryCommandInput, type CreateNetworkAclEntryCommandOutput, type CreateNetworkInsightsAccessScopeCommandInput, type CreateNetworkInsightsAccessScopeCommandOutput, type CreateNetworkInsightsPathCommandInput, type CreateNetworkInsightsPathCommandOutput, type CreateNetworkInterfaceCommandInput, type CreateNetworkInterfaceCommandOutput, type CreateNetworkInterfacePermissionCommandInput, type CreateNetworkInterfacePermissionCommandOutput, type CreatePlacementGroupCommandInput, type CreatePlacementGroupCommandOutput, type CreatePublicIpv4PoolCommandInput, type CreatePublicIpv4PoolCommandOutput, type CreateReplaceRootVolumeTaskCommandInput, type CreateReplaceRootVolumeTaskCommandOutput, type CreateReservedInstancesListingCommandInput, type CreateReservedInstancesListingCommandOutput, type CreateRestoreImageTaskCommandInput, type CreateRestoreImageTaskCommandOutput, type CreateRouteCommandInput, type CreateRouteCommandOutput, type CreateRouteServerCommandInput, type CreateRouteServerCommandOutput, type CreateRouteServerEndpointCommandInput, type CreateRouteServerEndpointCommandOutput, type CreateRouteServerPeerCommandInput, type CreateRouteServerPeerCommandOutput, type CreateRouteTableCommandInput, type CreateRouteTableCommandOutput, type CreateSecondaryNetworkCommandInput, type CreateSecondaryNetworkCommandOutput, type CreateSecondarySubnetCommandInput, type CreateSecondarySubnetCommandOutput, type CreateSecurityGroupCommandInput, type CreateSecurityGroupCommandOutput, type CreateSnapshotCommandInput, type CreateSnapshotCommandOutput, type CreateSnapshotsCommandInput, type CreateSnapshotsCommandOutput, type CreateSpotDatafeedSubscriptionCommandInput, type CreateSpotDatafeedSubscriptionCommandOutput, type CreateStoreImageTaskCommandInput, type CreateStoreImageTaskCommandOutput, type CreateSubnetCidrReservationCommandInput, type CreateSubnetCidrReservationCommandOutput, type CreateSubnetCommandInput, type CreateSubnetCommandOutput, type CreateTagsCommandInput, type CreateTagsCommandOutput, type CreateTrafficMirrorFilterCommandInput, type CreateTrafficMirrorFilterCommandOutput, type CreateTrafficMirrorFilterRuleCommandInput, type CreateTrafficMirrorFilterRuleCommandOutput, type CreateTrafficMirrorSessionCommandInput, type CreateTrafficMirrorSessionCommandOutput, type CreateTrafficMirrorTargetCommandInput, type CreateTrafficMirrorTargetCommandOutput, type CreateTransitGatewayCommandInput, type CreateTransitGatewayCommandOutput, type CreateTransitGatewayConnectCommandInput, type CreateTransitGatewayConnectCommandOutput, type CreateTransitGatewayConnectPeerCommandInput, type CreateTransitGatewayConnectPeerCommandOutput, type CreateTransitGatewayMeteringPolicyCommandInput, type CreateTransitGatewayMeteringPolicyCommandOutput, type CreateTransitGatewayMeteringPolicyEntryCommandInput, type CreateTransitGatewayMeteringPolicyEntryCommandOutput, type CreateTransitGatewayMulticastDomainCommandInput, type CreateTransitGatewayMulticastDomainCommandOutput, type CreateTransitGatewayPeeringAttachmentCommandInput, type CreateTransitGatewayPeeringAttachmentCommandOutput, type CreateTransitGatewayPolicyTableCommandInput, type CreateTransitGatewayPolicyTableCommandOutput, type CreateTransitGatewayPrefixListReferenceCommandInput, type CreateTransitGatewayPrefixListReferenceCommandOutput, type CreateTransitGatewayRouteCommandInput, type CreateTransitGatewayRouteCommandOutput, type CreateTransitGatewayRouteTableAnnouncementCommandInput, type CreateTransitGatewayRouteTableAnnouncementCommandOutput, type CreateTransitGatewayRouteTableCommandInput, type CreateTransitGatewayRouteTableCommandOutput, type CreateTransitGatewayVpcAttachmentCommandInput, type CreateTransitGatewayVpcAttachmentCommandOutput, type CreateVerifiedAccessEndpointCommandInput, type CreateVerifiedAccessEndpointCommandOutput, type CreateVerifiedAccessGroupCommandInput, type CreateVerifiedAccessGroupCommandOutput, type CreateVerifiedAccessInstanceCommandInput, type CreateVerifiedAccessInstanceCommandOutput, type CreateVerifiedAccessTrustProviderCommandInput, type CreateVerifiedAccessTrustProviderCommandOutput, type CreateVolumeCommandInput, type CreateVolumeCommandOutput, type CreateVpcBlockPublicAccessExclusionCommandInput, type CreateVpcBlockPublicAccessExclusionCommandOutput, type CreateVpcCommandInput, type CreateVpcCommandOutput, type CreateVpcEncryptionControlCommandInput, type CreateVpcEncryptionControlCommandOutput, type CreateVpcEndpointCommandInput, type CreateVpcEndpointCommandOutput, type CreateVpcEndpointConnectionNotificationCommandInput, type CreateVpcEndpointConnectionNotificationCommandOutput, type CreateVpcEndpointServiceConfigurationCommandInput, type CreateVpcEndpointServiceConfigurationCommandOutput, type CreateVpcPeeringConnectionCommandInput, type CreateVpcPeeringConnectionCommandOutput, type CreateVpnConcentratorCommandInput, type CreateVpnConcentratorCommandOutput, type CreateVpnConnectionCommandInput, type CreateVpnConnectionCommandOutput, type CreateVpnConnectionRouteCommandInput, type CreateVpnConnectionRouteCommandOutput, type CreateVpnGatewayCommandInput, type CreateVpnGatewayCommandOutput, type DeleteCapacityManagerDataExportCommandInput, type DeleteCapacityManagerDataExportCommandOutput, type DeleteCarrierGatewayCommandInput, type DeleteCarrierGatewayCommandOutput, type DeleteClientVpnEndpointCommandInput, type DeleteClientVpnEndpointCommandOutput, type DeleteClientVpnRouteCommandInput, type DeleteClientVpnRouteCommandOutput, type DeleteCoipCidrCommandInput, type DeleteCoipCidrCommandOutput, type DeleteCoipPoolCommandInput, type DeleteCoipPoolCommandOutput, type DeleteCustomerGatewayCommandInput, type DeleteCustomerGatewayCommandOutput, type DeleteDhcpOptionsCommandInput, type DeleteDhcpOptionsCommandOutput, type DeleteEgressOnlyInternetGatewayCommandInput, type DeleteEgressOnlyInternetGatewayCommandOutput, type DeleteFleetsCommandInput, type DeleteFleetsCommandOutput, type DeleteFlowLogsCommandInput, type DeleteFlowLogsCommandOutput, type DeleteFpgaImageCommandInput, type DeleteFpgaImageCommandOutput, type DeleteImageUsageReportCommandInput, type DeleteImageUsageReportCommandOutput, type DeleteInstanceConnectEndpointCommandInput, type DeleteInstanceConnectEndpointCommandOutput, type DeleteInstanceEventWindowCommandInput, type DeleteInstanceEventWindowCommandOutput, type DeleteInternetGatewayCommandInput, type DeleteInternetGatewayCommandOutput, type DeleteIpamCommandInput, type DeleteIpamCommandOutput, type DeleteIpamExternalResourceVerificationTokenCommandInput, type DeleteIpamExternalResourceVerificationTokenCommandOutput, type DeleteIpamPolicyCommandInput, type DeleteIpamPolicyCommandOutput, type DeleteIpamPoolCommandInput, type DeleteIpamPoolCommandOutput, type DeleteIpamPrefixListResolverCommandInput, type DeleteIpamPrefixListResolverCommandOutput, type DeleteIpamPrefixListResolverTargetCommandInput, type DeleteIpamPrefixListResolverTargetCommandOutput, type DeleteIpamResourceDiscoveryCommandInput, type DeleteIpamResourceDiscoveryCommandOutput, type DeleteIpamScopeCommandInput, type DeleteIpamScopeCommandOutput, type DeleteKeyPairCommandInput, type DeleteKeyPairCommandOutput, type DeleteLaunchTemplateCommandInput, type DeleteLaunchTemplateCommandOutput, type DeleteLaunchTemplateVersionsCommandInput, type DeleteLaunchTemplateVersionsCommandOutput, type DeleteLocalGatewayRouteCommandInput, type DeleteLocalGatewayRouteCommandOutput, type DeleteLocalGatewayRouteTableCommandInput, type DeleteLocalGatewayRouteTableCommandOutput, type DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, type DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, type DeleteLocalGatewayRouteTableVpcAssociationCommandInput, type DeleteLocalGatewayRouteTableVpcAssociationCommandOutput, type DeleteLocalGatewayVirtualInterfaceCommandInput, type DeleteLocalGatewayVirtualInterfaceCommandOutput, type DeleteLocalGatewayVirtualInterfaceGroupCommandInput, type DeleteLocalGatewayVirtualInterfaceGroupCommandOutput, type DeleteManagedPrefixListCommandInput, type DeleteManagedPrefixListCommandOutput, type DeleteNatGatewayCommandInput, type DeleteNatGatewayCommandOutput, type DeleteNetworkAclCommandInput, type DeleteNetworkAclCommandOutput, type DeleteNetworkAclEntryCommandInput, type DeleteNetworkAclEntryCommandOutput, type DeleteNetworkInsightsAccessScopeAnalysisCommandInput, type DeleteNetworkInsightsAccessScopeAnalysisCommandOutput, type DeleteNetworkInsightsAccessScopeCommandInput, type DeleteNetworkInsightsAccessScopeCommandOutput, type DeleteNetworkInsightsAnalysisCommandInput, type DeleteNetworkInsightsAnalysisCommandOutput, type DeleteNetworkInsightsPathCommandInput, type DeleteNetworkInsightsPathCommandOutput, type DeleteNetworkInterfaceCommandInput, type DeleteNetworkInterfaceCommandOutput, type DeleteNetworkInterfacePermissionCommandInput, type DeleteNetworkInterfacePermissionCommandOutput, type DeletePlacementGroupCommandInput, type DeletePlacementGroupCommandOutput, type DeletePublicIpv4PoolCommandInput, type DeletePublicIpv4PoolCommandOutput, type DeleteQueuedReservedInstancesCommandInput, type DeleteQueuedReservedInstancesCommandOutput, type DeleteRouteCommandInput, type DeleteRouteCommandOutput, type DeleteRouteServerCommandInput, type DeleteRouteServerCommandOutput, type DeleteRouteServerEndpointCommandInput, type DeleteRouteServerEndpointCommandOutput, type DeleteRouteServerPeerCommandInput, type DeleteRouteServerPeerCommandOutput, type DeleteRouteTableCommandInput, type DeleteRouteTableCommandOutput, type DeleteSecondaryNetworkCommandInput, type DeleteSecondaryNetworkCommandOutput, type DeleteSecondarySubnetCommandInput, type DeleteSecondarySubnetCommandOutput, type DeleteSecurityGroupCommandInput, type DeleteSecurityGroupCommandOutput, type DeleteSnapshotCommandInput, type DeleteSnapshotCommandOutput, type DeleteSpotDatafeedSubscriptionCommandInput, type DeleteSpotDatafeedSubscriptionCommandOutput, type DeleteSubnetCidrReservationCommandInput, type DeleteSubnetCidrReservationCommandOutput, type DeleteSubnetCommandInput, type DeleteSubnetCommandOutput, type DeleteTagsCommandInput, type DeleteTagsCommandOutput, type DeleteTrafficMirrorFilterCommandInput, type DeleteTrafficMirrorFilterCommandOutput, type DeleteTrafficMirrorFilterRuleCommandInput, type DeleteTrafficMirrorFilterRuleCommandOutput, type DeleteTrafficMirrorSessionCommandInput, type DeleteTrafficMirrorSessionCommandOutput, type DeleteTrafficMirrorTargetCommandInput, type DeleteTrafficMirrorTargetCommandOutput, type DeleteTransitGatewayCommandInput, type DeleteTransitGatewayCommandOutput, type DeleteTransitGatewayConnectCommandInput, type DeleteTransitGatewayConnectCommandOutput, type DeleteTransitGatewayConnectPeerCommandInput, type DeleteTransitGatewayConnectPeerCommandOutput, type DeleteTransitGatewayMeteringPolicyCommandInput, type DeleteTransitGatewayMeteringPolicyCommandOutput, type DeleteTransitGatewayMeteringPolicyEntryCommandInput, type DeleteTransitGatewayMeteringPolicyEntryCommandOutput, type DeleteTransitGatewayMulticastDomainCommandInput, type DeleteTransitGatewayMulticastDomainCommandOutput, type DeleteTransitGatewayPeeringAttachmentCommandInput, type DeleteTransitGatewayPeeringAttachmentCommandOutput, type DeleteTransitGatewayPolicyTableCommandInput, type DeleteTransitGatewayPolicyTableCommandOutput, type DeleteTransitGatewayPrefixListReferenceCommandInput, type DeleteTransitGatewayPrefixListReferenceCommandOutput, type DeleteTransitGatewayRouteCommandInput, type DeleteTransitGatewayRouteCommandOutput, type DeleteTransitGatewayRouteTableAnnouncementCommandInput, type DeleteTransitGatewayRouteTableAnnouncementCommandOutput, type DeleteTransitGatewayRouteTableCommandInput, type DeleteTransitGatewayRouteTableCommandOutput, type DeleteTransitGatewayVpcAttachmentCommandInput, type DeleteTransitGatewayVpcAttachmentCommandOutput, type DeleteVerifiedAccessEndpointCommandInput, type DeleteVerifiedAccessEndpointCommandOutput, type DeleteVerifiedAccessGroupCommandInput, type DeleteVerifiedAccessGroupCommandOutput, type DeleteVerifiedAccessInstanceCommandInput, type DeleteVerifiedAccessInstanceCommandOutput, type DeleteVerifiedAccessTrustProviderCommandInput, type DeleteVerifiedAccessTrustProviderCommandOutput, type DeleteVolumeCommandInput, type DeleteVolumeCommandOutput, type DeleteVpcBlockPublicAccessExclusionCommandInput, type DeleteVpcBlockPublicAccessExclusionCommandOutput, type DeleteVpcCommandInput, type DeleteVpcCommandOutput, type DeleteVpcEncryptionControlCommandInput, type DeleteVpcEncryptionControlCommandOutput, type DeleteVpcEndpointConnectionNotificationsCommandInput, type DeleteVpcEndpointConnectionNotificationsCommandOutput, type DeleteVpcEndpointsCommandInput, type DeleteVpcEndpointsCommandOutput, type DeleteVpcEndpointServiceConfigurationsCommandInput, type DeleteVpcEndpointServiceConfigurationsCommandOutput, type DeleteVpcPeeringConnectionCommandInput, type DeleteVpcPeeringConnectionCommandOutput, type DeleteVpnConcentratorCommandInput, type DeleteVpnConcentratorCommandOutput, type DeleteVpnConnectionCommandInput, type DeleteVpnConnectionCommandOutput, type DeleteVpnConnectionRouteCommandInput, type DeleteVpnConnectionRouteCommandOutput, type DeleteVpnGatewayCommandInput, type DeleteVpnGatewayCommandOutput, type DeprovisionByoipCidrCommandInput, type DeprovisionByoipCidrCommandOutput, type DeprovisionIpamByoasnCommandInput, type DeprovisionIpamByoasnCommandOutput, type DeprovisionIpamPoolCidrCommandInput, type DeprovisionIpamPoolCidrCommandOutput, type DeprovisionPublicIpv4PoolCidrCommandInput, type DeprovisionPublicIpv4PoolCidrCommandOutput, type DeregisterImageCommandInput, type DeregisterImageCommandOutput, type DeregisterInstanceEventNotificationAttributesCommandInput, type DeregisterInstanceEventNotificationAttributesCommandOutput, type DeregisterTransitGatewayMulticastGroupMembersCommandInput, type DeregisterTransitGatewayMulticastGroupMembersCommandOutput, type DeregisterTransitGatewayMulticastGroupSourcesCommandInput, type DeregisterTransitGatewayMulticastGroupSourcesCommandOutput, type DescribeAccountAttributesCommandInput, type DescribeAccountAttributesCommandOutput, type DescribeAddressesAttributeCommandInput, type DescribeAddressesAttributeCommandOutput, type DescribeAddressesCommandInput, type DescribeAddressesCommandOutput, type DescribeAddressTransfersCommandInput, type DescribeAddressTransfersCommandOutput, type DescribeAggregateIdFormatCommandInput, type DescribeAggregateIdFormatCommandOutput, type DescribeAvailabilityZonesCommandInput, type DescribeAvailabilityZonesCommandOutput, type DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, type DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput, type DescribeBundleTasksCommandInput, type DescribeBundleTasksCommandOutput, type DescribeByoipCidrsCommandInput, type DescribeByoipCidrsCommandOutput, type DescribeCapacityBlockExtensionHistoryCommandInput, type DescribeCapacityBlockExtensionHistoryCommandOutput, type DescribeCapacityBlockExtensionOfferingsCommandInput, type DescribeCapacityBlockExtensionOfferingsCommandOutput, type DescribeCapacityBlockOfferingsCommandInput, type DescribeCapacityBlockOfferingsCommandOutput, type DescribeCapacityBlocksCommandInput, type DescribeCapacityBlocksCommandOutput, type DescribeCapacityBlockStatusCommandInput, type DescribeCapacityBlockStatusCommandOutput, type DescribeCapacityManagerDataExportsCommandInput, type DescribeCapacityManagerDataExportsCommandOutput, type DescribeCapacityReservationBillingRequestsCommandInput, type DescribeCapacityReservationBillingRequestsCommandOutput, type DescribeCapacityReservationFleetsCommandInput, type DescribeCapacityReservationFleetsCommandOutput, type DescribeCapacityReservationsCommandInput, type DescribeCapacityReservationsCommandOutput, type DescribeCapacityReservationTopologyCommandInput, type DescribeCapacityReservationTopologyCommandOutput, type DescribeCarrierGatewaysCommandInput, type DescribeCarrierGatewaysCommandOutput, type DescribeClassicLinkInstancesCommandInput, type DescribeClassicLinkInstancesCommandOutput, type DescribeClientVpnAuthorizationRulesCommandInput, type DescribeClientVpnAuthorizationRulesCommandOutput, type DescribeClientVpnConnectionsCommandInput, type DescribeClientVpnConnectionsCommandOutput, type DescribeClientVpnEndpointsCommandInput, type DescribeClientVpnEndpointsCommandOutput, type DescribeClientVpnRoutesCommandInput, type DescribeClientVpnRoutesCommandOutput, type DescribeClientVpnTargetNetworksCommandInput, type DescribeClientVpnTargetNetworksCommandOutput, type DescribeCoipPoolsCommandInput, type DescribeCoipPoolsCommandOutput, type DescribeConversionTasksCommandInput, type DescribeConversionTasksCommandOutput, type DescribeCustomerGatewaysCommandInput, type DescribeCustomerGatewaysCommandOutput, type DescribeDeclarativePoliciesReportsCommandInput, type DescribeDeclarativePoliciesReportsCommandOutput, type DescribeDhcpOptionsCommandInput, type DescribeDhcpOptionsCommandOutput, type DescribeEgressOnlyInternetGatewaysCommandInput, type DescribeEgressOnlyInternetGatewaysCommandOutput, type DescribeElasticGpusCommandInput, type DescribeElasticGpusCommandOutput, type DescribeExportImageTasksCommandInput, type DescribeExportImageTasksCommandOutput, type DescribeExportTasksCommandInput, type DescribeExportTasksCommandOutput, type DescribeFastLaunchImagesCommandInput, type DescribeFastLaunchImagesCommandOutput, type DescribeFastSnapshotRestoresCommandInput, type DescribeFastSnapshotRestoresCommandOutput, type DescribeFleetHistoryCommandInput, type DescribeFleetHistoryCommandOutput, type DescribeFleetInstancesCommandInput, type DescribeFleetInstancesCommandOutput, type DescribeFleetsCommandInput, type DescribeFleetsCommandOutput, type DescribeFlowLogsCommandInput, type DescribeFlowLogsCommandOutput, type DescribeFpgaImageAttributeCommandInput, type DescribeFpgaImageAttributeCommandOutput, type DescribeFpgaImagesCommandInput, type DescribeFpgaImagesCommandOutput, type DescribeHostReservationOfferingsCommandInput, type DescribeHostReservationOfferingsCommandOutput, type DescribeHostReservationsCommandInput, type DescribeHostReservationsCommandOutput, type DescribeHostsCommandInput, type DescribeHostsCommandOutput, type DescribeIamInstanceProfileAssociationsCommandInput, type DescribeIamInstanceProfileAssociationsCommandOutput, type DescribeIdentityIdFormatCommandInput, type DescribeIdentityIdFormatCommandOutput, type DescribeIdFormatCommandInput, type DescribeIdFormatCommandOutput, type DescribeImageAttributeCommandInput, type DescribeImageAttributeCommandOutput, type DescribeImageReferencesCommandInput, type DescribeImageReferencesCommandOutput, type DescribeImagesCommandInput, type DescribeImagesCommandOutput, type DescribeImageUsageReportEntriesCommandInput, type DescribeImageUsageReportEntriesCommandOutput, type DescribeImageUsageReportsCommandInput, type DescribeImageUsageReportsCommandOutput, type DescribeImportImageTasksCommandInput, type DescribeImportImageTasksCommandOutput, type DescribeImportSnapshotTasksCommandInput, type DescribeImportSnapshotTasksCommandOutput, type DescribeInstanceAttributeCommandInput, type DescribeInstanceAttributeCommandOutput, type DescribeInstanceConnectEndpointsCommandInput, type DescribeInstanceConnectEndpointsCommandOutput, type DescribeInstanceCreditSpecificationsCommandInput, type DescribeInstanceCreditSpecificationsCommandOutput, type DescribeInstanceEventNotificationAttributesCommandInput, type DescribeInstanceEventNotificationAttributesCommandOutput, type DescribeInstanceEventWindowsCommandInput, type DescribeInstanceEventWindowsCommandOutput, type DescribeInstanceImageMetadataCommandInput, type DescribeInstanceImageMetadataCommandOutput, type DescribeInstancesCommandInput, type DescribeInstancesCommandOutput, type DescribeInstanceSqlHaHistoryStatesCommandInput, type DescribeInstanceSqlHaHistoryStatesCommandOutput, type DescribeInstanceSqlHaStatesCommandInput, type DescribeInstanceSqlHaStatesCommandOutput, type DescribeInstanceStatusCommandInput, type DescribeInstanceStatusCommandOutput, type DescribeInstanceTopologyCommandInput, type DescribeInstanceTopologyCommandOutput, type DescribeInstanceTypeOfferingsCommandInput, type DescribeInstanceTypeOfferingsCommandOutput, type DescribeInstanceTypesCommandInput, type DescribeInstanceTypesCommandOutput, type DescribeInternetGatewaysCommandInput, type DescribeInternetGatewaysCommandOutput, type DescribeIpamByoasnCommandInput, type DescribeIpamByoasnCommandOutput, type DescribeIpamExternalResourceVerificationTokensCommandInput, type DescribeIpamExternalResourceVerificationTokensCommandOutput, type DescribeIpamPoliciesCommandInput, type DescribeIpamPoliciesCommandOutput, type DescribeIpamPoolsCommandInput, type DescribeIpamPoolsCommandOutput, type DescribeIpamPrefixListResolversCommandInput, type DescribeIpamPrefixListResolversCommandOutput, type DescribeIpamPrefixListResolverTargetsCommandInput, type DescribeIpamPrefixListResolverTargetsCommandOutput, type DescribeIpamResourceDiscoveriesCommandInput, type DescribeIpamResourceDiscoveriesCommandOutput, type DescribeIpamResourceDiscoveryAssociationsCommandInput, type DescribeIpamResourceDiscoveryAssociationsCommandOutput, type DescribeIpamsCommandInput, type DescribeIpamsCommandOutput, type DescribeIpamScopesCommandInput, type DescribeIpamScopesCommandOutput, type DescribeIpv6PoolsCommandInput, type DescribeIpv6PoolsCommandOutput, type DescribeKeyPairsCommandInput, type DescribeKeyPairsCommandOutput, type DescribeLaunchTemplatesCommandInput, type DescribeLaunchTemplatesCommandOutput, type DescribeLaunchTemplateVersionsCommandInput, type DescribeLaunchTemplateVersionsCommandOutput, type DescribeLocalGatewayRouteTablesCommandInput, type DescribeLocalGatewayRouteTablesCommandOutput, type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput, type DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, type DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput, type DescribeLocalGatewaysCommandInput, type DescribeLocalGatewaysCommandOutput, type DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, type DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput, type DescribeLocalGatewayVirtualInterfacesCommandInput, type DescribeLocalGatewayVirtualInterfacesCommandOutput, type DescribeLockedSnapshotsCommandInput, type DescribeLockedSnapshotsCommandOutput, type DescribeMacHostsCommandInput, type DescribeMacHostsCommandOutput, type DescribeMacModificationTasksCommandInput, type DescribeMacModificationTasksCommandOutput, type DescribeManagedPrefixListsCommandInput, type DescribeManagedPrefixListsCommandOutput, type DescribeMovingAddressesCommandInput, type DescribeMovingAddressesCommandOutput, type DescribeNatGatewaysCommandInput, type DescribeNatGatewaysCommandOutput, type DescribeNetworkAclsCommandInput, type DescribeNetworkAclsCommandOutput, type DescribeNetworkInsightsAccessScopeAnalysesCommandInput, type DescribeNetworkInsightsAccessScopeAnalysesCommandOutput, type DescribeNetworkInsightsAccessScopesCommandInput, type DescribeNetworkInsightsAccessScopesCommandOutput, type DescribeNetworkInsightsAnalysesCommandInput, type DescribeNetworkInsightsAnalysesCommandOutput, type DescribeNetworkInsightsPathsCommandInput, type DescribeNetworkInsightsPathsCommandOutput, type DescribeNetworkInterfaceAttributeCommandInput, type DescribeNetworkInterfaceAttributeCommandOutput, type DescribeNetworkInterfacePermissionsCommandInput, type DescribeNetworkInterfacePermissionsCommandOutput, type DescribeNetworkInterfacesCommandInput, type DescribeNetworkInterfacesCommandOutput, type DescribeOutpostLagsCommandInput, type DescribeOutpostLagsCommandOutput, type DescribePlacementGroupsCommandInput, type DescribePlacementGroupsCommandOutput, type DescribePrefixListsCommandInput, type DescribePrefixListsCommandOutput, type DescribePrincipalIdFormatCommandInput, type DescribePrincipalIdFormatCommandOutput, type DescribePublicIpv4PoolsCommandInput, type DescribePublicIpv4PoolsCommandOutput, type DescribeRegionsCommandInput, type DescribeRegionsCommandOutput, type DescribeReplaceRootVolumeTasksCommandInput, type DescribeReplaceRootVolumeTasksCommandOutput, type DescribeReservedInstancesCommandInput, type DescribeReservedInstancesCommandOutput, type DescribeReservedInstancesListingsCommandInput, type DescribeReservedInstancesListingsCommandOutput, type DescribeReservedInstancesModificationsCommandInput, type DescribeReservedInstancesModificationsCommandOutput, type DescribeReservedInstancesOfferingsCommandInput, type DescribeReservedInstancesOfferingsCommandOutput, type DescribeRouteServerEndpointsCommandInput, type DescribeRouteServerEndpointsCommandOutput, type DescribeRouteServerPeersCommandInput, type DescribeRouteServerPeersCommandOutput, type DescribeRouteServersCommandInput, type DescribeRouteServersCommandOutput, type DescribeRouteTablesCommandInput, type DescribeRouteTablesCommandOutput, type DescribeScheduledInstanceAvailabilityCommandInput, type DescribeScheduledInstanceAvailabilityCommandOutput, type DescribeScheduledInstancesCommandInput, type DescribeScheduledInstancesCommandOutput, type DescribeSecondaryInterfacesCommandInput, type DescribeSecondaryInterfacesCommandOutput, type DescribeSecondaryNetworksCommandInput, type DescribeSecondaryNetworksCommandOutput, type DescribeSecondarySubnetsCommandInput, type DescribeSecondarySubnetsCommandOutput, type DescribeSecurityGroupReferencesCommandInput, type DescribeSecurityGroupReferencesCommandOutput, type DescribeSecurityGroupRulesCommandInput, type DescribeSecurityGroupRulesCommandOutput, type DescribeSecurityGroupsCommandInput, type DescribeSecurityGroupsCommandOutput, type DescribeSecurityGroupVpcAssociationsCommandInput, type DescribeSecurityGroupVpcAssociationsCommandOutput, type DescribeServiceLinkVirtualInterfacesCommandInput, type DescribeServiceLinkVirtualInterfacesCommandOutput, type DescribeSnapshotAttributeCommandInput, type DescribeSnapshotAttributeCommandOutput, type DescribeSnapshotsCommandInput, type DescribeSnapshotsCommandOutput, type DescribeSnapshotTierStatusCommandInput, type DescribeSnapshotTierStatusCommandOutput, type DescribeSpotDatafeedSubscriptionCommandInput, type DescribeSpotDatafeedSubscriptionCommandOutput, type DescribeSpotFleetInstancesCommandInput, type DescribeSpotFleetInstancesCommandOutput, type DescribeSpotFleetRequestHistoryCommandInput, type DescribeSpotFleetRequestHistoryCommandOutput, type DescribeSpotFleetRequestsCommandInput, type DescribeSpotFleetRequestsCommandOutput, type DescribeSpotInstanceRequestsCommandInput, type DescribeSpotInstanceRequestsCommandOutput, type DescribeSpotPriceHistoryCommandInput, type DescribeSpotPriceHistoryCommandOutput, type DescribeStaleSecurityGroupsCommandInput, type DescribeStaleSecurityGroupsCommandOutput, type DescribeStoreImageTasksCommandInput, type DescribeStoreImageTasksCommandOutput, type DescribeSubnetsCommandInput, type DescribeSubnetsCommandOutput, type DescribeTagsCommandInput, type DescribeTagsCommandOutput, type DescribeTrafficMirrorFilterRulesCommandInput, type DescribeTrafficMirrorFilterRulesCommandOutput, type DescribeTrafficMirrorFiltersCommandInput, type DescribeTrafficMirrorFiltersCommandOutput, type DescribeTrafficMirrorSessionsCommandInput, type DescribeTrafficMirrorSessionsCommandOutput, type DescribeTrafficMirrorTargetsCommandInput, type DescribeTrafficMirrorTargetsCommandOutput, type DescribeTransitGatewayAttachmentsCommandInput, type DescribeTransitGatewayAttachmentsCommandOutput, type DescribeTransitGatewayConnectPeersCommandInput, type DescribeTransitGatewayConnectPeersCommandOutput, type DescribeTransitGatewayConnectsCommandInput, type DescribeTransitGatewayConnectsCommandOutput, type DescribeTransitGatewayMeteringPoliciesCommandInput, type DescribeTransitGatewayMeteringPoliciesCommandOutput, type DescribeTransitGatewayMulticastDomainsCommandInput, type DescribeTransitGatewayMulticastDomainsCommandOutput, type DescribeTransitGatewayPeeringAttachmentsCommandInput, type DescribeTransitGatewayPeeringAttachmentsCommandOutput, type DescribeTransitGatewayPolicyTablesCommandInput, type DescribeTransitGatewayPolicyTablesCommandOutput, type DescribeTransitGatewayRouteTableAnnouncementsCommandInput, type DescribeTransitGatewayRouteTableAnnouncementsCommandOutput, type DescribeTransitGatewayRouteTablesCommandInput, type DescribeTransitGatewayRouteTablesCommandOutput, type DescribeTransitGatewaysCommandInput, type DescribeTransitGatewaysCommandOutput, type DescribeTransitGatewayVpcAttachmentsCommandInput, type DescribeTransitGatewayVpcAttachmentsCommandOutput, type DescribeTrunkInterfaceAssociationsCommandInput, type DescribeTrunkInterfaceAssociationsCommandOutput, type DescribeVerifiedAccessEndpointsCommandInput, type DescribeVerifiedAccessEndpointsCommandOutput, type DescribeVerifiedAccessGroupsCommandInput, type DescribeVerifiedAccessGroupsCommandOutput, type DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, type DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput, type DescribeVerifiedAccessInstancesCommandInput, type DescribeVerifiedAccessInstancesCommandOutput, type DescribeVerifiedAccessTrustProvidersCommandInput, type DescribeVerifiedAccessTrustProvidersCommandOutput, type DescribeVolumeAttributeCommandInput, type DescribeVolumeAttributeCommandOutput, type DescribeVolumesCommandInput, type DescribeVolumesCommandOutput, type DescribeVolumesModificationsCommandInput, type DescribeVolumesModificationsCommandOutput, type DescribeVolumeStatusCommandInput, type DescribeVolumeStatusCommandOutput, type DescribeVpcAttributeCommandInput, type DescribeVpcAttributeCommandOutput, type DescribeVpcBlockPublicAccessExclusionsCommandInput, type DescribeVpcBlockPublicAccessExclusionsCommandOutput, type DescribeVpcBlockPublicAccessOptionsCommandInput, type DescribeVpcBlockPublicAccessOptionsCommandOutput, type DescribeVpcClassicLinkCommandInput, type DescribeVpcClassicLinkCommandOutput, type DescribeVpcClassicLinkDnsSupportCommandInput, type DescribeVpcClassicLinkDnsSupportCommandOutput, type DescribeVpcEncryptionControlsCommandInput, type DescribeVpcEncryptionControlsCommandOutput, type DescribeVpcEndpointAssociationsCommandInput, type DescribeVpcEndpointAssociationsCommandOutput, type DescribeVpcEndpointConnectionNotificationsCommandInput, type DescribeVpcEndpointConnectionNotificationsCommandOutput, type DescribeVpcEndpointConnectionsCommandInput, type DescribeVpcEndpointConnectionsCommandOutput, type DescribeVpcEndpointsCommandInput, type DescribeVpcEndpointsCommandOutput, type DescribeVpcEndpointServiceConfigurationsCommandInput, type DescribeVpcEndpointServiceConfigurationsCommandOutput, type DescribeVpcEndpointServicePermissionsCommandInput, type DescribeVpcEndpointServicePermissionsCommandOutput, type DescribeVpcEndpointServicesCommandInput, type DescribeVpcEndpointServicesCommandOutput, type DescribeVpcPeeringConnectionsCommandInput, type DescribeVpcPeeringConnectionsCommandOutput, type DescribeVpcsCommandInput, type DescribeVpcsCommandOutput, type DescribeVpnConcentratorsCommandInput, type DescribeVpnConcentratorsCommandOutput, type DescribeVpnConnectionsCommandInput, type DescribeVpnConnectionsCommandOutput, type DescribeVpnGatewaysCommandInput, type DescribeVpnGatewaysCommandOutput, type DetachClassicLinkVpcCommandInput, type DetachClassicLinkVpcCommandOutput, type DetachInternetGatewayCommandInput, type DetachInternetGatewayCommandOutput, type DetachNetworkInterfaceCommandInput, type DetachNetworkInterfaceCommandOutput, type DetachVerifiedAccessTrustProviderCommandInput, type DetachVerifiedAccessTrustProviderCommandOutput, type DetachVolumeCommandInput, type DetachVolumeCommandOutput, type DetachVpnGatewayCommandInput, type DetachVpnGatewayCommandOutput, type DisableAddressTransferCommandInput, type DisableAddressTransferCommandOutput, type DisableAllowedImagesSettingsCommandInput, type DisableAllowedImagesSettingsCommandOutput, type DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, type DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput, type DisableCapacityManagerCommandInput, type DisableCapacityManagerCommandOutput, type DisableEbsEncryptionByDefaultCommandInput, type DisableEbsEncryptionByDefaultCommandOutput, type DisableFastLaunchCommandInput, type DisableFastLaunchCommandOutput, type DisableFastSnapshotRestoresCommandInput, type DisableFastSnapshotRestoresCommandOutput, type DisableImageBlockPublicAccessCommandInput, type DisableImageBlockPublicAccessCommandOutput, type DisableImageCommandInput, type DisableImageCommandOutput, type DisableImageDeprecationCommandInput, type DisableImageDeprecationCommandOutput, type DisableImageDeregistrationProtectionCommandInput, type DisableImageDeregistrationProtectionCommandOutput, type DisableInstanceSqlHaStandbyDetectionsCommandInput, type DisableInstanceSqlHaStandbyDetectionsCommandOutput, type DisableIpamOrganizationAdminAccountCommandInput, type DisableIpamOrganizationAdminAccountCommandOutput, type DisableIpamPolicyCommandInput, type DisableIpamPolicyCommandOutput, type DisableRouteServerPropagationCommandInput, type DisableRouteServerPropagationCommandOutput, type DisableSerialConsoleAccessCommandInput, type DisableSerialConsoleAccessCommandOutput, type DisableSnapshotBlockPublicAccessCommandInput, type DisableSnapshotBlockPublicAccessCommandOutput, type DisableTransitGatewayRouteTablePropagationCommandInput, type DisableTransitGatewayRouteTablePropagationCommandOutput, type DisableVgwRoutePropagationCommandInput, type DisableVgwRoutePropagationCommandOutput, type DisableVpcClassicLinkCommandInput, type DisableVpcClassicLinkCommandOutput, type DisableVpcClassicLinkDnsSupportCommandInput, type DisableVpcClassicLinkDnsSupportCommandOutput, type DisassociateAddressCommandInput, type DisassociateAddressCommandOutput, type DisassociateCapacityReservationBillingOwnerCommandInput, type DisassociateCapacityReservationBillingOwnerCommandOutput, type DisassociateClientVpnTargetNetworkCommandInput, type DisassociateClientVpnTargetNetworkCommandOutput, type DisassociateEnclaveCertificateIamRoleCommandInput, type DisassociateEnclaveCertificateIamRoleCommandOutput, type DisassociateIamInstanceProfileCommandInput, type DisassociateIamInstanceProfileCommandOutput, type DisassociateInstanceEventWindowCommandInput, type DisassociateInstanceEventWindowCommandOutput, type DisassociateIpamByoasnCommandInput, type DisassociateIpamByoasnCommandOutput, type DisassociateIpamResourceDiscoveryCommandInput, type DisassociateIpamResourceDiscoveryCommandOutput, type DisassociateNatGatewayAddressCommandInput, type DisassociateNatGatewayAddressCommandOutput, type DisassociateRouteServerCommandInput, type DisassociateRouteServerCommandOutput, type DisassociateRouteTableCommandInput, type DisassociateRouteTableCommandOutput, type DisassociateSecurityGroupVpcCommandInput, type DisassociateSecurityGroupVpcCommandOutput, type DisassociateSubnetCidrBlockCommandInput, type DisassociateSubnetCidrBlockCommandOutput, type DisassociateTransitGatewayMulticastDomainCommandInput, type DisassociateTransitGatewayMulticastDomainCommandOutput, type DisassociateTransitGatewayPolicyTableCommandInput, type DisassociateTransitGatewayPolicyTableCommandOutput, type DisassociateTransitGatewayRouteTableCommandInput, type DisassociateTransitGatewayRouteTableCommandOutput, type DisassociateTrunkInterfaceCommandInput, type DisassociateTrunkInterfaceCommandOutput, type DisassociateVpcCidrBlockCommandInput, type DisassociateVpcCidrBlockCommandOutput, type EC2Client, type EC2ClientConfig, type EnableAddressTransferCommandInput, type EnableAddressTransferCommandOutput, type EnableAllowedImagesSettingsCommandInput, type EnableAllowedImagesSettingsCommandOutput, type EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, type EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput, type EnableCapacityManagerCommandInput, type EnableCapacityManagerCommandOutput, type EnableEbsEncryptionByDefaultCommandInput, type EnableEbsEncryptionByDefaultCommandOutput, type EnableFastLaunchCommandInput, type EnableFastLaunchCommandOutput, type EnableFastSnapshotRestoresCommandInput, type EnableFastSnapshotRestoresCommandOutput, type EnableImageBlockPublicAccessCommandInput, type EnableImageBlockPublicAccessCommandOutput, type EnableImageCommandInput, type EnableImageCommandOutput, type EnableImageDeprecationCommandInput, type EnableImageDeprecationCommandOutput, type EnableImageDeregistrationProtectionCommandInput, type EnableImageDeregistrationProtectionCommandOutput, type EnableInstanceSqlHaStandbyDetectionsCommandInput, type EnableInstanceSqlHaStandbyDetectionsCommandOutput, type EnableIpamOrganizationAdminAccountCommandInput, type EnableIpamOrganizationAdminAccountCommandOutput, type EnableIpamPolicyCommandInput, type EnableIpamPolicyCommandOutput, type EnableReachabilityAnalyzerOrganizationSharingCommandInput, type EnableReachabilityAnalyzerOrganizationSharingCommandOutput, type EnableRouteServerPropagationCommandInput, type EnableRouteServerPropagationCommandOutput, type EnableSerialConsoleAccessCommandInput, type EnableSerialConsoleAccessCommandOutput, type EnableSnapshotBlockPublicAccessCommandInput, type EnableSnapshotBlockPublicAccessCommandOutput, type EnableTransitGatewayRouteTablePropagationCommandInput, type EnableTransitGatewayRouteTablePropagationCommandOutput, type EnableVgwRoutePropagationCommandInput, type EnableVgwRoutePropagationCommandOutput, type EnableVolumeIOCommandInput, type EnableVolumeIOCommandOutput, type EnableVpcClassicLinkCommandInput, type EnableVpcClassicLinkCommandOutput, type EnableVpcClassicLinkDnsSupportCommandInput, type EnableVpcClassicLinkDnsSupportCommandOutput, type ExportClientVpnClientCertificateRevocationListCommandInput, type ExportClientVpnClientCertificateRevocationListCommandOutput, type ExportClientVpnClientConfigurationCommandInput, type ExportClientVpnClientConfigurationCommandOutput, type ExportImageCommandInput, type ExportImageCommandOutput, type ExportTransitGatewayRoutesCommandInput, type ExportTransitGatewayRoutesCommandOutput, type ExportVerifiedAccessInstanceClientConfigurationCommandInput, type ExportVerifiedAccessInstanceClientConfigurationCommandOutput, type GetActiveVpnTunnelStatusCommandInput, type GetActiveVpnTunnelStatusCommandOutput, type GetAllowedImagesSettingsCommandInput, type GetAllowedImagesSettingsCommandOutput, type GetAssociatedEnclaveCertificateIamRolesCommandInput, type GetAssociatedEnclaveCertificateIamRolesCommandOutput, type GetAssociatedIpv6PoolCidrsCommandInput, type GetAssociatedIpv6PoolCidrsCommandOutput, type GetAwsNetworkPerformanceDataCommandInput, type GetAwsNetworkPerformanceDataCommandOutput, type GetCapacityManagerAttributesCommandInput, type GetCapacityManagerAttributesCommandOutput, type GetCapacityManagerMetricDataCommandInput, type GetCapacityManagerMetricDataCommandOutput, type GetCapacityManagerMetricDimensionsCommandInput, type GetCapacityManagerMetricDimensionsCommandOutput, type GetCapacityReservationUsageCommandInput, type GetCapacityReservationUsageCommandOutput, type GetCoipPoolUsageCommandInput, type GetCoipPoolUsageCommandOutput, type GetConsoleOutputCommandInput, type GetConsoleOutputCommandOutput, type GetConsoleScreenshotCommandInput, type GetConsoleScreenshotCommandOutput, type GetDeclarativePoliciesReportSummaryCommandInput, type GetDeclarativePoliciesReportSummaryCommandOutput, type GetDefaultCreditSpecificationCommandInput, type GetDefaultCreditSpecificationCommandOutput, type GetEbsDefaultKmsKeyIdCommandInput, type GetEbsDefaultKmsKeyIdCommandOutput, type GetEbsEncryptionByDefaultCommandInput, type GetEbsEncryptionByDefaultCommandOutput, type GetEnabledIpamPolicyCommandInput, type GetEnabledIpamPolicyCommandOutput, type GetFlowLogsIntegrationTemplateCommandInput, type GetFlowLogsIntegrationTemplateCommandOutput, type GetGroupsForCapacityReservationCommandInput, type GetGroupsForCapacityReservationCommandOutput, type GetHostReservationPurchasePreviewCommandInput, type GetHostReservationPurchasePreviewCommandOutput, type GetImageAncestryCommandInput, type GetImageAncestryCommandOutput, type GetImageBlockPublicAccessStateCommandInput, type GetImageBlockPublicAccessStateCommandOutput, type GetInstanceMetadataDefaultsCommandInput, type GetInstanceMetadataDefaultsCommandOutput, type GetInstanceTpmEkPubCommandInput, type GetInstanceTpmEkPubCommandOutput, type GetInstanceTypesFromInstanceRequirementsCommandInput, type GetInstanceTypesFromInstanceRequirementsCommandOutput, type GetInstanceUefiDataCommandInput, type GetInstanceUefiDataCommandOutput, type GetIpamAddressHistoryCommandInput, type GetIpamAddressHistoryCommandOutput, type GetIpamDiscoveredAccountsCommandInput, type GetIpamDiscoveredAccountsCommandOutput, type GetIpamDiscoveredPublicAddressesCommandInput, type GetIpamDiscoveredPublicAddressesCommandOutput, type GetIpamDiscoveredResourceCidrsCommandInput, type GetIpamDiscoveredResourceCidrsCommandOutput, type GetIpamPolicyAllocationRulesCommandInput, type GetIpamPolicyAllocationRulesCommandOutput, type GetIpamPolicyOrganizationTargetsCommandInput, type GetIpamPolicyOrganizationTargetsCommandOutput, type GetIpamPoolAllocationsCommandInput, type GetIpamPoolAllocationsCommandOutput, type GetIpamPoolCidrsCommandInput, type GetIpamPoolCidrsCommandOutput, type GetIpamPrefixListResolverRulesCommandInput, type GetIpamPrefixListResolverRulesCommandOutput, type GetIpamPrefixListResolverVersionEntriesCommandInput, type GetIpamPrefixListResolverVersionEntriesCommandOutput, type GetIpamPrefixListResolverVersionsCommandInput, type GetIpamPrefixListResolverVersionsCommandOutput, type GetIpamResourceCidrsCommandInput, type GetIpamResourceCidrsCommandOutput, type GetLaunchTemplateDataCommandInput, type GetLaunchTemplateDataCommandOutput, type GetManagedPrefixListAssociationsCommandInput, type GetManagedPrefixListAssociationsCommandOutput, type GetManagedPrefixListEntriesCommandInput, type GetManagedPrefixListEntriesCommandOutput, type GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, type GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, type GetNetworkInsightsAccessScopeContentCommandInput, type GetNetworkInsightsAccessScopeContentCommandOutput, type GetPasswordDataCommandInput, type GetPasswordDataCommandOutput, type GetReservedInstancesExchangeQuoteCommandInput, type GetReservedInstancesExchangeQuoteCommandOutput, type GetRouteServerAssociationsCommandInput, type GetRouteServerAssociationsCommandOutput, type GetRouteServerPropagationsCommandInput, type GetRouteServerPropagationsCommandOutput, type GetRouteServerRoutingDatabaseCommandInput, type GetRouteServerRoutingDatabaseCommandOutput, type GetSecurityGroupsForVpcCommandInput, type GetSecurityGroupsForVpcCommandOutput, type GetSerialConsoleAccessStatusCommandInput, type GetSerialConsoleAccessStatusCommandOutput, type GetSnapshotBlockPublicAccessStateCommandInput, type GetSnapshotBlockPublicAccessStateCommandOutput, type GetSpotPlacementScoresCommandInput, type GetSpotPlacementScoresCommandOutput, type GetSubnetCidrReservationsCommandInput, type GetSubnetCidrReservationsCommandOutput, type GetTransitGatewayAttachmentPropagationsCommandInput, type GetTransitGatewayAttachmentPropagationsCommandOutput, type GetTransitGatewayMeteringPolicyEntriesCommandInput, type GetTransitGatewayMeteringPolicyEntriesCommandOutput, type GetTransitGatewayMulticastDomainAssociationsCommandInput, type GetTransitGatewayMulticastDomainAssociationsCommandOutput, type GetTransitGatewayPolicyTableAssociationsCommandInput, type GetTransitGatewayPolicyTableAssociationsCommandOutput, type GetTransitGatewayPolicyTableEntriesCommandInput, type GetTransitGatewayPolicyTableEntriesCommandOutput, type GetTransitGatewayPrefixListReferencesCommandInput, type GetTransitGatewayPrefixListReferencesCommandOutput, type GetTransitGatewayRouteTableAssociationsCommandInput, type GetTransitGatewayRouteTableAssociationsCommandOutput, type GetTransitGatewayRouteTablePropagationsCommandInput, type GetTransitGatewayRouteTablePropagationsCommandOutput, type GetVerifiedAccessEndpointPolicyCommandInput, type GetVerifiedAccessEndpointPolicyCommandOutput, type GetVerifiedAccessEndpointTargetsCommandInput, type GetVerifiedAccessEndpointTargetsCommandOutput, type GetVerifiedAccessGroupPolicyCommandInput, type GetVerifiedAccessGroupPolicyCommandOutput, type GetVpcResourcesBlockingEncryptionEnforcementCommandInput, type GetVpcResourcesBlockingEncryptionEnforcementCommandOutput, type GetVpnConnectionDeviceSampleConfigurationCommandInput, type GetVpnConnectionDeviceSampleConfigurationCommandOutput, type GetVpnConnectionDeviceTypesCommandInput, type GetVpnConnectionDeviceTypesCommandOutput, type GetVpnTunnelReplacementStatusCommandInput, type GetVpnTunnelReplacementStatusCommandOutput, type ImportClientVpnClientCertificateRevocationListCommandInput, type ImportClientVpnClientCertificateRevocationListCommandOutput, type ImportImageCommandInput, type ImportImageCommandOutput, type ImportInstanceCommandInput, type ImportInstanceCommandOutput, type ImportKeyPairCommandInput, type ImportKeyPairCommandOutput, type ImportSnapshotCommandInput, type ImportSnapshotCommandOutput, type ImportVolumeCommandInput, type ImportVolumeCommandOutput, type ListImagesInRecycleBinCommandInput, type ListImagesInRecycleBinCommandOutput, type ListSnapshotsInRecycleBinCommandInput, type ListSnapshotsInRecycleBinCommandOutput, type ListVolumesInRecycleBinCommandInput, type ListVolumesInRecycleBinCommandOutput, type LockSnapshotCommandInput, type LockSnapshotCommandOutput, type ModifyAddressAttributeCommandInput, type ModifyAddressAttributeCommandOutput, type ModifyAvailabilityZoneGroupCommandInput, type ModifyAvailabilityZoneGroupCommandOutput, type ModifyCapacityReservationCommandInput, type ModifyCapacityReservationCommandOutput, type ModifyCapacityReservationFleetCommandInput, type ModifyCapacityReservationFleetCommandOutput, type ModifyClientVpnEndpointCommandInput, type ModifyClientVpnEndpointCommandOutput, type ModifyDefaultCreditSpecificationCommandInput, type ModifyDefaultCreditSpecificationCommandOutput, type ModifyEbsDefaultKmsKeyIdCommandInput, type ModifyEbsDefaultKmsKeyIdCommandOutput, type ModifyFleetCommandInput, type ModifyFleetCommandOutput, type ModifyFpgaImageAttributeCommandInput, type ModifyFpgaImageAttributeCommandOutput, type ModifyHostsCommandInput, type ModifyHostsCommandOutput, type ModifyIdentityIdFormatCommandInput, type ModifyIdentityIdFormatCommandOutput, type ModifyIdFormatCommandInput, type ModifyIdFormatCommandOutput, type ModifyImageAttributeCommandInput, type ModifyImageAttributeCommandOutput, type ModifyInstanceAttributeCommandInput, type ModifyInstanceAttributeCommandOutput, type ModifyInstanceCapacityReservationAttributesCommandInput, type ModifyInstanceCapacityReservationAttributesCommandOutput, type ModifyInstanceConnectEndpointCommandInput, type ModifyInstanceConnectEndpointCommandOutput, type ModifyInstanceCpuOptionsCommandInput, type ModifyInstanceCpuOptionsCommandOutput, type ModifyInstanceCreditSpecificationCommandInput, type ModifyInstanceCreditSpecificationCommandOutput, type ModifyInstanceEventStartTimeCommandInput, type ModifyInstanceEventStartTimeCommandOutput, type ModifyInstanceEventWindowCommandInput, type ModifyInstanceEventWindowCommandOutput, type ModifyInstanceMaintenanceOptionsCommandInput, type ModifyInstanceMaintenanceOptionsCommandOutput, type ModifyInstanceMetadataDefaultsCommandInput, type ModifyInstanceMetadataDefaultsCommandOutput, type ModifyInstanceMetadataOptionsCommandInput, type ModifyInstanceMetadataOptionsCommandOutput, type ModifyInstanceNetworkPerformanceOptionsCommandInput, type ModifyInstanceNetworkPerformanceOptionsCommandOutput, type ModifyInstancePlacementCommandInput, type ModifyInstancePlacementCommandOutput, type ModifyIpamCommandInput, type ModifyIpamCommandOutput, type ModifyIpamPolicyAllocationRulesCommandInput, type ModifyIpamPolicyAllocationRulesCommandOutput, type ModifyIpamPoolCommandInput, type ModifyIpamPoolCommandOutput, type ModifyIpamPrefixListResolverCommandInput, type ModifyIpamPrefixListResolverCommandOutput, type ModifyIpamPrefixListResolverTargetCommandInput, type ModifyIpamPrefixListResolverTargetCommandOutput, type ModifyIpamResourceCidrCommandInput, type ModifyIpamResourceCidrCommandOutput, type ModifyIpamResourceDiscoveryCommandInput, type ModifyIpamResourceDiscoveryCommandOutput, type ModifyIpamScopeCommandInput, type ModifyIpamScopeCommandOutput, type ModifyLaunchTemplateCommandInput, type ModifyLaunchTemplateCommandOutput, type ModifyLocalGatewayRouteCommandInput, type ModifyLocalGatewayRouteCommandOutput, type ModifyManagedPrefixListCommandInput, type ModifyManagedPrefixListCommandOutput, type ModifyNetworkInterfaceAttributeCommandInput, type ModifyNetworkInterfaceAttributeCommandOutput, type ModifyPrivateDnsNameOptionsCommandInput, type ModifyPrivateDnsNameOptionsCommandOutput, type ModifyPublicIpDnsNameOptionsCommandInput, type ModifyPublicIpDnsNameOptionsCommandOutput, type ModifyReservedInstancesCommandInput, type ModifyReservedInstancesCommandOutput, type ModifyRouteServerCommandInput, type ModifyRouteServerCommandOutput, type ModifySecurityGroupRulesCommandInput, type ModifySecurityGroupRulesCommandOutput, type ModifySnapshotAttributeCommandInput, type ModifySnapshotAttributeCommandOutput, type ModifySnapshotTierCommandInput, type ModifySnapshotTierCommandOutput, type ModifySpotFleetRequestCommandInput, type ModifySpotFleetRequestCommandOutput, type ModifySubnetAttributeCommandInput, type ModifySubnetAttributeCommandOutput, type ModifyTrafficMirrorFilterNetworkServicesCommandInput, type ModifyTrafficMirrorFilterNetworkServicesCommandOutput, type ModifyTrafficMirrorFilterRuleCommandInput, type ModifyTrafficMirrorFilterRuleCommandOutput, type ModifyTrafficMirrorSessionCommandInput, type ModifyTrafficMirrorSessionCommandOutput, type ModifyTransitGatewayCommandInput, type ModifyTransitGatewayCommandOutput, type ModifyTransitGatewayMeteringPolicyCommandInput, type ModifyTransitGatewayMeteringPolicyCommandOutput, type ModifyTransitGatewayPrefixListReferenceCommandInput, type ModifyTransitGatewayPrefixListReferenceCommandOutput, type ModifyTransitGatewayVpcAttachmentCommandInput, type ModifyTransitGatewayVpcAttachmentCommandOutput, type ModifyVerifiedAccessEndpointCommandInput, type ModifyVerifiedAccessEndpointCommandOutput, type ModifyVerifiedAccessEndpointPolicyCommandInput, type ModifyVerifiedAccessEndpointPolicyCommandOutput, type ModifyVerifiedAccessGroupCommandInput, type ModifyVerifiedAccessGroupCommandOutput, type ModifyVerifiedAccessGroupPolicyCommandInput, type ModifyVerifiedAccessGroupPolicyCommandOutput, type ModifyVerifiedAccessInstanceCommandInput, type ModifyVerifiedAccessInstanceCommandOutput, type ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, type ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput, type ModifyVerifiedAccessTrustProviderCommandInput, type ModifyVerifiedAccessTrustProviderCommandOutput, type ModifyVolumeAttributeCommandInput, type ModifyVolumeAttributeCommandOutput, type ModifyVolumeCommandInput, type ModifyVolumeCommandOutput, type ModifyVpcAttributeCommandInput, type ModifyVpcAttributeCommandOutput, type ModifyVpcBlockPublicAccessExclusionCommandInput, type ModifyVpcBlockPublicAccessExclusionCommandOutput, type ModifyVpcBlockPublicAccessOptionsCommandInput, type ModifyVpcBlockPublicAccessOptionsCommandOutput, type ModifyVpcEncryptionControlCommandInput, type ModifyVpcEncryptionControlCommandOutput, type ModifyVpcEndpointCommandInput, type ModifyVpcEndpointCommandOutput, type ModifyVpcEndpointConnectionNotificationCommandInput, type ModifyVpcEndpointConnectionNotificationCommandOutput, type ModifyVpcEndpointServiceConfigurationCommandInput, type ModifyVpcEndpointServiceConfigurationCommandOutput, type ModifyVpcEndpointServicePayerResponsibilityCommandInput, type ModifyVpcEndpointServicePayerResponsibilityCommandOutput, type ModifyVpcEndpointServicePermissionsCommandInput, type ModifyVpcEndpointServicePermissionsCommandOutput, type ModifyVpcPeeringConnectionOptionsCommandInput, type ModifyVpcPeeringConnectionOptionsCommandOutput, type ModifyVpcTenancyCommandInput, type ModifyVpcTenancyCommandOutput, type ModifyVpnConnectionCommandInput, type ModifyVpnConnectionCommandOutput, type ModifyVpnConnectionOptionsCommandInput, type ModifyVpnConnectionOptionsCommandOutput, type ModifyVpnTunnelCertificateCommandInput, type ModifyVpnTunnelCertificateCommandOutput, type ModifyVpnTunnelOptionsCommandInput, type ModifyVpnTunnelOptionsCommandOutput, type MonitorInstancesCommandInput, type MonitorInstancesCommandOutput, type MoveAddressToVpcCommandInput, type MoveAddressToVpcCommandOutput, type MoveByoipCidrToIpamCommandInput, type MoveByoipCidrToIpamCommandOutput, type MoveCapacityReservationInstancesCommandInput, type MoveCapacityReservationInstancesCommandOutput, type ProvisionByoipCidrCommandInput, type ProvisionByoipCidrCommandOutput, type ProvisionIpamByoasnCommandInput, type ProvisionIpamByoasnCommandOutput, type ProvisionIpamPoolCidrCommandInput, type ProvisionIpamPoolCidrCommandOutput, type ProvisionPublicIpv4PoolCidrCommandInput, type ProvisionPublicIpv4PoolCidrCommandOutput, type PurchaseCapacityBlockCommandInput, type PurchaseCapacityBlockCommandOutput, type PurchaseCapacityBlockExtensionCommandInput, type PurchaseCapacityBlockExtensionCommandOutput, type PurchaseHostReservationCommandInput, type PurchaseHostReservationCommandOutput, type PurchaseReservedInstancesOfferingCommandInput, type PurchaseReservedInstancesOfferingCommandOutput, type PurchaseScheduledInstancesCommandInput, type PurchaseScheduledInstancesCommandOutput, type RebootInstancesCommandInput, type RebootInstancesCommandOutput, type RegisterImageCommandInput, type RegisterImageCommandOutput, type RegisterInstanceEventNotificationAttributesCommandInput, type RegisterInstanceEventNotificationAttributesCommandOutput, type RegisterTransitGatewayMulticastGroupMembersCommandInput, type RegisterTransitGatewayMulticastGroupMembersCommandOutput, type RegisterTransitGatewayMulticastGroupSourcesCommandInput, type RegisterTransitGatewayMulticastGroupSourcesCommandOutput, type RejectCapacityReservationBillingOwnershipCommandInput, type RejectCapacityReservationBillingOwnershipCommandOutput, type RejectTransitGatewayMulticastDomainAssociationsCommandInput, type RejectTransitGatewayMulticastDomainAssociationsCommandOutput, type RejectTransitGatewayPeeringAttachmentCommandInput, type RejectTransitGatewayPeeringAttachmentCommandOutput, type RejectTransitGatewayVpcAttachmentCommandInput, type RejectTransitGatewayVpcAttachmentCommandOutput, type RejectVpcEndpointConnectionsCommandInput, type RejectVpcEndpointConnectionsCommandOutput, type RejectVpcPeeringConnectionCommandInput, type RejectVpcPeeringConnectionCommandOutput, type ReleaseAddressCommandInput, type ReleaseAddressCommandOutput, type ReleaseHostsCommandInput, type ReleaseHostsCommandOutput, type ReleaseIpamPoolAllocationCommandInput, type ReleaseIpamPoolAllocationCommandOutput, type ReplaceIamInstanceProfileAssociationCommandInput, type ReplaceIamInstanceProfileAssociationCommandOutput, type ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, type ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput, type ReplaceNetworkAclAssociationCommandInput, type ReplaceNetworkAclAssociationCommandOutput, type ReplaceNetworkAclEntryCommandInput, type ReplaceNetworkAclEntryCommandOutput, type ReplaceRouteCommandInput, type ReplaceRouteCommandOutput, type ReplaceRouteTableAssociationCommandInput, type ReplaceRouteTableAssociationCommandOutput, type ReplaceTransitGatewayRouteCommandInput, type ReplaceTransitGatewayRouteCommandOutput, type ReplaceVpnTunnelCommandInput, type ReplaceVpnTunnelCommandOutput, type ReportInstanceStatusCommandInput, type ReportInstanceStatusCommandOutput, type RequestSpotFleetCommandInput, type RequestSpotFleetCommandOutput, type RequestSpotInstancesCommandInput, type RequestSpotInstancesCommandOutput, type ResetAddressAttributeCommandInput, type ResetAddressAttributeCommandOutput, type ResetEbsDefaultKmsKeyIdCommandInput, type ResetEbsDefaultKmsKeyIdCommandOutput, type ResetFpgaImageAttributeCommandInput, type ResetFpgaImageAttributeCommandOutput, type ResetImageAttributeCommandInput, type ResetImageAttributeCommandOutput, type ResetInstanceAttributeCommandInput, type ResetInstanceAttributeCommandOutput, type ResetNetworkInterfaceAttributeCommandInput, type ResetNetworkInterfaceAttributeCommandOutput, type ResetSnapshotAttributeCommandInput, type ResetSnapshotAttributeCommandOutput, type RestoreAddressToClassicCommandInput, type RestoreAddressToClassicCommandOutput, type RestoreImageFromRecycleBinCommandInput, type RestoreImageFromRecycleBinCommandOutput, type RestoreManagedPrefixListVersionCommandInput, type RestoreManagedPrefixListVersionCommandOutput, type RestoreSnapshotFromRecycleBinCommandInput, type RestoreSnapshotFromRecycleBinCommandOutput, type RestoreSnapshotTierCommandInput, type RestoreSnapshotTierCommandOutput, type RestoreVolumeFromRecycleBinCommandInput, type RestoreVolumeFromRecycleBinCommandOutput, type RevokeClientVpnIngressCommandInput, type RevokeClientVpnIngressCommandOutput, type RevokeSecurityGroupEgressCommandInput, type RevokeSecurityGroupEgressCommandOutput, type RevokeSecurityGroupIngressCommandInput, type RevokeSecurityGroupIngressCommandOutput, type RunInstancesCommandInput, type RunInstancesCommandOutput, type RunScheduledInstancesCommandInput, type RunScheduledInstancesCommandOutput, type SearchLocalGatewayRoutesCommandInput, type SearchLocalGatewayRoutesCommandOutput, type SearchTransitGatewayMulticastGroupsCommandInput, type SearchTransitGatewayMulticastGroupsCommandOutput, type SearchTransitGatewayRoutesCommandInput, type SearchTransitGatewayRoutesCommandOutput, type SendDiagnosticInterruptCommandInput, type SendDiagnosticInterruptCommandOutput, type StartDeclarativePoliciesReportCommandInput, type StartDeclarativePoliciesReportCommandOutput, type StartInstancesCommandInput, type StartInstancesCommandOutput, type StartNetworkInsightsAccessScopeAnalysisCommandInput, type StartNetworkInsightsAccessScopeAnalysisCommandOutput, type StartNetworkInsightsAnalysisCommandInput, type StartNetworkInsightsAnalysisCommandOutput, type StartVpcEndpointServicePrivateDnsVerificationCommandInput, type StartVpcEndpointServicePrivateDnsVerificationCommandOutput, type StopInstancesCommandInput, type StopInstancesCommandOutput, type TerminateClientVpnConnectionsCommandInput, type TerminateClientVpnConnectionsCommandOutput, type TerminateInstancesCommandInput, type TerminateInstancesCommandOutput, type UnassignIpv6AddressesCommandInput, type UnassignIpv6AddressesCommandOutput, type UnassignPrivateIpAddressesCommandInput, type UnassignPrivateIpAddressesCommandOutput, type UnassignPrivateNatGatewayAddressCommandInput, type UnassignPrivateNatGatewayAddressCommandOutput, type UnlockSnapshotCommandInput, type UnlockSnapshotCommandOutput, type UnmonitorInstancesCommandInput, type UnmonitorInstancesCommandOutput, type UpdateCapacityManagerOrganizationsAccessCommandInput, type UpdateCapacityManagerOrganizationsAccessCommandOutput, type UpdateInterruptibleCapacityReservationAllocationCommandInput, type UpdateInterruptibleCapacityReservationAllocationCommandOutput, type UpdateSecurityGroupRuleDescriptionsEgressCommandInput, type UpdateSecurityGroupRuleDescriptionsEgressCommandOutput, type UpdateSecurityGroupRuleDescriptionsIngressCommandInput, type UpdateSecurityGroupRuleDescriptionsIngressCommandOutput, type WithdrawByoipCidrCommandInput, type WithdrawByoipCidrCommandOutput } from "@aws-sdk/client-ec2";
|
|
5
5
|
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
6
6
|
import type { Cause } from "effect";
|
|
7
|
-
import { Effect, Layer } from "effect";
|
|
7
|
+
import { Effect, Layer, ServiceMap } from "effect";
|
|
8
8
|
import * as Instance from "./EC2ClientInstance.js";
|
|
9
9
|
import type { EC2ServiceError, SdkError } from "./Errors.js";
|
|
10
10
|
interface EC2Service$ {
|
|
@@ -12,3008 +12,3034 @@ interface EC2Service$ {
|
|
|
12
12
|
/**
|
|
13
13
|
* @see {@link AcceptAddressTransferCommand}
|
|
14
14
|
*/
|
|
15
|
-
acceptAddressTransfer(args: AcceptAddressTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptAddressTransferCommandOutput, Cause.
|
|
15
|
+
acceptAddressTransfer(args: AcceptAddressTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptAddressTransferCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
16
16
|
/**
|
|
17
17
|
* @see {@link AcceptCapacityReservationBillingOwnershipCommand}
|
|
18
18
|
*/
|
|
19
|
-
acceptCapacityReservationBillingOwnership(args: AcceptCapacityReservationBillingOwnershipCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptCapacityReservationBillingOwnershipCommandOutput, Cause.
|
|
19
|
+
acceptCapacityReservationBillingOwnership(args: AcceptCapacityReservationBillingOwnershipCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptCapacityReservationBillingOwnershipCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
20
20
|
/**
|
|
21
21
|
* @see {@link AcceptReservedInstancesExchangeQuoteCommand}
|
|
22
22
|
*/
|
|
23
|
-
acceptReservedInstancesExchangeQuote(args: AcceptReservedInstancesExchangeQuoteCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptReservedInstancesExchangeQuoteCommandOutput, Cause.
|
|
23
|
+
acceptReservedInstancesExchangeQuote(args: AcceptReservedInstancesExchangeQuoteCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptReservedInstancesExchangeQuoteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
24
24
|
/**
|
|
25
25
|
* @see {@link AcceptTransitGatewayMulticastDomainAssociationsCommand}
|
|
26
26
|
*/
|
|
27
|
-
acceptTransitGatewayMulticastDomainAssociations(args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput, Cause.
|
|
27
|
+
acceptTransitGatewayMulticastDomainAssociations(args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
28
28
|
/**
|
|
29
29
|
* @see {@link AcceptTransitGatewayPeeringAttachmentCommand}
|
|
30
30
|
*/
|
|
31
|
-
acceptTransitGatewayPeeringAttachment(args: AcceptTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptTransitGatewayPeeringAttachmentCommandOutput, Cause.
|
|
31
|
+
acceptTransitGatewayPeeringAttachment(args: AcceptTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptTransitGatewayPeeringAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
32
32
|
/**
|
|
33
33
|
* @see {@link AcceptTransitGatewayVpcAttachmentCommand}
|
|
34
34
|
*/
|
|
35
|
-
acceptTransitGatewayVpcAttachment(args: AcceptTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptTransitGatewayVpcAttachmentCommandOutput, Cause.
|
|
35
|
+
acceptTransitGatewayVpcAttachment(args: AcceptTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptTransitGatewayVpcAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
36
36
|
/**
|
|
37
37
|
* @see {@link AcceptVpcEndpointConnectionsCommand}
|
|
38
38
|
*/
|
|
39
|
-
acceptVpcEndpointConnections(args: AcceptVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptVpcEndpointConnectionsCommandOutput, Cause.
|
|
39
|
+
acceptVpcEndpointConnections(args: AcceptVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptVpcEndpointConnectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
40
40
|
/**
|
|
41
41
|
* @see {@link AcceptVpcPeeringConnectionCommand}
|
|
42
42
|
*/
|
|
43
|
-
acceptVpcPeeringConnection(args: AcceptVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptVpcPeeringConnectionCommandOutput, Cause.
|
|
43
|
+
acceptVpcPeeringConnection(args: AcceptVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptVpcPeeringConnectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
44
44
|
/**
|
|
45
45
|
* @see {@link AdvertiseByoipCidrCommand}
|
|
46
46
|
*/
|
|
47
|
-
advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdvertiseByoipCidrCommandOutput, Cause.
|
|
47
|
+
advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdvertiseByoipCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
48
48
|
/**
|
|
49
49
|
* @see {@link AllocateAddressCommand}
|
|
50
50
|
*/
|
|
51
|
-
allocateAddress(args: AllocateAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AllocateAddressCommandOutput, Cause.
|
|
51
|
+
allocateAddress(args: AllocateAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AllocateAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
52
52
|
/**
|
|
53
53
|
* @see {@link AllocateHostsCommand}
|
|
54
54
|
*/
|
|
55
|
-
allocateHosts(args: AllocateHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AllocateHostsCommandOutput, Cause.
|
|
55
|
+
allocateHosts(args: AllocateHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AllocateHostsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
56
56
|
/**
|
|
57
57
|
* @see {@link AllocateIpamPoolCidrCommand}
|
|
58
58
|
*/
|
|
59
|
-
allocateIpamPoolCidr(args: AllocateIpamPoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<AllocateIpamPoolCidrCommandOutput, Cause.
|
|
59
|
+
allocateIpamPoolCidr(args: AllocateIpamPoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<AllocateIpamPoolCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
60
60
|
/**
|
|
61
61
|
* @see {@link ApplySecurityGroupsToClientVpnTargetNetworkCommand}
|
|
62
62
|
*/
|
|
63
|
-
applySecurityGroupsToClientVpnTargetNetwork(args: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput, Cause.
|
|
63
|
+
applySecurityGroupsToClientVpnTargetNetwork(args: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
64
64
|
/**
|
|
65
65
|
* @see {@link AssignIpv6AddressesCommand}
|
|
66
66
|
*/
|
|
67
|
-
assignIpv6Addresses(args: AssignIpv6AddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssignIpv6AddressesCommandOutput, Cause.
|
|
67
|
+
assignIpv6Addresses(args: AssignIpv6AddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssignIpv6AddressesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
68
68
|
/**
|
|
69
69
|
* @see {@link AssignPrivateIpAddressesCommand}
|
|
70
70
|
*/
|
|
71
|
-
assignPrivateIpAddresses(args: AssignPrivateIpAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssignPrivateIpAddressesCommandOutput, Cause.
|
|
71
|
+
assignPrivateIpAddresses(args: AssignPrivateIpAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssignPrivateIpAddressesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
72
72
|
/**
|
|
73
73
|
* @see {@link AssignPrivateNatGatewayAddressCommand}
|
|
74
74
|
*/
|
|
75
|
-
assignPrivateNatGatewayAddress(args: AssignPrivateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssignPrivateNatGatewayAddressCommandOutput, Cause.
|
|
75
|
+
assignPrivateNatGatewayAddress(args: AssignPrivateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssignPrivateNatGatewayAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
76
76
|
/**
|
|
77
77
|
* @see {@link AssociateAddressCommand}
|
|
78
78
|
*/
|
|
79
|
-
associateAddress(args: AssociateAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateAddressCommandOutput, Cause.
|
|
79
|
+
associateAddress(args: AssociateAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
80
80
|
/**
|
|
81
81
|
* @see {@link AssociateCapacityReservationBillingOwnerCommand}
|
|
82
82
|
*/
|
|
83
|
-
associateCapacityReservationBillingOwner(args: AssociateCapacityReservationBillingOwnerCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateCapacityReservationBillingOwnerCommandOutput, Cause.
|
|
83
|
+
associateCapacityReservationBillingOwner(args: AssociateCapacityReservationBillingOwnerCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateCapacityReservationBillingOwnerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
84
84
|
/**
|
|
85
85
|
* @see {@link AssociateClientVpnTargetNetworkCommand}
|
|
86
86
|
*/
|
|
87
|
-
associateClientVpnTargetNetwork(args: AssociateClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateClientVpnTargetNetworkCommandOutput, Cause.
|
|
87
|
+
associateClientVpnTargetNetwork(args: AssociateClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateClientVpnTargetNetworkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
88
88
|
/**
|
|
89
89
|
* @see {@link AssociateDhcpOptionsCommand}
|
|
90
90
|
*/
|
|
91
|
-
associateDhcpOptions(args: AssociateDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateDhcpOptionsCommandOutput, Cause.
|
|
91
|
+
associateDhcpOptions(args: AssociateDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateDhcpOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
92
92
|
/**
|
|
93
93
|
* @see {@link AssociateEnclaveCertificateIamRoleCommand}
|
|
94
94
|
*/
|
|
95
|
-
associateEnclaveCertificateIamRole(args: AssociateEnclaveCertificateIamRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateEnclaveCertificateIamRoleCommandOutput, Cause.
|
|
95
|
+
associateEnclaveCertificateIamRole(args: AssociateEnclaveCertificateIamRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateEnclaveCertificateIamRoleCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
96
96
|
/**
|
|
97
97
|
* @see {@link AssociateIamInstanceProfileCommand}
|
|
98
98
|
*/
|
|
99
|
-
associateIamInstanceProfile(args: AssociateIamInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateIamInstanceProfileCommandOutput, Cause.
|
|
99
|
+
associateIamInstanceProfile(args: AssociateIamInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateIamInstanceProfileCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
100
100
|
/**
|
|
101
101
|
* @see {@link AssociateInstanceEventWindowCommand}
|
|
102
102
|
*/
|
|
103
|
-
associateInstanceEventWindow(args: AssociateInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateInstanceEventWindowCommandOutput, Cause.
|
|
103
|
+
associateInstanceEventWindow(args: AssociateInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateInstanceEventWindowCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
104
104
|
/**
|
|
105
105
|
* @see {@link AssociateIpamByoasnCommand}
|
|
106
106
|
*/
|
|
107
|
-
associateIpamByoasn(args: AssociateIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateIpamByoasnCommandOutput, Cause.
|
|
107
|
+
associateIpamByoasn(args: AssociateIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateIpamByoasnCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
108
108
|
/**
|
|
109
109
|
* @see {@link AssociateIpamResourceDiscoveryCommand}
|
|
110
110
|
*/
|
|
111
|
-
associateIpamResourceDiscovery(args: AssociateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateIpamResourceDiscoveryCommandOutput, Cause.
|
|
111
|
+
associateIpamResourceDiscovery(args: AssociateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateIpamResourceDiscoveryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
112
112
|
/**
|
|
113
113
|
* @see {@link AssociateNatGatewayAddressCommand}
|
|
114
114
|
*/
|
|
115
|
-
associateNatGatewayAddress(args: AssociateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateNatGatewayAddressCommandOutput, Cause.
|
|
115
|
+
associateNatGatewayAddress(args: AssociateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateNatGatewayAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
116
116
|
/**
|
|
117
117
|
* @see {@link AssociateRouteServerCommand}
|
|
118
118
|
*/
|
|
119
|
-
associateRouteServer(args: AssociateRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateRouteServerCommandOutput, Cause.
|
|
119
|
+
associateRouteServer(args: AssociateRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateRouteServerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
120
120
|
/**
|
|
121
121
|
* @see {@link AssociateRouteTableCommand}
|
|
122
122
|
*/
|
|
123
|
-
associateRouteTable(args: AssociateRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateRouteTableCommandOutput, Cause.
|
|
123
|
+
associateRouteTable(args: AssociateRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
124
124
|
/**
|
|
125
125
|
* @see {@link AssociateSecurityGroupVpcCommand}
|
|
126
126
|
*/
|
|
127
|
-
associateSecurityGroupVpc(args: AssociateSecurityGroupVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateSecurityGroupVpcCommandOutput, Cause.
|
|
127
|
+
associateSecurityGroupVpc(args: AssociateSecurityGroupVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateSecurityGroupVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
128
128
|
/**
|
|
129
129
|
* @see {@link AssociateSubnetCidrBlockCommand}
|
|
130
130
|
*/
|
|
131
|
-
associateSubnetCidrBlock(args: AssociateSubnetCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateSubnetCidrBlockCommandOutput, Cause.
|
|
131
|
+
associateSubnetCidrBlock(args: AssociateSubnetCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateSubnetCidrBlockCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
132
132
|
/**
|
|
133
133
|
* @see {@link AssociateTransitGatewayMulticastDomainCommand}
|
|
134
134
|
*/
|
|
135
|
-
associateTransitGatewayMulticastDomain(args: AssociateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTransitGatewayMulticastDomainCommandOutput, Cause.
|
|
135
|
+
associateTransitGatewayMulticastDomain(args: AssociateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTransitGatewayMulticastDomainCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
136
136
|
/**
|
|
137
137
|
* @see {@link AssociateTransitGatewayPolicyTableCommand}
|
|
138
138
|
*/
|
|
139
|
-
associateTransitGatewayPolicyTable(args: AssociateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTransitGatewayPolicyTableCommandOutput, Cause.
|
|
139
|
+
associateTransitGatewayPolicyTable(args: AssociateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTransitGatewayPolicyTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
140
140
|
/**
|
|
141
141
|
* @see {@link AssociateTransitGatewayRouteTableCommand}
|
|
142
142
|
*/
|
|
143
|
-
associateTransitGatewayRouteTable(args: AssociateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTransitGatewayRouteTableCommandOutput, Cause.
|
|
143
|
+
associateTransitGatewayRouteTable(args: AssociateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTransitGatewayRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
144
144
|
/**
|
|
145
145
|
* @see {@link AssociateTrunkInterfaceCommand}
|
|
146
146
|
*/
|
|
147
|
-
associateTrunkInterface(args: AssociateTrunkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTrunkInterfaceCommandOutput, Cause.
|
|
147
|
+
associateTrunkInterface(args: AssociateTrunkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateTrunkInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
148
148
|
/**
|
|
149
149
|
* @see {@link AssociateVpcCidrBlockCommand}
|
|
150
150
|
*/
|
|
151
|
-
associateVpcCidrBlock(args: AssociateVpcCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateVpcCidrBlockCommandOutput, Cause.
|
|
151
|
+
associateVpcCidrBlock(args: AssociateVpcCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateVpcCidrBlockCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
152
152
|
/**
|
|
153
153
|
* @see {@link AttachClassicLinkVpcCommand}
|
|
154
154
|
*/
|
|
155
|
-
attachClassicLinkVpc(args: AttachClassicLinkVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachClassicLinkVpcCommandOutput, Cause.
|
|
155
|
+
attachClassicLinkVpc(args: AttachClassicLinkVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachClassicLinkVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
156
156
|
/**
|
|
157
157
|
* @see {@link AttachInternetGatewayCommand}
|
|
158
158
|
*/
|
|
159
|
-
attachInternetGateway(args: AttachInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachInternetGatewayCommandOutput, Cause.
|
|
159
|
+
attachInternetGateway(args: AttachInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachInternetGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
160
160
|
/**
|
|
161
161
|
* @see {@link AttachNetworkInterfaceCommand}
|
|
162
162
|
*/
|
|
163
|
-
attachNetworkInterface(args: AttachNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachNetworkInterfaceCommandOutput, Cause.
|
|
163
|
+
attachNetworkInterface(args: AttachNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachNetworkInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
164
164
|
/**
|
|
165
165
|
* @see {@link AttachVerifiedAccessTrustProviderCommand}
|
|
166
166
|
*/
|
|
167
|
-
attachVerifiedAccessTrustProvider(args: AttachVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachVerifiedAccessTrustProviderCommandOutput, Cause.
|
|
167
|
+
attachVerifiedAccessTrustProvider(args: AttachVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachVerifiedAccessTrustProviderCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
168
168
|
/**
|
|
169
169
|
* @see {@link AttachVolumeCommand}
|
|
170
170
|
*/
|
|
171
|
-
attachVolume(args: AttachVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachVolumeCommandOutput, Cause.
|
|
171
|
+
attachVolume(args: AttachVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachVolumeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
172
172
|
/**
|
|
173
173
|
* @see {@link AttachVpnGatewayCommand}
|
|
174
174
|
*/
|
|
175
|
-
attachVpnGateway(args: AttachVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachVpnGatewayCommandOutput, Cause.
|
|
175
|
+
attachVpnGateway(args: AttachVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachVpnGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
176
176
|
/**
|
|
177
177
|
* @see {@link AuthorizeClientVpnIngressCommand}
|
|
178
178
|
*/
|
|
179
|
-
authorizeClientVpnIngress(args: AuthorizeClientVpnIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeClientVpnIngressCommandOutput, Cause.
|
|
179
|
+
authorizeClientVpnIngress(args: AuthorizeClientVpnIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeClientVpnIngressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
180
180
|
/**
|
|
181
181
|
* @see {@link AuthorizeSecurityGroupEgressCommand}
|
|
182
182
|
*/
|
|
183
|
-
authorizeSecurityGroupEgress(args: AuthorizeSecurityGroupEgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeSecurityGroupEgressCommandOutput, Cause.
|
|
183
|
+
authorizeSecurityGroupEgress(args: AuthorizeSecurityGroupEgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeSecurityGroupEgressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
184
184
|
/**
|
|
185
185
|
* @see {@link AuthorizeSecurityGroupIngressCommand}
|
|
186
186
|
*/
|
|
187
|
-
authorizeSecurityGroupIngress(args: AuthorizeSecurityGroupIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeSecurityGroupIngressCommandOutput, Cause.
|
|
187
|
+
authorizeSecurityGroupIngress(args: AuthorizeSecurityGroupIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeSecurityGroupIngressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
188
188
|
/**
|
|
189
189
|
* @see {@link BundleInstanceCommand}
|
|
190
190
|
*/
|
|
191
|
-
bundleInstance(args: BundleInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<BundleInstanceCommandOutput, Cause.
|
|
191
|
+
bundleInstance(args: BundleInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<BundleInstanceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
192
192
|
/**
|
|
193
193
|
* @see {@link CancelBundleTaskCommand}
|
|
194
194
|
*/
|
|
195
|
-
cancelBundleTask(args: CancelBundleTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelBundleTaskCommandOutput, Cause.
|
|
195
|
+
cancelBundleTask(args: CancelBundleTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelBundleTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
196
196
|
/**
|
|
197
197
|
* @see {@link CancelCapacityReservationCommand}
|
|
198
198
|
*/
|
|
199
|
-
cancelCapacityReservation(args: CancelCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelCapacityReservationCommandOutput, Cause.
|
|
199
|
+
cancelCapacityReservation(args: CancelCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
200
200
|
/**
|
|
201
201
|
* @see {@link CancelCapacityReservationFleetsCommand}
|
|
202
202
|
*/
|
|
203
|
-
cancelCapacityReservationFleets(args: CancelCapacityReservationFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelCapacityReservationFleetsCommandOutput, Cause.
|
|
203
|
+
cancelCapacityReservationFleets(args: CancelCapacityReservationFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelCapacityReservationFleetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
204
204
|
/**
|
|
205
205
|
* @see {@link CancelConversionTaskCommand}
|
|
206
206
|
*/
|
|
207
|
-
cancelConversionTask(args: CancelConversionTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelConversionTaskCommandOutput, Cause.
|
|
207
|
+
cancelConversionTask(args: CancelConversionTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelConversionTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
208
208
|
/**
|
|
209
209
|
* @see {@link CancelDeclarativePoliciesReportCommand}
|
|
210
210
|
*/
|
|
211
|
-
cancelDeclarativePoliciesReport(args: CancelDeclarativePoliciesReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelDeclarativePoliciesReportCommandOutput, Cause.
|
|
211
|
+
cancelDeclarativePoliciesReport(args: CancelDeclarativePoliciesReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelDeclarativePoliciesReportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
212
212
|
/**
|
|
213
213
|
* @see {@link CancelExportTaskCommand}
|
|
214
214
|
*/
|
|
215
|
-
cancelExportTask(args: CancelExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelExportTaskCommandOutput, Cause.
|
|
215
|
+
cancelExportTask(args: CancelExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelExportTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
216
216
|
/**
|
|
217
217
|
* @see {@link CancelImageLaunchPermissionCommand}
|
|
218
218
|
*/
|
|
219
|
-
cancelImageLaunchPermission(args: CancelImageLaunchPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelImageLaunchPermissionCommandOutput, Cause.
|
|
219
|
+
cancelImageLaunchPermission(args: CancelImageLaunchPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelImageLaunchPermissionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
220
220
|
/**
|
|
221
221
|
* @see {@link CancelImportTaskCommand}
|
|
222
222
|
*/
|
|
223
|
-
cancelImportTask(args: CancelImportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelImportTaskCommandOutput, Cause.
|
|
223
|
+
cancelImportTask(args: CancelImportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelImportTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
224
224
|
/**
|
|
225
225
|
* @see {@link CancelReservedInstancesListingCommand}
|
|
226
226
|
*/
|
|
227
|
-
cancelReservedInstancesListing(args: CancelReservedInstancesListingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelReservedInstancesListingCommandOutput, Cause.
|
|
227
|
+
cancelReservedInstancesListing(args: CancelReservedInstancesListingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelReservedInstancesListingCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
228
228
|
/**
|
|
229
229
|
* @see {@link CancelSpotFleetRequestsCommand}
|
|
230
230
|
*/
|
|
231
|
-
cancelSpotFleetRequests(args: CancelSpotFleetRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelSpotFleetRequestsCommandOutput, Cause.
|
|
231
|
+
cancelSpotFleetRequests(args: CancelSpotFleetRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelSpotFleetRequestsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
232
232
|
/**
|
|
233
233
|
* @see {@link CancelSpotInstanceRequestsCommand}
|
|
234
234
|
*/
|
|
235
|
-
cancelSpotInstanceRequests(args: CancelSpotInstanceRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelSpotInstanceRequestsCommandOutput, Cause.
|
|
235
|
+
cancelSpotInstanceRequests(args: CancelSpotInstanceRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelSpotInstanceRequestsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
236
236
|
/**
|
|
237
237
|
* @see {@link ConfirmProductInstanceCommand}
|
|
238
238
|
*/
|
|
239
|
-
confirmProductInstance(args: ConfirmProductInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmProductInstanceCommandOutput, Cause.
|
|
239
|
+
confirmProductInstance(args: ConfirmProductInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmProductInstanceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
240
240
|
/**
|
|
241
241
|
* @see {@link CopyFpgaImageCommand}
|
|
242
242
|
*/
|
|
243
|
-
copyFpgaImage(args: CopyFpgaImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopyFpgaImageCommandOutput, Cause.
|
|
243
|
+
copyFpgaImage(args: CopyFpgaImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopyFpgaImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
244
244
|
/**
|
|
245
245
|
* @see {@link CopyImageCommand}
|
|
246
246
|
*/
|
|
247
|
-
copyImage(args: CopyImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopyImageCommandOutput, Cause.
|
|
247
|
+
copyImage(args: CopyImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopyImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
248
248
|
/**
|
|
249
249
|
* @see {@link CopySnapshotCommand}
|
|
250
250
|
*/
|
|
251
|
-
copySnapshot(args: CopySnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopySnapshotCommandOutput, Cause.
|
|
251
|
+
copySnapshot(args: CopySnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopySnapshotCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
252
252
|
/**
|
|
253
253
|
* @see {@link CopyVolumesCommand}
|
|
254
254
|
*/
|
|
255
|
-
copyVolumes(args: CopyVolumesCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopyVolumesCommandOutput, Cause.
|
|
255
|
+
copyVolumes(args: CopyVolumesCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopyVolumesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
256
256
|
/**
|
|
257
257
|
* @see {@link CreateCapacityManagerDataExportCommand}
|
|
258
258
|
*/
|
|
259
|
-
createCapacityManagerDataExport(args: CreateCapacityManagerDataExportCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityManagerDataExportCommandOutput, Cause.
|
|
259
|
+
createCapacityManagerDataExport(args: CreateCapacityManagerDataExportCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityManagerDataExportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
260
260
|
/**
|
|
261
261
|
* @see {@link CreateCapacityReservationCommand}
|
|
262
262
|
*/
|
|
263
|
-
createCapacityReservation(args: CreateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationCommandOutput, Cause.
|
|
263
|
+
createCapacityReservation(args: CreateCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
264
264
|
/**
|
|
265
265
|
* @see {@link CreateCapacityReservationBySplittingCommand}
|
|
266
266
|
*/
|
|
267
|
-
createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationBySplittingCommandOutput, Cause.
|
|
267
|
+
createCapacityReservationBySplitting(args: CreateCapacityReservationBySplittingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationBySplittingCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
268
268
|
/**
|
|
269
269
|
* @see {@link CreateCapacityReservationFleetCommand}
|
|
270
270
|
*/
|
|
271
|
-
createCapacityReservationFleet(args: CreateCapacityReservationFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationFleetCommandOutput, Cause.
|
|
271
|
+
createCapacityReservationFleet(args: CreateCapacityReservationFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityReservationFleetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
272
272
|
/**
|
|
273
273
|
* @see {@link CreateCarrierGatewayCommand}
|
|
274
274
|
*/
|
|
275
|
-
createCarrierGateway(args: CreateCarrierGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCarrierGatewayCommandOutput, Cause.
|
|
275
|
+
createCarrierGateway(args: CreateCarrierGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCarrierGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
276
276
|
/**
|
|
277
277
|
* @see {@link CreateClientVpnEndpointCommand}
|
|
278
278
|
*/
|
|
279
|
-
createClientVpnEndpoint(args: CreateClientVpnEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateClientVpnEndpointCommandOutput, Cause.
|
|
279
|
+
createClientVpnEndpoint(args: CreateClientVpnEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateClientVpnEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
280
280
|
/**
|
|
281
281
|
* @see {@link CreateClientVpnRouteCommand}
|
|
282
282
|
*/
|
|
283
|
-
createClientVpnRoute(args: CreateClientVpnRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateClientVpnRouteCommandOutput, Cause.
|
|
283
|
+
createClientVpnRoute(args: CreateClientVpnRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateClientVpnRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
284
284
|
/**
|
|
285
285
|
* @see {@link CreateCoipCidrCommand}
|
|
286
286
|
*/
|
|
287
|
-
createCoipCidr(args: CreateCoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCoipCidrCommandOutput, Cause.
|
|
287
|
+
createCoipCidr(args: CreateCoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCoipCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
288
288
|
/**
|
|
289
289
|
* @see {@link CreateCoipPoolCommand}
|
|
290
290
|
*/
|
|
291
|
-
createCoipPool(args: CreateCoipPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCoipPoolCommandOutput, Cause.
|
|
291
|
+
createCoipPool(args: CreateCoipPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCoipPoolCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
292
292
|
/**
|
|
293
293
|
* @see {@link CreateCustomerGatewayCommand}
|
|
294
294
|
*/
|
|
295
|
-
createCustomerGateway(args: CreateCustomerGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCustomerGatewayCommandOutput, Cause.
|
|
295
|
+
createCustomerGateway(args: CreateCustomerGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCustomerGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
296
296
|
/**
|
|
297
297
|
* @see {@link CreateDefaultSubnetCommand}
|
|
298
298
|
*/
|
|
299
|
-
createDefaultSubnet(args: CreateDefaultSubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDefaultSubnetCommandOutput, Cause.
|
|
299
|
+
createDefaultSubnet(args: CreateDefaultSubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDefaultSubnetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
300
300
|
/**
|
|
301
301
|
* @see {@link CreateDefaultVpcCommand}
|
|
302
302
|
*/
|
|
303
|
-
createDefaultVpc(args: CreateDefaultVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDefaultVpcCommandOutput, Cause.
|
|
303
|
+
createDefaultVpc(args: CreateDefaultVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDefaultVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
304
304
|
/**
|
|
305
305
|
* @see {@link CreateDelegateMacVolumeOwnershipTaskCommand}
|
|
306
306
|
*/
|
|
307
|
-
createDelegateMacVolumeOwnershipTask(args: CreateDelegateMacVolumeOwnershipTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDelegateMacVolumeOwnershipTaskCommandOutput, Cause.
|
|
307
|
+
createDelegateMacVolumeOwnershipTask(args: CreateDelegateMacVolumeOwnershipTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDelegateMacVolumeOwnershipTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
308
308
|
/**
|
|
309
309
|
* @see {@link CreateDhcpOptionsCommand}
|
|
310
310
|
*/
|
|
311
|
-
createDhcpOptions(args: CreateDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDhcpOptionsCommandOutput, Cause.
|
|
311
|
+
createDhcpOptions(args: CreateDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDhcpOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
312
312
|
/**
|
|
313
313
|
* @see {@link CreateEgressOnlyInternetGatewayCommand}
|
|
314
314
|
*/
|
|
315
|
-
createEgressOnlyInternetGateway(args: CreateEgressOnlyInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEgressOnlyInternetGatewayCommandOutput, Cause.
|
|
315
|
+
createEgressOnlyInternetGateway(args: CreateEgressOnlyInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEgressOnlyInternetGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
316
316
|
/**
|
|
317
317
|
* @see {@link CreateFleetCommand}
|
|
318
318
|
*/
|
|
319
|
-
createFleet(args: CreateFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFleetCommandOutput, Cause.
|
|
319
|
+
createFleet(args: CreateFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFleetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
320
320
|
/**
|
|
321
321
|
* @see {@link CreateFlowLogsCommand}
|
|
322
322
|
*/
|
|
323
|
-
createFlowLogs(args: CreateFlowLogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowLogsCommandOutput, Cause.
|
|
323
|
+
createFlowLogs(args: CreateFlowLogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowLogsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
324
324
|
/**
|
|
325
325
|
* @see {@link CreateFpgaImageCommand}
|
|
326
326
|
*/
|
|
327
|
-
createFpgaImage(args: CreateFpgaImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFpgaImageCommandOutput, Cause.
|
|
327
|
+
createFpgaImage(args: CreateFpgaImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFpgaImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
328
328
|
/**
|
|
329
329
|
* @see {@link CreateImageCommand}
|
|
330
330
|
*/
|
|
331
|
-
createImage(args: CreateImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateImageCommandOutput, Cause.
|
|
331
|
+
createImage(args: CreateImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
332
332
|
/**
|
|
333
333
|
* @see {@link CreateImageUsageReportCommand}
|
|
334
334
|
*/
|
|
335
|
-
createImageUsageReport(args: CreateImageUsageReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateImageUsageReportCommandOutput, Cause.
|
|
335
|
+
createImageUsageReport(args: CreateImageUsageReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateImageUsageReportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
336
336
|
/**
|
|
337
337
|
* @see {@link CreateInstanceConnectEndpointCommand}
|
|
338
338
|
*/
|
|
339
|
-
createInstanceConnectEndpoint(args: CreateInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInstanceConnectEndpointCommandOutput, Cause.
|
|
339
|
+
createInstanceConnectEndpoint(args: CreateInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInstanceConnectEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
340
340
|
/**
|
|
341
341
|
* @see {@link CreateInstanceEventWindowCommand}
|
|
342
342
|
*/
|
|
343
|
-
createInstanceEventWindow(args: CreateInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInstanceEventWindowCommandOutput, Cause.
|
|
343
|
+
createInstanceEventWindow(args: CreateInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInstanceEventWindowCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
344
344
|
/**
|
|
345
345
|
* @see {@link CreateInstanceExportTaskCommand}
|
|
346
346
|
*/
|
|
347
|
-
createInstanceExportTask(args: CreateInstanceExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInstanceExportTaskCommandOutput, Cause.
|
|
347
|
+
createInstanceExportTask(args: CreateInstanceExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInstanceExportTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
348
348
|
/**
|
|
349
349
|
* @see {@link CreateInternetGatewayCommand}
|
|
350
350
|
*/
|
|
351
|
-
createInternetGateway(args: CreateInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInternetGatewayCommandOutput, Cause.
|
|
351
|
+
createInternetGateway(args: CreateInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInternetGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
352
352
|
/**
|
|
353
353
|
* @see {@link CreateInterruptibleCapacityReservationAllocationCommand}
|
|
354
354
|
*/
|
|
355
|
-
createInterruptibleCapacityReservationAllocation(args: CreateInterruptibleCapacityReservationAllocationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInterruptibleCapacityReservationAllocationCommandOutput, Cause.
|
|
355
|
+
createInterruptibleCapacityReservationAllocation(args: CreateInterruptibleCapacityReservationAllocationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInterruptibleCapacityReservationAllocationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
356
356
|
/**
|
|
357
357
|
* @see {@link CreateIpamCommand}
|
|
358
358
|
*/
|
|
359
|
-
createIpam(args: CreateIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamCommandOutput, Cause.
|
|
359
|
+
createIpam(args: CreateIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
360
360
|
/**
|
|
361
361
|
* @see {@link CreateIpamExternalResourceVerificationTokenCommand}
|
|
362
362
|
*/
|
|
363
|
-
createIpamExternalResourceVerificationToken(args: CreateIpamExternalResourceVerificationTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamExternalResourceVerificationTokenCommandOutput, Cause.
|
|
363
|
+
createIpamExternalResourceVerificationToken(args: CreateIpamExternalResourceVerificationTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamExternalResourceVerificationTokenCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
364
364
|
/**
|
|
365
365
|
* @see {@link CreateIpamPolicyCommand}
|
|
366
366
|
*/
|
|
367
|
-
createIpamPolicy(args: CreateIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPolicyCommandOutput, Cause.
|
|
367
|
+
createIpamPolicy(args: CreateIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
368
368
|
/**
|
|
369
369
|
* @see {@link CreateIpamPoolCommand}
|
|
370
370
|
*/
|
|
371
|
-
createIpamPool(args: CreateIpamPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPoolCommandOutput, Cause.
|
|
371
|
+
createIpamPool(args: CreateIpamPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPoolCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
372
372
|
/**
|
|
373
373
|
* @see {@link CreateIpamPrefixListResolverCommand}
|
|
374
374
|
*/
|
|
375
|
-
createIpamPrefixListResolver(args: CreateIpamPrefixListResolverCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPrefixListResolverCommandOutput, Cause.
|
|
375
|
+
createIpamPrefixListResolver(args: CreateIpamPrefixListResolverCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPrefixListResolverCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
376
376
|
/**
|
|
377
377
|
* @see {@link CreateIpamPrefixListResolverTargetCommand}
|
|
378
378
|
*/
|
|
379
|
-
createIpamPrefixListResolverTarget(args: CreateIpamPrefixListResolverTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPrefixListResolverTargetCommandOutput, Cause.
|
|
379
|
+
createIpamPrefixListResolverTarget(args: CreateIpamPrefixListResolverTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamPrefixListResolverTargetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
380
380
|
/**
|
|
381
381
|
* @see {@link CreateIpamResourceDiscoveryCommand}
|
|
382
382
|
*/
|
|
383
|
-
createIpamResourceDiscovery(args: CreateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamResourceDiscoveryCommandOutput, Cause.
|
|
383
|
+
createIpamResourceDiscovery(args: CreateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamResourceDiscoveryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
384
384
|
/**
|
|
385
385
|
* @see {@link CreateIpamScopeCommand}
|
|
386
386
|
*/
|
|
387
|
-
createIpamScope(args: CreateIpamScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamScopeCommandOutput, Cause.
|
|
387
|
+
createIpamScope(args: CreateIpamScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIpamScopeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
388
388
|
/**
|
|
389
389
|
* @see {@link CreateKeyPairCommand}
|
|
390
390
|
*/
|
|
391
|
-
createKeyPair(args: CreateKeyPairCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateKeyPairCommandOutput, Cause.
|
|
391
|
+
createKeyPair(args: CreateKeyPairCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateKeyPairCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
392
392
|
/**
|
|
393
393
|
* @see {@link CreateLaunchTemplateCommand}
|
|
394
394
|
*/
|
|
395
|
-
createLaunchTemplate(args: CreateLaunchTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLaunchTemplateCommandOutput, Cause.
|
|
395
|
+
createLaunchTemplate(args: CreateLaunchTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLaunchTemplateCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
396
396
|
/**
|
|
397
397
|
* @see {@link CreateLaunchTemplateVersionCommand}
|
|
398
398
|
*/
|
|
399
|
-
createLaunchTemplateVersion(args: CreateLaunchTemplateVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLaunchTemplateVersionCommandOutput, Cause.
|
|
399
|
+
createLaunchTemplateVersion(args: CreateLaunchTemplateVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLaunchTemplateVersionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
400
400
|
/**
|
|
401
401
|
* @see {@link CreateLocalGatewayRouteCommand}
|
|
402
402
|
*/
|
|
403
|
-
createLocalGatewayRoute(args: CreateLocalGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteCommandOutput, Cause.
|
|
403
|
+
createLocalGatewayRoute(args: CreateLocalGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
404
404
|
/**
|
|
405
405
|
* @see {@link CreateLocalGatewayRouteTableCommand}
|
|
406
406
|
*/
|
|
407
|
-
createLocalGatewayRouteTable(args: CreateLocalGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteTableCommandOutput, Cause.
|
|
407
|
+
createLocalGatewayRouteTable(args: CreateLocalGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
408
408
|
/**
|
|
409
409
|
* @see {@link CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand}
|
|
410
410
|
*/
|
|
411
|
-
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, Cause.
|
|
411
|
+
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
412
412
|
/**
|
|
413
413
|
* @see {@link CreateLocalGatewayRouteTableVpcAssociationCommand}
|
|
414
414
|
*/
|
|
415
|
-
createLocalGatewayRouteTableVpcAssociation(args: CreateLocalGatewayRouteTableVpcAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteTableVpcAssociationCommandOutput, Cause.
|
|
415
|
+
createLocalGatewayRouteTableVpcAssociation(args: CreateLocalGatewayRouteTableVpcAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayRouteTableVpcAssociationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
416
416
|
/**
|
|
417
417
|
* @see {@link CreateLocalGatewayVirtualInterfaceCommand}
|
|
418
418
|
*/
|
|
419
|
-
createLocalGatewayVirtualInterface(args: CreateLocalGatewayVirtualInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayVirtualInterfaceCommandOutput, Cause.
|
|
419
|
+
createLocalGatewayVirtualInterface(args: CreateLocalGatewayVirtualInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayVirtualInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
420
420
|
/**
|
|
421
421
|
* @see {@link CreateLocalGatewayVirtualInterfaceGroupCommand}
|
|
422
422
|
*/
|
|
423
|
-
createLocalGatewayVirtualInterfaceGroup(args: CreateLocalGatewayVirtualInterfaceGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayVirtualInterfaceGroupCommandOutput, Cause.
|
|
423
|
+
createLocalGatewayVirtualInterfaceGroup(args: CreateLocalGatewayVirtualInterfaceGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLocalGatewayVirtualInterfaceGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
424
424
|
/**
|
|
425
425
|
* @see {@link CreateMacSystemIntegrityProtectionModificationTaskCommand}
|
|
426
426
|
*/
|
|
427
|
-
createMacSystemIntegrityProtectionModificationTask(args: CreateMacSystemIntegrityProtectionModificationTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateMacSystemIntegrityProtectionModificationTaskCommandOutput, Cause.
|
|
427
|
+
createMacSystemIntegrityProtectionModificationTask(args: CreateMacSystemIntegrityProtectionModificationTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateMacSystemIntegrityProtectionModificationTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
428
428
|
/**
|
|
429
429
|
* @see {@link CreateManagedPrefixListCommand}
|
|
430
430
|
*/
|
|
431
|
-
createManagedPrefixList(args: CreateManagedPrefixListCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateManagedPrefixListCommandOutput, Cause.
|
|
431
|
+
createManagedPrefixList(args: CreateManagedPrefixListCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateManagedPrefixListCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
432
432
|
/**
|
|
433
433
|
* @see {@link CreateNatGatewayCommand}
|
|
434
434
|
*/
|
|
435
|
-
createNatGateway(args: CreateNatGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNatGatewayCommandOutput, Cause.
|
|
435
|
+
createNatGateway(args: CreateNatGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNatGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
436
436
|
/**
|
|
437
437
|
* @see {@link CreateNetworkAclCommand}
|
|
438
438
|
*/
|
|
439
|
-
createNetworkAcl(args: CreateNetworkAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkAclCommandOutput, Cause.
|
|
439
|
+
createNetworkAcl(args: CreateNetworkAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkAclCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
440
440
|
/**
|
|
441
441
|
* @see {@link CreateNetworkAclEntryCommand}
|
|
442
442
|
*/
|
|
443
|
-
createNetworkAclEntry(args: CreateNetworkAclEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkAclEntryCommandOutput, Cause.
|
|
443
|
+
createNetworkAclEntry(args: CreateNetworkAclEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkAclEntryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
444
444
|
/**
|
|
445
445
|
* @see {@link CreateNetworkInsightsAccessScopeCommand}
|
|
446
446
|
*/
|
|
447
|
-
createNetworkInsightsAccessScope(args: CreateNetworkInsightsAccessScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInsightsAccessScopeCommandOutput, Cause.
|
|
447
|
+
createNetworkInsightsAccessScope(args: CreateNetworkInsightsAccessScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInsightsAccessScopeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
448
448
|
/**
|
|
449
449
|
* @see {@link CreateNetworkInsightsPathCommand}
|
|
450
450
|
*/
|
|
451
|
-
createNetworkInsightsPath(args: CreateNetworkInsightsPathCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInsightsPathCommandOutput, Cause.
|
|
451
|
+
createNetworkInsightsPath(args: CreateNetworkInsightsPathCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInsightsPathCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
452
452
|
/**
|
|
453
453
|
* @see {@link CreateNetworkInterfaceCommand}
|
|
454
454
|
*/
|
|
455
|
-
createNetworkInterface(args: CreateNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInterfaceCommandOutput, Cause.
|
|
455
|
+
createNetworkInterface(args: CreateNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
456
456
|
/**
|
|
457
457
|
* @see {@link CreateNetworkInterfacePermissionCommand}
|
|
458
458
|
*/
|
|
459
|
-
createNetworkInterfacePermission(args: CreateNetworkInterfacePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInterfacePermissionCommandOutput, Cause.
|
|
459
|
+
createNetworkInterfacePermission(args: CreateNetworkInterfacePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateNetworkInterfacePermissionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
460
460
|
/**
|
|
461
461
|
* @see {@link CreatePlacementGroupCommand}
|
|
462
462
|
*/
|
|
463
|
-
createPlacementGroup(args: CreatePlacementGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePlacementGroupCommandOutput, Cause.
|
|
463
|
+
createPlacementGroup(args: CreatePlacementGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePlacementGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
464
464
|
/**
|
|
465
465
|
* @see {@link CreatePublicIpv4PoolCommand}
|
|
466
466
|
*/
|
|
467
|
-
createPublicIpv4Pool(args: CreatePublicIpv4PoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePublicIpv4PoolCommandOutput, Cause.
|
|
467
|
+
createPublicIpv4Pool(args: CreatePublicIpv4PoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePublicIpv4PoolCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
468
468
|
/**
|
|
469
469
|
* @see {@link CreateReplaceRootVolumeTaskCommand}
|
|
470
470
|
*/
|
|
471
|
-
createReplaceRootVolumeTask(args: CreateReplaceRootVolumeTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReplaceRootVolumeTaskCommandOutput, Cause.
|
|
471
|
+
createReplaceRootVolumeTask(args: CreateReplaceRootVolumeTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReplaceRootVolumeTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
472
472
|
/**
|
|
473
473
|
* @see {@link CreateReservedInstancesListingCommand}
|
|
474
474
|
*/
|
|
475
|
-
createReservedInstancesListing(args: CreateReservedInstancesListingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReservedInstancesListingCommandOutput, Cause.
|
|
475
|
+
createReservedInstancesListing(args: CreateReservedInstancesListingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReservedInstancesListingCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
476
476
|
/**
|
|
477
477
|
* @see {@link CreateRestoreImageTaskCommand}
|
|
478
478
|
*/
|
|
479
|
-
createRestoreImageTask(args: CreateRestoreImageTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRestoreImageTaskCommandOutput, Cause.
|
|
479
|
+
createRestoreImageTask(args: CreateRestoreImageTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRestoreImageTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
480
480
|
/**
|
|
481
481
|
* @see {@link CreateRouteCommand}
|
|
482
482
|
*/
|
|
483
|
-
createRoute(args: CreateRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteCommandOutput, Cause.
|
|
483
|
+
createRoute(args: CreateRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
484
484
|
/**
|
|
485
485
|
* @see {@link CreateRouteServerCommand}
|
|
486
486
|
*/
|
|
487
|
-
createRouteServer(args: CreateRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteServerCommandOutput, Cause.
|
|
487
|
+
createRouteServer(args: CreateRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteServerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
488
488
|
/**
|
|
489
489
|
* @see {@link CreateRouteServerEndpointCommand}
|
|
490
490
|
*/
|
|
491
|
-
createRouteServerEndpoint(args: CreateRouteServerEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteServerEndpointCommandOutput, Cause.
|
|
491
|
+
createRouteServerEndpoint(args: CreateRouteServerEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteServerEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
492
492
|
/**
|
|
493
493
|
* @see {@link CreateRouteServerPeerCommand}
|
|
494
494
|
*/
|
|
495
|
-
createRouteServerPeer(args: CreateRouteServerPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteServerPeerCommandOutput, Cause.
|
|
495
|
+
createRouteServerPeer(args: CreateRouteServerPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteServerPeerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
496
496
|
/**
|
|
497
497
|
* @see {@link CreateRouteTableCommand}
|
|
498
498
|
*/
|
|
499
|
-
createRouteTable(args: CreateRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteTableCommandOutput, Cause.
|
|
499
|
+
createRouteTable(args: CreateRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
500
|
+
/**
|
|
501
|
+
* @see {@link CreateSecondaryNetworkCommand}
|
|
502
|
+
*/
|
|
503
|
+
createSecondaryNetwork(args: CreateSecondaryNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSecondaryNetworkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
504
|
+
/**
|
|
505
|
+
* @see {@link CreateSecondarySubnetCommand}
|
|
506
|
+
*/
|
|
507
|
+
createSecondarySubnet(args: CreateSecondarySubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSecondarySubnetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
500
508
|
/**
|
|
501
509
|
* @see {@link CreateSecurityGroupCommand}
|
|
502
510
|
*/
|
|
503
|
-
createSecurityGroup(args: CreateSecurityGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSecurityGroupCommandOutput, Cause.
|
|
511
|
+
createSecurityGroup(args: CreateSecurityGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSecurityGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
504
512
|
/**
|
|
505
513
|
* @see {@link CreateSnapshotCommand}
|
|
506
514
|
*/
|
|
507
|
-
createSnapshot(args: CreateSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSnapshotCommandOutput, Cause.
|
|
515
|
+
createSnapshot(args: CreateSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSnapshotCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
508
516
|
/**
|
|
509
517
|
* @see {@link CreateSnapshotsCommand}
|
|
510
518
|
*/
|
|
511
|
-
createSnapshots(args: CreateSnapshotsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSnapshotsCommandOutput, Cause.
|
|
519
|
+
createSnapshots(args: CreateSnapshotsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSnapshotsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
512
520
|
/**
|
|
513
521
|
* @see {@link CreateSpotDatafeedSubscriptionCommand}
|
|
514
522
|
*/
|
|
515
|
-
createSpotDatafeedSubscription(args: CreateSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSpotDatafeedSubscriptionCommandOutput, Cause.
|
|
523
|
+
createSpotDatafeedSubscription(args: CreateSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSpotDatafeedSubscriptionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
516
524
|
/**
|
|
517
525
|
* @see {@link CreateStoreImageTaskCommand}
|
|
518
526
|
*/
|
|
519
|
-
createStoreImageTask(args: CreateStoreImageTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStoreImageTaskCommandOutput, Cause.
|
|
527
|
+
createStoreImageTask(args: CreateStoreImageTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStoreImageTaskCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
520
528
|
/**
|
|
521
529
|
* @see {@link CreateSubnetCommand}
|
|
522
530
|
*/
|
|
523
|
-
createSubnet(args: CreateSubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSubnetCommandOutput, Cause.
|
|
531
|
+
createSubnet(args: CreateSubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSubnetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
524
532
|
/**
|
|
525
533
|
* @see {@link CreateSubnetCidrReservationCommand}
|
|
526
534
|
*/
|
|
527
|
-
createSubnetCidrReservation(args: CreateSubnetCidrReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSubnetCidrReservationCommandOutput, Cause.
|
|
535
|
+
createSubnetCidrReservation(args: CreateSubnetCidrReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSubnetCidrReservationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
528
536
|
/**
|
|
529
537
|
* @see {@link CreateTagsCommand}
|
|
530
538
|
*/
|
|
531
|
-
createTags(args: CreateTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTagsCommandOutput, Cause.
|
|
539
|
+
createTags(args: CreateTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTagsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
532
540
|
/**
|
|
533
541
|
* @see {@link CreateTrafficMirrorFilterCommand}
|
|
534
542
|
*/
|
|
535
|
-
createTrafficMirrorFilter(args: CreateTrafficMirrorFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorFilterCommandOutput, Cause.
|
|
543
|
+
createTrafficMirrorFilter(args: CreateTrafficMirrorFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorFilterCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
536
544
|
/**
|
|
537
545
|
* @see {@link CreateTrafficMirrorFilterRuleCommand}
|
|
538
546
|
*/
|
|
539
|
-
createTrafficMirrorFilterRule(args: CreateTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorFilterRuleCommandOutput, Cause.
|
|
547
|
+
createTrafficMirrorFilterRule(args: CreateTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorFilterRuleCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
540
548
|
/**
|
|
541
549
|
* @see {@link CreateTrafficMirrorSessionCommand}
|
|
542
550
|
*/
|
|
543
|
-
createTrafficMirrorSession(args: CreateTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorSessionCommandOutput, Cause.
|
|
551
|
+
createTrafficMirrorSession(args: CreateTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorSessionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
544
552
|
/**
|
|
545
553
|
* @see {@link CreateTrafficMirrorTargetCommand}
|
|
546
554
|
*/
|
|
547
|
-
createTrafficMirrorTarget(args: CreateTrafficMirrorTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorTargetCommandOutput, Cause.
|
|
555
|
+
createTrafficMirrorTarget(args: CreateTrafficMirrorTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTrafficMirrorTargetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
548
556
|
/**
|
|
549
557
|
* @see {@link CreateTransitGatewayCommand}
|
|
550
558
|
*/
|
|
551
|
-
createTransitGateway(args: CreateTransitGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayCommandOutput, Cause.
|
|
559
|
+
createTransitGateway(args: CreateTransitGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
552
560
|
/**
|
|
553
561
|
* @see {@link CreateTransitGatewayConnectCommand}
|
|
554
562
|
*/
|
|
555
|
-
createTransitGatewayConnect(args: CreateTransitGatewayConnectCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayConnectCommandOutput, Cause.
|
|
563
|
+
createTransitGatewayConnect(args: CreateTransitGatewayConnectCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayConnectCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
556
564
|
/**
|
|
557
565
|
* @see {@link CreateTransitGatewayConnectPeerCommand}
|
|
558
566
|
*/
|
|
559
|
-
createTransitGatewayConnectPeer(args: CreateTransitGatewayConnectPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayConnectPeerCommandOutput, Cause.
|
|
567
|
+
createTransitGatewayConnectPeer(args: CreateTransitGatewayConnectPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayConnectPeerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
560
568
|
/**
|
|
561
569
|
* @see {@link CreateTransitGatewayMeteringPolicyCommand}
|
|
562
570
|
*/
|
|
563
|
-
createTransitGatewayMeteringPolicy(args: CreateTransitGatewayMeteringPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayMeteringPolicyCommandOutput, Cause.
|
|
571
|
+
createTransitGatewayMeteringPolicy(args: CreateTransitGatewayMeteringPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayMeteringPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
564
572
|
/**
|
|
565
573
|
* @see {@link CreateTransitGatewayMeteringPolicyEntryCommand}
|
|
566
574
|
*/
|
|
567
|
-
createTransitGatewayMeteringPolicyEntry(args: CreateTransitGatewayMeteringPolicyEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayMeteringPolicyEntryCommandOutput, Cause.
|
|
575
|
+
createTransitGatewayMeteringPolicyEntry(args: CreateTransitGatewayMeteringPolicyEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayMeteringPolicyEntryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
568
576
|
/**
|
|
569
577
|
* @see {@link CreateTransitGatewayMulticastDomainCommand}
|
|
570
578
|
*/
|
|
571
|
-
createTransitGatewayMulticastDomain(args: CreateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayMulticastDomainCommandOutput, Cause.
|
|
579
|
+
createTransitGatewayMulticastDomain(args: CreateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayMulticastDomainCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
572
580
|
/**
|
|
573
581
|
* @see {@link CreateTransitGatewayPeeringAttachmentCommand}
|
|
574
582
|
*/
|
|
575
|
-
createTransitGatewayPeeringAttachment(args: CreateTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayPeeringAttachmentCommandOutput, Cause.
|
|
583
|
+
createTransitGatewayPeeringAttachment(args: CreateTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayPeeringAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
576
584
|
/**
|
|
577
585
|
* @see {@link CreateTransitGatewayPolicyTableCommand}
|
|
578
586
|
*/
|
|
579
|
-
createTransitGatewayPolicyTable(args: CreateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayPolicyTableCommandOutput, Cause.
|
|
587
|
+
createTransitGatewayPolicyTable(args: CreateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayPolicyTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
580
588
|
/**
|
|
581
589
|
* @see {@link CreateTransitGatewayPrefixListReferenceCommand}
|
|
582
590
|
*/
|
|
583
|
-
createTransitGatewayPrefixListReference(args: CreateTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayPrefixListReferenceCommandOutput, Cause.
|
|
591
|
+
createTransitGatewayPrefixListReference(args: CreateTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayPrefixListReferenceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
584
592
|
/**
|
|
585
593
|
* @see {@link CreateTransitGatewayRouteCommand}
|
|
586
594
|
*/
|
|
587
|
-
createTransitGatewayRoute(args: CreateTransitGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayRouteCommandOutput, Cause.
|
|
595
|
+
createTransitGatewayRoute(args: CreateTransitGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
588
596
|
/**
|
|
589
597
|
* @see {@link CreateTransitGatewayRouteTableCommand}
|
|
590
598
|
*/
|
|
591
|
-
createTransitGatewayRouteTable(args: CreateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayRouteTableCommandOutput, Cause.
|
|
599
|
+
createTransitGatewayRouteTable(args: CreateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
592
600
|
/**
|
|
593
601
|
* @see {@link CreateTransitGatewayRouteTableAnnouncementCommand}
|
|
594
602
|
*/
|
|
595
|
-
createTransitGatewayRouteTableAnnouncement(args: CreateTransitGatewayRouteTableAnnouncementCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayRouteTableAnnouncementCommandOutput, Cause.
|
|
603
|
+
createTransitGatewayRouteTableAnnouncement(args: CreateTransitGatewayRouteTableAnnouncementCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayRouteTableAnnouncementCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
596
604
|
/**
|
|
597
605
|
* @see {@link CreateTransitGatewayVpcAttachmentCommand}
|
|
598
606
|
*/
|
|
599
|
-
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayVpcAttachmentCommandOutput, Cause.
|
|
607
|
+
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTransitGatewayVpcAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
600
608
|
/**
|
|
601
609
|
* @see {@link CreateVerifiedAccessEndpointCommand}
|
|
602
610
|
*/
|
|
603
|
-
createVerifiedAccessEndpoint(args: CreateVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessEndpointCommandOutput, Cause.
|
|
611
|
+
createVerifiedAccessEndpoint(args: CreateVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
604
612
|
/**
|
|
605
613
|
* @see {@link CreateVerifiedAccessGroupCommand}
|
|
606
614
|
*/
|
|
607
|
-
createVerifiedAccessGroup(args: CreateVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessGroupCommandOutput, Cause.
|
|
615
|
+
createVerifiedAccessGroup(args: CreateVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
608
616
|
/**
|
|
609
617
|
* @see {@link CreateVerifiedAccessInstanceCommand}
|
|
610
618
|
*/
|
|
611
|
-
createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessInstanceCommandOutput, Cause.
|
|
619
|
+
createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessInstanceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
612
620
|
/**
|
|
613
621
|
* @see {@link CreateVerifiedAccessTrustProviderCommand}
|
|
614
622
|
*/
|
|
615
|
-
createVerifiedAccessTrustProvider(args: CreateVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessTrustProviderCommandOutput, Cause.
|
|
623
|
+
createVerifiedAccessTrustProvider(args: CreateVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVerifiedAccessTrustProviderCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
616
624
|
/**
|
|
617
625
|
* @see {@link CreateVolumeCommand}
|
|
618
626
|
*/
|
|
619
|
-
createVolume(args: CreateVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVolumeCommandOutput, Cause.
|
|
627
|
+
createVolume(args: CreateVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVolumeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
620
628
|
/**
|
|
621
629
|
* @see {@link CreateVpcCommand}
|
|
622
630
|
*/
|
|
623
|
-
createVpc(args: CreateVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcCommandOutput, Cause.
|
|
631
|
+
createVpc(args: CreateVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
624
632
|
/**
|
|
625
633
|
* @see {@link CreateVpcBlockPublicAccessExclusionCommand}
|
|
626
634
|
*/
|
|
627
|
-
createVpcBlockPublicAccessExclusion(args: CreateVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcBlockPublicAccessExclusionCommandOutput, Cause.
|
|
635
|
+
createVpcBlockPublicAccessExclusion(args: CreateVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcBlockPublicAccessExclusionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
628
636
|
/**
|
|
629
637
|
* @see {@link CreateVpcEncryptionControlCommand}
|
|
630
638
|
*/
|
|
631
|
-
createVpcEncryptionControl(args: CreateVpcEncryptionControlCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEncryptionControlCommandOutput, Cause.
|
|
639
|
+
createVpcEncryptionControl(args: CreateVpcEncryptionControlCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEncryptionControlCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
632
640
|
/**
|
|
633
641
|
* @see {@link CreateVpcEndpointCommand}
|
|
634
642
|
*/
|
|
635
|
-
createVpcEndpoint(args: CreateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointCommandOutput, Cause.
|
|
643
|
+
createVpcEndpoint(args: CreateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
636
644
|
/**
|
|
637
645
|
* @see {@link CreateVpcEndpointConnectionNotificationCommand}
|
|
638
646
|
*/
|
|
639
|
-
createVpcEndpointConnectionNotification(args: CreateVpcEndpointConnectionNotificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointConnectionNotificationCommandOutput, Cause.
|
|
647
|
+
createVpcEndpointConnectionNotification(args: CreateVpcEndpointConnectionNotificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointConnectionNotificationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
640
648
|
/**
|
|
641
649
|
* @see {@link CreateVpcEndpointServiceConfigurationCommand}
|
|
642
650
|
*/
|
|
643
|
-
createVpcEndpointServiceConfiguration(args: CreateVpcEndpointServiceConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointServiceConfigurationCommandOutput, Cause.
|
|
651
|
+
createVpcEndpointServiceConfiguration(args: CreateVpcEndpointServiceConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointServiceConfigurationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
644
652
|
/**
|
|
645
653
|
* @see {@link CreateVpcPeeringConnectionCommand}
|
|
646
654
|
*/
|
|
647
|
-
createVpcPeeringConnection(args: CreateVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcPeeringConnectionCommandOutput, Cause.
|
|
655
|
+
createVpcPeeringConnection(args: CreateVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcPeeringConnectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
648
656
|
/**
|
|
649
657
|
* @see {@link CreateVpnConcentratorCommand}
|
|
650
658
|
*/
|
|
651
|
-
createVpnConcentrator(args: CreateVpnConcentratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnConcentratorCommandOutput, Cause.
|
|
659
|
+
createVpnConcentrator(args: CreateVpnConcentratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnConcentratorCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
652
660
|
/**
|
|
653
661
|
* @see {@link CreateVpnConnectionCommand}
|
|
654
662
|
*/
|
|
655
|
-
createVpnConnection(args: CreateVpnConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnConnectionCommandOutput, Cause.
|
|
663
|
+
createVpnConnection(args: CreateVpnConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnConnectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
656
664
|
/**
|
|
657
665
|
* @see {@link CreateVpnConnectionRouteCommand}
|
|
658
666
|
*/
|
|
659
|
-
createVpnConnectionRoute(args: CreateVpnConnectionRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnConnectionRouteCommandOutput, Cause.
|
|
667
|
+
createVpnConnectionRoute(args: CreateVpnConnectionRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnConnectionRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
660
668
|
/**
|
|
661
669
|
* @see {@link CreateVpnGatewayCommand}
|
|
662
670
|
*/
|
|
663
|
-
createVpnGateway(args: CreateVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnGatewayCommandOutput, Cause.
|
|
671
|
+
createVpnGateway(args: CreateVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpnGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
664
672
|
/**
|
|
665
673
|
* @see {@link DeleteCapacityManagerDataExportCommand}
|
|
666
674
|
*/
|
|
667
|
-
deleteCapacityManagerDataExport(args: DeleteCapacityManagerDataExportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityManagerDataExportCommandOutput, Cause.
|
|
675
|
+
deleteCapacityManagerDataExport(args: DeleteCapacityManagerDataExportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityManagerDataExportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
668
676
|
/**
|
|
669
677
|
* @see {@link DeleteCarrierGatewayCommand}
|
|
670
678
|
*/
|
|
671
|
-
deleteCarrierGateway(args: DeleteCarrierGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCarrierGatewayCommandOutput, Cause.
|
|
679
|
+
deleteCarrierGateway(args: DeleteCarrierGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCarrierGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
672
680
|
/**
|
|
673
681
|
* @see {@link DeleteClientVpnEndpointCommand}
|
|
674
682
|
*/
|
|
675
|
-
deleteClientVpnEndpoint(args: DeleteClientVpnEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteClientVpnEndpointCommandOutput, Cause.
|
|
683
|
+
deleteClientVpnEndpoint(args: DeleteClientVpnEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteClientVpnEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
676
684
|
/**
|
|
677
685
|
* @see {@link DeleteClientVpnRouteCommand}
|
|
678
686
|
*/
|
|
679
|
-
deleteClientVpnRoute(args: DeleteClientVpnRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteClientVpnRouteCommandOutput, Cause.
|
|
687
|
+
deleteClientVpnRoute(args: DeleteClientVpnRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteClientVpnRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
680
688
|
/**
|
|
681
689
|
* @see {@link DeleteCoipCidrCommand}
|
|
682
690
|
*/
|
|
683
|
-
deleteCoipCidr(args: DeleteCoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCoipCidrCommandOutput, Cause.
|
|
691
|
+
deleteCoipCidr(args: DeleteCoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCoipCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
684
692
|
/**
|
|
685
693
|
* @see {@link DeleteCoipPoolCommand}
|
|
686
694
|
*/
|
|
687
|
-
deleteCoipPool(args: DeleteCoipPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCoipPoolCommandOutput, Cause.
|
|
695
|
+
deleteCoipPool(args: DeleteCoipPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCoipPoolCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
688
696
|
/**
|
|
689
697
|
* @see {@link DeleteCustomerGatewayCommand}
|
|
690
698
|
*/
|
|
691
|
-
deleteCustomerGateway(args: DeleteCustomerGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCustomerGatewayCommandOutput, Cause.
|
|
699
|
+
deleteCustomerGateway(args: DeleteCustomerGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCustomerGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
692
700
|
/**
|
|
693
701
|
* @see {@link DeleteDhcpOptionsCommand}
|
|
694
702
|
*/
|
|
695
|
-
deleteDhcpOptions(args: DeleteDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDhcpOptionsCommandOutput, Cause.
|
|
703
|
+
deleteDhcpOptions(args: DeleteDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDhcpOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
696
704
|
/**
|
|
697
705
|
* @see {@link DeleteEgressOnlyInternetGatewayCommand}
|
|
698
706
|
*/
|
|
699
|
-
deleteEgressOnlyInternetGateway(args: DeleteEgressOnlyInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEgressOnlyInternetGatewayCommandOutput, Cause.
|
|
707
|
+
deleteEgressOnlyInternetGateway(args: DeleteEgressOnlyInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEgressOnlyInternetGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
700
708
|
/**
|
|
701
709
|
* @see {@link DeleteFleetsCommand}
|
|
702
710
|
*/
|
|
703
|
-
deleteFleets(args: DeleteFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFleetsCommandOutput, Cause.
|
|
711
|
+
deleteFleets(args: DeleteFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFleetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
704
712
|
/**
|
|
705
713
|
* @see {@link DeleteFlowLogsCommand}
|
|
706
714
|
*/
|
|
707
|
-
deleteFlowLogs(args: DeleteFlowLogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowLogsCommandOutput, Cause.
|
|
715
|
+
deleteFlowLogs(args: DeleteFlowLogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowLogsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
708
716
|
/**
|
|
709
717
|
* @see {@link DeleteFpgaImageCommand}
|
|
710
718
|
*/
|
|
711
|
-
deleteFpgaImage(args: DeleteFpgaImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFpgaImageCommandOutput, Cause.
|
|
719
|
+
deleteFpgaImage(args: DeleteFpgaImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFpgaImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
712
720
|
/**
|
|
713
721
|
* @see {@link DeleteImageUsageReportCommand}
|
|
714
722
|
*/
|
|
715
|
-
deleteImageUsageReport(args: DeleteImageUsageReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteImageUsageReportCommandOutput, Cause.
|
|
723
|
+
deleteImageUsageReport(args: DeleteImageUsageReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteImageUsageReportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
716
724
|
/**
|
|
717
725
|
* @see {@link DeleteInstanceConnectEndpointCommand}
|
|
718
726
|
*/
|
|
719
|
-
deleteInstanceConnectEndpoint(args: DeleteInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInstanceConnectEndpointCommandOutput, Cause.
|
|
727
|
+
deleteInstanceConnectEndpoint(args: DeleteInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInstanceConnectEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
720
728
|
/**
|
|
721
729
|
* @see {@link DeleteInstanceEventWindowCommand}
|
|
722
730
|
*/
|
|
723
|
-
deleteInstanceEventWindow(args: DeleteInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInstanceEventWindowCommandOutput, Cause.
|
|
731
|
+
deleteInstanceEventWindow(args: DeleteInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInstanceEventWindowCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
724
732
|
/**
|
|
725
733
|
* @see {@link DeleteInternetGatewayCommand}
|
|
726
734
|
*/
|
|
727
|
-
deleteInternetGateway(args: DeleteInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInternetGatewayCommandOutput, Cause.
|
|
735
|
+
deleteInternetGateway(args: DeleteInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInternetGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
728
736
|
/**
|
|
729
737
|
* @see {@link DeleteIpamCommand}
|
|
730
738
|
*/
|
|
731
|
-
deleteIpam(args: DeleteIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamCommandOutput, Cause.
|
|
739
|
+
deleteIpam(args: DeleteIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
732
740
|
/**
|
|
733
741
|
* @see {@link DeleteIpamExternalResourceVerificationTokenCommand}
|
|
734
742
|
*/
|
|
735
|
-
deleteIpamExternalResourceVerificationToken(args: DeleteIpamExternalResourceVerificationTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamExternalResourceVerificationTokenCommandOutput, Cause.
|
|
743
|
+
deleteIpamExternalResourceVerificationToken(args: DeleteIpamExternalResourceVerificationTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamExternalResourceVerificationTokenCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
736
744
|
/**
|
|
737
745
|
* @see {@link DeleteIpamPolicyCommand}
|
|
738
746
|
*/
|
|
739
|
-
deleteIpamPolicy(args: DeleteIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPolicyCommandOutput, Cause.
|
|
747
|
+
deleteIpamPolicy(args: DeleteIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
740
748
|
/**
|
|
741
749
|
* @see {@link DeleteIpamPoolCommand}
|
|
742
750
|
*/
|
|
743
|
-
deleteIpamPool(args: DeleteIpamPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPoolCommandOutput, Cause.
|
|
751
|
+
deleteIpamPool(args: DeleteIpamPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPoolCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
744
752
|
/**
|
|
745
753
|
* @see {@link DeleteIpamPrefixListResolverCommand}
|
|
746
754
|
*/
|
|
747
|
-
deleteIpamPrefixListResolver(args: DeleteIpamPrefixListResolverCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPrefixListResolverCommandOutput, Cause.
|
|
755
|
+
deleteIpamPrefixListResolver(args: DeleteIpamPrefixListResolverCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPrefixListResolverCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
748
756
|
/**
|
|
749
757
|
* @see {@link DeleteIpamPrefixListResolverTargetCommand}
|
|
750
758
|
*/
|
|
751
|
-
deleteIpamPrefixListResolverTarget(args: DeleteIpamPrefixListResolverTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPrefixListResolverTargetCommandOutput, Cause.
|
|
759
|
+
deleteIpamPrefixListResolverTarget(args: DeleteIpamPrefixListResolverTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamPrefixListResolverTargetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
752
760
|
/**
|
|
753
761
|
* @see {@link DeleteIpamResourceDiscoveryCommand}
|
|
754
762
|
*/
|
|
755
|
-
deleteIpamResourceDiscovery(args: DeleteIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamResourceDiscoveryCommandOutput, Cause.
|
|
763
|
+
deleteIpamResourceDiscovery(args: DeleteIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamResourceDiscoveryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
756
764
|
/**
|
|
757
765
|
* @see {@link DeleteIpamScopeCommand}
|
|
758
766
|
*/
|
|
759
|
-
deleteIpamScope(args: DeleteIpamScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamScopeCommandOutput, Cause.
|
|
767
|
+
deleteIpamScope(args: DeleteIpamScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIpamScopeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
760
768
|
/**
|
|
761
769
|
* @see {@link DeleteKeyPairCommand}
|
|
762
770
|
*/
|
|
763
|
-
deleteKeyPair(args: DeleteKeyPairCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteKeyPairCommandOutput, Cause.
|
|
771
|
+
deleteKeyPair(args: DeleteKeyPairCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteKeyPairCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
764
772
|
/**
|
|
765
773
|
* @see {@link DeleteLaunchTemplateCommand}
|
|
766
774
|
*/
|
|
767
|
-
deleteLaunchTemplate(args: DeleteLaunchTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLaunchTemplateCommandOutput, Cause.
|
|
775
|
+
deleteLaunchTemplate(args: DeleteLaunchTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLaunchTemplateCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
768
776
|
/**
|
|
769
777
|
* @see {@link DeleteLaunchTemplateVersionsCommand}
|
|
770
778
|
*/
|
|
771
|
-
deleteLaunchTemplateVersions(args: DeleteLaunchTemplateVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLaunchTemplateVersionsCommandOutput, Cause.
|
|
779
|
+
deleteLaunchTemplateVersions(args: DeleteLaunchTemplateVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLaunchTemplateVersionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
772
780
|
/**
|
|
773
781
|
* @see {@link DeleteLocalGatewayRouteCommand}
|
|
774
782
|
*/
|
|
775
|
-
deleteLocalGatewayRoute(args: DeleteLocalGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteCommandOutput, Cause.
|
|
783
|
+
deleteLocalGatewayRoute(args: DeleteLocalGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
776
784
|
/**
|
|
777
785
|
* @see {@link DeleteLocalGatewayRouteTableCommand}
|
|
778
786
|
*/
|
|
779
|
-
deleteLocalGatewayRouteTable(args: DeleteLocalGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteTableCommandOutput, Cause.
|
|
787
|
+
deleteLocalGatewayRouteTable(args: DeleteLocalGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
780
788
|
/**
|
|
781
789
|
* @see {@link DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand}
|
|
782
790
|
*/
|
|
783
|
-
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, Cause.
|
|
791
|
+
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
784
792
|
/**
|
|
785
793
|
* @see {@link DeleteLocalGatewayRouteTableVpcAssociationCommand}
|
|
786
794
|
*/
|
|
787
|
-
deleteLocalGatewayRouteTableVpcAssociation(args: DeleteLocalGatewayRouteTableVpcAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteTableVpcAssociationCommandOutput, Cause.
|
|
795
|
+
deleteLocalGatewayRouteTableVpcAssociation(args: DeleteLocalGatewayRouteTableVpcAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayRouteTableVpcAssociationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
788
796
|
/**
|
|
789
797
|
* @see {@link DeleteLocalGatewayVirtualInterfaceCommand}
|
|
790
798
|
*/
|
|
791
|
-
deleteLocalGatewayVirtualInterface(args: DeleteLocalGatewayVirtualInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayVirtualInterfaceCommandOutput, Cause.
|
|
799
|
+
deleteLocalGatewayVirtualInterface(args: DeleteLocalGatewayVirtualInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayVirtualInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
792
800
|
/**
|
|
793
801
|
* @see {@link DeleteLocalGatewayVirtualInterfaceGroupCommand}
|
|
794
802
|
*/
|
|
795
|
-
deleteLocalGatewayVirtualInterfaceGroup(args: DeleteLocalGatewayVirtualInterfaceGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayVirtualInterfaceGroupCommandOutput, Cause.
|
|
803
|
+
deleteLocalGatewayVirtualInterfaceGroup(args: DeleteLocalGatewayVirtualInterfaceGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLocalGatewayVirtualInterfaceGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
796
804
|
/**
|
|
797
805
|
* @see {@link DeleteManagedPrefixListCommand}
|
|
798
806
|
*/
|
|
799
|
-
deleteManagedPrefixList(args: DeleteManagedPrefixListCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteManagedPrefixListCommandOutput, Cause.
|
|
807
|
+
deleteManagedPrefixList(args: DeleteManagedPrefixListCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteManagedPrefixListCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
800
808
|
/**
|
|
801
809
|
* @see {@link DeleteNatGatewayCommand}
|
|
802
810
|
*/
|
|
803
|
-
deleteNatGateway(args: DeleteNatGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNatGatewayCommandOutput, Cause.
|
|
811
|
+
deleteNatGateway(args: DeleteNatGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNatGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
804
812
|
/**
|
|
805
813
|
* @see {@link DeleteNetworkAclCommand}
|
|
806
814
|
*/
|
|
807
|
-
deleteNetworkAcl(args: DeleteNetworkAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkAclCommandOutput, Cause.
|
|
815
|
+
deleteNetworkAcl(args: DeleteNetworkAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkAclCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
808
816
|
/**
|
|
809
817
|
* @see {@link DeleteNetworkAclEntryCommand}
|
|
810
818
|
*/
|
|
811
|
-
deleteNetworkAclEntry(args: DeleteNetworkAclEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkAclEntryCommandOutput, Cause.
|
|
819
|
+
deleteNetworkAclEntry(args: DeleteNetworkAclEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkAclEntryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
812
820
|
/**
|
|
813
821
|
* @see {@link DeleteNetworkInsightsAccessScopeCommand}
|
|
814
822
|
*/
|
|
815
|
-
deleteNetworkInsightsAccessScope(args: DeleteNetworkInsightsAccessScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsAccessScopeCommandOutput, Cause.
|
|
823
|
+
deleteNetworkInsightsAccessScope(args: DeleteNetworkInsightsAccessScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsAccessScopeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
816
824
|
/**
|
|
817
825
|
* @see {@link DeleteNetworkInsightsAccessScopeAnalysisCommand}
|
|
818
826
|
*/
|
|
819
|
-
deleteNetworkInsightsAccessScopeAnalysis(args: DeleteNetworkInsightsAccessScopeAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsAccessScopeAnalysisCommandOutput, Cause.
|
|
827
|
+
deleteNetworkInsightsAccessScopeAnalysis(args: DeleteNetworkInsightsAccessScopeAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsAccessScopeAnalysisCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
820
828
|
/**
|
|
821
829
|
* @see {@link DeleteNetworkInsightsAnalysisCommand}
|
|
822
830
|
*/
|
|
823
|
-
deleteNetworkInsightsAnalysis(args: DeleteNetworkInsightsAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsAnalysisCommandOutput, Cause.
|
|
831
|
+
deleteNetworkInsightsAnalysis(args: DeleteNetworkInsightsAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsAnalysisCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
824
832
|
/**
|
|
825
833
|
* @see {@link DeleteNetworkInsightsPathCommand}
|
|
826
834
|
*/
|
|
827
|
-
deleteNetworkInsightsPath(args: DeleteNetworkInsightsPathCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsPathCommandOutput, Cause.
|
|
835
|
+
deleteNetworkInsightsPath(args: DeleteNetworkInsightsPathCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInsightsPathCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
828
836
|
/**
|
|
829
837
|
* @see {@link DeleteNetworkInterfaceCommand}
|
|
830
838
|
*/
|
|
831
|
-
deleteNetworkInterface(args: DeleteNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInterfaceCommandOutput, Cause.
|
|
839
|
+
deleteNetworkInterface(args: DeleteNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
832
840
|
/**
|
|
833
841
|
* @see {@link DeleteNetworkInterfacePermissionCommand}
|
|
834
842
|
*/
|
|
835
|
-
deleteNetworkInterfacePermission(args: DeleteNetworkInterfacePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInterfacePermissionCommandOutput, Cause.
|
|
843
|
+
deleteNetworkInterfacePermission(args: DeleteNetworkInterfacePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteNetworkInterfacePermissionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
836
844
|
/**
|
|
837
845
|
* @see {@link DeletePlacementGroupCommand}
|
|
838
846
|
*/
|
|
839
|
-
deletePlacementGroup(args: DeletePlacementGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePlacementGroupCommandOutput, Cause.
|
|
847
|
+
deletePlacementGroup(args: DeletePlacementGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePlacementGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
840
848
|
/**
|
|
841
849
|
* @see {@link DeletePublicIpv4PoolCommand}
|
|
842
850
|
*/
|
|
843
|
-
deletePublicIpv4Pool(args: DeletePublicIpv4PoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePublicIpv4PoolCommandOutput, Cause.
|
|
851
|
+
deletePublicIpv4Pool(args: DeletePublicIpv4PoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePublicIpv4PoolCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
844
852
|
/**
|
|
845
853
|
* @see {@link DeleteQueuedReservedInstancesCommand}
|
|
846
854
|
*/
|
|
847
|
-
deleteQueuedReservedInstances(args: DeleteQueuedReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteQueuedReservedInstancesCommandOutput, Cause.
|
|
855
|
+
deleteQueuedReservedInstances(args: DeleteQueuedReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteQueuedReservedInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
848
856
|
/**
|
|
849
857
|
* @see {@link DeleteRouteCommand}
|
|
850
858
|
*/
|
|
851
|
-
deleteRoute(args: DeleteRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteCommandOutput, Cause.
|
|
859
|
+
deleteRoute(args: DeleteRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
852
860
|
/**
|
|
853
861
|
* @see {@link DeleteRouteServerCommand}
|
|
854
862
|
*/
|
|
855
|
-
deleteRouteServer(args: DeleteRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteServerCommandOutput, Cause.
|
|
863
|
+
deleteRouteServer(args: DeleteRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteServerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
856
864
|
/**
|
|
857
865
|
* @see {@link DeleteRouteServerEndpointCommand}
|
|
858
866
|
*/
|
|
859
|
-
deleteRouteServerEndpoint(args: DeleteRouteServerEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteServerEndpointCommandOutput, Cause.
|
|
867
|
+
deleteRouteServerEndpoint(args: DeleteRouteServerEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteServerEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
860
868
|
/**
|
|
861
869
|
* @see {@link DeleteRouteServerPeerCommand}
|
|
862
870
|
*/
|
|
863
|
-
deleteRouteServerPeer(args: DeleteRouteServerPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteServerPeerCommandOutput, Cause.
|
|
871
|
+
deleteRouteServerPeer(args: DeleteRouteServerPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteServerPeerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
864
872
|
/**
|
|
865
873
|
* @see {@link DeleteRouteTableCommand}
|
|
866
874
|
*/
|
|
867
|
-
deleteRouteTable(args: DeleteRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteTableCommandOutput, Cause.
|
|
875
|
+
deleteRouteTable(args: DeleteRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
876
|
+
/**
|
|
877
|
+
* @see {@link DeleteSecondaryNetworkCommand}
|
|
878
|
+
*/
|
|
879
|
+
deleteSecondaryNetwork(args: DeleteSecondaryNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSecondaryNetworkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
880
|
+
/**
|
|
881
|
+
* @see {@link DeleteSecondarySubnetCommand}
|
|
882
|
+
*/
|
|
883
|
+
deleteSecondarySubnet(args: DeleteSecondarySubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSecondarySubnetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
868
884
|
/**
|
|
869
885
|
* @see {@link DeleteSecurityGroupCommand}
|
|
870
886
|
*/
|
|
871
|
-
deleteSecurityGroup(args: DeleteSecurityGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSecurityGroupCommandOutput, Cause.
|
|
887
|
+
deleteSecurityGroup(args: DeleteSecurityGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSecurityGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
872
888
|
/**
|
|
873
889
|
* @see {@link DeleteSnapshotCommand}
|
|
874
890
|
*/
|
|
875
|
-
deleteSnapshot(args: DeleteSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSnapshotCommandOutput, Cause.
|
|
891
|
+
deleteSnapshot(args: DeleteSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSnapshotCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
876
892
|
/**
|
|
877
893
|
* @see {@link DeleteSpotDatafeedSubscriptionCommand}
|
|
878
894
|
*/
|
|
879
|
-
deleteSpotDatafeedSubscription(args: DeleteSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSpotDatafeedSubscriptionCommandOutput, Cause.
|
|
895
|
+
deleteSpotDatafeedSubscription(args: DeleteSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSpotDatafeedSubscriptionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
880
896
|
/**
|
|
881
897
|
* @see {@link DeleteSubnetCommand}
|
|
882
898
|
*/
|
|
883
|
-
deleteSubnet(args: DeleteSubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSubnetCommandOutput, Cause.
|
|
899
|
+
deleteSubnet(args: DeleteSubnetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSubnetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
884
900
|
/**
|
|
885
901
|
* @see {@link DeleteSubnetCidrReservationCommand}
|
|
886
902
|
*/
|
|
887
|
-
deleteSubnetCidrReservation(args: DeleteSubnetCidrReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSubnetCidrReservationCommandOutput, Cause.
|
|
903
|
+
deleteSubnetCidrReservation(args: DeleteSubnetCidrReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSubnetCidrReservationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
888
904
|
/**
|
|
889
905
|
* @see {@link DeleteTagsCommand}
|
|
890
906
|
*/
|
|
891
|
-
deleteTags(args: DeleteTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTagsCommandOutput, Cause.
|
|
907
|
+
deleteTags(args: DeleteTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTagsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
892
908
|
/**
|
|
893
909
|
* @see {@link DeleteTrafficMirrorFilterCommand}
|
|
894
910
|
*/
|
|
895
|
-
deleteTrafficMirrorFilter(args: DeleteTrafficMirrorFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorFilterCommandOutput, Cause.
|
|
911
|
+
deleteTrafficMirrorFilter(args: DeleteTrafficMirrorFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorFilterCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
896
912
|
/**
|
|
897
913
|
* @see {@link DeleteTrafficMirrorFilterRuleCommand}
|
|
898
914
|
*/
|
|
899
|
-
deleteTrafficMirrorFilterRule(args: DeleteTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorFilterRuleCommandOutput, Cause.
|
|
915
|
+
deleteTrafficMirrorFilterRule(args: DeleteTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorFilterRuleCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
900
916
|
/**
|
|
901
917
|
* @see {@link DeleteTrafficMirrorSessionCommand}
|
|
902
918
|
*/
|
|
903
|
-
deleteTrafficMirrorSession(args: DeleteTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorSessionCommandOutput, Cause.
|
|
919
|
+
deleteTrafficMirrorSession(args: DeleteTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorSessionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
904
920
|
/**
|
|
905
921
|
* @see {@link DeleteTrafficMirrorTargetCommand}
|
|
906
922
|
*/
|
|
907
|
-
deleteTrafficMirrorTarget(args: DeleteTrafficMirrorTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorTargetCommandOutput, Cause.
|
|
923
|
+
deleteTrafficMirrorTarget(args: DeleteTrafficMirrorTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTrafficMirrorTargetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
908
924
|
/**
|
|
909
925
|
* @see {@link DeleteTransitGatewayCommand}
|
|
910
926
|
*/
|
|
911
|
-
deleteTransitGateway(args: DeleteTransitGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayCommandOutput, Cause.
|
|
927
|
+
deleteTransitGateway(args: DeleteTransitGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
912
928
|
/**
|
|
913
929
|
* @see {@link DeleteTransitGatewayConnectCommand}
|
|
914
930
|
*/
|
|
915
|
-
deleteTransitGatewayConnect(args: DeleteTransitGatewayConnectCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayConnectCommandOutput, Cause.
|
|
931
|
+
deleteTransitGatewayConnect(args: DeleteTransitGatewayConnectCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayConnectCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
916
932
|
/**
|
|
917
933
|
* @see {@link DeleteTransitGatewayConnectPeerCommand}
|
|
918
934
|
*/
|
|
919
|
-
deleteTransitGatewayConnectPeer(args: DeleteTransitGatewayConnectPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayConnectPeerCommandOutput, Cause.
|
|
935
|
+
deleteTransitGatewayConnectPeer(args: DeleteTransitGatewayConnectPeerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayConnectPeerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
920
936
|
/**
|
|
921
937
|
* @see {@link DeleteTransitGatewayMeteringPolicyCommand}
|
|
922
938
|
*/
|
|
923
|
-
deleteTransitGatewayMeteringPolicy(args: DeleteTransitGatewayMeteringPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayMeteringPolicyCommandOutput, Cause.
|
|
939
|
+
deleteTransitGatewayMeteringPolicy(args: DeleteTransitGatewayMeteringPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayMeteringPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
924
940
|
/**
|
|
925
941
|
* @see {@link DeleteTransitGatewayMeteringPolicyEntryCommand}
|
|
926
942
|
*/
|
|
927
|
-
deleteTransitGatewayMeteringPolicyEntry(args: DeleteTransitGatewayMeteringPolicyEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayMeteringPolicyEntryCommandOutput, Cause.
|
|
943
|
+
deleteTransitGatewayMeteringPolicyEntry(args: DeleteTransitGatewayMeteringPolicyEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayMeteringPolicyEntryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
928
944
|
/**
|
|
929
945
|
* @see {@link DeleteTransitGatewayMulticastDomainCommand}
|
|
930
946
|
*/
|
|
931
|
-
deleteTransitGatewayMulticastDomain(args: DeleteTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayMulticastDomainCommandOutput, Cause.
|
|
947
|
+
deleteTransitGatewayMulticastDomain(args: DeleteTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayMulticastDomainCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
932
948
|
/**
|
|
933
949
|
* @see {@link DeleteTransitGatewayPeeringAttachmentCommand}
|
|
934
950
|
*/
|
|
935
|
-
deleteTransitGatewayPeeringAttachment(args: DeleteTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayPeeringAttachmentCommandOutput, Cause.
|
|
951
|
+
deleteTransitGatewayPeeringAttachment(args: DeleteTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayPeeringAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
936
952
|
/**
|
|
937
953
|
* @see {@link DeleteTransitGatewayPolicyTableCommand}
|
|
938
954
|
*/
|
|
939
|
-
deleteTransitGatewayPolicyTable(args: DeleteTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayPolicyTableCommandOutput, Cause.
|
|
955
|
+
deleteTransitGatewayPolicyTable(args: DeleteTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayPolicyTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
940
956
|
/**
|
|
941
957
|
* @see {@link DeleteTransitGatewayPrefixListReferenceCommand}
|
|
942
958
|
*/
|
|
943
|
-
deleteTransitGatewayPrefixListReference(args: DeleteTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayPrefixListReferenceCommandOutput, Cause.
|
|
959
|
+
deleteTransitGatewayPrefixListReference(args: DeleteTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayPrefixListReferenceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
944
960
|
/**
|
|
945
961
|
* @see {@link DeleteTransitGatewayRouteCommand}
|
|
946
962
|
*/
|
|
947
|
-
deleteTransitGatewayRoute(args: DeleteTransitGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayRouteCommandOutput, Cause.
|
|
963
|
+
deleteTransitGatewayRoute(args: DeleteTransitGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
948
964
|
/**
|
|
949
965
|
* @see {@link DeleteTransitGatewayRouteTableCommand}
|
|
950
966
|
*/
|
|
951
|
-
deleteTransitGatewayRouteTable(args: DeleteTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayRouteTableCommandOutput, Cause.
|
|
967
|
+
deleteTransitGatewayRouteTable(args: DeleteTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
952
968
|
/**
|
|
953
969
|
* @see {@link DeleteTransitGatewayRouteTableAnnouncementCommand}
|
|
954
970
|
*/
|
|
955
|
-
deleteTransitGatewayRouteTableAnnouncement(args: DeleteTransitGatewayRouteTableAnnouncementCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayRouteTableAnnouncementCommandOutput, Cause.
|
|
971
|
+
deleteTransitGatewayRouteTableAnnouncement(args: DeleteTransitGatewayRouteTableAnnouncementCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayRouteTableAnnouncementCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
956
972
|
/**
|
|
957
973
|
* @see {@link DeleteTransitGatewayVpcAttachmentCommand}
|
|
958
974
|
*/
|
|
959
|
-
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayVpcAttachmentCommandOutput, Cause.
|
|
975
|
+
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransitGatewayVpcAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
960
976
|
/**
|
|
961
977
|
* @see {@link DeleteVerifiedAccessEndpointCommand}
|
|
962
978
|
*/
|
|
963
|
-
deleteVerifiedAccessEndpoint(args: DeleteVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessEndpointCommandOutput, Cause.
|
|
979
|
+
deleteVerifiedAccessEndpoint(args: DeleteVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
964
980
|
/**
|
|
965
981
|
* @see {@link DeleteVerifiedAccessGroupCommand}
|
|
966
982
|
*/
|
|
967
|
-
deleteVerifiedAccessGroup(args: DeleteVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessGroupCommandOutput, Cause.
|
|
983
|
+
deleteVerifiedAccessGroup(args: DeleteVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
968
984
|
/**
|
|
969
985
|
* @see {@link DeleteVerifiedAccessInstanceCommand}
|
|
970
986
|
*/
|
|
971
|
-
deleteVerifiedAccessInstance(args: DeleteVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessInstanceCommandOutput, Cause.
|
|
987
|
+
deleteVerifiedAccessInstance(args: DeleteVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessInstanceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
972
988
|
/**
|
|
973
989
|
* @see {@link DeleteVerifiedAccessTrustProviderCommand}
|
|
974
990
|
*/
|
|
975
|
-
deleteVerifiedAccessTrustProvider(args: DeleteVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessTrustProviderCommandOutput, Cause.
|
|
991
|
+
deleteVerifiedAccessTrustProvider(args: DeleteVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedAccessTrustProviderCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
976
992
|
/**
|
|
977
993
|
* @see {@link DeleteVolumeCommand}
|
|
978
994
|
*/
|
|
979
|
-
deleteVolume(args: DeleteVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVolumeCommandOutput, Cause.
|
|
995
|
+
deleteVolume(args: DeleteVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVolumeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
980
996
|
/**
|
|
981
997
|
* @see {@link DeleteVpcCommand}
|
|
982
998
|
*/
|
|
983
|
-
deleteVpc(args: DeleteVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcCommandOutput, Cause.
|
|
999
|
+
deleteVpc(args: DeleteVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
984
1000
|
/**
|
|
985
1001
|
* @see {@link DeleteVpcBlockPublicAccessExclusionCommand}
|
|
986
1002
|
*/
|
|
987
|
-
deleteVpcBlockPublicAccessExclusion(args: DeleteVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcBlockPublicAccessExclusionCommandOutput, Cause.
|
|
1003
|
+
deleteVpcBlockPublicAccessExclusion(args: DeleteVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcBlockPublicAccessExclusionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
988
1004
|
/**
|
|
989
1005
|
* @see {@link DeleteVpcEncryptionControlCommand}
|
|
990
1006
|
*/
|
|
991
|
-
deleteVpcEncryptionControl(args: DeleteVpcEncryptionControlCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEncryptionControlCommandOutput, Cause.
|
|
1007
|
+
deleteVpcEncryptionControl(args: DeleteVpcEncryptionControlCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEncryptionControlCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
992
1008
|
/**
|
|
993
1009
|
* @see {@link DeleteVpcEndpointConnectionNotificationsCommand}
|
|
994
1010
|
*/
|
|
995
|
-
deleteVpcEndpointConnectionNotifications(args: DeleteVpcEndpointConnectionNotificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointConnectionNotificationsCommandOutput, Cause.
|
|
1011
|
+
deleteVpcEndpointConnectionNotifications(args: DeleteVpcEndpointConnectionNotificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointConnectionNotificationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
996
1012
|
/**
|
|
997
1013
|
* @see {@link DeleteVpcEndpointServiceConfigurationsCommand}
|
|
998
1014
|
*/
|
|
999
|
-
deleteVpcEndpointServiceConfigurations(args: DeleteVpcEndpointServiceConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointServiceConfigurationsCommandOutput, Cause.
|
|
1015
|
+
deleteVpcEndpointServiceConfigurations(args: DeleteVpcEndpointServiceConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointServiceConfigurationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1000
1016
|
/**
|
|
1001
1017
|
* @see {@link DeleteVpcEndpointsCommand}
|
|
1002
1018
|
*/
|
|
1003
|
-
deleteVpcEndpoints(args: DeleteVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointsCommandOutput, Cause.
|
|
1019
|
+
deleteVpcEndpoints(args: DeleteVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1004
1020
|
/**
|
|
1005
1021
|
* @see {@link DeleteVpcPeeringConnectionCommand}
|
|
1006
1022
|
*/
|
|
1007
|
-
deleteVpcPeeringConnection(args: DeleteVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcPeeringConnectionCommandOutput, Cause.
|
|
1023
|
+
deleteVpcPeeringConnection(args: DeleteVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcPeeringConnectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1008
1024
|
/**
|
|
1009
1025
|
* @see {@link DeleteVpnConcentratorCommand}
|
|
1010
1026
|
*/
|
|
1011
|
-
deleteVpnConcentrator(args: DeleteVpnConcentratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnConcentratorCommandOutput, Cause.
|
|
1027
|
+
deleteVpnConcentrator(args: DeleteVpnConcentratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnConcentratorCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1012
1028
|
/**
|
|
1013
1029
|
* @see {@link DeleteVpnConnectionCommand}
|
|
1014
1030
|
*/
|
|
1015
|
-
deleteVpnConnection(args: DeleteVpnConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnConnectionCommandOutput, Cause.
|
|
1031
|
+
deleteVpnConnection(args: DeleteVpnConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnConnectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1016
1032
|
/**
|
|
1017
1033
|
* @see {@link DeleteVpnConnectionRouteCommand}
|
|
1018
1034
|
*/
|
|
1019
|
-
deleteVpnConnectionRoute(args: DeleteVpnConnectionRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnConnectionRouteCommandOutput, Cause.
|
|
1035
|
+
deleteVpnConnectionRoute(args: DeleteVpnConnectionRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnConnectionRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1020
1036
|
/**
|
|
1021
1037
|
* @see {@link DeleteVpnGatewayCommand}
|
|
1022
1038
|
*/
|
|
1023
|
-
deleteVpnGateway(args: DeleteVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnGatewayCommandOutput, Cause.
|
|
1039
|
+
deleteVpnGateway(args: DeleteVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpnGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1024
1040
|
/**
|
|
1025
1041
|
* @see {@link DeprovisionByoipCidrCommand}
|
|
1026
1042
|
*/
|
|
1027
|
-
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionByoipCidrCommandOutput, Cause.
|
|
1043
|
+
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionByoipCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1028
1044
|
/**
|
|
1029
1045
|
* @see {@link DeprovisionIpamByoasnCommand}
|
|
1030
1046
|
*/
|
|
1031
|
-
deprovisionIpamByoasn(args: DeprovisionIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionIpamByoasnCommandOutput, Cause.
|
|
1047
|
+
deprovisionIpamByoasn(args: DeprovisionIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionIpamByoasnCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1032
1048
|
/**
|
|
1033
1049
|
* @see {@link DeprovisionIpamPoolCidrCommand}
|
|
1034
1050
|
*/
|
|
1035
|
-
deprovisionIpamPoolCidr(args: DeprovisionIpamPoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionIpamPoolCidrCommandOutput, Cause.
|
|
1051
|
+
deprovisionIpamPoolCidr(args: DeprovisionIpamPoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionIpamPoolCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1036
1052
|
/**
|
|
1037
1053
|
* @see {@link DeprovisionPublicIpv4PoolCidrCommand}
|
|
1038
1054
|
*/
|
|
1039
|
-
deprovisionPublicIpv4PoolCidr(args: DeprovisionPublicIpv4PoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionPublicIpv4PoolCidrCommandOutput, Cause.
|
|
1055
|
+
deprovisionPublicIpv4PoolCidr(args: DeprovisionPublicIpv4PoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeprovisionPublicIpv4PoolCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1040
1056
|
/**
|
|
1041
1057
|
* @see {@link DeregisterImageCommand}
|
|
1042
1058
|
*/
|
|
1043
|
-
deregisterImage(args: DeregisterImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterImageCommandOutput, Cause.
|
|
1059
|
+
deregisterImage(args: DeregisterImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1044
1060
|
/**
|
|
1045
1061
|
* @see {@link DeregisterInstanceEventNotificationAttributesCommand}
|
|
1046
1062
|
*/
|
|
1047
|
-
deregisterInstanceEventNotificationAttributes(args: DeregisterInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterInstanceEventNotificationAttributesCommandOutput, Cause.
|
|
1063
|
+
deregisterInstanceEventNotificationAttributes(args: DeregisterInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterInstanceEventNotificationAttributesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1048
1064
|
/**
|
|
1049
1065
|
* @see {@link DeregisterTransitGatewayMulticastGroupMembersCommand}
|
|
1050
1066
|
*/
|
|
1051
|
-
deregisterTransitGatewayMulticastGroupMembers(args: DeregisterTransitGatewayMulticastGroupMembersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterTransitGatewayMulticastGroupMembersCommandOutput, Cause.
|
|
1067
|
+
deregisterTransitGatewayMulticastGroupMembers(args: DeregisterTransitGatewayMulticastGroupMembersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterTransitGatewayMulticastGroupMembersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1052
1068
|
/**
|
|
1053
1069
|
* @see {@link DeregisterTransitGatewayMulticastGroupSourcesCommand}
|
|
1054
1070
|
*/
|
|
1055
|
-
deregisterTransitGatewayMulticastGroupSources(args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterTransitGatewayMulticastGroupSourcesCommandOutput, Cause.
|
|
1071
|
+
deregisterTransitGatewayMulticastGroupSources(args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterTransitGatewayMulticastGroupSourcesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1056
1072
|
/**
|
|
1057
1073
|
* @see {@link DescribeAccountAttributesCommand}
|
|
1058
1074
|
*/
|
|
1059
|
-
describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountAttributesCommandOutput, Cause.
|
|
1075
|
+
describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountAttributesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1060
1076
|
/**
|
|
1061
1077
|
* @see {@link DescribeAddressTransfersCommand}
|
|
1062
1078
|
*/
|
|
1063
|
-
describeAddressTransfers(args: DescribeAddressTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAddressTransfersCommandOutput, Cause.
|
|
1079
|
+
describeAddressTransfers(args: DescribeAddressTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAddressTransfersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1064
1080
|
/**
|
|
1065
1081
|
* @see {@link DescribeAddressesCommand}
|
|
1066
1082
|
*/
|
|
1067
|
-
describeAddresses(args: DescribeAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAddressesCommandOutput, Cause.
|
|
1083
|
+
describeAddresses(args: DescribeAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAddressesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1068
1084
|
/**
|
|
1069
1085
|
* @see {@link DescribeAddressesAttributeCommand}
|
|
1070
1086
|
*/
|
|
1071
|
-
describeAddressesAttribute(args: DescribeAddressesAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAddressesAttributeCommandOutput, Cause.
|
|
1087
|
+
describeAddressesAttribute(args: DescribeAddressesAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAddressesAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1072
1088
|
/**
|
|
1073
1089
|
* @see {@link DescribeAggregateIdFormatCommand}
|
|
1074
1090
|
*/
|
|
1075
|
-
describeAggregateIdFormat(args: DescribeAggregateIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAggregateIdFormatCommandOutput, Cause.
|
|
1091
|
+
describeAggregateIdFormat(args: DescribeAggregateIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAggregateIdFormatCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1076
1092
|
/**
|
|
1077
1093
|
* @see {@link DescribeAvailabilityZonesCommand}
|
|
1078
1094
|
*/
|
|
1079
|
-
describeAvailabilityZones(args: DescribeAvailabilityZonesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAvailabilityZonesCommandOutput, Cause.
|
|
1095
|
+
describeAvailabilityZones(args: DescribeAvailabilityZonesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAvailabilityZonesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1080
1096
|
/**
|
|
1081
1097
|
* @see {@link DescribeAwsNetworkPerformanceMetricSubscriptionsCommand}
|
|
1082
1098
|
*/
|
|
1083
|
-
describeAwsNetworkPerformanceMetricSubscriptions(args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput, Cause.
|
|
1099
|
+
describeAwsNetworkPerformanceMetricSubscriptions(args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1084
1100
|
/**
|
|
1085
1101
|
* @see {@link DescribeBundleTasksCommand}
|
|
1086
1102
|
*/
|
|
1087
|
-
describeBundleTasks(args: DescribeBundleTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeBundleTasksCommandOutput, Cause.
|
|
1103
|
+
describeBundleTasks(args: DescribeBundleTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeBundleTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1088
1104
|
/**
|
|
1089
1105
|
* @see {@link DescribeByoipCidrsCommand}
|
|
1090
1106
|
*/
|
|
1091
|
-
describeByoipCidrs(args: DescribeByoipCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeByoipCidrsCommandOutput, Cause.
|
|
1107
|
+
describeByoipCidrs(args: DescribeByoipCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeByoipCidrsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1092
1108
|
/**
|
|
1093
1109
|
* @see {@link DescribeCapacityBlockExtensionHistoryCommand}
|
|
1094
1110
|
*/
|
|
1095
|
-
describeCapacityBlockExtensionHistory(args: DescribeCapacityBlockExtensionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockExtensionHistoryCommandOutput, Cause.
|
|
1111
|
+
describeCapacityBlockExtensionHistory(args: DescribeCapacityBlockExtensionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockExtensionHistoryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1096
1112
|
/**
|
|
1097
1113
|
* @see {@link DescribeCapacityBlockExtensionOfferingsCommand}
|
|
1098
1114
|
*/
|
|
1099
|
-
describeCapacityBlockExtensionOfferings(args: DescribeCapacityBlockExtensionOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockExtensionOfferingsCommandOutput, Cause.
|
|
1115
|
+
describeCapacityBlockExtensionOfferings(args: DescribeCapacityBlockExtensionOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockExtensionOfferingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1100
1116
|
/**
|
|
1101
1117
|
* @see {@link DescribeCapacityBlockOfferingsCommand}
|
|
1102
1118
|
*/
|
|
1103
|
-
describeCapacityBlockOfferings(args: DescribeCapacityBlockOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockOfferingsCommandOutput, Cause.
|
|
1119
|
+
describeCapacityBlockOfferings(args: DescribeCapacityBlockOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockOfferingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1104
1120
|
/**
|
|
1105
1121
|
* @see {@link DescribeCapacityBlockStatusCommand}
|
|
1106
1122
|
*/
|
|
1107
|
-
describeCapacityBlockStatus(args: DescribeCapacityBlockStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockStatusCommandOutput, Cause.
|
|
1123
|
+
describeCapacityBlockStatus(args: DescribeCapacityBlockStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlockStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1108
1124
|
/**
|
|
1109
1125
|
* @see {@link DescribeCapacityBlocksCommand}
|
|
1110
1126
|
*/
|
|
1111
|
-
describeCapacityBlocks(args: DescribeCapacityBlocksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlocksCommandOutput, Cause.
|
|
1127
|
+
describeCapacityBlocks(args: DescribeCapacityBlocksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityBlocksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1112
1128
|
/**
|
|
1113
1129
|
* @see {@link DescribeCapacityManagerDataExportsCommand}
|
|
1114
1130
|
*/
|
|
1115
|
-
describeCapacityManagerDataExports(args: DescribeCapacityManagerDataExportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityManagerDataExportsCommandOutput, Cause.
|
|
1131
|
+
describeCapacityManagerDataExports(args: DescribeCapacityManagerDataExportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityManagerDataExportsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1116
1132
|
/**
|
|
1117
1133
|
* @see {@link DescribeCapacityReservationBillingRequestsCommand}
|
|
1118
1134
|
*/
|
|
1119
|
-
describeCapacityReservationBillingRequests(args: DescribeCapacityReservationBillingRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationBillingRequestsCommandOutput, Cause.
|
|
1135
|
+
describeCapacityReservationBillingRequests(args: DescribeCapacityReservationBillingRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationBillingRequestsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1120
1136
|
/**
|
|
1121
1137
|
* @see {@link DescribeCapacityReservationFleetsCommand}
|
|
1122
1138
|
*/
|
|
1123
|
-
describeCapacityReservationFleets(args: DescribeCapacityReservationFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationFleetsCommandOutput, Cause.
|
|
1139
|
+
describeCapacityReservationFleets(args: DescribeCapacityReservationFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationFleetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1124
1140
|
/**
|
|
1125
1141
|
* @see {@link DescribeCapacityReservationTopologyCommand}
|
|
1126
1142
|
*/
|
|
1127
|
-
describeCapacityReservationTopology(args: DescribeCapacityReservationTopologyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationTopologyCommandOutput, Cause.
|
|
1143
|
+
describeCapacityReservationTopology(args: DescribeCapacityReservationTopologyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationTopologyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1128
1144
|
/**
|
|
1129
1145
|
* @see {@link DescribeCapacityReservationsCommand}
|
|
1130
1146
|
*/
|
|
1131
|
-
describeCapacityReservations(args: DescribeCapacityReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationsCommandOutput, Cause.
|
|
1147
|
+
describeCapacityReservations(args: DescribeCapacityReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCapacityReservationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1132
1148
|
/**
|
|
1133
1149
|
* @see {@link DescribeCarrierGatewaysCommand}
|
|
1134
1150
|
*/
|
|
1135
|
-
describeCarrierGateways(args: DescribeCarrierGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCarrierGatewaysCommandOutput, Cause.
|
|
1151
|
+
describeCarrierGateways(args: DescribeCarrierGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCarrierGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1136
1152
|
/**
|
|
1137
1153
|
* @see {@link DescribeClassicLinkInstancesCommand}
|
|
1138
1154
|
*/
|
|
1139
|
-
describeClassicLinkInstances(args: DescribeClassicLinkInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClassicLinkInstancesCommandOutput, Cause.
|
|
1155
|
+
describeClassicLinkInstances(args: DescribeClassicLinkInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClassicLinkInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1140
1156
|
/**
|
|
1141
1157
|
* @see {@link DescribeClientVpnAuthorizationRulesCommand}
|
|
1142
1158
|
*/
|
|
1143
|
-
describeClientVpnAuthorizationRules(args: DescribeClientVpnAuthorizationRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnAuthorizationRulesCommandOutput, Cause.
|
|
1159
|
+
describeClientVpnAuthorizationRules(args: DescribeClientVpnAuthorizationRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnAuthorizationRulesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1144
1160
|
/**
|
|
1145
1161
|
* @see {@link DescribeClientVpnConnectionsCommand}
|
|
1146
1162
|
*/
|
|
1147
|
-
describeClientVpnConnections(args: DescribeClientVpnConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnConnectionsCommandOutput, Cause.
|
|
1163
|
+
describeClientVpnConnections(args: DescribeClientVpnConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnConnectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1148
1164
|
/**
|
|
1149
1165
|
* @see {@link DescribeClientVpnEndpointsCommand}
|
|
1150
1166
|
*/
|
|
1151
|
-
describeClientVpnEndpoints(args: DescribeClientVpnEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnEndpointsCommandOutput, Cause.
|
|
1167
|
+
describeClientVpnEndpoints(args: DescribeClientVpnEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnEndpointsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1152
1168
|
/**
|
|
1153
1169
|
* @see {@link DescribeClientVpnRoutesCommand}
|
|
1154
1170
|
*/
|
|
1155
|
-
describeClientVpnRoutes(args: DescribeClientVpnRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnRoutesCommandOutput, Cause.
|
|
1171
|
+
describeClientVpnRoutes(args: DescribeClientVpnRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnRoutesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1156
1172
|
/**
|
|
1157
1173
|
* @see {@link DescribeClientVpnTargetNetworksCommand}
|
|
1158
1174
|
*/
|
|
1159
|
-
describeClientVpnTargetNetworks(args: DescribeClientVpnTargetNetworksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnTargetNetworksCommandOutput, Cause.
|
|
1175
|
+
describeClientVpnTargetNetworks(args: DescribeClientVpnTargetNetworksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeClientVpnTargetNetworksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1160
1176
|
/**
|
|
1161
1177
|
* @see {@link DescribeCoipPoolsCommand}
|
|
1162
1178
|
*/
|
|
1163
|
-
describeCoipPools(args: DescribeCoipPoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCoipPoolsCommandOutput, Cause.
|
|
1179
|
+
describeCoipPools(args: DescribeCoipPoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCoipPoolsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1164
1180
|
/**
|
|
1165
1181
|
* @see {@link DescribeConversionTasksCommand}
|
|
1166
1182
|
*/
|
|
1167
|
-
describeConversionTasks(args: DescribeConversionTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeConversionTasksCommandOutput, Cause.
|
|
1183
|
+
describeConversionTasks(args: DescribeConversionTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeConversionTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1168
1184
|
/**
|
|
1169
1185
|
* @see {@link DescribeCustomerGatewaysCommand}
|
|
1170
1186
|
*/
|
|
1171
|
-
describeCustomerGateways(args: DescribeCustomerGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCustomerGatewaysCommandOutput, Cause.
|
|
1187
|
+
describeCustomerGateways(args: DescribeCustomerGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCustomerGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1172
1188
|
/**
|
|
1173
1189
|
* @see {@link DescribeDeclarativePoliciesReportsCommand}
|
|
1174
1190
|
*/
|
|
1175
|
-
describeDeclarativePoliciesReports(args: DescribeDeclarativePoliciesReportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeclarativePoliciesReportsCommandOutput, Cause.
|
|
1191
|
+
describeDeclarativePoliciesReports(args: DescribeDeclarativePoliciesReportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeclarativePoliciesReportsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1176
1192
|
/**
|
|
1177
1193
|
* @see {@link DescribeDhcpOptionsCommand}
|
|
1178
1194
|
*/
|
|
1179
|
-
describeDhcpOptions(args: DescribeDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDhcpOptionsCommandOutput, Cause.
|
|
1195
|
+
describeDhcpOptions(args: DescribeDhcpOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDhcpOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1180
1196
|
/**
|
|
1181
1197
|
* @see {@link DescribeEgressOnlyInternetGatewaysCommand}
|
|
1182
1198
|
*/
|
|
1183
|
-
describeEgressOnlyInternetGateways(args: DescribeEgressOnlyInternetGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeEgressOnlyInternetGatewaysCommandOutput, Cause.
|
|
1199
|
+
describeEgressOnlyInternetGateways(args: DescribeEgressOnlyInternetGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeEgressOnlyInternetGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1184
1200
|
/**
|
|
1185
1201
|
* @see {@link DescribeElasticGpusCommand}
|
|
1186
1202
|
*/
|
|
1187
|
-
describeElasticGpus(args: DescribeElasticGpusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeElasticGpusCommandOutput, Cause.
|
|
1203
|
+
describeElasticGpus(args: DescribeElasticGpusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeElasticGpusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1188
1204
|
/**
|
|
1189
1205
|
* @see {@link DescribeExportImageTasksCommand}
|
|
1190
1206
|
*/
|
|
1191
|
-
describeExportImageTasks(args: DescribeExportImageTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeExportImageTasksCommandOutput, Cause.
|
|
1207
|
+
describeExportImageTasks(args: DescribeExportImageTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeExportImageTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1192
1208
|
/**
|
|
1193
1209
|
* @see {@link DescribeExportTasksCommand}
|
|
1194
1210
|
*/
|
|
1195
|
-
describeExportTasks(args: DescribeExportTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeExportTasksCommandOutput, Cause.
|
|
1211
|
+
describeExportTasks(args: DescribeExportTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeExportTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1196
1212
|
/**
|
|
1197
1213
|
* @see {@link DescribeFastLaunchImagesCommand}
|
|
1198
1214
|
*/
|
|
1199
|
-
describeFastLaunchImages(args: DescribeFastLaunchImagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFastLaunchImagesCommandOutput, Cause.
|
|
1215
|
+
describeFastLaunchImages(args: DescribeFastLaunchImagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFastLaunchImagesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1200
1216
|
/**
|
|
1201
1217
|
* @see {@link DescribeFastSnapshotRestoresCommand}
|
|
1202
1218
|
*/
|
|
1203
|
-
describeFastSnapshotRestores(args: DescribeFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFastSnapshotRestoresCommandOutput, Cause.
|
|
1219
|
+
describeFastSnapshotRestores(args: DescribeFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFastSnapshotRestoresCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1204
1220
|
/**
|
|
1205
1221
|
* @see {@link DescribeFleetHistoryCommand}
|
|
1206
1222
|
*/
|
|
1207
|
-
describeFleetHistory(args: DescribeFleetHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFleetHistoryCommandOutput, Cause.
|
|
1223
|
+
describeFleetHistory(args: DescribeFleetHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFleetHistoryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1208
1224
|
/**
|
|
1209
1225
|
* @see {@link DescribeFleetInstancesCommand}
|
|
1210
1226
|
*/
|
|
1211
|
-
describeFleetInstances(args: DescribeFleetInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFleetInstancesCommandOutput, Cause.
|
|
1227
|
+
describeFleetInstances(args: DescribeFleetInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFleetInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1212
1228
|
/**
|
|
1213
1229
|
* @see {@link DescribeFleetsCommand}
|
|
1214
1230
|
*/
|
|
1215
|
-
describeFleets(args: DescribeFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFleetsCommandOutput, Cause.
|
|
1231
|
+
describeFleets(args: DescribeFleetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFleetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1216
1232
|
/**
|
|
1217
1233
|
* @see {@link DescribeFlowLogsCommand}
|
|
1218
1234
|
*/
|
|
1219
|
-
describeFlowLogs(args: DescribeFlowLogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFlowLogsCommandOutput, Cause.
|
|
1235
|
+
describeFlowLogs(args: DescribeFlowLogsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFlowLogsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1220
1236
|
/**
|
|
1221
1237
|
* @see {@link DescribeFpgaImageAttributeCommand}
|
|
1222
1238
|
*/
|
|
1223
|
-
describeFpgaImageAttribute(args: DescribeFpgaImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFpgaImageAttributeCommandOutput, Cause.
|
|
1239
|
+
describeFpgaImageAttribute(args: DescribeFpgaImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFpgaImageAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1224
1240
|
/**
|
|
1225
1241
|
* @see {@link DescribeFpgaImagesCommand}
|
|
1226
1242
|
*/
|
|
1227
|
-
describeFpgaImages(args: DescribeFpgaImagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFpgaImagesCommandOutput, Cause.
|
|
1243
|
+
describeFpgaImages(args: DescribeFpgaImagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFpgaImagesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1228
1244
|
/**
|
|
1229
1245
|
* @see {@link DescribeHostReservationOfferingsCommand}
|
|
1230
1246
|
*/
|
|
1231
|
-
describeHostReservationOfferings(args: DescribeHostReservationOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHostReservationOfferingsCommandOutput, Cause.
|
|
1247
|
+
describeHostReservationOfferings(args: DescribeHostReservationOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHostReservationOfferingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1232
1248
|
/**
|
|
1233
1249
|
* @see {@link DescribeHostReservationsCommand}
|
|
1234
1250
|
*/
|
|
1235
|
-
describeHostReservations(args: DescribeHostReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHostReservationsCommandOutput, Cause.
|
|
1251
|
+
describeHostReservations(args: DescribeHostReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHostReservationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1236
1252
|
/**
|
|
1237
1253
|
* @see {@link DescribeHostsCommand}
|
|
1238
1254
|
*/
|
|
1239
|
-
describeHosts(args: DescribeHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHostsCommandOutput, Cause.
|
|
1255
|
+
describeHosts(args: DescribeHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHostsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1240
1256
|
/**
|
|
1241
1257
|
* @see {@link DescribeIamInstanceProfileAssociationsCommand}
|
|
1242
1258
|
*/
|
|
1243
|
-
describeIamInstanceProfileAssociations(args: DescribeIamInstanceProfileAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIamInstanceProfileAssociationsCommandOutput, Cause.
|
|
1259
|
+
describeIamInstanceProfileAssociations(args: DescribeIamInstanceProfileAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIamInstanceProfileAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1244
1260
|
/**
|
|
1245
1261
|
* @see {@link DescribeIdFormatCommand}
|
|
1246
1262
|
*/
|
|
1247
|
-
describeIdFormat(args: DescribeIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIdFormatCommandOutput, Cause.
|
|
1263
|
+
describeIdFormat(args: DescribeIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIdFormatCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1248
1264
|
/**
|
|
1249
1265
|
* @see {@link DescribeIdentityIdFormatCommand}
|
|
1250
1266
|
*/
|
|
1251
|
-
describeIdentityIdFormat(args: DescribeIdentityIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIdentityIdFormatCommandOutput, Cause.
|
|
1267
|
+
describeIdentityIdFormat(args: DescribeIdentityIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIdentityIdFormatCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1252
1268
|
/**
|
|
1253
1269
|
* @see {@link DescribeImageAttributeCommand}
|
|
1254
1270
|
*/
|
|
1255
|
-
describeImageAttribute(args: DescribeImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageAttributeCommandOutput, Cause.
|
|
1271
|
+
describeImageAttribute(args: DescribeImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1256
1272
|
/**
|
|
1257
1273
|
* @see {@link DescribeImageReferencesCommand}
|
|
1258
1274
|
*/
|
|
1259
|
-
describeImageReferences(args: DescribeImageReferencesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageReferencesCommandOutput, Cause.
|
|
1275
|
+
describeImageReferences(args: DescribeImageReferencesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageReferencesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1260
1276
|
/**
|
|
1261
1277
|
* @see {@link DescribeImageUsageReportEntriesCommand}
|
|
1262
1278
|
*/
|
|
1263
|
-
describeImageUsageReportEntries(args: DescribeImageUsageReportEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageUsageReportEntriesCommandOutput, Cause.
|
|
1279
|
+
describeImageUsageReportEntries(args: DescribeImageUsageReportEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageUsageReportEntriesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1264
1280
|
/**
|
|
1265
1281
|
* @see {@link DescribeImageUsageReportsCommand}
|
|
1266
1282
|
*/
|
|
1267
|
-
describeImageUsageReports(args: DescribeImageUsageReportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageUsageReportsCommandOutput, Cause.
|
|
1283
|
+
describeImageUsageReports(args: DescribeImageUsageReportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImageUsageReportsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1268
1284
|
/**
|
|
1269
1285
|
* @see {@link DescribeImagesCommand}
|
|
1270
1286
|
*/
|
|
1271
|
-
describeImages(args: DescribeImagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImagesCommandOutput, Cause.
|
|
1287
|
+
describeImages(args: DescribeImagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImagesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1272
1288
|
/**
|
|
1273
1289
|
* @see {@link DescribeImportImageTasksCommand}
|
|
1274
1290
|
*/
|
|
1275
|
-
describeImportImageTasks(args: DescribeImportImageTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImportImageTasksCommandOutput, Cause.
|
|
1291
|
+
describeImportImageTasks(args: DescribeImportImageTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImportImageTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1276
1292
|
/**
|
|
1277
1293
|
* @see {@link DescribeImportSnapshotTasksCommand}
|
|
1278
1294
|
*/
|
|
1279
|
-
describeImportSnapshotTasks(args: DescribeImportSnapshotTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImportSnapshotTasksCommandOutput, Cause.
|
|
1295
|
+
describeImportSnapshotTasks(args: DescribeImportSnapshotTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeImportSnapshotTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1280
1296
|
/**
|
|
1281
1297
|
* @see {@link DescribeInstanceAttributeCommand}
|
|
1282
1298
|
*/
|
|
1283
|
-
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceAttributeCommandOutput, Cause.
|
|
1299
|
+
describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1284
1300
|
/**
|
|
1285
1301
|
* @see {@link DescribeInstanceConnectEndpointsCommand}
|
|
1286
1302
|
*/
|
|
1287
|
-
describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceConnectEndpointsCommandOutput, Cause.
|
|
1303
|
+
describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceConnectEndpointsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1288
1304
|
/**
|
|
1289
1305
|
* @see {@link DescribeInstanceCreditSpecificationsCommand}
|
|
1290
1306
|
*/
|
|
1291
|
-
describeInstanceCreditSpecifications(args: DescribeInstanceCreditSpecificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceCreditSpecificationsCommandOutput, Cause.
|
|
1307
|
+
describeInstanceCreditSpecifications(args: DescribeInstanceCreditSpecificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceCreditSpecificationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1292
1308
|
/**
|
|
1293
1309
|
* @see {@link DescribeInstanceEventNotificationAttributesCommand}
|
|
1294
1310
|
*/
|
|
1295
|
-
describeInstanceEventNotificationAttributes(args: DescribeInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceEventNotificationAttributesCommandOutput, Cause.
|
|
1311
|
+
describeInstanceEventNotificationAttributes(args: DescribeInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceEventNotificationAttributesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1296
1312
|
/**
|
|
1297
1313
|
* @see {@link DescribeInstanceEventWindowsCommand}
|
|
1298
1314
|
*/
|
|
1299
|
-
describeInstanceEventWindows(args: DescribeInstanceEventWindowsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceEventWindowsCommandOutput, Cause.
|
|
1315
|
+
describeInstanceEventWindows(args: DescribeInstanceEventWindowsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceEventWindowsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1300
1316
|
/**
|
|
1301
1317
|
* @see {@link DescribeInstanceImageMetadataCommand}
|
|
1302
1318
|
*/
|
|
1303
|
-
describeInstanceImageMetadata(args: DescribeInstanceImageMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceImageMetadataCommandOutput, Cause.
|
|
1319
|
+
describeInstanceImageMetadata(args: DescribeInstanceImageMetadataCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceImageMetadataCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1304
1320
|
/**
|
|
1305
1321
|
* @see {@link DescribeInstanceSqlHaHistoryStatesCommand}
|
|
1306
1322
|
*/
|
|
1307
|
-
describeInstanceSqlHaHistoryStates(args: DescribeInstanceSqlHaHistoryStatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceSqlHaHistoryStatesCommandOutput, Cause.
|
|
1323
|
+
describeInstanceSqlHaHistoryStates(args: DescribeInstanceSqlHaHistoryStatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceSqlHaHistoryStatesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1308
1324
|
/**
|
|
1309
1325
|
* @see {@link DescribeInstanceSqlHaStatesCommand}
|
|
1310
1326
|
*/
|
|
1311
|
-
describeInstanceSqlHaStates(args: DescribeInstanceSqlHaStatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceSqlHaStatesCommandOutput, Cause.
|
|
1327
|
+
describeInstanceSqlHaStates(args: DescribeInstanceSqlHaStatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceSqlHaStatesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1312
1328
|
/**
|
|
1313
1329
|
* @see {@link DescribeInstanceStatusCommand}
|
|
1314
1330
|
*/
|
|
1315
|
-
describeInstanceStatus(args: DescribeInstanceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceStatusCommandOutput, Cause.
|
|
1331
|
+
describeInstanceStatus(args: DescribeInstanceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1316
1332
|
/**
|
|
1317
1333
|
* @see {@link DescribeInstanceTopologyCommand}
|
|
1318
1334
|
*/
|
|
1319
|
-
describeInstanceTopology(args: DescribeInstanceTopologyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTopologyCommandOutput, Cause.
|
|
1335
|
+
describeInstanceTopology(args: DescribeInstanceTopologyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTopologyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1320
1336
|
/**
|
|
1321
1337
|
* @see {@link DescribeInstanceTypeOfferingsCommand}
|
|
1322
1338
|
*/
|
|
1323
|
-
describeInstanceTypeOfferings(args: DescribeInstanceTypeOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTypeOfferingsCommandOutput, Cause.
|
|
1339
|
+
describeInstanceTypeOfferings(args: DescribeInstanceTypeOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTypeOfferingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1324
1340
|
/**
|
|
1325
1341
|
* @see {@link DescribeInstanceTypesCommand}
|
|
1326
1342
|
*/
|
|
1327
|
-
describeInstanceTypes(args: DescribeInstanceTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTypesCommandOutput, Cause.
|
|
1343
|
+
describeInstanceTypes(args: DescribeInstanceTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTypesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1328
1344
|
/**
|
|
1329
1345
|
* @see {@link DescribeInstancesCommand}
|
|
1330
1346
|
*/
|
|
1331
|
-
describeInstances(args: DescribeInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstancesCommandOutput, Cause.
|
|
1347
|
+
describeInstances(args: DescribeInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1332
1348
|
/**
|
|
1333
1349
|
* @see {@link DescribeInternetGatewaysCommand}
|
|
1334
1350
|
*/
|
|
1335
|
-
describeInternetGateways(args: DescribeInternetGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInternetGatewaysCommandOutput, Cause.
|
|
1351
|
+
describeInternetGateways(args: DescribeInternetGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInternetGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1336
1352
|
/**
|
|
1337
1353
|
* @see {@link DescribeIpamByoasnCommand}
|
|
1338
1354
|
*/
|
|
1339
|
-
describeIpamByoasn(args: DescribeIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamByoasnCommandOutput, Cause.
|
|
1355
|
+
describeIpamByoasn(args: DescribeIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamByoasnCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1340
1356
|
/**
|
|
1341
1357
|
* @see {@link DescribeIpamExternalResourceVerificationTokensCommand}
|
|
1342
1358
|
*/
|
|
1343
|
-
describeIpamExternalResourceVerificationTokens(args: DescribeIpamExternalResourceVerificationTokensCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamExternalResourceVerificationTokensCommandOutput, Cause.
|
|
1359
|
+
describeIpamExternalResourceVerificationTokens(args: DescribeIpamExternalResourceVerificationTokensCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamExternalResourceVerificationTokensCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1344
1360
|
/**
|
|
1345
1361
|
* @see {@link DescribeIpamPoliciesCommand}
|
|
1346
1362
|
*/
|
|
1347
|
-
describeIpamPolicies(args: DescribeIpamPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPoliciesCommandOutput, Cause.
|
|
1363
|
+
describeIpamPolicies(args: DescribeIpamPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPoliciesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1348
1364
|
/**
|
|
1349
1365
|
* @see {@link DescribeIpamPoolsCommand}
|
|
1350
1366
|
*/
|
|
1351
|
-
describeIpamPools(args: DescribeIpamPoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPoolsCommandOutput, Cause.
|
|
1367
|
+
describeIpamPools(args: DescribeIpamPoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPoolsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1352
1368
|
/**
|
|
1353
1369
|
* @see {@link DescribeIpamPrefixListResolverTargetsCommand}
|
|
1354
1370
|
*/
|
|
1355
|
-
describeIpamPrefixListResolverTargets(args: DescribeIpamPrefixListResolverTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPrefixListResolverTargetsCommandOutput, Cause.
|
|
1371
|
+
describeIpamPrefixListResolverTargets(args: DescribeIpamPrefixListResolverTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPrefixListResolverTargetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1356
1372
|
/**
|
|
1357
1373
|
* @see {@link DescribeIpamPrefixListResolversCommand}
|
|
1358
1374
|
*/
|
|
1359
|
-
describeIpamPrefixListResolvers(args: DescribeIpamPrefixListResolversCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPrefixListResolversCommandOutput, Cause.
|
|
1375
|
+
describeIpamPrefixListResolvers(args: DescribeIpamPrefixListResolversCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamPrefixListResolversCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1360
1376
|
/**
|
|
1361
1377
|
* @see {@link DescribeIpamResourceDiscoveriesCommand}
|
|
1362
1378
|
*/
|
|
1363
|
-
describeIpamResourceDiscoveries(args: DescribeIpamResourceDiscoveriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamResourceDiscoveriesCommandOutput, Cause.
|
|
1379
|
+
describeIpamResourceDiscoveries(args: DescribeIpamResourceDiscoveriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamResourceDiscoveriesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1364
1380
|
/**
|
|
1365
1381
|
* @see {@link DescribeIpamResourceDiscoveryAssociationsCommand}
|
|
1366
1382
|
*/
|
|
1367
|
-
describeIpamResourceDiscoveryAssociations(args: DescribeIpamResourceDiscoveryAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamResourceDiscoveryAssociationsCommandOutput, Cause.
|
|
1383
|
+
describeIpamResourceDiscoveryAssociations(args: DescribeIpamResourceDiscoveryAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamResourceDiscoveryAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1368
1384
|
/**
|
|
1369
1385
|
* @see {@link DescribeIpamScopesCommand}
|
|
1370
1386
|
*/
|
|
1371
|
-
describeIpamScopes(args: DescribeIpamScopesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamScopesCommandOutput, Cause.
|
|
1387
|
+
describeIpamScopes(args: DescribeIpamScopesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamScopesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1372
1388
|
/**
|
|
1373
1389
|
* @see {@link DescribeIpamsCommand}
|
|
1374
1390
|
*/
|
|
1375
|
-
describeIpams(args: DescribeIpamsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamsCommandOutput, Cause.
|
|
1391
|
+
describeIpams(args: DescribeIpamsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpamsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1376
1392
|
/**
|
|
1377
1393
|
* @see {@link DescribeIpv6PoolsCommand}
|
|
1378
1394
|
*/
|
|
1379
|
-
describeIpv6Pools(args: DescribeIpv6PoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpv6PoolsCommandOutput, Cause.
|
|
1395
|
+
describeIpv6Pools(args: DescribeIpv6PoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIpv6PoolsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1380
1396
|
/**
|
|
1381
1397
|
* @see {@link DescribeKeyPairsCommand}
|
|
1382
1398
|
*/
|
|
1383
|
-
describeKeyPairs(args: DescribeKeyPairsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeKeyPairsCommandOutput, Cause.
|
|
1399
|
+
describeKeyPairs(args: DescribeKeyPairsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeKeyPairsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1384
1400
|
/**
|
|
1385
1401
|
* @see {@link DescribeLaunchTemplateVersionsCommand}
|
|
1386
1402
|
*/
|
|
1387
|
-
describeLaunchTemplateVersions(args: DescribeLaunchTemplateVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLaunchTemplateVersionsCommandOutput, Cause.
|
|
1403
|
+
describeLaunchTemplateVersions(args: DescribeLaunchTemplateVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLaunchTemplateVersionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1388
1404
|
/**
|
|
1389
1405
|
* @see {@link DescribeLaunchTemplatesCommand}
|
|
1390
1406
|
*/
|
|
1391
|
-
describeLaunchTemplates(args: DescribeLaunchTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLaunchTemplatesCommandOutput, Cause.
|
|
1407
|
+
describeLaunchTemplates(args: DescribeLaunchTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLaunchTemplatesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1392
1408
|
/**
|
|
1393
1409
|
* @see {@link DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand}
|
|
1394
1410
|
*/
|
|
1395
|
-
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput, Cause.
|
|
1411
|
+
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1396
1412
|
/**
|
|
1397
1413
|
* @see {@link DescribeLocalGatewayRouteTableVpcAssociationsCommand}
|
|
1398
1414
|
*/
|
|
1399
|
-
describeLocalGatewayRouteTableVpcAssociations(args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput, Cause.
|
|
1415
|
+
describeLocalGatewayRouteTableVpcAssociations(args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1400
1416
|
/**
|
|
1401
1417
|
* @see {@link DescribeLocalGatewayRouteTablesCommand}
|
|
1402
1418
|
*/
|
|
1403
|
-
describeLocalGatewayRouteTables(args: DescribeLocalGatewayRouteTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayRouteTablesCommandOutput, Cause.
|
|
1419
|
+
describeLocalGatewayRouteTables(args: DescribeLocalGatewayRouteTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayRouteTablesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1404
1420
|
/**
|
|
1405
1421
|
* @see {@link DescribeLocalGatewayVirtualInterfaceGroupsCommand}
|
|
1406
1422
|
*/
|
|
1407
|
-
describeLocalGatewayVirtualInterfaceGroups(args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput, Cause.
|
|
1423
|
+
describeLocalGatewayVirtualInterfaceGroups(args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1408
1424
|
/**
|
|
1409
1425
|
* @see {@link DescribeLocalGatewayVirtualInterfacesCommand}
|
|
1410
1426
|
*/
|
|
1411
|
-
describeLocalGatewayVirtualInterfaces(args: DescribeLocalGatewayVirtualInterfacesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayVirtualInterfacesCommandOutput, Cause.
|
|
1427
|
+
describeLocalGatewayVirtualInterfaces(args: DescribeLocalGatewayVirtualInterfacesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewayVirtualInterfacesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1412
1428
|
/**
|
|
1413
1429
|
* @see {@link DescribeLocalGatewaysCommand}
|
|
1414
1430
|
*/
|
|
1415
|
-
describeLocalGateways(args: DescribeLocalGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewaysCommandOutput, Cause.
|
|
1431
|
+
describeLocalGateways(args: DescribeLocalGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLocalGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1416
1432
|
/**
|
|
1417
1433
|
* @see {@link DescribeLockedSnapshotsCommand}
|
|
1418
1434
|
*/
|
|
1419
|
-
describeLockedSnapshots(args: DescribeLockedSnapshotsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLockedSnapshotsCommandOutput, Cause.
|
|
1435
|
+
describeLockedSnapshots(args: DescribeLockedSnapshotsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLockedSnapshotsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1420
1436
|
/**
|
|
1421
1437
|
* @see {@link DescribeMacHostsCommand}
|
|
1422
1438
|
*/
|
|
1423
|
-
describeMacHosts(args: DescribeMacHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMacHostsCommandOutput, Cause.
|
|
1439
|
+
describeMacHosts(args: DescribeMacHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMacHostsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1424
1440
|
/**
|
|
1425
1441
|
* @see {@link DescribeMacModificationTasksCommand}
|
|
1426
1442
|
*/
|
|
1427
|
-
describeMacModificationTasks(args: DescribeMacModificationTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMacModificationTasksCommandOutput, Cause.
|
|
1443
|
+
describeMacModificationTasks(args: DescribeMacModificationTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMacModificationTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1428
1444
|
/**
|
|
1429
1445
|
* @see {@link DescribeManagedPrefixListsCommand}
|
|
1430
1446
|
*/
|
|
1431
|
-
describeManagedPrefixLists(args: DescribeManagedPrefixListsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeManagedPrefixListsCommandOutput, Cause.
|
|
1447
|
+
describeManagedPrefixLists(args: DescribeManagedPrefixListsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeManagedPrefixListsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1432
1448
|
/**
|
|
1433
1449
|
* @see {@link DescribeMovingAddressesCommand}
|
|
1434
1450
|
*/
|
|
1435
|
-
describeMovingAddresses(args: DescribeMovingAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMovingAddressesCommandOutput, Cause.
|
|
1451
|
+
describeMovingAddresses(args: DescribeMovingAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMovingAddressesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1436
1452
|
/**
|
|
1437
1453
|
* @see {@link DescribeNatGatewaysCommand}
|
|
1438
1454
|
*/
|
|
1439
|
-
describeNatGateways(args: DescribeNatGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNatGatewaysCommandOutput, Cause.
|
|
1455
|
+
describeNatGateways(args: DescribeNatGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNatGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1440
1456
|
/**
|
|
1441
1457
|
* @see {@link DescribeNetworkAclsCommand}
|
|
1442
1458
|
*/
|
|
1443
|
-
describeNetworkAcls(args: DescribeNetworkAclsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkAclsCommandOutput, Cause.
|
|
1459
|
+
describeNetworkAcls(args: DescribeNetworkAclsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkAclsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1444
1460
|
/**
|
|
1445
1461
|
* @see {@link DescribeNetworkInsightsAccessScopeAnalysesCommand}
|
|
1446
1462
|
*/
|
|
1447
|
-
describeNetworkInsightsAccessScopeAnalyses(args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsAccessScopeAnalysesCommandOutput, Cause.
|
|
1463
|
+
describeNetworkInsightsAccessScopeAnalyses(args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsAccessScopeAnalysesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1448
1464
|
/**
|
|
1449
1465
|
* @see {@link DescribeNetworkInsightsAccessScopesCommand}
|
|
1450
1466
|
*/
|
|
1451
|
-
describeNetworkInsightsAccessScopes(args: DescribeNetworkInsightsAccessScopesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsAccessScopesCommandOutput, Cause.
|
|
1467
|
+
describeNetworkInsightsAccessScopes(args: DescribeNetworkInsightsAccessScopesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsAccessScopesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1452
1468
|
/**
|
|
1453
1469
|
* @see {@link DescribeNetworkInsightsAnalysesCommand}
|
|
1454
1470
|
*/
|
|
1455
|
-
describeNetworkInsightsAnalyses(args: DescribeNetworkInsightsAnalysesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsAnalysesCommandOutput, Cause.
|
|
1471
|
+
describeNetworkInsightsAnalyses(args: DescribeNetworkInsightsAnalysesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsAnalysesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1456
1472
|
/**
|
|
1457
1473
|
* @see {@link DescribeNetworkInsightsPathsCommand}
|
|
1458
1474
|
*/
|
|
1459
|
-
describeNetworkInsightsPaths(args: DescribeNetworkInsightsPathsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsPathsCommandOutput, Cause.
|
|
1475
|
+
describeNetworkInsightsPaths(args: DescribeNetworkInsightsPathsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInsightsPathsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1460
1476
|
/**
|
|
1461
1477
|
* @see {@link DescribeNetworkInterfaceAttributeCommand}
|
|
1462
1478
|
*/
|
|
1463
|
-
describeNetworkInterfaceAttribute(args: DescribeNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInterfaceAttributeCommandOutput, Cause.
|
|
1479
|
+
describeNetworkInterfaceAttribute(args: DescribeNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInterfaceAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1464
1480
|
/**
|
|
1465
1481
|
* @see {@link DescribeNetworkInterfacePermissionsCommand}
|
|
1466
1482
|
*/
|
|
1467
|
-
describeNetworkInterfacePermissions(args: DescribeNetworkInterfacePermissionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInterfacePermissionsCommandOutput, Cause.
|
|
1483
|
+
describeNetworkInterfacePermissions(args: DescribeNetworkInterfacePermissionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInterfacePermissionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1468
1484
|
/**
|
|
1469
1485
|
* @see {@link DescribeNetworkInterfacesCommand}
|
|
1470
1486
|
*/
|
|
1471
|
-
describeNetworkInterfaces(args: DescribeNetworkInterfacesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInterfacesCommandOutput, Cause.
|
|
1487
|
+
describeNetworkInterfaces(args: DescribeNetworkInterfacesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeNetworkInterfacesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1472
1488
|
/**
|
|
1473
1489
|
* @see {@link DescribeOutpostLagsCommand}
|
|
1474
1490
|
*/
|
|
1475
|
-
describeOutpostLags(args: DescribeOutpostLagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOutpostLagsCommandOutput, Cause.
|
|
1491
|
+
describeOutpostLags(args: DescribeOutpostLagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOutpostLagsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1476
1492
|
/**
|
|
1477
1493
|
* @see {@link DescribePlacementGroupsCommand}
|
|
1478
1494
|
*/
|
|
1479
|
-
describePlacementGroups(args: DescribePlacementGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePlacementGroupsCommandOutput, Cause.
|
|
1495
|
+
describePlacementGroups(args: DescribePlacementGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePlacementGroupsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1480
1496
|
/**
|
|
1481
1497
|
* @see {@link DescribePrefixListsCommand}
|
|
1482
1498
|
*/
|
|
1483
|
-
describePrefixLists(args: DescribePrefixListsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePrefixListsCommandOutput, Cause.
|
|
1499
|
+
describePrefixLists(args: DescribePrefixListsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePrefixListsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1484
1500
|
/**
|
|
1485
1501
|
* @see {@link DescribePrincipalIdFormatCommand}
|
|
1486
1502
|
*/
|
|
1487
|
-
describePrincipalIdFormat(args: DescribePrincipalIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePrincipalIdFormatCommandOutput, Cause.
|
|
1503
|
+
describePrincipalIdFormat(args: DescribePrincipalIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePrincipalIdFormatCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1488
1504
|
/**
|
|
1489
1505
|
* @see {@link DescribePublicIpv4PoolsCommand}
|
|
1490
1506
|
*/
|
|
1491
|
-
describePublicIpv4Pools(args: DescribePublicIpv4PoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePublicIpv4PoolsCommandOutput, Cause.
|
|
1507
|
+
describePublicIpv4Pools(args: DescribePublicIpv4PoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePublicIpv4PoolsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1492
1508
|
/**
|
|
1493
1509
|
* @see {@link DescribeRegionsCommand}
|
|
1494
1510
|
*/
|
|
1495
|
-
describeRegions(args: DescribeRegionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRegionsCommandOutput, Cause.
|
|
1511
|
+
describeRegions(args: DescribeRegionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRegionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1496
1512
|
/**
|
|
1497
1513
|
* @see {@link DescribeReplaceRootVolumeTasksCommand}
|
|
1498
1514
|
*/
|
|
1499
|
-
describeReplaceRootVolumeTasks(args: DescribeReplaceRootVolumeTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReplaceRootVolumeTasksCommandOutput, Cause.
|
|
1515
|
+
describeReplaceRootVolumeTasks(args: DescribeReplaceRootVolumeTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReplaceRootVolumeTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1500
1516
|
/**
|
|
1501
1517
|
* @see {@link DescribeReservedInstancesCommand}
|
|
1502
1518
|
*/
|
|
1503
|
-
describeReservedInstances(args: DescribeReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesCommandOutput, Cause.
|
|
1519
|
+
describeReservedInstances(args: DescribeReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1504
1520
|
/**
|
|
1505
1521
|
* @see {@link DescribeReservedInstancesListingsCommand}
|
|
1506
1522
|
*/
|
|
1507
|
-
describeReservedInstancesListings(args: DescribeReservedInstancesListingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesListingsCommandOutput, Cause.
|
|
1523
|
+
describeReservedInstancesListings(args: DescribeReservedInstancesListingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesListingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1508
1524
|
/**
|
|
1509
1525
|
* @see {@link DescribeReservedInstancesModificationsCommand}
|
|
1510
1526
|
*/
|
|
1511
|
-
describeReservedInstancesModifications(args: DescribeReservedInstancesModificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesModificationsCommandOutput, Cause.
|
|
1527
|
+
describeReservedInstancesModifications(args: DescribeReservedInstancesModificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesModificationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1512
1528
|
/**
|
|
1513
1529
|
* @see {@link DescribeReservedInstancesOfferingsCommand}
|
|
1514
1530
|
*/
|
|
1515
|
-
describeReservedInstancesOfferings(args: DescribeReservedInstancesOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesOfferingsCommandOutput, Cause.
|
|
1531
|
+
describeReservedInstancesOfferings(args: DescribeReservedInstancesOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesOfferingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1516
1532
|
/**
|
|
1517
1533
|
* @see {@link DescribeRouteServerEndpointsCommand}
|
|
1518
1534
|
*/
|
|
1519
|
-
describeRouteServerEndpoints(args: DescribeRouteServerEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteServerEndpointsCommandOutput, Cause.
|
|
1535
|
+
describeRouteServerEndpoints(args: DescribeRouteServerEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteServerEndpointsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1520
1536
|
/**
|
|
1521
1537
|
* @see {@link DescribeRouteServerPeersCommand}
|
|
1522
1538
|
*/
|
|
1523
|
-
describeRouteServerPeers(args: DescribeRouteServerPeersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteServerPeersCommandOutput, Cause.
|
|
1539
|
+
describeRouteServerPeers(args: DescribeRouteServerPeersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteServerPeersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1524
1540
|
/**
|
|
1525
1541
|
* @see {@link DescribeRouteServersCommand}
|
|
1526
1542
|
*/
|
|
1527
|
-
describeRouteServers(args: DescribeRouteServersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteServersCommandOutput, Cause.
|
|
1543
|
+
describeRouteServers(args: DescribeRouteServersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteServersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1528
1544
|
/**
|
|
1529
1545
|
* @see {@link DescribeRouteTablesCommand}
|
|
1530
1546
|
*/
|
|
1531
|
-
describeRouteTables(args: DescribeRouteTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteTablesCommandOutput, Cause.
|
|
1547
|
+
describeRouteTables(args: DescribeRouteTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRouteTablesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1532
1548
|
/**
|
|
1533
1549
|
* @see {@link DescribeScheduledInstanceAvailabilityCommand}
|
|
1534
1550
|
*/
|
|
1535
|
-
describeScheduledInstanceAvailability(args: DescribeScheduledInstanceAvailabilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeScheduledInstanceAvailabilityCommandOutput, Cause.
|
|
1551
|
+
describeScheduledInstanceAvailability(args: DescribeScheduledInstanceAvailabilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeScheduledInstanceAvailabilityCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1536
1552
|
/**
|
|
1537
1553
|
* @see {@link DescribeScheduledInstancesCommand}
|
|
1538
1554
|
*/
|
|
1539
|
-
describeScheduledInstances(args: DescribeScheduledInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeScheduledInstancesCommandOutput, Cause.
|
|
1555
|
+
describeScheduledInstances(args: DescribeScheduledInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeScheduledInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1556
|
+
/**
|
|
1557
|
+
* @see {@link DescribeSecondaryInterfacesCommand}
|
|
1558
|
+
*/
|
|
1559
|
+
describeSecondaryInterfaces(args: DescribeSecondaryInterfacesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecondaryInterfacesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1560
|
+
/**
|
|
1561
|
+
* @see {@link DescribeSecondaryNetworksCommand}
|
|
1562
|
+
*/
|
|
1563
|
+
describeSecondaryNetworks(args: DescribeSecondaryNetworksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecondaryNetworksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1564
|
+
/**
|
|
1565
|
+
* @see {@link DescribeSecondarySubnetsCommand}
|
|
1566
|
+
*/
|
|
1567
|
+
describeSecondarySubnets(args: DescribeSecondarySubnetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecondarySubnetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1540
1568
|
/**
|
|
1541
1569
|
* @see {@link DescribeSecurityGroupReferencesCommand}
|
|
1542
1570
|
*/
|
|
1543
|
-
describeSecurityGroupReferences(args: DescribeSecurityGroupReferencesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupReferencesCommandOutput, Cause.
|
|
1571
|
+
describeSecurityGroupReferences(args: DescribeSecurityGroupReferencesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupReferencesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1544
1572
|
/**
|
|
1545
1573
|
* @see {@link DescribeSecurityGroupRulesCommand}
|
|
1546
1574
|
*/
|
|
1547
|
-
describeSecurityGroupRules(args: DescribeSecurityGroupRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupRulesCommandOutput, Cause.
|
|
1575
|
+
describeSecurityGroupRules(args: DescribeSecurityGroupRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupRulesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1548
1576
|
/**
|
|
1549
1577
|
* @see {@link DescribeSecurityGroupVpcAssociationsCommand}
|
|
1550
1578
|
*/
|
|
1551
|
-
describeSecurityGroupVpcAssociations(args: DescribeSecurityGroupVpcAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupVpcAssociationsCommandOutput, Cause.
|
|
1579
|
+
describeSecurityGroupVpcAssociations(args: DescribeSecurityGroupVpcAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupVpcAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1552
1580
|
/**
|
|
1553
1581
|
* @see {@link DescribeSecurityGroupsCommand}
|
|
1554
1582
|
*/
|
|
1555
|
-
describeSecurityGroups(args: DescribeSecurityGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupsCommandOutput, Cause.
|
|
1583
|
+
describeSecurityGroups(args: DescribeSecurityGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSecurityGroupsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1556
1584
|
/**
|
|
1557
1585
|
* @see {@link DescribeServiceLinkVirtualInterfacesCommand}
|
|
1558
1586
|
*/
|
|
1559
|
-
describeServiceLinkVirtualInterfaces(args: DescribeServiceLinkVirtualInterfacesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeServiceLinkVirtualInterfacesCommandOutput, Cause.
|
|
1587
|
+
describeServiceLinkVirtualInterfaces(args: DescribeServiceLinkVirtualInterfacesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeServiceLinkVirtualInterfacesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1560
1588
|
/**
|
|
1561
1589
|
* @see {@link DescribeSnapshotAttributeCommand}
|
|
1562
1590
|
*/
|
|
1563
|
-
describeSnapshotAttribute(args: DescribeSnapshotAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSnapshotAttributeCommandOutput, Cause.
|
|
1591
|
+
describeSnapshotAttribute(args: DescribeSnapshotAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSnapshotAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1564
1592
|
/**
|
|
1565
1593
|
* @see {@link DescribeSnapshotTierStatusCommand}
|
|
1566
1594
|
*/
|
|
1567
|
-
describeSnapshotTierStatus(args: DescribeSnapshotTierStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSnapshotTierStatusCommandOutput, Cause.
|
|
1595
|
+
describeSnapshotTierStatus(args: DescribeSnapshotTierStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSnapshotTierStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1568
1596
|
/**
|
|
1569
1597
|
* @see {@link DescribeSnapshotsCommand}
|
|
1570
1598
|
*/
|
|
1571
|
-
describeSnapshots(args: DescribeSnapshotsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSnapshotsCommandOutput, Cause.
|
|
1599
|
+
describeSnapshots(args: DescribeSnapshotsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSnapshotsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1572
1600
|
/**
|
|
1573
1601
|
* @see {@link DescribeSpotDatafeedSubscriptionCommand}
|
|
1574
1602
|
*/
|
|
1575
|
-
describeSpotDatafeedSubscription(args: DescribeSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotDatafeedSubscriptionCommandOutput, Cause.
|
|
1603
|
+
describeSpotDatafeedSubscription(args: DescribeSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotDatafeedSubscriptionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1576
1604
|
/**
|
|
1577
1605
|
* @see {@link DescribeSpotFleetInstancesCommand}
|
|
1578
1606
|
*/
|
|
1579
|
-
describeSpotFleetInstances(args: DescribeSpotFleetInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotFleetInstancesCommandOutput, Cause.
|
|
1607
|
+
describeSpotFleetInstances(args: DescribeSpotFleetInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotFleetInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1580
1608
|
/**
|
|
1581
1609
|
* @see {@link DescribeSpotFleetRequestHistoryCommand}
|
|
1582
1610
|
*/
|
|
1583
|
-
describeSpotFleetRequestHistory(args: DescribeSpotFleetRequestHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotFleetRequestHistoryCommandOutput, Cause.
|
|
1611
|
+
describeSpotFleetRequestHistory(args: DescribeSpotFleetRequestHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotFleetRequestHistoryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1584
1612
|
/**
|
|
1585
1613
|
* @see {@link DescribeSpotFleetRequestsCommand}
|
|
1586
1614
|
*/
|
|
1587
|
-
describeSpotFleetRequests(args: DescribeSpotFleetRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotFleetRequestsCommandOutput, Cause.
|
|
1615
|
+
describeSpotFleetRequests(args: DescribeSpotFleetRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotFleetRequestsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1588
1616
|
/**
|
|
1589
1617
|
* @see {@link DescribeSpotInstanceRequestsCommand}
|
|
1590
1618
|
*/
|
|
1591
|
-
describeSpotInstanceRequests(args: DescribeSpotInstanceRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotInstanceRequestsCommandOutput, Cause.
|
|
1619
|
+
describeSpotInstanceRequests(args: DescribeSpotInstanceRequestsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotInstanceRequestsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1592
1620
|
/**
|
|
1593
1621
|
* @see {@link DescribeSpotPriceHistoryCommand}
|
|
1594
1622
|
*/
|
|
1595
|
-
describeSpotPriceHistory(args: DescribeSpotPriceHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotPriceHistoryCommandOutput, Cause.
|
|
1623
|
+
describeSpotPriceHistory(args: DescribeSpotPriceHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSpotPriceHistoryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1596
1624
|
/**
|
|
1597
1625
|
* @see {@link DescribeStaleSecurityGroupsCommand}
|
|
1598
1626
|
*/
|
|
1599
|
-
describeStaleSecurityGroups(args: DescribeStaleSecurityGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStaleSecurityGroupsCommandOutput, Cause.
|
|
1627
|
+
describeStaleSecurityGroups(args: DescribeStaleSecurityGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStaleSecurityGroupsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1600
1628
|
/**
|
|
1601
1629
|
* @see {@link DescribeStoreImageTasksCommand}
|
|
1602
1630
|
*/
|
|
1603
|
-
describeStoreImageTasks(args: DescribeStoreImageTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStoreImageTasksCommandOutput, Cause.
|
|
1631
|
+
describeStoreImageTasks(args: DescribeStoreImageTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStoreImageTasksCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1604
1632
|
/**
|
|
1605
1633
|
* @see {@link DescribeSubnetsCommand}
|
|
1606
1634
|
*/
|
|
1607
|
-
describeSubnets(args: DescribeSubnetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSubnetsCommandOutput, Cause.
|
|
1635
|
+
describeSubnets(args: DescribeSubnetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSubnetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1608
1636
|
/**
|
|
1609
1637
|
* @see {@link DescribeTagsCommand}
|
|
1610
1638
|
*/
|
|
1611
|
-
describeTags(args: DescribeTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTagsCommandOutput, Cause.
|
|
1639
|
+
describeTags(args: DescribeTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTagsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1612
1640
|
/**
|
|
1613
1641
|
* @see {@link DescribeTrafficMirrorFilterRulesCommand}
|
|
1614
1642
|
*/
|
|
1615
|
-
describeTrafficMirrorFilterRules(args: DescribeTrafficMirrorFilterRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorFilterRulesCommandOutput, Cause.
|
|
1643
|
+
describeTrafficMirrorFilterRules(args: DescribeTrafficMirrorFilterRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorFilterRulesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1616
1644
|
/**
|
|
1617
1645
|
* @see {@link DescribeTrafficMirrorFiltersCommand}
|
|
1618
1646
|
*/
|
|
1619
|
-
describeTrafficMirrorFilters(args: DescribeTrafficMirrorFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorFiltersCommandOutput, Cause.
|
|
1647
|
+
describeTrafficMirrorFilters(args: DescribeTrafficMirrorFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorFiltersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1620
1648
|
/**
|
|
1621
1649
|
* @see {@link DescribeTrafficMirrorSessionsCommand}
|
|
1622
1650
|
*/
|
|
1623
|
-
describeTrafficMirrorSessions(args: DescribeTrafficMirrorSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorSessionsCommandOutput, Cause.
|
|
1651
|
+
describeTrafficMirrorSessions(args: DescribeTrafficMirrorSessionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorSessionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1624
1652
|
/**
|
|
1625
1653
|
* @see {@link DescribeTrafficMirrorTargetsCommand}
|
|
1626
1654
|
*/
|
|
1627
|
-
describeTrafficMirrorTargets(args: DescribeTrafficMirrorTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorTargetsCommandOutput, Cause.
|
|
1655
|
+
describeTrafficMirrorTargets(args: DescribeTrafficMirrorTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrafficMirrorTargetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1628
1656
|
/**
|
|
1629
1657
|
* @see {@link DescribeTransitGatewayAttachmentsCommand}
|
|
1630
1658
|
*/
|
|
1631
|
-
describeTransitGatewayAttachments(args: DescribeTransitGatewayAttachmentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayAttachmentsCommandOutput, Cause.
|
|
1659
|
+
describeTransitGatewayAttachments(args: DescribeTransitGatewayAttachmentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayAttachmentsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1632
1660
|
/**
|
|
1633
1661
|
* @see {@link DescribeTransitGatewayConnectPeersCommand}
|
|
1634
1662
|
*/
|
|
1635
|
-
describeTransitGatewayConnectPeers(args: DescribeTransitGatewayConnectPeersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayConnectPeersCommandOutput, Cause.
|
|
1663
|
+
describeTransitGatewayConnectPeers(args: DescribeTransitGatewayConnectPeersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayConnectPeersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1636
1664
|
/**
|
|
1637
1665
|
* @see {@link DescribeTransitGatewayConnectsCommand}
|
|
1638
1666
|
*/
|
|
1639
|
-
describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayConnectsCommandOutput, Cause.
|
|
1667
|
+
describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayConnectsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1640
1668
|
/**
|
|
1641
1669
|
* @see {@link DescribeTransitGatewayMeteringPoliciesCommand}
|
|
1642
1670
|
*/
|
|
1643
|
-
describeTransitGatewayMeteringPolicies(args: DescribeTransitGatewayMeteringPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayMeteringPoliciesCommandOutput, Cause.
|
|
1671
|
+
describeTransitGatewayMeteringPolicies(args: DescribeTransitGatewayMeteringPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayMeteringPoliciesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1644
1672
|
/**
|
|
1645
1673
|
* @see {@link DescribeTransitGatewayMulticastDomainsCommand}
|
|
1646
1674
|
*/
|
|
1647
|
-
describeTransitGatewayMulticastDomains(args: DescribeTransitGatewayMulticastDomainsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayMulticastDomainsCommandOutput, Cause.
|
|
1675
|
+
describeTransitGatewayMulticastDomains(args: DescribeTransitGatewayMulticastDomainsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayMulticastDomainsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1648
1676
|
/**
|
|
1649
1677
|
* @see {@link DescribeTransitGatewayPeeringAttachmentsCommand}
|
|
1650
1678
|
*/
|
|
1651
|
-
describeTransitGatewayPeeringAttachments(args: DescribeTransitGatewayPeeringAttachmentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayPeeringAttachmentsCommandOutput, Cause.
|
|
1679
|
+
describeTransitGatewayPeeringAttachments(args: DescribeTransitGatewayPeeringAttachmentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayPeeringAttachmentsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1652
1680
|
/**
|
|
1653
1681
|
* @see {@link DescribeTransitGatewayPolicyTablesCommand}
|
|
1654
1682
|
*/
|
|
1655
|
-
describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayPolicyTablesCommandOutput, Cause.
|
|
1683
|
+
describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayPolicyTablesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1656
1684
|
/**
|
|
1657
1685
|
* @see {@link DescribeTransitGatewayRouteTableAnnouncementsCommand}
|
|
1658
1686
|
*/
|
|
1659
|
-
describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput, Cause.
|
|
1687
|
+
describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1660
1688
|
/**
|
|
1661
1689
|
* @see {@link DescribeTransitGatewayRouteTablesCommand}
|
|
1662
1690
|
*/
|
|
1663
|
-
describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayRouteTablesCommandOutput, Cause.
|
|
1691
|
+
describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayRouteTablesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1664
1692
|
/**
|
|
1665
1693
|
* @see {@link DescribeTransitGatewayVpcAttachmentsCommand}
|
|
1666
1694
|
*/
|
|
1667
|
-
describeTransitGatewayVpcAttachments(args: DescribeTransitGatewayVpcAttachmentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayVpcAttachmentsCommandOutput, Cause.
|
|
1695
|
+
describeTransitGatewayVpcAttachments(args: DescribeTransitGatewayVpcAttachmentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewayVpcAttachmentsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1668
1696
|
/**
|
|
1669
1697
|
* @see {@link DescribeTransitGatewaysCommand}
|
|
1670
1698
|
*/
|
|
1671
|
-
describeTransitGateways(args: DescribeTransitGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewaysCommandOutput, Cause.
|
|
1699
|
+
describeTransitGateways(args: DescribeTransitGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTransitGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1672
1700
|
/**
|
|
1673
1701
|
* @see {@link DescribeTrunkInterfaceAssociationsCommand}
|
|
1674
1702
|
*/
|
|
1675
|
-
describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrunkInterfaceAssociationsCommandOutput, Cause.
|
|
1703
|
+
describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTrunkInterfaceAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1676
1704
|
/**
|
|
1677
1705
|
* @see {@link DescribeVerifiedAccessEndpointsCommand}
|
|
1678
1706
|
*/
|
|
1679
|
-
describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessEndpointsCommandOutput, Cause.
|
|
1707
|
+
describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessEndpointsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1680
1708
|
/**
|
|
1681
1709
|
* @see {@link DescribeVerifiedAccessGroupsCommand}
|
|
1682
1710
|
*/
|
|
1683
|
-
describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessGroupsCommandOutput, Cause.
|
|
1711
|
+
describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessGroupsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1684
1712
|
/**
|
|
1685
1713
|
* @see {@link DescribeVerifiedAccessInstanceLoggingConfigurationsCommand}
|
|
1686
1714
|
*/
|
|
1687
|
-
describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput, Cause.
|
|
1715
|
+
describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1688
1716
|
/**
|
|
1689
1717
|
* @see {@link DescribeVerifiedAccessInstancesCommand}
|
|
1690
1718
|
*/
|
|
1691
|
-
describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessInstancesCommandOutput, Cause.
|
|
1719
|
+
describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1692
1720
|
/**
|
|
1693
1721
|
* @see {@link DescribeVerifiedAccessTrustProvidersCommand}
|
|
1694
1722
|
*/
|
|
1695
|
-
describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessTrustProvidersCommandOutput, Cause.
|
|
1723
|
+
describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVerifiedAccessTrustProvidersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1696
1724
|
/**
|
|
1697
1725
|
* @see {@link DescribeVolumeAttributeCommand}
|
|
1698
1726
|
*/
|
|
1699
|
-
describeVolumeAttribute(args: DescribeVolumeAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumeAttributeCommandOutput, Cause.
|
|
1727
|
+
describeVolumeAttribute(args: DescribeVolumeAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumeAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1700
1728
|
/**
|
|
1701
1729
|
* @see {@link DescribeVolumeStatusCommand}
|
|
1702
1730
|
*/
|
|
1703
|
-
describeVolumeStatus(args: DescribeVolumeStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumeStatusCommandOutput, Cause.
|
|
1731
|
+
describeVolumeStatus(args: DescribeVolumeStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumeStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1704
1732
|
/**
|
|
1705
1733
|
* @see {@link DescribeVolumesCommand}
|
|
1706
1734
|
*/
|
|
1707
|
-
describeVolumes(args: DescribeVolumesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumesCommandOutput, Cause.
|
|
1735
|
+
describeVolumes(args: DescribeVolumesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1708
1736
|
/**
|
|
1709
1737
|
* @see {@link DescribeVolumesModificationsCommand}
|
|
1710
1738
|
*/
|
|
1711
|
-
describeVolumesModifications(args: DescribeVolumesModificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumesModificationsCommandOutput, Cause.
|
|
1739
|
+
describeVolumesModifications(args: DescribeVolumesModificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVolumesModificationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1712
1740
|
/**
|
|
1713
1741
|
* @see {@link DescribeVpcAttributeCommand}
|
|
1714
1742
|
*/
|
|
1715
|
-
describeVpcAttribute(args: DescribeVpcAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcAttributeCommandOutput, Cause.
|
|
1743
|
+
describeVpcAttribute(args: DescribeVpcAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1716
1744
|
/**
|
|
1717
1745
|
* @see {@link DescribeVpcBlockPublicAccessExclusionsCommand}
|
|
1718
1746
|
*/
|
|
1719
|
-
describeVpcBlockPublicAccessExclusions(args: DescribeVpcBlockPublicAccessExclusionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcBlockPublicAccessExclusionsCommandOutput, Cause.
|
|
1747
|
+
describeVpcBlockPublicAccessExclusions(args: DescribeVpcBlockPublicAccessExclusionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcBlockPublicAccessExclusionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1720
1748
|
/**
|
|
1721
1749
|
* @see {@link DescribeVpcBlockPublicAccessOptionsCommand}
|
|
1722
1750
|
*/
|
|
1723
|
-
describeVpcBlockPublicAccessOptions(args: DescribeVpcBlockPublicAccessOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcBlockPublicAccessOptionsCommandOutput, Cause.
|
|
1751
|
+
describeVpcBlockPublicAccessOptions(args: DescribeVpcBlockPublicAccessOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcBlockPublicAccessOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1724
1752
|
/**
|
|
1725
1753
|
* @see {@link DescribeVpcClassicLinkCommand}
|
|
1726
1754
|
*/
|
|
1727
|
-
describeVpcClassicLink(args: DescribeVpcClassicLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcClassicLinkCommandOutput, Cause.
|
|
1755
|
+
describeVpcClassicLink(args: DescribeVpcClassicLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcClassicLinkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1728
1756
|
/**
|
|
1729
1757
|
* @see {@link DescribeVpcClassicLinkDnsSupportCommand}
|
|
1730
1758
|
*/
|
|
1731
|
-
describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcClassicLinkDnsSupportCommandOutput, Cause.
|
|
1759
|
+
describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcClassicLinkDnsSupportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1732
1760
|
/**
|
|
1733
1761
|
* @see {@link DescribeVpcEncryptionControlsCommand}
|
|
1734
1762
|
*/
|
|
1735
|
-
describeVpcEncryptionControls(args: DescribeVpcEncryptionControlsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEncryptionControlsCommandOutput, Cause.
|
|
1763
|
+
describeVpcEncryptionControls(args: DescribeVpcEncryptionControlsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEncryptionControlsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1736
1764
|
/**
|
|
1737
1765
|
* @see {@link DescribeVpcEndpointAssociationsCommand}
|
|
1738
1766
|
*/
|
|
1739
|
-
describeVpcEndpointAssociations(args: DescribeVpcEndpointAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointAssociationsCommandOutput, Cause.
|
|
1767
|
+
describeVpcEndpointAssociations(args: DescribeVpcEndpointAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1740
1768
|
/**
|
|
1741
1769
|
* @see {@link DescribeVpcEndpointConnectionNotificationsCommand}
|
|
1742
1770
|
*/
|
|
1743
|
-
describeVpcEndpointConnectionNotifications(args: DescribeVpcEndpointConnectionNotificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointConnectionNotificationsCommandOutput, Cause.
|
|
1771
|
+
describeVpcEndpointConnectionNotifications(args: DescribeVpcEndpointConnectionNotificationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointConnectionNotificationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1744
1772
|
/**
|
|
1745
1773
|
* @see {@link DescribeVpcEndpointConnectionsCommand}
|
|
1746
1774
|
*/
|
|
1747
|
-
describeVpcEndpointConnections(args: DescribeVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointConnectionsCommandOutput, Cause.
|
|
1775
|
+
describeVpcEndpointConnections(args: DescribeVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointConnectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1748
1776
|
/**
|
|
1749
1777
|
* @see {@link DescribeVpcEndpointServiceConfigurationsCommand}
|
|
1750
1778
|
*/
|
|
1751
|
-
describeVpcEndpointServiceConfigurations(args: DescribeVpcEndpointServiceConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointServiceConfigurationsCommandOutput, Cause.
|
|
1779
|
+
describeVpcEndpointServiceConfigurations(args: DescribeVpcEndpointServiceConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointServiceConfigurationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1752
1780
|
/**
|
|
1753
1781
|
* @see {@link DescribeVpcEndpointServicePermissionsCommand}
|
|
1754
1782
|
*/
|
|
1755
|
-
describeVpcEndpointServicePermissions(args: DescribeVpcEndpointServicePermissionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointServicePermissionsCommandOutput, Cause.
|
|
1783
|
+
describeVpcEndpointServicePermissions(args: DescribeVpcEndpointServicePermissionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointServicePermissionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1756
1784
|
/**
|
|
1757
1785
|
* @see {@link DescribeVpcEndpointServicesCommand}
|
|
1758
1786
|
*/
|
|
1759
|
-
describeVpcEndpointServices(args: DescribeVpcEndpointServicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointServicesCommandOutput, Cause.
|
|
1787
|
+
describeVpcEndpointServices(args: DescribeVpcEndpointServicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointServicesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1760
1788
|
/**
|
|
1761
1789
|
* @see {@link DescribeVpcEndpointsCommand}
|
|
1762
1790
|
*/
|
|
1763
|
-
describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointsCommandOutput, Cause.
|
|
1791
|
+
describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1764
1792
|
/**
|
|
1765
1793
|
* @see {@link DescribeVpcPeeringConnectionsCommand}
|
|
1766
1794
|
*/
|
|
1767
|
-
describeVpcPeeringConnections(args: DescribeVpcPeeringConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcPeeringConnectionsCommandOutput, Cause.
|
|
1795
|
+
describeVpcPeeringConnections(args: DescribeVpcPeeringConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcPeeringConnectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1768
1796
|
/**
|
|
1769
1797
|
* @see {@link DescribeVpcsCommand}
|
|
1770
1798
|
*/
|
|
1771
|
-
describeVpcs(args: DescribeVpcsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcsCommandOutput, Cause.
|
|
1799
|
+
describeVpcs(args: DescribeVpcsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1772
1800
|
/**
|
|
1773
1801
|
* @see {@link DescribeVpnConcentratorsCommand}
|
|
1774
1802
|
*/
|
|
1775
|
-
describeVpnConcentrators(args: DescribeVpnConcentratorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpnConcentratorsCommandOutput, Cause.
|
|
1803
|
+
describeVpnConcentrators(args: DescribeVpnConcentratorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpnConcentratorsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1776
1804
|
/**
|
|
1777
1805
|
* @see {@link DescribeVpnConnectionsCommand}
|
|
1778
1806
|
*/
|
|
1779
|
-
describeVpnConnections(args: DescribeVpnConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpnConnectionsCommandOutput, Cause.
|
|
1807
|
+
describeVpnConnections(args: DescribeVpnConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpnConnectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1780
1808
|
/**
|
|
1781
1809
|
* @see {@link DescribeVpnGatewaysCommand}
|
|
1782
1810
|
*/
|
|
1783
|
-
describeVpnGateways(args: DescribeVpnGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpnGatewaysCommandOutput, Cause.
|
|
1811
|
+
describeVpnGateways(args: DescribeVpnGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpnGatewaysCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1784
1812
|
/**
|
|
1785
1813
|
* @see {@link DetachClassicLinkVpcCommand}
|
|
1786
1814
|
*/
|
|
1787
|
-
detachClassicLinkVpc(args: DetachClassicLinkVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachClassicLinkVpcCommandOutput, Cause.
|
|
1815
|
+
detachClassicLinkVpc(args: DetachClassicLinkVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachClassicLinkVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1788
1816
|
/**
|
|
1789
1817
|
* @see {@link DetachInternetGatewayCommand}
|
|
1790
1818
|
*/
|
|
1791
|
-
detachInternetGateway(args: DetachInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachInternetGatewayCommandOutput, Cause.
|
|
1819
|
+
detachInternetGateway(args: DetachInternetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachInternetGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1792
1820
|
/**
|
|
1793
1821
|
* @see {@link DetachNetworkInterfaceCommand}
|
|
1794
1822
|
*/
|
|
1795
|
-
detachNetworkInterface(args: DetachNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachNetworkInterfaceCommandOutput, Cause.
|
|
1823
|
+
detachNetworkInterface(args: DetachNetworkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachNetworkInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1796
1824
|
/**
|
|
1797
1825
|
* @see {@link DetachVerifiedAccessTrustProviderCommand}
|
|
1798
1826
|
*/
|
|
1799
|
-
detachVerifiedAccessTrustProvider(args: DetachVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachVerifiedAccessTrustProviderCommandOutput, Cause.
|
|
1827
|
+
detachVerifiedAccessTrustProvider(args: DetachVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachVerifiedAccessTrustProviderCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1800
1828
|
/**
|
|
1801
1829
|
* @see {@link DetachVolumeCommand}
|
|
1802
1830
|
*/
|
|
1803
|
-
detachVolume(args: DetachVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachVolumeCommandOutput, Cause.
|
|
1831
|
+
detachVolume(args: DetachVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachVolumeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1804
1832
|
/**
|
|
1805
1833
|
* @see {@link DetachVpnGatewayCommand}
|
|
1806
1834
|
*/
|
|
1807
|
-
detachVpnGateway(args: DetachVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachVpnGatewayCommandOutput, Cause.
|
|
1835
|
+
detachVpnGateway(args: DetachVpnGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachVpnGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1808
1836
|
/**
|
|
1809
1837
|
* @see {@link DisableAddressTransferCommand}
|
|
1810
1838
|
*/
|
|
1811
|
-
disableAddressTransfer(args: DisableAddressTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAddressTransferCommandOutput, Cause.
|
|
1839
|
+
disableAddressTransfer(args: DisableAddressTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAddressTransferCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1812
1840
|
/**
|
|
1813
1841
|
* @see {@link DisableAllowedImagesSettingsCommand}
|
|
1814
1842
|
*/
|
|
1815
|
-
disableAllowedImagesSettings(args: DisableAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAllowedImagesSettingsCommandOutput, Cause.
|
|
1843
|
+
disableAllowedImagesSettings(args: DisableAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAllowedImagesSettingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1816
1844
|
/**
|
|
1817
1845
|
* @see {@link DisableAwsNetworkPerformanceMetricSubscriptionCommand}
|
|
1818
1846
|
*/
|
|
1819
|
-
disableAwsNetworkPerformanceMetricSubscription(args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput, Cause.
|
|
1847
|
+
disableAwsNetworkPerformanceMetricSubscription(args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1820
1848
|
/**
|
|
1821
1849
|
* @see {@link DisableCapacityManagerCommand}
|
|
1822
1850
|
*/
|
|
1823
|
-
disableCapacityManager(args: DisableCapacityManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableCapacityManagerCommandOutput, Cause.
|
|
1851
|
+
disableCapacityManager(args: DisableCapacityManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableCapacityManagerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1824
1852
|
/**
|
|
1825
1853
|
* @see {@link DisableEbsEncryptionByDefaultCommand}
|
|
1826
1854
|
*/
|
|
1827
|
-
disableEbsEncryptionByDefault(args: DisableEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableEbsEncryptionByDefaultCommandOutput, Cause.
|
|
1855
|
+
disableEbsEncryptionByDefault(args: DisableEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableEbsEncryptionByDefaultCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1828
1856
|
/**
|
|
1829
1857
|
* @see {@link DisableFastLaunchCommand}
|
|
1830
1858
|
*/
|
|
1831
|
-
disableFastLaunch(args: DisableFastLaunchCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableFastLaunchCommandOutput, Cause.
|
|
1859
|
+
disableFastLaunch(args: DisableFastLaunchCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableFastLaunchCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1832
1860
|
/**
|
|
1833
1861
|
* @see {@link DisableFastSnapshotRestoresCommand}
|
|
1834
1862
|
*/
|
|
1835
|
-
disableFastSnapshotRestores(args: DisableFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableFastSnapshotRestoresCommandOutput, Cause.
|
|
1863
|
+
disableFastSnapshotRestores(args: DisableFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableFastSnapshotRestoresCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1836
1864
|
/**
|
|
1837
1865
|
* @see {@link DisableImageCommand}
|
|
1838
1866
|
*/
|
|
1839
|
-
disableImage(args: DisableImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageCommandOutput, Cause.
|
|
1867
|
+
disableImage(args: DisableImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1840
1868
|
/**
|
|
1841
1869
|
* @see {@link DisableImageBlockPublicAccessCommand}
|
|
1842
1870
|
*/
|
|
1843
|
-
disableImageBlockPublicAccess(args: DisableImageBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageBlockPublicAccessCommandOutput, Cause.
|
|
1871
|
+
disableImageBlockPublicAccess(args: DisableImageBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageBlockPublicAccessCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1844
1872
|
/**
|
|
1845
1873
|
* @see {@link DisableImageDeprecationCommand}
|
|
1846
1874
|
*/
|
|
1847
|
-
disableImageDeprecation(args: DisableImageDeprecationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageDeprecationCommandOutput, Cause.
|
|
1875
|
+
disableImageDeprecation(args: DisableImageDeprecationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageDeprecationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1848
1876
|
/**
|
|
1849
1877
|
* @see {@link DisableImageDeregistrationProtectionCommand}
|
|
1850
1878
|
*/
|
|
1851
|
-
disableImageDeregistrationProtection(args: DisableImageDeregistrationProtectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageDeregistrationProtectionCommandOutput, Cause.
|
|
1879
|
+
disableImageDeregistrationProtection(args: DisableImageDeregistrationProtectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableImageDeregistrationProtectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1852
1880
|
/**
|
|
1853
1881
|
* @see {@link DisableInstanceSqlHaStandbyDetectionsCommand}
|
|
1854
1882
|
*/
|
|
1855
|
-
disableInstanceSqlHaStandbyDetections(args: DisableInstanceSqlHaStandbyDetectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableInstanceSqlHaStandbyDetectionsCommandOutput, Cause.
|
|
1883
|
+
disableInstanceSqlHaStandbyDetections(args: DisableInstanceSqlHaStandbyDetectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableInstanceSqlHaStandbyDetectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1856
1884
|
/**
|
|
1857
1885
|
* @see {@link DisableIpamOrganizationAdminAccountCommand}
|
|
1858
1886
|
*/
|
|
1859
|
-
disableIpamOrganizationAdminAccount(args: DisableIpamOrganizationAdminAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableIpamOrganizationAdminAccountCommandOutput, Cause.
|
|
1887
|
+
disableIpamOrganizationAdminAccount(args: DisableIpamOrganizationAdminAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableIpamOrganizationAdminAccountCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1860
1888
|
/**
|
|
1861
1889
|
* @see {@link DisableIpamPolicyCommand}
|
|
1862
1890
|
*/
|
|
1863
|
-
disableIpamPolicy(args: DisableIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableIpamPolicyCommandOutput, Cause.
|
|
1891
|
+
disableIpamPolicy(args: DisableIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableIpamPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1864
1892
|
/**
|
|
1865
1893
|
* @see {@link DisableRouteServerPropagationCommand}
|
|
1866
1894
|
*/
|
|
1867
|
-
disableRouteServerPropagation(args: DisableRouteServerPropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableRouteServerPropagationCommandOutput, Cause.
|
|
1895
|
+
disableRouteServerPropagation(args: DisableRouteServerPropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableRouteServerPropagationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1868
1896
|
/**
|
|
1869
1897
|
* @see {@link DisableSerialConsoleAccessCommand}
|
|
1870
1898
|
*/
|
|
1871
|
-
disableSerialConsoleAccess(args: DisableSerialConsoleAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableSerialConsoleAccessCommandOutput, Cause.
|
|
1899
|
+
disableSerialConsoleAccess(args: DisableSerialConsoleAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableSerialConsoleAccessCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1872
1900
|
/**
|
|
1873
1901
|
* @see {@link DisableSnapshotBlockPublicAccessCommand}
|
|
1874
1902
|
*/
|
|
1875
|
-
disableSnapshotBlockPublicAccess(args: DisableSnapshotBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableSnapshotBlockPublicAccessCommandOutput, Cause.
|
|
1903
|
+
disableSnapshotBlockPublicAccess(args: DisableSnapshotBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableSnapshotBlockPublicAccessCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1876
1904
|
/**
|
|
1877
1905
|
* @see {@link DisableTransitGatewayRouteTablePropagationCommand}
|
|
1878
1906
|
*/
|
|
1879
|
-
disableTransitGatewayRouteTablePropagation(args: DisableTransitGatewayRouteTablePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableTransitGatewayRouteTablePropagationCommandOutput, Cause.
|
|
1907
|
+
disableTransitGatewayRouteTablePropagation(args: DisableTransitGatewayRouteTablePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableTransitGatewayRouteTablePropagationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1880
1908
|
/**
|
|
1881
1909
|
* @see {@link DisableVgwRoutePropagationCommand}
|
|
1882
1910
|
*/
|
|
1883
|
-
disableVgwRoutePropagation(args: DisableVgwRoutePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableVgwRoutePropagationCommandOutput, Cause.
|
|
1911
|
+
disableVgwRoutePropagation(args: DisableVgwRoutePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableVgwRoutePropagationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1884
1912
|
/**
|
|
1885
1913
|
* @see {@link DisableVpcClassicLinkCommand}
|
|
1886
1914
|
*/
|
|
1887
|
-
disableVpcClassicLink(args: DisableVpcClassicLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableVpcClassicLinkCommandOutput, Cause.
|
|
1915
|
+
disableVpcClassicLink(args: DisableVpcClassicLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableVpcClassicLinkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1888
1916
|
/**
|
|
1889
1917
|
* @see {@link DisableVpcClassicLinkDnsSupportCommand}
|
|
1890
1918
|
*/
|
|
1891
|
-
disableVpcClassicLinkDnsSupport(args: DisableVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableVpcClassicLinkDnsSupportCommandOutput, Cause.
|
|
1919
|
+
disableVpcClassicLinkDnsSupport(args: DisableVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableVpcClassicLinkDnsSupportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1892
1920
|
/**
|
|
1893
1921
|
* @see {@link DisassociateAddressCommand}
|
|
1894
1922
|
*/
|
|
1895
|
-
disassociateAddress(args: DisassociateAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAddressCommandOutput, Cause.
|
|
1923
|
+
disassociateAddress(args: DisassociateAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1896
1924
|
/**
|
|
1897
1925
|
* @see {@link DisassociateCapacityReservationBillingOwnerCommand}
|
|
1898
1926
|
*/
|
|
1899
|
-
disassociateCapacityReservationBillingOwner(args: DisassociateCapacityReservationBillingOwnerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateCapacityReservationBillingOwnerCommandOutput, Cause.
|
|
1927
|
+
disassociateCapacityReservationBillingOwner(args: DisassociateCapacityReservationBillingOwnerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateCapacityReservationBillingOwnerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1900
1928
|
/**
|
|
1901
1929
|
* @see {@link DisassociateClientVpnTargetNetworkCommand}
|
|
1902
1930
|
*/
|
|
1903
|
-
disassociateClientVpnTargetNetwork(args: DisassociateClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateClientVpnTargetNetworkCommandOutput, Cause.
|
|
1931
|
+
disassociateClientVpnTargetNetwork(args: DisassociateClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateClientVpnTargetNetworkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1904
1932
|
/**
|
|
1905
1933
|
* @see {@link DisassociateEnclaveCertificateIamRoleCommand}
|
|
1906
1934
|
*/
|
|
1907
|
-
disassociateEnclaveCertificateIamRole(args: DisassociateEnclaveCertificateIamRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateEnclaveCertificateIamRoleCommandOutput, Cause.
|
|
1935
|
+
disassociateEnclaveCertificateIamRole(args: DisassociateEnclaveCertificateIamRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateEnclaveCertificateIamRoleCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1908
1936
|
/**
|
|
1909
1937
|
* @see {@link DisassociateIamInstanceProfileCommand}
|
|
1910
1938
|
*/
|
|
1911
|
-
disassociateIamInstanceProfile(args: DisassociateIamInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateIamInstanceProfileCommandOutput, Cause.
|
|
1939
|
+
disassociateIamInstanceProfile(args: DisassociateIamInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateIamInstanceProfileCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1912
1940
|
/**
|
|
1913
1941
|
* @see {@link DisassociateInstanceEventWindowCommand}
|
|
1914
1942
|
*/
|
|
1915
|
-
disassociateInstanceEventWindow(args: DisassociateInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateInstanceEventWindowCommandOutput, Cause.
|
|
1943
|
+
disassociateInstanceEventWindow(args: DisassociateInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateInstanceEventWindowCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1916
1944
|
/**
|
|
1917
1945
|
* @see {@link DisassociateIpamByoasnCommand}
|
|
1918
1946
|
*/
|
|
1919
|
-
disassociateIpamByoasn(args: DisassociateIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateIpamByoasnCommandOutput, Cause.
|
|
1947
|
+
disassociateIpamByoasn(args: DisassociateIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateIpamByoasnCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1920
1948
|
/**
|
|
1921
1949
|
* @see {@link DisassociateIpamResourceDiscoveryCommand}
|
|
1922
1950
|
*/
|
|
1923
|
-
disassociateIpamResourceDiscovery(args: DisassociateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateIpamResourceDiscoveryCommandOutput, Cause.
|
|
1951
|
+
disassociateIpamResourceDiscovery(args: DisassociateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateIpamResourceDiscoveryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1924
1952
|
/**
|
|
1925
1953
|
* @see {@link DisassociateNatGatewayAddressCommand}
|
|
1926
1954
|
*/
|
|
1927
|
-
disassociateNatGatewayAddress(args: DisassociateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateNatGatewayAddressCommandOutput, Cause.
|
|
1955
|
+
disassociateNatGatewayAddress(args: DisassociateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateNatGatewayAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1928
1956
|
/**
|
|
1929
1957
|
* @see {@link DisassociateRouteServerCommand}
|
|
1930
1958
|
*/
|
|
1931
|
-
disassociateRouteServer(args: DisassociateRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateRouteServerCommandOutput, Cause.
|
|
1959
|
+
disassociateRouteServer(args: DisassociateRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateRouteServerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1932
1960
|
/**
|
|
1933
1961
|
* @see {@link DisassociateRouteTableCommand}
|
|
1934
1962
|
*/
|
|
1935
|
-
disassociateRouteTable(args: DisassociateRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateRouteTableCommandOutput, Cause.
|
|
1963
|
+
disassociateRouteTable(args: DisassociateRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1936
1964
|
/**
|
|
1937
1965
|
* @see {@link DisassociateSecurityGroupVpcCommand}
|
|
1938
1966
|
*/
|
|
1939
|
-
disassociateSecurityGroupVpc(args: DisassociateSecurityGroupVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateSecurityGroupVpcCommandOutput, Cause.
|
|
1967
|
+
disassociateSecurityGroupVpc(args: DisassociateSecurityGroupVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateSecurityGroupVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1940
1968
|
/**
|
|
1941
1969
|
* @see {@link DisassociateSubnetCidrBlockCommand}
|
|
1942
1970
|
*/
|
|
1943
|
-
disassociateSubnetCidrBlock(args: DisassociateSubnetCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateSubnetCidrBlockCommandOutput, Cause.
|
|
1971
|
+
disassociateSubnetCidrBlock(args: DisassociateSubnetCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateSubnetCidrBlockCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1944
1972
|
/**
|
|
1945
1973
|
* @see {@link DisassociateTransitGatewayMulticastDomainCommand}
|
|
1946
1974
|
*/
|
|
1947
|
-
disassociateTransitGatewayMulticastDomain(args: DisassociateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTransitGatewayMulticastDomainCommandOutput, Cause.
|
|
1975
|
+
disassociateTransitGatewayMulticastDomain(args: DisassociateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTransitGatewayMulticastDomainCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1948
1976
|
/**
|
|
1949
1977
|
* @see {@link DisassociateTransitGatewayPolicyTableCommand}
|
|
1950
1978
|
*/
|
|
1951
|
-
disassociateTransitGatewayPolicyTable(args: DisassociateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTransitGatewayPolicyTableCommandOutput, Cause.
|
|
1979
|
+
disassociateTransitGatewayPolicyTable(args: DisassociateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTransitGatewayPolicyTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1952
1980
|
/**
|
|
1953
1981
|
* @see {@link DisassociateTransitGatewayRouteTableCommand}
|
|
1954
1982
|
*/
|
|
1955
|
-
disassociateTransitGatewayRouteTable(args: DisassociateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTransitGatewayRouteTableCommandOutput, Cause.
|
|
1983
|
+
disassociateTransitGatewayRouteTable(args: DisassociateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTransitGatewayRouteTableCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1956
1984
|
/**
|
|
1957
1985
|
* @see {@link DisassociateTrunkInterfaceCommand}
|
|
1958
1986
|
*/
|
|
1959
|
-
disassociateTrunkInterface(args: DisassociateTrunkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTrunkInterfaceCommandOutput, Cause.
|
|
1987
|
+
disassociateTrunkInterface(args: DisassociateTrunkInterfaceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateTrunkInterfaceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1960
1988
|
/**
|
|
1961
1989
|
* @see {@link DisassociateVpcCidrBlockCommand}
|
|
1962
1990
|
*/
|
|
1963
|
-
disassociateVpcCidrBlock(args: DisassociateVpcCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateVpcCidrBlockCommandOutput, Cause.
|
|
1991
|
+
disassociateVpcCidrBlock(args: DisassociateVpcCidrBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateVpcCidrBlockCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1964
1992
|
/**
|
|
1965
1993
|
* @see {@link EnableAddressTransferCommand}
|
|
1966
1994
|
*/
|
|
1967
|
-
enableAddressTransfer(args: EnableAddressTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAddressTransferCommandOutput, Cause.
|
|
1995
|
+
enableAddressTransfer(args: EnableAddressTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAddressTransferCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1968
1996
|
/**
|
|
1969
1997
|
* @see {@link EnableAllowedImagesSettingsCommand}
|
|
1970
1998
|
*/
|
|
1971
|
-
enableAllowedImagesSettings(args: EnableAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAllowedImagesSettingsCommandOutput, Cause.
|
|
1999
|
+
enableAllowedImagesSettings(args: EnableAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAllowedImagesSettingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1972
2000
|
/**
|
|
1973
2001
|
* @see {@link EnableAwsNetworkPerformanceMetricSubscriptionCommand}
|
|
1974
2002
|
*/
|
|
1975
|
-
enableAwsNetworkPerformanceMetricSubscription(args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput, Cause.
|
|
2003
|
+
enableAwsNetworkPerformanceMetricSubscription(args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1976
2004
|
/**
|
|
1977
2005
|
* @see {@link EnableCapacityManagerCommand}
|
|
1978
2006
|
*/
|
|
1979
|
-
enableCapacityManager(args: EnableCapacityManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableCapacityManagerCommandOutput, Cause.
|
|
2007
|
+
enableCapacityManager(args: EnableCapacityManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableCapacityManagerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1980
2008
|
/**
|
|
1981
2009
|
* @see {@link EnableEbsEncryptionByDefaultCommand}
|
|
1982
2010
|
*/
|
|
1983
|
-
enableEbsEncryptionByDefault(args: EnableEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableEbsEncryptionByDefaultCommandOutput, Cause.
|
|
2011
|
+
enableEbsEncryptionByDefault(args: EnableEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableEbsEncryptionByDefaultCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1984
2012
|
/**
|
|
1985
2013
|
* @see {@link EnableFastLaunchCommand}
|
|
1986
2014
|
*/
|
|
1987
|
-
enableFastLaunch(args: EnableFastLaunchCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableFastLaunchCommandOutput, Cause.
|
|
2015
|
+
enableFastLaunch(args: EnableFastLaunchCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableFastLaunchCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1988
2016
|
/**
|
|
1989
2017
|
* @see {@link EnableFastSnapshotRestoresCommand}
|
|
1990
2018
|
*/
|
|
1991
|
-
enableFastSnapshotRestores(args: EnableFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableFastSnapshotRestoresCommandOutput, Cause.
|
|
2019
|
+
enableFastSnapshotRestores(args: EnableFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableFastSnapshotRestoresCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1992
2020
|
/**
|
|
1993
2021
|
* @see {@link EnableImageCommand}
|
|
1994
2022
|
*/
|
|
1995
|
-
enableImage(args: EnableImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageCommandOutput, Cause.
|
|
2023
|
+
enableImage(args: EnableImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
1996
2024
|
/**
|
|
1997
2025
|
* @see {@link EnableImageBlockPublicAccessCommand}
|
|
1998
2026
|
*/
|
|
1999
|
-
enableImageBlockPublicAccess(args: EnableImageBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageBlockPublicAccessCommandOutput, Cause.
|
|
2027
|
+
enableImageBlockPublicAccess(args: EnableImageBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageBlockPublicAccessCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2000
2028
|
/**
|
|
2001
2029
|
* @see {@link EnableImageDeprecationCommand}
|
|
2002
2030
|
*/
|
|
2003
|
-
enableImageDeprecation(args: EnableImageDeprecationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageDeprecationCommandOutput, Cause.
|
|
2031
|
+
enableImageDeprecation(args: EnableImageDeprecationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageDeprecationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2004
2032
|
/**
|
|
2005
2033
|
* @see {@link EnableImageDeregistrationProtectionCommand}
|
|
2006
2034
|
*/
|
|
2007
|
-
enableImageDeregistrationProtection(args: EnableImageDeregistrationProtectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageDeregistrationProtectionCommandOutput, Cause.
|
|
2035
|
+
enableImageDeregistrationProtection(args: EnableImageDeregistrationProtectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableImageDeregistrationProtectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2008
2036
|
/**
|
|
2009
2037
|
* @see {@link EnableInstanceSqlHaStandbyDetectionsCommand}
|
|
2010
2038
|
*/
|
|
2011
|
-
enableInstanceSqlHaStandbyDetections(args: EnableInstanceSqlHaStandbyDetectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableInstanceSqlHaStandbyDetectionsCommandOutput, Cause.
|
|
2039
|
+
enableInstanceSqlHaStandbyDetections(args: EnableInstanceSqlHaStandbyDetectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableInstanceSqlHaStandbyDetectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2012
2040
|
/**
|
|
2013
2041
|
* @see {@link EnableIpamOrganizationAdminAccountCommand}
|
|
2014
2042
|
*/
|
|
2015
|
-
enableIpamOrganizationAdminAccount(args: EnableIpamOrganizationAdminAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableIpamOrganizationAdminAccountCommandOutput, Cause.
|
|
2043
|
+
enableIpamOrganizationAdminAccount(args: EnableIpamOrganizationAdminAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableIpamOrganizationAdminAccountCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2016
2044
|
/**
|
|
2017
2045
|
* @see {@link EnableIpamPolicyCommand}
|
|
2018
2046
|
*/
|
|
2019
|
-
enableIpamPolicy(args: EnableIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableIpamPolicyCommandOutput, Cause.
|
|
2047
|
+
enableIpamPolicy(args: EnableIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableIpamPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2020
2048
|
/**
|
|
2021
2049
|
* @see {@link EnableReachabilityAnalyzerOrganizationSharingCommand}
|
|
2022
2050
|
*/
|
|
2023
|
-
enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableReachabilityAnalyzerOrganizationSharingCommandOutput, Cause.
|
|
2051
|
+
enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableReachabilityAnalyzerOrganizationSharingCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2024
2052
|
/**
|
|
2025
2053
|
* @see {@link EnableRouteServerPropagationCommand}
|
|
2026
2054
|
*/
|
|
2027
|
-
enableRouteServerPropagation(args: EnableRouteServerPropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableRouteServerPropagationCommandOutput, Cause.
|
|
2055
|
+
enableRouteServerPropagation(args: EnableRouteServerPropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableRouteServerPropagationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2028
2056
|
/**
|
|
2029
2057
|
* @see {@link EnableSerialConsoleAccessCommand}
|
|
2030
2058
|
*/
|
|
2031
|
-
enableSerialConsoleAccess(args: EnableSerialConsoleAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableSerialConsoleAccessCommandOutput, Cause.
|
|
2059
|
+
enableSerialConsoleAccess(args: EnableSerialConsoleAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableSerialConsoleAccessCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2032
2060
|
/**
|
|
2033
2061
|
* @see {@link EnableSnapshotBlockPublicAccessCommand}
|
|
2034
2062
|
*/
|
|
2035
|
-
enableSnapshotBlockPublicAccess(args: EnableSnapshotBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableSnapshotBlockPublicAccessCommandOutput, Cause.
|
|
2063
|
+
enableSnapshotBlockPublicAccess(args: EnableSnapshotBlockPublicAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableSnapshotBlockPublicAccessCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2036
2064
|
/**
|
|
2037
2065
|
* @see {@link EnableTransitGatewayRouteTablePropagationCommand}
|
|
2038
2066
|
*/
|
|
2039
|
-
enableTransitGatewayRouteTablePropagation(args: EnableTransitGatewayRouteTablePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableTransitGatewayRouteTablePropagationCommandOutput, Cause.
|
|
2067
|
+
enableTransitGatewayRouteTablePropagation(args: EnableTransitGatewayRouteTablePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableTransitGatewayRouteTablePropagationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2040
2068
|
/**
|
|
2041
2069
|
* @see {@link EnableVgwRoutePropagationCommand}
|
|
2042
2070
|
*/
|
|
2043
|
-
enableVgwRoutePropagation(args: EnableVgwRoutePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVgwRoutePropagationCommandOutput, Cause.
|
|
2071
|
+
enableVgwRoutePropagation(args: EnableVgwRoutePropagationCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVgwRoutePropagationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2044
2072
|
/**
|
|
2045
2073
|
* @see {@link EnableVolumeIOCommand}
|
|
2046
2074
|
*/
|
|
2047
|
-
enableVolumeIO(args: EnableVolumeIOCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVolumeIOCommandOutput, Cause.
|
|
2075
|
+
enableVolumeIO(args: EnableVolumeIOCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVolumeIOCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2048
2076
|
/**
|
|
2049
2077
|
* @see {@link EnableVpcClassicLinkCommand}
|
|
2050
2078
|
*/
|
|
2051
|
-
enableVpcClassicLink(args: EnableVpcClassicLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVpcClassicLinkCommandOutput, Cause.
|
|
2079
|
+
enableVpcClassicLink(args: EnableVpcClassicLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVpcClassicLinkCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2052
2080
|
/**
|
|
2053
2081
|
* @see {@link EnableVpcClassicLinkDnsSupportCommand}
|
|
2054
2082
|
*/
|
|
2055
|
-
enableVpcClassicLinkDnsSupport(args: EnableVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVpcClassicLinkDnsSupportCommandOutput, Cause.
|
|
2083
|
+
enableVpcClassicLinkDnsSupport(args: EnableVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableVpcClassicLinkDnsSupportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2056
2084
|
/**
|
|
2057
2085
|
* @see {@link ExportClientVpnClientCertificateRevocationListCommand}
|
|
2058
2086
|
*/
|
|
2059
|
-
exportClientVpnClientCertificateRevocationList(args: ExportClientVpnClientCertificateRevocationListCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportClientVpnClientCertificateRevocationListCommandOutput, Cause.
|
|
2087
|
+
exportClientVpnClientCertificateRevocationList(args: ExportClientVpnClientCertificateRevocationListCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportClientVpnClientCertificateRevocationListCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2060
2088
|
/**
|
|
2061
2089
|
* @see {@link ExportClientVpnClientConfigurationCommand}
|
|
2062
2090
|
*/
|
|
2063
|
-
exportClientVpnClientConfiguration(args: ExportClientVpnClientConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportClientVpnClientConfigurationCommandOutput, Cause.
|
|
2091
|
+
exportClientVpnClientConfiguration(args: ExportClientVpnClientConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportClientVpnClientConfigurationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2064
2092
|
/**
|
|
2065
2093
|
* @see {@link ExportImageCommand}
|
|
2066
2094
|
*/
|
|
2067
|
-
exportImage(args: ExportImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportImageCommandOutput, Cause.
|
|
2095
|
+
exportImage(args: ExportImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2068
2096
|
/**
|
|
2069
2097
|
* @see {@link ExportTransitGatewayRoutesCommand}
|
|
2070
2098
|
*/
|
|
2071
|
-
exportTransitGatewayRoutes(args: ExportTransitGatewayRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportTransitGatewayRoutesCommandOutput, Cause.
|
|
2099
|
+
exportTransitGatewayRoutes(args: ExportTransitGatewayRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportTransitGatewayRoutesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2072
2100
|
/**
|
|
2073
2101
|
* @see {@link ExportVerifiedAccessInstanceClientConfigurationCommand}
|
|
2074
2102
|
*/
|
|
2075
|
-
exportVerifiedAccessInstanceClientConfiguration(args: ExportVerifiedAccessInstanceClientConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportVerifiedAccessInstanceClientConfigurationCommandOutput, Cause.
|
|
2103
|
+
exportVerifiedAccessInstanceClientConfiguration(args: ExportVerifiedAccessInstanceClientConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportVerifiedAccessInstanceClientConfigurationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2076
2104
|
/**
|
|
2077
2105
|
* @see {@link GetActiveVpnTunnelStatusCommand}
|
|
2078
2106
|
*/
|
|
2079
|
-
getActiveVpnTunnelStatus(args: GetActiveVpnTunnelStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetActiveVpnTunnelStatusCommandOutput, Cause.
|
|
2107
|
+
getActiveVpnTunnelStatus(args: GetActiveVpnTunnelStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetActiveVpnTunnelStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2080
2108
|
/**
|
|
2081
2109
|
* @see {@link GetAllowedImagesSettingsCommand}
|
|
2082
2110
|
*/
|
|
2083
|
-
getAllowedImagesSettings(args: GetAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAllowedImagesSettingsCommandOutput, Cause.
|
|
2111
|
+
getAllowedImagesSettings(args: GetAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAllowedImagesSettingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2084
2112
|
/**
|
|
2085
2113
|
* @see {@link GetAssociatedEnclaveCertificateIamRolesCommand}
|
|
2086
2114
|
*/
|
|
2087
|
-
getAssociatedEnclaveCertificateIamRoles(args: GetAssociatedEnclaveCertificateIamRolesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAssociatedEnclaveCertificateIamRolesCommandOutput, Cause.
|
|
2115
|
+
getAssociatedEnclaveCertificateIamRoles(args: GetAssociatedEnclaveCertificateIamRolesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAssociatedEnclaveCertificateIamRolesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2088
2116
|
/**
|
|
2089
2117
|
* @see {@link GetAssociatedIpv6PoolCidrsCommand}
|
|
2090
2118
|
*/
|
|
2091
|
-
getAssociatedIpv6PoolCidrs(args: GetAssociatedIpv6PoolCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAssociatedIpv6PoolCidrsCommandOutput, Cause.
|
|
2119
|
+
getAssociatedIpv6PoolCidrs(args: GetAssociatedIpv6PoolCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAssociatedIpv6PoolCidrsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2092
2120
|
/**
|
|
2093
2121
|
* @see {@link GetAwsNetworkPerformanceDataCommand}
|
|
2094
2122
|
*/
|
|
2095
|
-
getAwsNetworkPerformanceData(args: GetAwsNetworkPerformanceDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAwsNetworkPerformanceDataCommandOutput, Cause.
|
|
2123
|
+
getAwsNetworkPerformanceData(args: GetAwsNetworkPerformanceDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAwsNetworkPerformanceDataCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2096
2124
|
/**
|
|
2097
2125
|
* @see {@link GetCapacityManagerAttributesCommand}
|
|
2098
2126
|
*/
|
|
2099
|
-
getCapacityManagerAttributes(args: GetCapacityManagerAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityManagerAttributesCommandOutput, Cause.
|
|
2127
|
+
getCapacityManagerAttributes(args: GetCapacityManagerAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityManagerAttributesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2100
2128
|
/**
|
|
2101
2129
|
* @see {@link GetCapacityManagerMetricDataCommand}
|
|
2102
2130
|
*/
|
|
2103
|
-
getCapacityManagerMetricData(args: GetCapacityManagerMetricDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityManagerMetricDataCommandOutput, Cause.
|
|
2131
|
+
getCapacityManagerMetricData(args: GetCapacityManagerMetricDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityManagerMetricDataCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2104
2132
|
/**
|
|
2105
2133
|
* @see {@link GetCapacityManagerMetricDimensionsCommand}
|
|
2106
2134
|
*/
|
|
2107
|
-
getCapacityManagerMetricDimensions(args: GetCapacityManagerMetricDimensionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityManagerMetricDimensionsCommandOutput, Cause.
|
|
2135
|
+
getCapacityManagerMetricDimensions(args: GetCapacityManagerMetricDimensionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityManagerMetricDimensionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2108
2136
|
/**
|
|
2109
2137
|
* @see {@link GetCapacityReservationUsageCommand}
|
|
2110
2138
|
*/
|
|
2111
|
-
getCapacityReservationUsage(args: GetCapacityReservationUsageCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityReservationUsageCommandOutput, Cause.
|
|
2139
|
+
getCapacityReservationUsage(args: GetCapacityReservationUsageCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityReservationUsageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2112
2140
|
/**
|
|
2113
2141
|
* @see {@link GetCoipPoolUsageCommand}
|
|
2114
2142
|
*/
|
|
2115
|
-
getCoipPoolUsage(args: GetCoipPoolUsageCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCoipPoolUsageCommandOutput, Cause.
|
|
2143
|
+
getCoipPoolUsage(args: GetCoipPoolUsageCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCoipPoolUsageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2116
2144
|
/**
|
|
2117
2145
|
* @see {@link GetConsoleOutputCommand}
|
|
2118
2146
|
*/
|
|
2119
|
-
getConsoleOutput(args: GetConsoleOutputCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConsoleOutputCommandOutput, Cause.
|
|
2147
|
+
getConsoleOutput(args: GetConsoleOutputCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConsoleOutputCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2120
2148
|
/**
|
|
2121
2149
|
* @see {@link GetConsoleScreenshotCommand}
|
|
2122
2150
|
*/
|
|
2123
|
-
getConsoleScreenshot(args: GetConsoleScreenshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConsoleScreenshotCommandOutput, Cause.
|
|
2151
|
+
getConsoleScreenshot(args: GetConsoleScreenshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConsoleScreenshotCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2124
2152
|
/**
|
|
2125
2153
|
* @see {@link GetDeclarativePoliciesReportSummaryCommand}
|
|
2126
2154
|
*/
|
|
2127
|
-
getDeclarativePoliciesReportSummary(args: GetDeclarativePoliciesReportSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeclarativePoliciesReportSummaryCommandOutput, Cause.
|
|
2155
|
+
getDeclarativePoliciesReportSummary(args: GetDeclarativePoliciesReportSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeclarativePoliciesReportSummaryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2128
2156
|
/**
|
|
2129
2157
|
* @see {@link GetDefaultCreditSpecificationCommand}
|
|
2130
2158
|
*/
|
|
2131
|
-
getDefaultCreditSpecification(args: GetDefaultCreditSpecificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDefaultCreditSpecificationCommandOutput, Cause.
|
|
2159
|
+
getDefaultCreditSpecification(args: GetDefaultCreditSpecificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDefaultCreditSpecificationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2132
2160
|
/**
|
|
2133
2161
|
* @see {@link GetEbsDefaultKmsKeyIdCommand}
|
|
2134
2162
|
*/
|
|
2135
|
-
getEbsDefaultKmsKeyId(args: GetEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEbsDefaultKmsKeyIdCommandOutput, Cause.
|
|
2163
|
+
getEbsDefaultKmsKeyId(args: GetEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEbsDefaultKmsKeyIdCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2136
2164
|
/**
|
|
2137
2165
|
* @see {@link GetEbsEncryptionByDefaultCommand}
|
|
2138
2166
|
*/
|
|
2139
|
-
getEbsEncryptionByDefault(args: GetEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEbsEncryptionByDefaultCommandOutput, Cause.
|
|
2167
|
+
getEbsEncryptionByDefault(args: GetEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEbsEncryptionByDefaultCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2140
2168
|
/**
|
|
2141
2169
|
* @see {@link GetEnabledIpamPolicyCommand}
|
|
2142
2170
|
*/
|
|
2143
|
-
getEnabledIpamPolicy(args: GetEnabledIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEnabledIpamPolicyCommandOutput, Cause.
|
|
2171
|
+
getEnabledIpamPolicy(args: GetEnabledIpamPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEnabledIpamPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2144
2172
|
/**
|
|
2145
2173
|
* @see {@link GetFlowLogsIntegrationTemplateCommand}
|
|
2146
2174
|
*/
|
|
2147
|
-
getFlowLogsIntegrationTemplate(args: GetFlowLogsIntegrationTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowLogsIntegrationTemplateCommandOutput, Cause.
|
|
2175
|
+
getFlowLogsIntegrationTemplate(args: GetFlowLogsIntegrationTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowLogsIntegrationTemplateCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2148
2176
|
/**
|
|
2149
2177
|
* @see {@link GetGroupsForCapacityReservationCommand}
|
|
2150
2178
|
*/
|
|
2151
|
-
getGroupsForCapacityReservation(args: GetGroupsForCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGroupsForCapacityReservationCommandOutput, Cause.
|
|
2179
|
+
getGroupsForCapacityReservation(args: GetGroupsForCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGroupsForCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2152
2180
|
/**
|
|
2153
2181
|
* @see {@link GetHostReservationPurchasePreviewCommand}
|
|
2154
2182
|
*/
|
|
2155
|
-
getHostReservationPurchasePreview(args: GetHostReservationPurchasePreviewCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHostReservationPurchasePreviewCommandOutput, Cause.
|
|
2183
|
+
getHostReservationPurchasePreview(args: GetHostReservationPurchasePreviewCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHostReservationPurchasePreviewCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2156
2184
|
/**
|
|
2157
2185
|
* @see {@link GetImageAncestryCommand}
|
|
2158
2186
|
*/
|
|
2159
|
-
getImageAncestry(args: GetImageAncestryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetImageAncestryCommandOutput, Cause.
|
|
2187
|
+
getImageAncestry(args: GetImageAncestryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetImageAncestryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2160
2188
|
/**
|
|
2161
2189
|
* @see {@link GetImageBlockPublicAccessStateCommand}
|
|
2162
2190
|
*/
|
|
2163
|
-
getImageBlockPublicAccessState(args: GetImageBlockPublicAccessStateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetImageBlockPublicAccessStateCommandOutput, Cause.
|
|
2191
|
+
getImageBlockPublicAccessState(args: GetImageBlockPublicAccessStateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetImageBlockPublicAccessStateCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2164
2192
|
/**
|
|
2165
2193
|
* @see {@link GetInstanceMetadataDefaultsCommand}
|
|
2166
2194
|
*/
|
|
2167
|
-
getInstanceMetadataDefaults(args: GetInstanceMetadataDefaultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceMetadataDefaultsCommandOutput, Cause.
|
|
2195
|
+
getInstanceMetadataDefaults(args: GetInstanceMetadataDefaultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceMetadataDefaultsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2168
2196
|
/**
|
|
2169
2197
|
* @see {@link GetInstanceTpmEkPubCommand}
|
|
2170
2198
|
*/
|
|
2171
|
-
getInstanceTpmEkPub(args: GetInstanceTpmEkPubCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceTpmEkPubCommandOutput, Cause.
|
|
2199
|
+
getInstanceTpmEkPub(args: GetInstanceTpmEkPubCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceTpmEkPubCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2172
2200
|
/**
|
|
2173
2201
|
* @see {@link GetInstanceTypesFromInstanceRequirementsCommand}
|
|
2174
2202
|
*/
|
|
2175
|
-
getInstanceTypesFromInstanceRequirements(args: GetInstanceTypesFromInstanceRequirementsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceTypesFromInstanceRequirementsCommandOutput, Cause.
|
|
2203
|
+
getInstanceTypesFromInstanceRequirements(args: GetInstanceTypesFromInstanceRequirementsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceTypesFromInstanceRequirementsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2176
2204
|
/**
|
|
2177
2205
|
* @see {@link GetInstanceUefiDataCommand}
|
|
2178
2206
|
*/
|
|
2179
|
-
getInstanceUefiData(args: GetInstanceUefiDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceUefiDataCommandOutput, Cause.
|
|
2207
|
+
getInstanceUefiData(args: GetInstanceUefiDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceUefiDataCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2180
2208
|
/**
|
|
2181
2209
|
* @see {@link GetIpamAddressHistoryCommand}
|
|
2182
2210
|
*/
|
|
2183
|
-
getIpamAddressHistory(args: GetIpamAddressHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamAddressHistoryCommandOutput, Cause.
|
|
2211
|
+
getIpamAddressHistory(args: GetIpamAddressHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamAddressHistoryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2184
2212
|
/**
|
|
2185
2213
|
* @see {@link GetIpamDiscoveredAccountsCommand}
|
|
2186
2214
|
*/
|
|
2187
|
-
getIpamDiscoveredAccounts(args: GetIpamDiscoveredAccountsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamDiscoveredAccountsCommandOutput, Cause.
|
|
2215
|
+
getIpamDiscoveredAccounts(args: GetIpamDiscoveredAccountsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamDiscoveredAccountsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2188
2216
|
/**
|
|
2189
2217
|
* @see {@link GetIpamDiscoveredPublicAddressesCommand}
|
|
2190
2218
|
*/
|
|
2191
|
-
getIpamDiscoveredPublicAddresses(args: GetIpamDiscoveredPublicAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamDiscoveredPublicAddressesCommandOutput, Cause.
|
|
2219
|
+
getIpamDiscoveredPublicAddresses(args: GetIpamDiscoveredPublicAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamDiscoveredPublicAddressesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2192
2220
|
/**
|
|
2193
2221
|
* @see {@link GetIpamDiscoveredResourceCidrsCommand}
|
|
2194
2222
|
*/
|
|
2195
|
-
getIpamDiscoveredResourceCidrs(args: GetIpamDiscoveredResourceCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamDiscoveredResourceCidrsCommandOutput, Cause.
|
|
2223
|
+
getIpamDiscoveredResourceCidrs(args: GetIpamDiscoveredResourceCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamDiscoveredResourceCidrsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2196
2224
|
/**
|
|
2197
2225
|
* @see {@link GetIpamPolicyAllocationRulesCommand}
|
|
2198
2226
|
*/
|
|
2199
|
-
getIpamPolicyAllocationRules(args: GetIpamPolicyAllocationRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPolicyAllocationRulesCommandOutput, Cause.
|
|
2227
|
+
getIpamPolicyAllocationRules(args: GetIpamPolicyAllocationRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPolicyAllocationRulesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2200
2228
|
/**
|
|
2201
2229
|
* @see {@link GetIpamPolicyOrganizationTargetsCommand}
|
|
2202
2230
|
*/
|
|
2203
|
-
getIpamPolicyOrganizationTargets(args: GetIpamPolicyOrganizationTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPolicyOrganizationTargetsCommandOutput, Cause.
|
|
2231
|
+
getIpamPolicyOrganizationTargets(args: GetIpamPolicyOrganizationTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPolicyOrganizationTargetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2204
2232
|
/**
|
|
2205
2233
|
* @see {@link GetIpamPoolAllocationsCommand}
|
|
2206
2234
|
*/
|
|
2207
|
-
getIpamPoolAllocations(args: GetIpamPoolAllocationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPoolAllocationsCommandOutput, Cause.
|
|
2235
|
+
getIpamPoolAllocations(args: GetIpamPoolAllocationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPoolAllocationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2208
2236
|
/**
|
|
2209
2237
|
* @see {@link GetIpamPoolCidrsCommand}
|
|
2210
2238
|
*/
|
|
2211
|
-
getIpamPoolCidrs(args: GetIpamPoolCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPoolCidrsCommandOutput, Cause.
|
|
2239
|
+
getIpamPoolCidrs(args: GetIpamPoolCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPoolCidrsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2212
2240
|
/**
|
|
2213
2241
|
* @see {@link GetIpamPrefixListResolverRulesCommand}
|
|
2214
2242
|
*/
|
|
2215
|
-
getIpamPrefixListResolverRules(args: GetIpamPrefixListResolverRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPrefixListResolverRulesCommandOutput, Cause.
|
|
2243
|
+
getIpamPrefixListResolverRules(args: GetIpamPrefixListResolverRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPrefixListResolverRulesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2216
2244
|
/**
|
|
2217
2245
|
* @see {@link GetIpamPrefixListResolverVersionEntriesCommand}
|
|
2218
2246
|
*/
|
|
2219
|
-
getIpamPrefixListResolverVersionEntries(args: GetIpamPrefixListResolverVersionEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPrefixListResolverVersionEntriesCommandOutput, Cause.
|
|
2247
|
+
getIpamPrefixListResolverVersionEntries(args: GetIpamPrefixListResolverVersionEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPrefixListResolverVersionEntriesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2220
2248
|
/**
|
|
2221
2249
|
* @see {@link GetIpamPrefixListResolverVersionsCommand}
|
|
2222
2250
|
*/
|
|
2223
|
-
getIpamPrefixListResolverVersions(args: GetIpamPrefixListResolverVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPrefixListResolverVersionsCommandOutput, Cause.
|
|
2251
|
+
getIpamPrefixListResolverVersions(args: GetIpamPrefixListResolverVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamPrefixListResolverVersionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2224
2252
|
/**
|
|
2225
2253
|
* @see {@link GetIpamResourceCidrsCommand}
|
|
2226
2254
|
*/
|
|
2227
|
-
getIpamResourceCidrs(args: GetIpamResourceCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamResourceCidrsCommandOutput, Cause.
|
|
2255
|
+
getIpamResourceCidrs(args: GetIpamResourceCidrsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIpamResourceCidrsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2228
2256
|
/**
|
|
2229
2257
|
* @see {@link GetLaunchTemplateDataCommand}
|
|
2230
2258
|
*/
|
|
2231
|
-
getLaunchTemplateData(args: GetLaunchTemplateDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLaunchTemplateDataCommandOutput, Cause.
|
|
2259
|
+
getLaunchTemplateData(args: GetLaunchTemplateDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLaunchTemplateDataCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2232
2260
|
/**
|
|
2233
2261
|
* @see {@link GetManagedPrefixListAssociationsCommand}
|
|
2234
2262
|
*/
|
|
2235
|
-
getManagedPrefixListAssociations(args: GetManagedPrefixListAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetManagedPrefixListAssociationsCommandOutput, Cause.
|
|
2263
|
+
getManagedPrefixListAssociations(args: GetManagedPrefixListAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetManagedPrefixListAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2236
2264
|
/**
|
|
2237
2265
|
* @see {@link GetManagedPrefixListEntriesCommand}
|
|
2238
2266
|
*/
|
|
2239
|
-
getManagedPrefixListEntries(args: GetManagedPrefixListEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetManagedPrefixListEntriesCommandOutput, Cause.
|
|
2267
|
+
getManagedPrefixListEntries(args: GetManagedPrefixListEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetManagedPrefixListEntriesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2240
2268
|
/**
|
|
2241
2269
|
* @see {@link GetNetworkInsightsAccessScopeAnalysisFindingsCommand}
|
|
2242
2270
|
*/
|
|
2243
|
-
getNetworkInsightsAccessScopeAnalysisFindings(args: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, Cause.
|
|
2271
|
+
getNetworkInsightsAccessScopeAnalysisFindings(args: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2244
2272
|
/**
|
|
2245
2273
|
* @see {@link GetNetworkInsightsAccessScopeContentCommand}
|
|
2246
2274
|
*/
|
|
2247
|
-
getNetworkInsightsAccessScopeContent(args: GetNetworkInsightsAccessScopeContentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNetworkInsightsAccessScopeContentCommandOutput, Cause.
|
|
2275
|
+
getNetworkInsightsAccessScopeContent(args: GetNetworkInsightsAccessScopeContentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetNetworkInsightsAccessScopeContentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2248
2276
|
/**
|
|
2249
2277
|
* @see {@link GetPasswordDataCommand}
|
|
2250
2278
|
*/
|
|
2251
|
-
getPasswordData(args: GetPasswordDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPasswordDataCommandOutput, Cause.
|
|
2279
|
+
getPasswordData(args: GetPasswordDataCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPasswordDataCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2252
2280
|
/**
|
|
2253
2281
|
* @see {@link GetReservedInstancesExchangeQuoteCommand}
|
|
2254
2282
|
*/
|
|
2255
|
-
getReservedInstancesExchangeQuote(args: GetReservedInstancesExchangeQuoteCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetReservedInstancesExchangeQuoteCommandOutput, Cause.
|
|
2283
|
+
getReservedInstancesExchangeQuote(args: GetReservedInstancesExchangeQuoteCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetReservedInstancesExchangeQuoteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2256
2284
|
/**
|
|
2257
2285
|
* @see {@link GetRouteServerAssociationsCommand}
|
|
2258
2286
|
*/
|
|
2259
|
-
getRouteServerAssociations(args: GetRouteServerAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteServerAssociationsCommandOutput, Cause.
|
|
2287
|
+
getRouteServerAssociations(args: GetRouteServerAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteServerAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2260
2288
|
/**
|
|
2261
2289
|
* @see {@link GetRouteServerPropagationsCommand}
|
|
2262
2290
|
*/
|
|
2263
|
-
getRouteServerPropagations(args: GetRouteServerPropagationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteServerPropagationsCommandOutput, Cause.
|
|
2291
|
+
getRouteServerPropagations(args: GetRouteServerPropagationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteServerPropagationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2264
2292
|
/**
|
|
2265
2293
|
* @see {@link GetRouteServerRoutingDatabaseCommand}
|
|
2266
2294
|
*/
|
|
2267
|
-
getRouteServerRoutingDatabase(args: GetRouteServerRoutingDatabaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteServerRoutingDatabaseCommandOutput, Cause.
|
|
2295
|
+
getRouteServerRoutingDatabase(args: GetRouteServerRoutingDatabaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteServerRoutingDatabaseCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2268
2296
|
/**
|
|
2269
2297
|
* @see {@link GetSecurityGroupsForVpcCommand}
|
|
2270
2298
|
*/
|
|
2271
|
-
getSecurityGroupsForVpc(args: GetSecurityGroupsForVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSecurityGroupsForVpcCommandOutput, Cause.
|
|
2299
|
+
getSecurityGroupsForVpc(args: GetSecurityGroupsForVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSecurityGroupsForVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2272
2300
|
/**
|
|
2273
2301
|
* @see {@link GetSerialConsoleAccessStatusCommand}
|
|
2274
2302
|
*/
|
|
2275
|
-
getSerialConsoleAccessStatus(args: GetSerialConsoleAccessStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSerialConsoleAccessStatusCommandOutput, Cause.
|
|
2303
|
+
getSerialConsoleAccessStatus(args: GetSerialConsoleAccessStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSerialConsoleAccessStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2276
2304
|
/**
|
|
2277
2305
|
* @see {@link GetSnapshotBlockPublicAccessStateCommand}
|
|
2278
2306
|
*/
|
|
2279
|
-
getSnapshotBlockPublicAccessState(args: GetSnapshotBlockPublicAccessStateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSnapshotBlockPublicAccessStateCommandOutput, Cause.
|
|
2307
|
+
getSnapshotBlockPublicAccessState(args: GetSnapshotBlockPublicAccessStateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSnapshotBlockPublicAccessStateCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2280
2308
|
/**
|
|
2281
2309
|
* @see {@link GetSpotPlacementScoresCommand}
|
|
2282
2310
|
*/
|
|
2283
|
-
getSpotPlacementScores(args: GetSpotPlacementScoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSpotPlacementScoresCommandOutput, Cause.
|
|
2311
|
+
getSpotPlacementScores(args: GetSpotPlacementScoresCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSpotPlacementScoresCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2284
2312
|
/**
|
|
2285
2313
|
* @see {@link GetSubnetCidrReservationsCommand}
|
|
2286
2314
|
*/
|
|
2287
|
-
getSubnetCidrReservations(args: GetSubnetCidrReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSubnetCidrReservationsCommandOutput, Cause.
|
|
2315
|
+
getSubnetCidrReservations(args: GetSubnetCidrReservationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSubnetCidrReservationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2288
2316
|
/**
|
|
2289
2317
|
* @see {@link GetTransitGatewayAttachmentPropagationsCommand}
|
|
2290
2318
|
*/
|
|
2291
|
-
getTransitGatewayAttachmentPropagations(args: GetTransitGatewayAttachmentPropagationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayAttachmentPropagationsCommandOutput, Cause.
|
|
2319
|
+
getTransitGatewayAttachmentPropagations(args: GetTransitGatewayAttachmentPropagationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayAttachmentPropagationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2292
2320
|
/**
|
|
2293
2321
|
* @see {@link GetTransitGatewayMeteringPolicyEntriesCommand}
|
|
2294
2322
|
*/
|
|
2295
|
-
getTransitGatewayMeteringPolicyEntries(args: GetTransitGatewayMeteringPolicyEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayMeteringPolicyEntriesCommandOutput, Cause.
|
|
2323
|
+
getTransitGatewayMeteringPolicyEntries(args: GetTransitGatewayMeteringPolicyEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayMeteringPolicyEntriesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2296
2324
|
/**
|
|
2297
2325
|
* @see {@link GetTransitGatewayMulticastDomainAssociationsCommand}
|
|
2298
2326
|
*/
|
|
2299
|
-
getTransitGatewayMulticastDomainAssociations(args: GetTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayMulticastDomainAssociationsCommandOutput, Cause.
|
|
2327
|
+
getTransitGatewayMulticastDomainAssociations(args: GetTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayMulticastDomainAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2300
2328
|
/**
|
|
2301
2329
|
* @see {@link GetTransitGatewayPolicyTableAssociationsCommand}
|
|
2302
2330
|
*/
|
|
2303
|
-
getTransitGatewayPolicyTableAssociations(args: GetTransitGatewayPolicyTableAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayPolicyTableAssociationsCommandOutput, Cause.
|
|
2331
|
+
getTransitGatewayPolicyTableAssociations(args: GetTransitGatewayPolicyTableAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayPolicyTableAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2304
2332
|
/**
|
|
2305
2333
|
* @see {@link GetTransitGatewayPolicyTableEntriesCommand}
|
|
2306
2334
|
*/
|
|
2307
|
-
getTransitGatewayPolicyTableEntries(args: GetTransitGatewayPolicyTableEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayPolicyTableEntriesCommandOutput, Cause.
|
|
2335
|
+
getTransitGatewayPolicyTableEntries(args: GetTransitGatewayPolicyTableEntriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayPolicyTableEntriesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2308
2336
|
/**
|
|
2309
2337
|
* @see {@link GetTransitGatewayPrefixListReferencesCommand}
|
|
2310
2338
|
*/
|
|
2311
|
-
getTransitGatewayPrefixListReferences(args: GetTransitGatewayPrefixListReferencesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayPrefixListReferencesCommandOutput, Cause.
|
|
2339
|
+
getTransitGatewayPrefixListReferences(args: GetTransitGatewayPrefixListReferencesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayPrefixListReferencesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2312
2340
|
/**
|
|
2313
2341
|
* @see {@link GetTransitGatewayRouteTableAssociationsCommand}
|
|
2314
2342
|
*/
|
|
2315
|
-
getTransitGatewayRouteTableAssociations(args: GetTransitGatewayRouteTableAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayRouteTableAssociationsCommandOutput, Cause.
|
|
2343
|
+
getTransitGatewayRouteTableAssociations(args: GetTransitGatewayRouteTableAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayRouteTableAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2316
2344
|
/**
|
|
2317
2345
|
* @see {@link GetTransitGatewayRouteTablePropagationsCommand}
|
|
2318
2346
|
*/
|
|
2319
|
-
getTransitGatewayRouteTablePropagations(args: GetTransitGatewayRouteTablePropagationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayRouteTablePropagationsCommandOutput, Cause.
|
|
2347
|
+
getTransitGatewayRouteTablePropagations(args: GetTransitGatewayRouteTablePropagationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransitGatewayRouteTablePropagationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2320
2348
|
/**
|
|
2321
2349
|
* @see {@link GetVerifiedAccessEndpointPolicyCommand}
|
|
2322
2350
|
*/
|
|
2323
|
-
getVerifiedAccessEndpointPolicy(args: GetVerifiedAccessEndpointPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVerifiedAccessEndpointPolicyCommandOutput, Cause.
|
|
2351
|
+
getVerifiedAccessEndpointPolicy(args: GetVerifiedAccessEndpointPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVerifiedAccessEndpointPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2324
2352
|
/**
|
|
2325
2353
|
* @see {@link GetVerifiedAccessEndpointTargetsCommand}
|
|
2326
2354
|
*/
|
|
2327
|
-
getVerifiedAccessEndpointTargets(args: GetVerifiedAccessEndpointTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVerifiedAccessEndpointTargetsCommandOutput, Cause.
|
|
2355
|
+
getVerifiedAccessEndpointTargets(args: GetVerifiedAccessEndpointTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVerifiedAccessEndpointTargetsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2328
2356
|
/**
|
|
2329
2357
|
* @see {@link GetVerifiedAccessGroupPolicyCommand}
|
|
2330
2358
|
*/
|
|
2331
|
-
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVerifiedAccessGroupPolicyCommandOutput, Cause.
|
|
2359
|
+
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVerifiedAccessGroupPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2332
2360
|
/**
|
|
2333
2361
|
* @see {@link GetVpcResourcesBlockingEncryptionEnforcementCommand}
|
|
2334
2362
|
*/
|
|
2335
|
-
getVpcResourcesBlockingEncryptionEnforcement(args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpcResourcesBlockingEncryptionEnforcementCommandOutput, Cause.
|
|
2363
|
+
getVpcResourcesBlockingEncryptionEnforcement(args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpcResourcesBlockingEncryptionEnforcementCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2336
2364
|
/**
|
|
2337
2365
|
* @see {@link GetVpnConnectionDeviceSampleConfigurationCommand}
|
|
2338
2366
|
*/
|
|
2339
|
-
getVpnConnectionDeviceSampleConfiguration(args: GetVpnConnectionDeviceSampleConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpnConnectionDeviceSampleConfigurationCommandOutput, Cause.
|
|
2367
|
+
getVpnConnectionDeviceSampleConfiguration(args: GetVpnConnectionDeviceSampleConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpnConnectionDeviceSampleConfigurationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2340
2368
|
/**
|
|
2341
2369
|
* @see {@link GetVpnConnectionDeviceTypesCommand}
|
|
2342
2370
|
*/
|
|
2343
|
-
getVpnConnectionDeviceTypes(args: GetVpnConnectionDeviceTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpnConnectionDeviceTypesCommandOutput, Cause.
|
|
2371
|
+
getVpnConnectionDeviceTypes(args: GetVpnConnectionDeviceTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpnConnectionDeviceTypesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2344
2372
|
/**
|
|
2345
2373
|
* @see {@link GetVpnTunnelReplacementStatusCommand}
|
|
2346
2374
|
*/
|
|
2347
|
-
getVpnTunnelReplacementStatus(args: GetVpnTunnelReplacementStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpnTunnelReplacementStatusCommandOutput, Cause.
|
|
2375
|
+
getVpnTunnelReplacementStatus(args: GetVpnTunnelReplacementStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpnTunnelReplacementStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2348
2376
|
/**
|
|
2349
2377
|
* @see {@link ImportClientVpnClientCertificateRevocationListCommand}
|
|
2350
2378
|
*/
|
|
2351
|
-
importClientVpnClientCertificateRevocationList(args: ImportClientVpnClientCertificateRevocationListCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportClientVpnClientCertificateRevocationListCommandOutput, Cause.
|
|
2379
|
+
importClientVpnClientCertificateRevocationList(args: ImportClientVpnClientCertificateRevocationListCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportClientVpnClientCertificateRevocationListCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2352
2380
|
/**
|
|
2353
2381
|
* @see {@link ImportImageCommand}
|
|
2354
2382
|
*/
|
|
2355
|
-
importImage(args: ImportImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportImageCommandOutput, Cause.
|
|
2383
|
+
importImage(args: ImportImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2356
2384
|
/**
|
|
2357
2385
|
* @see {@link ImportInstanceCommand}
|
|
2358
2386
|
*/
|
|
2359
|
-
importInstance(args: ImportInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportInstanceCommandOutput, Cause.
|
|
2387
|
+
importInstance(args: ImportInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportInstanceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2360
2388
|
/**
|
|
2361
2389
|
* @see {@link ImportKeyPairCommand}
|
|
2362
2390
|
*/
|
|
2363
|
-
importKeyPair(args: ImportKeyPairCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportKeyPairCommandOutput, Cause.
|
|
2391
|
+
importKeyPair(args: ImportKeyPairCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportKeyPairCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2364
2392
|
/**
|
|
2365
2393
|
* @see {@link ImportSnapshotCommand}
|
|
2366
2394
|
*/
|
|
2367
|
-
importSnapshot(args: ImportSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportSnapshotCommandOutput, Cause.
|
|
2395
|
+
importSnapshot(args: ImportSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportSnapshotCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2368
2396
|
/**
|
|
2369
2397
|
* @see {@link ImportVolumeCommand}
|
|
2370
2398
|
*/
|
|
2371
|
-
importVolume(args: ImportVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportVolumeCommandOutput, Cause.
|
|
2399
|
+
importVolume(args: ImportVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportVolumeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2372
2400
|
/**
|
|
2373
2401
|
* @see {@link ListImagesInRecycleBinCommand}
|
|
2374
2402
|
*/
|
|
2375
|
-
listImagesInRecycleBin(args: ListImagesInRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListImagesInRecycleBinCommandOutput, Cause.
|
|
2403
|
+
listImagesInRecycleBin(args: ListImagesInRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListImagesInRecycleBinCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2376
2404
|
/**
|
|
2377
2405
|
* @see {@link ListSnapshotsInRecycleBinCommand}
|
|
2378
2406
|
*/
|
|
2379
|
-
listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSnapshotsInRecycleBinCommandOutput, Cause.
|
|
2407
|
+
listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSnapshotsInRecycleBinCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2380
2408
|
/**
|
|
2381
2409
|
* @see {@link ListVolumesInRecycleBinCommand}
|
|
2382
2410
|
*/
|
|
2383
|
-
listVolumesInRecycleBin(args: ListVolumesInRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVolumesInRecycleBinCommandOutput, Cause.
|
|
2411
|
+
listVolumesInRecycleBin(args: ListVolumesInRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVolumesInRecycleBinCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2384
2412
|
/**
|
|
2385
2413
|
* @see {@link LockSnapshotCommand}
|
|
2386
2414
|
*/
|
|
2387
|
-
lockSnapshot(args: LockSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<LockSnapshotCommandOutput, Cause.
|
|
2415
|
+
lockSnapshot(args: LockSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<LockSnapshotCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2388
2416
|
/**
|
|
2389
2417
|
* @see {@link ModifyAddressAttributeCommand}
|
|
2390
2418
|
*/
|
|
2391
|
-
modifyAddressAttribute(args: ModifyAddressAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyAddressAttributeCommandOutput, Cause.
|
|
2419
|
+
modifyAddressAttribute(args: ModifyAddressAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyAddressAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2392
2420
|
/**
|
|
2393
2421
|
* @see {@link ModifyAvailabilityZoneGroupCommand}
|
|
2394
2422
|
*/
|
|
2395
|
-
modifyAvailabilityZoneGroup(args: ModifyAvailabilityZoneGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyAvailabilityZoneGroupCommandOutput, Cause.
|
|
2423
|
+
modifyAvailabilityZoneGroup(args: ModifyAvailabilityZoneGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyAvailabilityZoneGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2396
2424
|
/**
|
|
2397
2425
|
* @see {@link ModifyCapacityReservationCommand}
|
|
2398
2426
|
*/
|
|
2399
|
-
modifyCapacityReservation(args: ModifyCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyCapacityReservationCommandOutput, Cause.
|
|
2427
|
+
modifyCapacityReservation(args: ModifyCapacityReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyCapacityReservationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2400
2428
|
/**
|
|
2401
2429
|
* @see {@link ModifyCapacityReservationFleetCommand}
|
|
2402
2430
|
*/
|
|
2403
|
-
modifyCapacityReservationFleet(args: ModifyCapacityReservationFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyCapacityReservationFleetCommandOutput, Cause.
|
|
2431
|
+
modifyCapacityReservationFleet(args: ModifyCapacityReservationFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyCapacityReservationFleetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2404
2432
|
/**
|
|
2405
2433
|
* @see {@link ModifyClientVpnEndpointCommand}
|
|
2406
2434
|
*/
|
|
2407
|
-
modifyClientVpnEndpoint(args: ModifyClientVpnEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyClientVpnEndpointCommandOutput, Cause.
|
|
2435
|
+
modifyClientVpnEndpoint(args: ModifyClientVpnEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyClientVpnEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2408
2436
|
/**
|
|
2409
2437
|
* @see {@link ModifyDefaultCreditSpecificationCommand}
|
|
2410
2438
|
*/
|
|
2411
|
-
modifyDefaultCreditSpecification(args: ModifyDefaultCreditSpecificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyDefaultCreditSpecificationCommandOutput, Cause.
|
|
2439
|
+
modifyDefaultCreditSpecification(args: ModifyDefaultCreditSpecificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyDefaultCreditSpecificationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2412
2440
|
/**
|
|
2413
2441
|
* @see {@link ModifyEbsDefaultKmsKeyIdCommand}
|
|
2414
2442
|
*/
|
|
2415
|
-
modifyEbsDefaultKmsKeyId(args: ModifyEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyEbsDefaultKmsKeyIdCommandOutput, Cause.
|
|
2443
|
+
modifyEbsDefaultKmsKeyId(args: ModifyEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyEbsDefaultKmsKeyIdCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2416
2444
|
/**
|
|
2417
2445
|
* @see {@link ModifyFleetCommand}
|
|
2418
2446
|
*/
|
|
2419
|
-
modifyFleet(args: ModifyFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyFleetCommandOutput, Cause.
|
|
2447
|
+
modifyFleet(args: ModifyFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyFleetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2420
2448
|
/**
|
|
2421
2449
|
* @see {@link ModifyFpgaImageAttributeCommand}
|
|
2422
2450
|
*/
|
|
2423
|
-
modifyFpgaImageAttribute(args: ModifyFpgaImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyFpgaImageAttributeCommandOutput, Cause.
|
|
2451
|
+
modifyFpgaImageAttribute(args: ModifyFpgaImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyFpgaImageAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2424
2452
|
/**
|
|
2425
2453
|
* @see {@link ModifyHostsCommand}
|
|
2426
2454
|
*/
|
|
2427
|
-
modifyHosts(args: ModifyHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyHostsCommandOutput, Cause.
|
|
2455
|
+
modifyHosts(args: ModifyHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyHostsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2428
2456
|
/**
|
|
2429
2457
|
* @see {@link ModifyIdFormatCommand}
|
|
2430
2458
|
*/
|
|
2431
|
-
modifyIdFormat(args: ModifyIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIdFormatCommandOutput, Cause.
|
|
2459
|
+
modifyIdFormat(args: ModifyIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIdFormatCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2432
2460
|
/**
|
|
2433
2461
|
* @see {@link ModifyIdentityIdFormatCommand}
|
|
2434
2462
|
*/
|
|
2435
|
-
modifyIdentityIdFormat(args: ModifyIdentityIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIdentityIdFormatCommandOutput, Cause.
|
|
2463
|
+
modifyIdentityIdFormat(args: ModifyIdentityIdFormatCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIdentityIdFormatCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2436
2464
|
/**
|
|
2437
2465
|
* @see {@link ModifyImageAttributeCommand}
|
|
2438
2466
|
*/
|
|
2439
|
-
modifyImageAttribute(args: ModifyImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyImageAttributeCommandOutput, Cause.
|
|
2467
|
+
modifyImageAttribute(args: ModifyImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyImageAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2440
2468
|
/**
|
|
2441
2469
|
* @see {@link ModifyInstanceAttributeCommand}
|
|
2442
2470
|
*/
|
|
2443
|
-
modifyInstanceAttribute(args: ModifyInstanceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceAttributeCommandOutput, Cause.
|
|
2471
|
+
modifyInstanceAttribute(args: ModifyInstanceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2444
2472
|
/**
|
|
2445
2473
|
* @see {@link ModifyInstanceCapacityReservationAttributesCommand}
|
|
2446
2474
|
*/
|
|
2447
|
-
modifyInstanceCapacityReservationAttributes(args: ModifyInstanceCapacityReservationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceCapacityReservationAttributesCommandOutput, Cause.
|
|
2475
|
+
modifyInstanceCapacityReservationAttributes(args: ModifyInstanceCapacityReservationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceCapacityReservationAttributesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2448
2476
|
/**
|
|
2449
2477
|
* @see {@link ModifyInstanceConnectEndpointCommand}
|
|
2450
2478
|
*/
|
|
2451
|
-
modifyInstanceConnectEndpoint(args: ModifyInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceConnectEndpointCommandOutput, Cause.
|
|
2479
|
+
modifyInstanceConnectEndpoint(args: ModifyInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceConnectEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2452
2480
|
/**
|
|
2453
2481
|
* @see {@link ModifyInstanceCpuOptionsCommand}
|
|
2454
2482
|
*/
|
|
2455
|
-
modifyInstanceCpuOptions(args: ModifyInstanceCpuOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceCpuOptionsCommandOutput, Cause.
|
|
2483
|
+
modifyInstanceCpuOptions(args: ModifyInstanceCpuOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceCpuOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2456
2484
|
/**
|
|
2457
2485
|
* @see {@link ModifyInstanceCreditSpecificationCommand}
|
|
2458
2486
|
*/
|
|
2459
|
-
modifyInstanceCreditSpecification(args: ModifyInstanceCreditSpecificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceCreditSpecificationCommandOutput, Cause.
|
|
2487
|
+
modifyInstanceCreditSpecification(args: ModifyInstanceCreditSpecificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceCreditSpecificationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2460
2488
|
/**
|
|
2461
2489
|
* @see {@link ModifyInstanceEventStartTimeCommand}
|
|
2462
2490
|
*/
|
|
2463
|
-
modifyInstanceEventStartTime(args: ModifyInstanceEventStartTimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceEventStartTimeCommandOutput, Cause.
|
|
2491
|
+
modifyInstanceEventStartTime(args: ModifyInstanceEventStartTimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceEventStartTimeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2464
2492
|
/**
|
|
2465
2493
|
* @see {@link ModifyInstanceEventWindowCommand}
|
|
2466
2494
|
*/
|
|
2467
|
-
modifyInstanceEventWindow(args: ModifyInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceEventWindowCommandOutput, Cause.
|
|
2495
|
+
modifyInstanceEventWindow(args: ModifyInstanceEventWindowCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceEventWindowCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2468
2496
|
/**
|
|
2469
2497
|
* @see {@link ModifyInstanceMaintenanceOptionsCommand}
|
|
2470
2498
|
*/
|
|
2471
|
-
modifyInstanceMaintenanceOptions(args: ModifyInstanceMaintenanceOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceMaintenanceOptionsCommandOutput, Cause.
|
|
2499
|
+
modifyInstanceMaintenanceOptions(args: ModifyInstanceMaintenanceOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceMaintenanceOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2472
2500
|
/**
|
|
2473
2501
|
* @see {@link ModifyInstanceMetadataDefaultsCommand}
|
|
2474
2502
|
*/
|
|
2475
|
-
modifyInstanceMetadataDefaults(args: ModifyInstanceMetadataDefaultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceMetadataDefaultsCommandOutput, Cause.
|
|
2503
|
+
modifyInstanceMetadataDefaults(args: ModifyInstanceMetadataDefaultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceMetadataDefaultsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2476
2504
|
/**
|
|
2477
2505
|
* @see {@link ModifyInstanceMetadataOptionsCommand}
|
|
2478
2506
|
*/
|
|
2479
|
-
modifyInstanceMetadataOptions(args: ModifyInstanceMetadataOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceMetadataOptionsCommandOutput, Cause.
|
|
2507
|
+
modifyInstanceMetadataOptions(args: ModifyInstanceMetadataOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceMetadataOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2480
2508
|
/**
|
|
2481
2509
|
* @see {@link ModifyInstanceNetworkPerformanceOptionsCommand}
|
|
2482
2510
|
*/
|
|
2483
|
-
modifyInstanceNetworkPerformanceOptions(args: ModifyInstanceNetworkPerformanceOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceNetworkPerformanceOptionsCommandOutput, Cause.
|
|
2511
|
+
modifyInstanceNetworkPerformanceOptions(args: ModifyInstanceNetworkPerformanceOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstanceNetworkPerformanceOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2484
2512
|
/**
|
|
2485
2513
|
* @see {@link ModifyInstancePlacementCommand}
|
|
2486
2514
|
*/
|
|
2487
|
-
modifyInstancePlacement(args: ModifyInstancePlacementCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstancePlacementCommandOutput, Cause.
|
|
2515
|
+
modifyInstancePlacement(args: ModifyInstancePlacementCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyInstancePlacementCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2488
2516
|
/**
|
|
2489
2517
|
* @see {@link ModifyIpamCommand}
|
|
2490
2518
|
*/
|
|
2491
|
-
modifyIpam(args: ModifyIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamCommandOutput, Cause.
|
|
2519
|
+
modifyIpam(args: ModifyIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2492
2520
|
/**
|
|
2493
2521
|
* @see {@link ModifyIpamPolicyAllocationRulesCommand}
|
|
2494
2522
|
*/
|
|
2495
|
-
modifyIpamPolicyAllocationRules(args: ModifyIpamPolicyAllocationRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPolicyAllocationRulesCommandOutput, Cause.
|
|
2523
|
+
modifyIpamPolicyAllocationRules(args: ModifyIpamPolicyAllocationRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPolicyAllocationRulesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2496
2524
|
/**
|
|
2497
2525
|
* @see {@link ModifyIpamPoolCommand}
|
|
2498
2526
|
*/
|
|
2499
|
-
modifyIpamPool(args: ModifyIpamPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPoolCommandOutput, Cause.
|
|
2527
|
+
modifyIpamPool(args: ModifyIpamPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPoolCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2500
2528
|
/**
|
|
2501
2529
|
* @see {@link ModifyIpamPrefixListResolverCommand}
|
|
2502
2530
|
*/
|
|
2503
|
-
modifyIpamPrefixListResolver(args: ModifyIpamPrefixListResolverCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPrefixListResolverCommandOutput, Cause.
|
|
2531
|
+
modifyIpamPrefixListResolver(args: ModifyIpamPrefixListResolverCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPrefixListResolverCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2504
2532
|
/**
|
|
2505
2533
|
* @see {@link ModifyIpamPrefixListResolverTargetCommand}
|
|
2506
2534
|
*/
|
|
2507
|
-
modifyIpamPrefixListResolverTarget(args: ModifyIpamPrefixListResolverTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPrefixListResolverTargetCommandOutput, Cause.
|
|
2535
|
+
modifyIpamPrefixListResolverTarget(args: ModifyIpamPrefixListResolverTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamPrefixListResolverTargetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2508
2536
|
/**
|
|
2509
2537
|
* @see {@link ModifyIpamResourceCidrCommand}
|
|
2510
2538
|
*/
|
|
2511
|
-
modifyIpamResourceCidr(args: ModifyIpamResourceCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamResourceCidrCommandOutput, Cause.
|
|
2539
|
+
modifyIpamResourceCidr(args: ModifyIpamResourceCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamResourceCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2512
2540
|
/**
|
|
2513
2541
|
* @see {@link ModifyIpamResourceDiscoveryCommand}
|
|
2514
2542
|
*/
|
|
2515
|
-
modifyIpamResourceDiscovery(args: ModifyIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamResourceDiscoveryCommandOutput, Cause.
|
|
2543
|
+
modifyIpamResourceDiscovery(args: ModifyIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamResourceDiscoveryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2516
2544
|
/**
|
|
2517
2545
|
* @see {@link ModifyIpamScopeCommand}
|
|
2518
2546
|
*/
|
|
2519
|
-
modifyIpamScope(args: ModifyIpamScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamScopeCommandOutput, Cause.
|
|
2547
|
+
modifyIpamScope(args: ModifyIpamScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyIpamScopeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2520
2548
|
/**
|
|
2521
2549
|
* @see {@link ModifyLaunchTemplateCommand}
|
|
2522
2550
|
*/
|
|
2523
|
-
modifyLaunchTemplate(args: ModifyLaunchTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyLaunchTemplateCommandOutput, Cause.
|
|
2551
|
+
modifyLaunchTemplate(args: ModifyLaunchTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyLaunchTemplateCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2524
2552
|
/**
|
|
2525
2553
|
* @see {@link ModifyLocalGatewayRouteCommand}
|
|
2526
2554
|
*/
|
|
2527
|
-
modifyLocalGatewayRoute(args: ModifyLocalGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyLocalGatewayRouteCommandOutput, Cause.
|
|
2555
|
+
modifyLocalGatewayRoute(args: ModifyLocalGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyLocalGatewayRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2528
2556
|
/**
|
|
2529
2557
|
* @see {@link ModifyManagedPrefixListCommand}
|
|
2530
2558
|
*/
|
|
2531
|
-
modifyManagedPrefixList(args: ModifyManagedPrefixListCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyManagedPrefixListCommandOutput, Cause.
|
|
2559
|
+
modifyManagedPrefixList(args: ModifyManagedPrefixListCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyManagedPrefixListCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2532
2560
|
/**
|
|
2533
2561
|
* @see {@link ModifyNetworkInterfaceAttributeCommand}
|
|
2534
2562
|
*/
|
|
2535
|
-
modifyNetworkInterfaceAttribute(args: ModifyNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyNetworkInterfaceAttributeCommandOutput, Cause.
|
|
2563
|
+
modifyNetworkInterfaceAttribute(args: ModifyNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyNetworkInterfaceAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2536
2564
|
/**
|
|
2537
2565
|
* @see {@link ModifyPrivateDnsNameOptionsCommand}
|
|
2538
2566
|
*/
|
|
2539
|
-
modifyPrivateDnsNameOptions(args: ModifyPrivateDnsNameOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyPrivateDnsNameOptionsCommandOutput, Cause.
|
|
2567
|
+
modifyPrivateDnsNameOptions(args: ModifyPrivateDnsNameOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyPrivateDnsNameOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2540
2568
|
/**
|
|
2541
2569
|
* @see {@link ModifyPublicIpDnsNameOptionsCommand}
|
|
2542
2570
|
*/
|
|
2543
|
-
modifyPublicIpDnsNameOptions(args: ModifyPublicIpDnsNameOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyPublicIpDnsNameOptionsCommandOutput, Cause.
|
|
2571
|
+
modifyPublicIpDnsNameOptions(args: ModifyPublicIpDnsNameOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyPublicIpDnsNameOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2544
2572
|
/**
|
|
2545
2573
|
* @see {@link ModifyReservedInstancesCommand}
|
|
2546
2574
|
*/
|
|
2547
|
-
modifyReservedInstances(args: ModifyReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyReservedInstancesCommandOutput, Cause.
|
|
2575
|
+
modifyReservedInstances(args: ModifyReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyReservedInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2548
2576
|
/**
|
|
2549
2577
|
* @see {@link ModifyRouteServerCommand}
|
|
2550
2578
|
*/
|
|
2551
|
-
modifyRouteServer(args: ModifyRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyRouteServerCommandOutput, Cause.
|
|
2579
|
+
modifyRouteServer(args: ModifyRouteServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyRouteServerCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2552
2580
|
/**
|
|
2553
2581
|
* @see {@link ModifySecurityGroupRulesCommand}
|
|
2554
2582
|
*/
|
|
2555
|
-
modifySecurityGroupRules(args: ModifySecurityGroupRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySecurityGroupRulesCommandOutput, Cause.
|
|
2583
|
+
modifySecurityGroupRules(args: ModifySecurityGroupRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySecurityGroupRulesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2556
2584
|
/**
|
|
2557
2585
|
* @see {@link ModifySnapshotAttributeCommand}
|
|
2558
2586
|
*/
|
|
2559
|
-
modifySnapshotAttribute(args: ModifySnapshotAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySnapshotAttributeCommandOutput, Cause.
|
|
2587
|
+
modifySnapshotAttribute(args: ModifySnapshotAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySnapshotAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2560
2588
|
/**
|
|
2561
2589
|
* @see {@link ModifySnapshotTierCommand}
|
|
2562
2590
|
*/
|
|
2563
|
-
modifySnapshotTier(args: ModifySnapshotTierCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySnapshotTierCommandOutput, Cause.
|
|
2591
|
+
modifySnapshotTier(args: ModifySnapshotTierCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySnapshotTierCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2564
2592
|
/**
|
|
2565
2593
|
* @see {@link ModifySpotFleetRequestCommand}
|
|
2566
2594
|
*/
|
|
2567
|
-
modifySpotFleetRequest(args: ModifySpotFleetRequestCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySpotFleetRequestCommandOutput, Cause.
|
|
2595
|
+
modifySpotFleetRequest(args: ModifySpotFleetRequestCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySpotFleetRequestCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2568
2596
|
/**
|
|
2569
2597
|
* @see {@link ModifySubnetAttributeCommand}
|
|
2570
2598
|
*/
|
|
2571
|
-
modifySubnetAttribute(args: ModifySubnetAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySubnetAttributeCommandOutput, Cause.
|
|
2599
|
+
modifySubnetAttribute(args: ModifySubnetAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifySubnetAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2572
2600
|
/**
|
|
2573
2601
|
* @see {@link ModifyTrafficMirrorFilterNetworkServicesCommand}
|
|
2574
2602
|
*/
|
|
2575
|
-
modifyTrafficMirrorFilterNetworkServices(args: ModifyTrafficMirrorFilterNetworkServicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTrafficMirrorFilterNetworkServicesCommandOutput, Cause.
|
|
2603
|
+
modifyTrafficMirrorFilterNetworkServices(args: ModifyTrafficMirrorFilterNetworkServicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTrafficMirrorFilterNetworkServicesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2576
2604
|
/**
|
|
2577
2605
|
* @see {@link ModifyTrafficMirrorFilterRuleCommand}
|
|
2578
2606
|
*/
|
|
2579
|
-
modifyTrafficMirrorFilterRule(args: ModifyTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTrafficMirrorFilterRuleCommandOutput, Cause.
|
|
2607
|
+
modifyTrafficMirrorFilterRule(args: ModifyTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTrafficMirrorFilterRuleCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2580
2608
|
/**
|
|
2581
2609
|
* @see {@link ModifyTrafficMirrorSessionCommand}
|
|
2582
2610
|
*/
|
|
2583
|
-
modifyTrafficMirrorSession(args: ModifyTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTrafficMirrorSessionCommandOutput, Cause.
|
|
2611
|
+
modifyTrafficMirrorSession(args: ModifyTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTrafficMirrorSessionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2584
2612
|
/**
|
|
2585
2613
|
* @see {@link ModifyTransitGatewayCommand}
|
|
2586
2614
|
*/
|
|
2587
|
-
modifyTransitGateway(args: ModifyTransitGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayCommandOutput, Cause.
|
|
2615
|
+
modifyTransitGateway(args: ModifyTransitGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2588
2616
|
/**
|
|
2589
2617
|
* @see {@link ModifyTransitGatewayMeteringPolicyCommand}
|
|
2590
2618
|
*/
|
|
2591
|
-
modifyTransitGatewayMeteringPolicy(args: ModifyTransitGatewayMeteringPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayMeteringPolicyCommandOutput, Cause.
|
|
2619
|
+
modifyTransitGatewayMeteringPolicy(args: ModifyTransitGatewayMeteringPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayMeteringPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2592
2620
|
/**
|
|
2593
2621
|
* @see {@link ModifyTransitGatewayPrefixListReferenceCommand}
|
|
2594
2622
|
*/
|
|
2595
|
-
modifyTransitGatewayPrefixListReference(args: ModifyTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayPrefixListReferenceCommandOutput, Cause.
|
|
2623
|
+
modifyTransitGatewayPrefixListReference(args: ModifyTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayPrefixListReferenceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2596
2624
|
/**
|
|
2597
2625
|
* @see {@link ModifyTransitGatewayVpcAttachmentCommand}
|
|
2598
2626
|
*/
|
|
2599
|
-
modifyTransitGatewayVpcAttachment(args: ModifyTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayVpcAttachmentCommandOutput, Cause.
|
|
2627
|
+
modifyTransitGatewayVpcAttachment(args: ModifyTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyTransitGatewayVpcAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2600
2628
|
/**
|
|
2601
2629
|
* @see {@link ModifyVerifiedAccessEndpointCommand}
|
|
2602
2630
|
*/
|
|
2603
|
-
modifyVerifiedAccessEndpoint(args: ModifyVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessEndpointCommandOutput, Cause.
|
|
2631
|
+
modifyVerifiedAccessEndpoint(args: ModifyVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2604
2632
|
/**
|
|
2605
2633
|
* @see {@link ModifyVerifiedAccessEndpointPolicyCommand}
|
|
2606
2634
|
*/
|
|
2607
|
-
modifyVerifiedAccessEndpointPolicy(args: ModifyVerifiedAccessEndpointPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessEndpointPolicyCommandOutput, Cause.
|
|
2635
|
+
modifyVerifiedAccessEndpointPolicy(args: ModifyVerifiedAccessEndpointPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessEndpointPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2608
2636
|
/**
|
|
2609
2637
|
* @see {@link ModifyVerifiedAccessGroupCommand}
|
|
2610
2638
|
*/
|
|
2611
|
-
modifyVerifiedAccessGroup(args: ModifyVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessGroupCommandOutput, Cause.
|
|
2639
|
+
modifyVerifiedAccessGroup(args: ModifyVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessGroupCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2612
2640
|
/**
|
|
2613
2641
|
* @see {@link ModifyVerifiedAccessGroupPolicyCommand}
|
|
2614
2642
|
*/
|
|
2615
|
-
modifyVerifiedAccessGroupPolicy(args: ModifyVerifiedAccessGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessGroupPolicyCommandOutput, Cause.
|
|
2643
|
+
modifyVerifiedAccessGroupPolicy(args: ModifyVerifiedAccessGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessGroupPolicyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2616
2644
|
/**
|
|
2617
2645
|
* @see {@link ModifyVerifiedAccessInstanceCommand}
|
|
2618
2646
|
*/
|
|
2619
|
-
modifyVerifiedAccessInstance(args: ModifyVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessInstanceCommandOutput, Cause.
|
|
2647
|
+
modifyVerifiedAccessInstance(args: ModifyVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessInstanceCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2620
2648
|
/**
|
|
2621
2649
|
* @see {@link ModifyVerifiedAccessInstanceLoggingConfigurationCommand}
|
|
2622
2650
|
*/
|
|
2623
|
-
modifyVerifiedAccessInstanceLoggingConfiguration(args: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput, Cause.
|
|
2651
|
+
modifyVerifiedAccessInstanceLoggingConfiguration(args: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2624
2652
|
/**
|
|
2625
2653
|
* @see {@link ModifyVerifiedAccessTrustProviderCommand}
|
|
2626
2654
|
*/
|
|
2627
|
-
modifyVerifiedAccessTrustProvider(args: ModifyVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessTrustProviderCommandOutput, Cause.
|
|
2655
|
+
modifyVerifiedAccessTrustProvider(args: ModifyVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVerifiedAccessTrustProviderCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2628
2656
|
/**
|
|
2629
2657
|
* @see {@link ModifyVolumeCommand}
|
|
2630
2658
|
*/
|
|
2631
|
-
modifyVolume(args: ModifyVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVolumeCommandOutput, Cause.
|
|
2659
|
+
modifyVolume(args: ModifyVolumeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVolumeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2632
2660
|
/**
|
|
2633
2661
|
* @see {@link ModifyVolumeAttributeCommand}
|
|
2634
2662
|
*/
|
|
2635
|
-
modifyVolumeAttribute(args: ModifyVolumeAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVolumeAttributeCommandOutput, Cause.
|
|
2663
|
+
modifyVolumeAttribute(args: ModifyVolumeAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVolumeAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2636
2664
|
/**
|
|
2637
2665
|
* @see {@link ModifyVpcAttributeCommand}
|
|
2638
2666
|
*/
|
|
2639
|
-
modifyVpcAttribute(args: ModifyVpcAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcAttributeCommandOutput, Cause.
|
|
2667
|
+
modifyVpcAttribute(args: ModifyVpcAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2640
2668
|
/**
|
|
2641
2669
|
* @see {@link ModifyVpcBlockPublicAccessExclusionCommand}
|
|
2642
2670
|
*/
|
|
2643
|
-
modifyVpcBlockPublicAccessExclusion(args: ModifyVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcBlockPublicAccessExclusionCommandOutput, Cause.
|
|
2671
|
+
modifyVpcBlockPublicAccessExclusion(args: ModifyVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcBlockPublicAccessExclusionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2644
2672
|
/**
|
|
2645
2673
|
* @see {@link ModifyVpcBlockPublicAccessOptionsCommand}
|
|
2646
2674
|
*/
|
|
2647
|
-
modifyVpcBlockPublicAccessOptions(args: ModifyVpcBlockPublicAccessOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcBlockPublicAccessOptionsCommandOutput, Cause.
|
|
2675
|
+
modifyVpcBlockPublicAccessOptions(args: ModifyVpcBlockPublicAccessOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcBlockPublicAccessOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2648
2676
|
/**
|
|
2649
2677
|
* @see {@link ModifyVpcEncryptionControlCommand}
|
|
2650
2678
|
*/
|
|
2651
|
-
modifyVpcEncryptionControl(args: ModifyVpcEncryptionControlCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEncryptionControlCommandOutput, Cause.
|
|
2679
|
+
modifyVpcEncryptionControl(args: ModifyVpcEncryptionControlCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEncryptionControlCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2652
2680
|
/**
|
|
2653
2681
|
* @see {@link ModifyVpcEndpointCommand}
|
|
2654
2682
|
*/
|
|
2655
|
-
modifyVpcEndpoint(args: ModifyVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointCommandOutput, Cause.
|
|
2683
|
+
modifyVpcEndpoint(args: ModifyVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2656
2684
|
/**
|
|
2657
2685
|
* @see {@link ModifyVpcEndpointConnectionNotificationCommand}
|
|
2658
2686
|
*/
|
|
2659
|
-
modifyVpcEndpointConnectionNotification(args: ModifyVpcEndpointConnectionNotificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointConnectionNotificationCommandOutput, Cause.
|
|
2687
|
+
modifyVpcEndpointConnectionNotification(args: ModifyVpcEndpointConnectionNotificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointConnectionNotificationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2660
2688
|
/**
|
|
2661
2689
|
* @see {@link ModifyVpcEndpointServiceConfigurationCommand}
|
|
2662
2690
|
*/
|
|
2663
|
-
modifyVpcEndpointServiceConfiguration(args: ModifyVpcEndpointServiceConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointServiceConfigurationCommandOutput, Cause.
|
|
2691
|
+
modifyVpcEndpointServiceConfiguration(args: ModifyVpcEndpointServiceConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointServiceConfigurationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2664
2692
|
/**
|
|
2665
2693
|
* @see {@link ModifyVpcEndpointServicePayerResponsibilityCommand}
|
|
2666
2694
|
*/
|
|
2667
|
-
modifyVpcEndpointServicePayerResponsibility(args: ModifyVpcEndpointServicePayerResponsibilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointServicePayerResponsibilityCommandOutput, Cause.
|
|
2695
|
+
modifyVpcEndpointServicePayerResponsibility(args: ModifyVpcEndpointServicePayerResponsibilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointServicePayerResponsibilityCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2668
2696
|
/**
|
|
2669
2697
|
* @see {@link ModifyVpcEndpointServicePermissionsCommand}
|
|
2670
2698
|
*/
|
|
2671
|
-
modifyVpcEndpointServicePermissions(args: ModifyVpcEndpointServicePermissionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointServicePermissionsCommandOutput, Cause.
|
|
2699
|
+
modifyVpcEndpointServicePermissions(args: ModifyVpcEndpointServicePermissionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcEndpointServicePermissionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2672
2700
|
/**
|
|
2673
2701
|
* @see {@link ModifyVpcPeeringConnectionOptionsCommand}
|
|
2674
2702
|
*/
|
|
2675
|
-
modifyVpcPeeringConnectionOptions(args: ModifyVpcPeeringConnectionOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcPeeringConnectionOptionsCommandOutput, Cause.
|
|
2703
|
+
modifyVpcPeeringConnectionOptions(args: ModifyVpcPeeringConnectionOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcPeeringConnectionOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2676
2704
|
/**
|
|
2677
2705
|
* @see {@link ModifyVpcTenancyCommand}
|
|
2678
2706
|
*/
|
|
2679
|
-
modifyVpcTenancy(args: ModifyVpcTenancyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcTenancyCommandOutput, Cause.
|
|
2707
|
+
modifyVpcTenancy(args: ModifyVpcTenancyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpcTenancyCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2680
2708
|
/**
|
|
2681
2709
|
* @see {@link ModifyVpnConnectionCommand}
|
|
2682
2710
|
*/
|
|
2683
|
-
modifyVpnConnection(args: ModifyVpnConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnConnectionCommandOutput, Cause.
|
|
2711
|
+
modifyVpnConnection(args: ModifyVpnConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnConnectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2684
2712
|
/**
|
|
2685
2713
|
* @see {@link ModifyVpnConnectionOptionsCommand}
|
|
2686
2714
|
*/
|
|
2687
|
-
modifyVpnConnectionOptions(args: ModifyVpnConnectionOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnConnectionOptionsCommandOutput, Cause.
|
|
2715
|
+
modifyVpnConnectionOptions(args: ModifyVpnConnectionOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnConnectionOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2688
2716
|
/**
|
|
2689
2717
|
* @see {@link ModifyVpnTunnelCertificateCommand}
|
|
2690
2718
|
*/
|
|
2691
|
-
modifyVpnTunnelCertificate(args: ModifyVpnTunnelCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnTunnelCertificateCommandOutput, Cause.
|
|
2719
|
+
modifyVpnTunnelCertificate(args: ModifyVpnTunnelCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnTunnelCertificateCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2692
2720
|
/**
|
|
2693
2721
|
* @see {@link ModifyVpnTunnelOptionsCommand}
|
|
2694
2722
|
*/
|
|
2695
|
-
modifyVpnTunnelOptions(args: ModifyVpnTunnelOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnTunnelOptionsCommandOutput, Cause.
|
|
2723
|
+
modifyVpnTunnelOptions(args: ModifyVpnTunnelOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ModifyVpnTunnelOptionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2696
2724
|
/**
|
|
2697
2725
|
* @see {@link MonitorInstancesCommand}
|
|
2698
2726
|
*/
|
|
2699
|
-
monitorInstances(args: MonitorInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<MonitorInstancesCommandOutput, Cause.
|
|
2727
|
+
monitorInstances(args: MonitorInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<MonitorInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2700
2728
|
/**
|
|
2701
2729
|
* @see {@link MoveAddressToVpcCommand}
|
|
2702
2730
|
*/
|
|
2703
|
-
moveAddressToVpc(args: MoveAddressToVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveAddressToVpcCommandOutput, Cause.
|
|
2731
|
+
moveAddressToVpc(args: MoveAddressToVpcCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveAddressToVpcCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2704
2732
|
/**
|
|
2705
2733
|
* @see {@link MoveByoipCidrToIpamCommand}
|
|
2706
2734
|
*/
|
|
2707
|
-
moveByoipCidrToIpam(args: MoveByoipCidrToIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveByoipCidrToIpamCommandOutput, Cause.
|
|
2735
|
+
moveByoipCidrToIpam(args: MoveByoipCidrToIpamCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveByoipCidrToIpamCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2708
2736
|
/**
|
|
2709
2737
|
* @see {@link MoveCapacityReservationInstancesCommand}
|
|
2710
2738
|
*/
|
|
2711
|
-
moveCapacityReservationInstances(args: MoveCapacityReservationInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveCapacityReservationInstancesCommandOutput, Cause.
|
|
2739
|
+
moveCapacityReservationInstances(args: MoveCapacityReservationInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveCapacityReservationInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2712
2740
|
/**
|
|
2713
2741
|
* @see {@link ProvisionByoipCidrCommand}
|
|
2714
2742
|
*/
|
|
2715
|
-
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionByoipCidrCommandOutput, Cause.
|
|
2743
|
+
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionByoipCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2716
2744
|
/**
|
|
2717
2745
|
* @see {@link ProvisionIpamByoasnCommand}
|
|
2718
2746
|
*/
|
|
2719
|
-
provisionIpamByoasn(args: ProvisionIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionIpamByoasnCommandOutput, Cause.
|
|
2747
|
+
provisionIpamByoasn(args: ProvisionIpamByoasnCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionIpamByoasnCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2720
2748
|
/**
|
|
2721
2749
|
* @see {@link ProvisionIpamPoolCidrCommand}
|
|
2722
2750
|
*/
|
|
2723
|
-
provisionIpamPoolCidr(args: ProvisionIpamPoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionIpamPoolCidrCommandOutput, Cause.
|
|
2751
|
+
provisionIpamPoolCidr(args: ProvisionIpamPoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionIpamPoolCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2724
2752
|
/**
|
|
2725
2753
|
* @see {@link ProvisionPublicIpv4PoolCidrCommand}
|
|
2726
2754
|
*/
|
|
2727
|
-
provisionPublicIpv4PoolCidr(args: ProvisionPublicIpv4PoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionPublicIpv4PoolCidrCommandOutput, Cause.
|
|
2755
|
+
provisionPublicIpv4PoolCidr(args: ProvisionPublicIpv4PoolCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<ProvisionPublicIpv4PoolCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2728
2756
|
/**
|
|
2729
2757
|
* @see {@link PurchaseCapacityBlockCommand}
|
|
2730
2758
|
*/
|
|
2731
|
-
purchaseCapacityBlock(args: PurchaseCapacityBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseCapacityBlockCommandOutput, Cause.
|
|
2759
|
+
purchaseCapacityBlock(args: PurchaseCapacityBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseCapacityBlockCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2732
2760
|
/**
|
|
2733
2761
|
* @see {@link PurchaseCapacityBlockExtensionCommand}
|
|
2734
2762
|
*/
|
|
2735
|
-
purchaseCapacityBlockExtension(args: PurchaseCapacityBlockExtensionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseCapacityBlockExtensionCommandOutput, Cause.
|
|
2763
|
+
purchaseCapacityBlockExtension(args: PurchaseCapacityBlockExtensionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseCapacityBlockExtensionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2736
2764
|
/**
|
|
2737
2765
|
* @see {@link PurchaseHostReservationCommand}
|
|
2738
2766
|
*/
|
|
2739
|
-
purchaseHostReservation(args: PurchaseHostReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseHostReservationCommandOutput, Cause.
|
|
2767
|
+
purchaseHostReservation(args: PurchaseHostReservationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseHostReservationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2740
2768
|
/**
|
|
2741
2769
|
* @see {@link PurchaseReservedInstancesOfferingCommand}
|
|
2742
2770
|
*/
|
|
2743
|
-
purchaseReservedInstancesOffering(args: PurchaseReservedInstancesOfferingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseReservedInstancesOfferingCommandOutput, Cause.
|
|
2771
|
+
purchaseReservedInstancesOffering(args: PurchaseReservedInstancesOfferingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseReservedInstancesOfferingCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2744
2772
|
/**
|
|
2745
2773
|
* @see {@link PurchaseScheduledInstancesCommand}
|
|
2746
2774
|
*/
|
|
2747
|
-
purchaseScheduledInstances(args: PurchaseScheduledInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseScheduledInstancesCommandOutput, Cause.
|
|
2775
|
+
purchaseScheduledInstances(args: PurchaseScheduledInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseScheduledInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2748
2776
|
/**
|
|
2749
2777
|
* @see {@link RebootInstancesCommand}
|
|
2750
2778
|
*/
|
|
2751
|
-
rebootInstances(args: RebootInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RebootInstancesCommandOutput, Cause.
|
|
2779
|
+
rebootInstances(args: RebootInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RebootInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2752
2780
|
/**
|
|
2753
2781
|
* @see {@link RegisterImageCommand}
|
|
2754
2782
|
*/
|
|
2755
|
-
registerImage(args: RegisterImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterImageCommandOutput, Cause.
|
|
2783
|
+
registerImage(args: RegisterImageCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterImageCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2756
2784
|
/**
|
|
2757
2785
|
* @see {@link RegisterInstanceEventNotificationAttributesCommand}
|
|
2758
2786
|
*/
|
|
2759
|
-
registerInstanceEventNotificationAttributes(args: RegisterInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterInstanceEventNotificationAttributesCommandOutput, Cause.
|
|
2787
|
+
registerInstanceEventNotificationAttributes(args: RegisterInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterInstanceEventNotificationAttributesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2760
2788
|
/**
|
|
2761
2789
|
* @see {@link RegisterTransitGatewayMulticastGroupMembersCommand}
|
|
2762
2790
|
*/
|
|
2763
|
-
registerTransitGatewayMulticastGroupMembers(args: RegisterTransitGatewayMulticastGroupMembersCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterTransitGatewayMulticastGroupMembersCommandOutput, Cause.
|
|
2791
|
+
registerTransitGatewayMulticastGroupMembers(args: RegisterTransitGatewayMulticastGroupMembersCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterTransitGatewayMulticastGroupMembersCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2764
2792
|
/**
|
|
2765
2793
|
* @see {@link RegisterTransitGatewayMulticastGroupSourcesCommand}
|
|
2766
2794
|
*/
|
|
2767
|
-
registerTransitGatewayMulticastGroupSources(args: RegisterTransitGatewayMulticastGroupSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterTransitGatewayMulticastGroupSourcesCommandOutput, Cause.
|
|
2795
|
+
registerTransitGatewayMulticastGroupSources(args: RegisterTransitGatewayMulticastGroupSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterTransitGatewayMulticastGroupSourcesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2768
2796
|
/**
|
|
2769
2797
|
* @see {@link RejectCapacityReservationBillingOwnershipCommand}
|
|
2770
2798
|
*/
|
|
2771
|
-
rejectCapacityReservationBillingOwnership(args: RejectCapacityReservationBillingOwnershipCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectCapacityReservationBillingOwnershipCommandOutput, Cause.
|
|
2799
|
+
rejectCapacityReservationBillingOwnership(args: RejectCapacityReservationBillingOwnershipCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectCapacityReservationBillingOwnershipCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2772
2800
|
/**
|
|
2773
2801
|
* @see {@link RejectTransitGatewayMulticastDomainAssociationsCommand}
|
|
2774
2802
|
*/
|
|
2775
|
-
rejectTransitGatewayMulticastDomainAssociations(args: RejectTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectTransitGatewayMulticastDomainAssociationsCommandOutput, Cause.
|
|
2803
|
+
rejectTransitGatewayMulticastDomainAssociations(args: RejectTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectTransitGatewayMulticastDomainAssociationsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2776
2804
|
/**
|
|
2777
2805
|
* @see {@link RejectTransitGatewayPeeringAttachmentCommand}
|
|
2778
2806
|
*/
|
|
2779
|
-
rejectTransitGatewayPeeringAttachment(args: RejectTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectTransitGatewayPeeringAttachmentCommandOutput, Cause.
|
|
2807
|
+
rejectTransitGatewayPeeringAttachment(args: RejectTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectTransitGatewayPeeringAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2780
2808
|
/**
|
|
2781
2809
|
* @see {@link RejectTransitGatewayVpcAttachmentCommand}
|
|
2782
2810
|
*/
|
|
2783
|
-
rejectTransitGatewayVpcAttachment(args: RejectTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectTransitGatewayVpcAttachmentCommandOutput, Cause.
|
|
2811
|
+
rejectTransitGatewayVpcAttachment(args: RejectTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectTransitGatewayVpcAttachmentCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2784
2812
|
/**
|
|
2785
2813
|
* @see {@link RejectVpcEndpointConnectionsCommand}
|
|
2786
2814
|
*/
|
|
2787
|
-
rejectVpcEndpointConnections(args: RejectVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectVpcEndpointConnectionsCommandOutput, Cause.
|
|
2815
|
+
rejectVpcEndpointConnections(args: RejectVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectVpcEndpointConnectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2788
2816
|
/**
|
|
2789
2817
|
* @see {@link RejectVpcPeeringConnectionCommand}
|
|
2790
2818
|
*/
|
|
2791
|
-
rejectVpcPeeringConnection(args: RejectVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectVpcPeeringConnectionCommandOutput, Cause.
|
|
2819
|
+
rejectVpcPeeringConnection(args: RejectVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectVpcPeeringConnectionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2792
2820
|
/**
|
|
2793
2821
|
* @see {@link ReleaseAddressCommand}
|
|
2794
2822
|
*/
|
|
2795
|
-
releaseAddress(args: ReleaseAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReleaseAddressCommandOutput, Cause.
|
|
2823
|
+
releaseAddress(args: ReleaseAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReleaseAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2796
2824
|
/**
|
|
2797
2825
|
* @see {@link ReleaseHostsCommand}
|
|
2798
2826
|
*/
|
|
2799
|
-
releaseHosts(args: ReleaseHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReleaseHostsCommandOutput, Cause.
|
|
2827
|
+
releaseHosts(args: ReleaseHostsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReleaseHostsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2800
2828
|
/**
|
|
2801
2829
|
* @see {@link ReleaseIpamPoolAllocationCommand}
|
|
2802
2830
|
*/
|
|
2803
|
-
releaseIpamPoolAllocation(args: ReleaseIpamPoolAllocationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReleaseIpamPoolAllocationCommandOutput, Cause.
|
|
2831
|
+
releaseIpamPoolAllocation(args: ReleaseIpamPoolAllocationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReleaseIpamPoolAllocationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2804
2832
|
/**
|
|
2805
2833
|
* @see {@link ReplaceIamInstanceProfileAssociationCommand}
|
|
2806
2834
|
*/
|
|
2807
|
-
replaceIamInstanceProfileAssociation(args: ReplaceIamInstanceProfileAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceIamInstanceProfileAssociationCommandOutput, Cause.
|
|
2835
|
+
replaceIamInstanceProfileAssociation(args: ReplaceIamInstanceProfileAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceIamInstanceProfileAssociationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2808
2836
|
/**
|
|
2809
2837
|
* @see {@link ReplaceImageCriteriaInAllowedImagesSettingsCommand}
|
|
2810
2838
|
*/
|
|
2811
|
-
replaceImageCriteriaInAllowedImagesSettings(args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput, Cause.
|
|
2839
|
+
replaceImageCriteriaInAllowedImagesSettings(args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2812
2840
|
/**
|
|
2813
2841
|
* @see {@link ReplaceNetworkAclAssociationCommand}
|
|
2814
2842
|
*/
|
|
2815
|
-
replaceNetworkAclAssociation(args: ReplaceNetworkAclAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceNetworkAclAssociationCommandOutput, Cause.
|
|
2843
|
+
replaceNetworkAclAssociation(args: ReplaceNetworkAclAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceNetworkAclAssociationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2816
2844
|
/**
|
|
2817
2845
|
* @see {@link ReplaceNetworkAclEntryCommand}
|
|
2818
2846
|
*/
|
|
2819
|
-
replaceNetworkAclEntry(args: ReplaceNetworkAclEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceNetworkAclEntryCommandOutput, Cause.
|
|
2847
|
+
replaceNetworkAclEntry(args: ReplaceNetworkAclEntryCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceNetworkAclEntryCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2820
2848
|
/**
|
|
2821
2849
|
* @see {@link ReplaceRouteCommand}
|
|
2822
2850
|
*/
|
|
2823
|
-
replaceRoute(args: ReplaceRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceRouteCommandOutput, Cause.
|
|
2851
|
+
replaceRoute(args: ReplaceRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2824
2852
|
/**
|
|
2825
2853
|
* @see {@link ReplaceRouteTableAssociationCommand}
|
|
2826
2854
|
*/
|
|
2827
|
-
replaceRouteTableAssociation(args: ReplaceRouteTableAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceRouteTableAssociationCommandOutput, Cause.
|
|
2855
|
+
replaceRouteTableAssociation(args: ReplaceRouteTableAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceRouteTableAssociationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2828
2856
|
/**
|
|
2829
2857
|
* @see {@link ReplaceTransitGatewayRouteCommand}
|
|
2830
2858
|
*/
|
|
2831
|
-
replaceTransitGatewayRoute(args: ReplaceTransitGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceTransitGatewayRouteCommandOutput, Cause.
|
|
2859
|
+
replaceTransitGatewayRoute(args: ReplaceTransitGatewayRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceTransitGatewayRouteCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2832
2860
|
/**
|
|
2833
2861
|
* @see {@link ReplaceVpnTunnelCommand}
|
|
2834
2862
|
*/
|
|
2835
|
-
replaceVpnTunnel(args: ReplaceVpnTunnelCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceVpnTunnelCommandOutput, Cause.
|
|
2863
|
+
replaceVpnTunnel(args: ReplaceVpnTunnelCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReplaceVpnTunnelCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2836
2864
|
/**
|
|
2837
2865
|
* @see {@link ReportInstanceStatusCommand}
|
|
2838
2866
|
*/
|
|
2839
|
-
reportInstanceStatus(args: ReportInstanceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReportInstanceStatusCommandOutput, Cause.
|
|
2867
|
+
reportInstanceStatus(args: ReportInstanceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReportInstanceStatusCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2840
2868
|
/**
|
|
2841
2869
|
* @see {@link RequestSpotFleetCommand}
|
|
2842
2870
|
*/
|
|
2843
|
-
requestSpotFleet(args: RequestSpotFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<RequestSpotFleetCommandOutput, Cause.
|
|
2871
|
+
requestSpotFleet(args: RequestSpotFleetCommandInput, options?: HttpHandlerOptions): Effect.Effect<RequestSpotFleetCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2844
2872
|
/**
|
|
2845
2873
|
* @see {@link RequestSpotInstancesCommand}
|
|
2846
2874
|
*/
|
|
2847
|
-
requestSpotInstances(args: RequestSpotInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RequestSpotInstancesCommandOutput, Cause.
|
|
2875
|
+
requestSpotInstances(args: RequestSpotInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RequestSpotInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2848
2876
|
/**
|
|
2849
2877
|
* @see {@link ResetAddressAttributeCommand}
|
|
2850
2878
|
*/
|
|
2851
|
-
resetAddressAttribute(args: ResetAddressAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetAddressAttributeCommandOutput, Cause.
|
|
2879
|
+
resetAddressAttribute(args: ResetAddressAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetAddressAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2852
2880
|
/**
|
|
2853
2881
|
* @see {@link ResetEbsDefaultKmsKeyIdCommand}
|
|
2854
2882
|
*/
|
|
2855
|
-
resetEbsDefaultKmsKeyId(args: ResetEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetEbsDefaultKmsKeyIdCommandOutput, Cause.
|
|
2883
|
+
resetEbsDefaultKmsKeyId(args: ResetEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetEbsDefaultKmsKeyIdCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2856
2884
|
/**
|
|
2857
2885
|
* @see {@link ResetFpgaImageAttributeCommand}
|
|
2858
2886
|
*/
|
|
2859
|
-
resetFpgaImageAttribute(args: ResetFpgaImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetFpgaImageAttributeCommandOutput, Cause.
|
|
2887
|
+
resetFpgaImageAttribute(args: ResetFpgaImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetFpgaImageAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2860
2888
|
/**
|
|
2861
2889
|
* @see {@link ResetImageAttributeCommand}
|
|
2862
2890
|
*/
|
|
2863
|
-
resetImageAttribute(args: ResetImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetImageAttributeCommandOutput, Cause.
|
|
2891
|
+
resetImageAttribute(args: ResetImageAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetImageAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2864
2892
|
/**
|
|
2865
2893
|
* @see {@link ResetInstanceAttributeCommand}
|
|
2866
2894
|
*/
|
|
2867
|
-
resetInstanceAttribute(args: ResetInstanceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetInstanceAttributeCommandOutput, Cause.
|
|
2895
|
+
resetInstanceAttribute(args: ResetInstanceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetInstanceAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2868
2896
|
/**
|
|
2869
2897
|
* @see {@link ResetNetworkInterfaceAttributeCommand}
|
|
2870
2898
|
*/
|
|
2871
|
-
resetNetworkInterfaceAttribute(args: ResetNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetNetworkInterfaceAttributeCommandOutput, Cause.
|
|
2899
|
+
resetNetworkInterfaceAttribute(args: ResetNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetNetworkInterfaceAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2872
2900
|
/**
|
|
2873
2901
|
* @see {@link ResetSnapshotAttributeCommand}
|
|
2874
2902
|
*/
|
|
2875
|
-
resetSnapshotAttribute(args: ResetSnapshotAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetSnapshotAttributeCommandOutput, Cause.
|
|
2903
|
+
resetSnapshotAttribute(args: ResetSnapshotAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetSnapshotAttributeCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2876
2904
|
/**
|
|
2877
2905
|
* @see {@link RestoreAddressToClassicCommand}
|
|
2878
2906
|
*/
|
|
2879
|
-
restoreAddressToClassic(args: RestoreAddressToClassicCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreAddressToClassicCommandOutput, Cause.
|
|
2907
|
+
restoreAddressToClassic(args: RestoreAddressToClassicCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreAddressToClassicCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2880
2908
|
/**
|
|
2881
2909
|
* @see {@link RestoreImageFromRecycleBinCommand}
|
|
2882
2910
|
*/
|
|
2883
|
-
restoreImageFromRecycleBin(args: RestoreImageFromRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreImageFromRecycleBinCommandOutput, Cause.
|
|
2911
|
+
restoreImageFromRecycleBin(args: RestoreImageFromRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreImageFromRecycleBinCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2884
2912
|
/**
|
|
2885
2913
|
* @see {@link RestoreManagedPrefixListVersionCommand}
|
|
2886
2914
|
*/
|
|
2887
|
-
restoreManagedPrefixListVersion(args: RestoreManagedPrefixListVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreManagedPrefixListVersionCommandOutput, Cause.
|
|
2915
|
+
restoreManagedPrefixListVersion(args: RestoreManagedPrefixListVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreManagedPrefixListVersionCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2888
2916
|
/**
|
|
2889
2917
|
* @see {@link RestoreSnapshotFromRecycleBinCommand}
|
|
2890
2918
|
*/
|
|
2891
|
-
restoreSnapshotFromRecycleBin(args: RestoreSnapshotFromRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreSnapshotFromRecycleBinCommandOutput, Cause.
|
|
2919
|
+
restoreSnapshotFromRecycleBin(args: RestoreSnapshotFromRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreSnapshotFromRecycleBinCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2892
2920
|
/**
|
|
2893
2921
|
* @see {@link RestoreSnapshotTierCommand}
|
|
2894
2922
|
*/
|
|
2895
|
-
restoreSnapshotTier(args: RestoreSnapshotTierCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreSnapshotTierCommandOutput, Cause.
|
|
2923
|
+
restoreSnapshotTier(args: RestoreSnapshotTierCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreSnapshotTierCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2896
2924
|
/**
|
|
2897
2925
|
* @see {@link RestoreVolumeFromRecycleBinCommand}
|
|
2898
2926
|
*/
|
|
2899
|
-
restoreVolumeFromRecycleBin(args: RestoreVolumeFromRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreVolumeFromRecycleBinCommandOutput, Cause.
|
|
2927
|
+
restoreVolumeFromRecycleBin(args: RestoreVolumeFromRecycleBinCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreVolumeFromRecycleBinCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2900
2928
|
/**
|
|
2901
2929
|
* @see {@link RevokeClientVpnIngressCommand}
|
|
2902
2930
|
*/
|
|
2903
|
-
revokeClientVpnIngress(args: RevokeClientVpnIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeClientVpnIngressCommandOutput, Cause.
|
|
2931
|
+
revokeClientVpnIngress(args: RevokeClientVpnIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeClientVpnIngressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2904
2932
|
/**
|
|
2905
2933
|
* @see {@link RevokeSecurityGroupEgressCommand}
|
|
2906
2934
|
*/
|
|
2907
|
-
revokeSecurityGroupEgress(args: RevokeSecurityGroupEgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeSecurityGroupEgressCommandOutput, Cause.
|
|
2935
|
+
revokeSecurityGroupEgress(args: RevokeSecurityGroupEgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeSecurityGroupEgressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2908
2936
|
/**
|
|
2909
2937
|
* @see {@link RevokeSecurityGroupIngressCommand}
|
|
2910
2938
|
*/
|
|
2911
|
-
revokeSecurityGroupIngress(args: RevokeSecurityGroupIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeSecurityGroupIngressCommandOutput, Cause.
|
|
2939
|
+
revokeSecurityGroupIngress(args: RevokeSecurityGroupIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeSecurityGroupIngressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2912
2940
|
/**
|
|
2913
2941
|
* @see {@link RunInstancesCommand}
|
|
2914
2942
|
*/
|
|
2915
|
-
runInstances(args: RunInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RunInstancesCommandOutput, Cause.
|
|
2943
|
+
runInstances(args: RunInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RunInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2916
2944
|
/**
|
|
2917
2945
|
* @see {@link RunScheduledInstancesCommand}
|
|
2918
2946
|
*/
|
|
2919
|
-
runScheduledInstances(args: RunScheduledInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RunScheduledInstancesCommandOutput, Cause.
|
|
2947
|
+
runScheduledInstances(args: RunScheduledInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<RunScheduledInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2920
2948
|
/**
|
|
2921
2949
|
* @see {@link SearchLocalGatewayRoutesCommand}
|
|
2922
2950
|
*/
|
|
2923
|
-
searchLocalGatewayRoutes(args: SearchLocalGatewayRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<SearchLocalGatewayRoutesCommandOutput, Cause.
|
|
2951
|
+
searchLocalGatewayRoutes(args: SearchLocalGatewayRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<SearchLocalGatewayRoutesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2924
2952
|
/**
|
|
2925
2953
|
* @see {@link SearchTransitGatewayMulticastGroupsCommand}
|
|
2926
2954
|
*/
|
|
2927
|
-
searchTransitGatewayMulticastGroups(args: SearchTransitGatewayMulticastGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<SearchTransitGatewayMulticastGroupsCommandOutput, Cause.
|
|
2955
|
+
searchTransitGatewayMulticastGroups(args: SearchTransitGatewayMulticastGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<SearchTransitGatewayMulticastGroupsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2928
2956
|
/**
|
|
2929
2957
|
* @see {@link SearchTransitGatewayRoutesCommand}
|
|
2930
2958
|
*/
|
|
2931
|
-
searchTransitGatewayRoutes(args: SearchTransitGatewayRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<SearchTransitGatewayRoutesCommandOutput, Cause.
|
|
2959
|
+
searchTransitGatewayRoutes(args: SearchTransitGatewayRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<SearchTransitGatewayRoutesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2932
2960
|
/**
|
|
2933
2961
|
* @see {@link SendDiagnosticInterruptCommand}
|
|
2934
2962
|
*/
|
|
2935
|
-
sendDiagnosticInterrupt(args: SendDiagnosticInterruptCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDiagnosticInterruptCommandOutput, Cause.
|
|
2963
|
+
sendDiagnosticInterrupt(args: SendDiagnosticInterruptCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDiagnosticInterruptCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2936
2964
|
/**
|
|
2937
2965
|
* @see {@link StartDeclarativePoliciesReportCommand}
|
|
2938
2966
|
*/
|
|
2939
|
-
startDeclarativePoliciesReport(args: StartDeclarativePoliciesReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartDeclarativePoliciesReportCommandOutput, Cause.
|
|
2967
|
+
startDeclarativePoliciesReport(args: StartDeclarativePoliciesReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartDeclarativePoliciesReportCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2940
2968
|
/**
|
|
2941
2969
|
* @see {@link StartInstancesCommand}
|
|
2942
2970
|
*/
|
|
2943
|
-
startInstances(args: StartInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartInstancesCommandOutput, Cause.
|
|
2971
|
+
startInstances(args: StartInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2944
2972
|
/**
|
|
2945
2973
|
* @see {@link StartNetworkInsightsAccessScopeAnalysisCommand}
|
|
2946
2974
|
*/
|
|
2947
|
-
startNetworkInsightsAccessScopeAnalysis(args: StartNetworkInsightsAccessScopeAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartNetworkInsightsAccessScopeAnalysisCommandOutput, Cause.
|
|
2975
|
+
startNetworkInsightsAccessScopeAnalysis(args: StartNetworkInsightsAccessScopeAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartNetworkInsightsAccessScopeAnalysisCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2948
2976
|
/**
|
|
2949
2977
|
* @see {@link StartNetworkInsightsAnalysisCommand}
|
|
2950
2978
|
*/
|
|
2951
|
-
startNetworkInsightsAnalysis(args: StartNetworkInsightsAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartNetworkInsightsAnalysisCommandOutput, Cause.
|
|
2979
|
+
startNetworkInsightsAnalysis(args: StartNetworkInsightsAnalysisCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartNetworkInsightsAnalysisCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2952
2980
|
/**
|
|
2953
2981
|
* @see {@link StartVpcEndpointServicePrivateDnsVerificationCommand}
|
|
2954
2982
|
*/
|
|
2955
|
-
startVpcEndpointServicePrivateDnsVerification(args: StartVpcEndpointServicePrivateDnsVerificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartVpcEndpointServicePrivateDnsVerificationCommandOutput, Cause.
|
|
2983
|
+
startVpcEndpointServicePrivateDnsVerification(args: StartVpcEndpointServicePrivateDnsVerificationCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartVpcEndpointServicePrivateDnsVerificationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2956
2984
|
/**
|
|
2957
2985
|
* @see {@link StopInstancesCommand}
|
|
2958
2986
|
*/
|
|
2959
|
-
stopInstances(args: StopInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopInstancesCommandOutput, Cause.
|
|
2987
|
+
stopInstances(args: StopInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2960
2988
|
/**
|
|
2961
2989
|
* @see {@link TerminateClientVpnConnectionsCommand}
|
|
2962
2990
|
*/
|
|
2963
|
-
terminateClientVpnConnections(args: TerminateClientVpnConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateClientVpnConnectionsCommandOutput, Cause.
|
|
2991
|
+
terminateClientVpnConnections(args: TerminateClientVpnConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateClientVpnConnectionsCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2964
2992
|
/**
|
|
2965
2993
|
* @see {@link TerminateInstancesCommand}
|
|
2966
2994
|
*/
|
|
2967
|
-
terminateInstances(args: TerminateInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateInstancesCommandOutput, Cause.
|
|
2995
|
+
terminateInstances(args: TerminateInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2968
2996
|
/**
|
|
2969
2997
|
* @see {@link UnassignIpv6AddressesCommand}
|
|
2970
2998
|
*/
|
|
2971
|
-
unassignIpv6Addresses(args: UnassignIpv6AddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnassignIpv6AddressesCommandOutput, Cause.
|
|
2999
|
+
unassignIpv6Addresses(args: UnassignIpv6AddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnassignIpv6AddressesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2972
3000
|
/**
|
|
2973
3001
|
* @see {@link UnassignPrivateIpAddressesCommand}
|
|
2974
3002
|
*/
|
|
2975
|
-
unassignPrivateIpAddresses(args: UnassignPrivateIpAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnassignPrivateIpAddressesCommandOutput, Cause.
|
|
3003
|
+
unassignPrivateIpAddresses(args: UnassignPrivateIpAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnassignPrivateIpAddressesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2976
3004
|
/**
|
|
2977
3005
|
* @see {@link UnassignPrivateNatGatewayAddressCommand}
|
|
2978
3006
|
*/
|
|
2979
|
-
unassignPrivateNatGatewayAddress(args: UnassignPrivateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnassignPrivateNatGatewayAddressCommandOutput, Cause.
|
|
3007
|
+
unassignPrivateNatGatewayAddress(args: UnassignPrivateNatGatewayAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnassignPrivateNatGatewayAddressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2980
3008
|
/**
|
|
2981
3009
|
* @see {@link UnlockSnapshotCommand}
|
|
2982
3010
|
*/
|
|
2983
|
-
unlockSnapshot(args: UnlockSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnlockSnapshotCommandOutput, Cause.
|
|
3011
|
+
unlockSnapshot(args: UnlockSnapshotCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnlockSnapshotCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2984
3012
|
/**
|
|
2985
3013
|
* @see {@link UnmonitorInstancesCommand}
|
|
2986
3014
|
*/
|
|
2987
|
-
unmonitorInstances(args: UnmonitorInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnmonitorInstancesCommandOutput, Cause.
|
|
3015
|
+
unmonitorInstances(args: UnmonitorInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UnmonitorInstancesCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2988
3016
|
/**
|
|
2989
3017
|
* @see {@link UpdateCapacityManagerOrganizationsAccessCommand}
|
|
2990
3018
|
*/
|
|
2991
|
-
updateCapacityManagerOrganizationsAccess(args: UpdateCapacityManagerOrganizationsAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityManagerOrganizationsAccessCommandOutput, Cause.
|
|
3019
|
+
updateCapacityManagerOrganizationsAccess(args: UpdateCapacityManagerOrganizationsAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityManagerOrganizationsAccessCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2992
3020
|
/**
|
|
2993
3021
|
* @see {@link UpdateInterruptibleCapacityReservationAllocationCommand}
|
|
2994
3022
|
*/
|
|
2995
|
-
updateInterruptibleCapacityReservationAllocation(args: UpdateInterruptibleCapacityReservationAllocationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateInterruptibleCapacityReservationAllocationCommandOutput, Cause.
|
|
3023
|
+
updateInterruptibleCapacityReservationAllocation(args: UpdateInterruptibleCapacityReservationAllocationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateInterruptibleCapacityReservationAllocationCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
2996
3024
|
/**
|
|
2997
3025
|
* @see {@link UpdateSecurityGroupRuleDescriptionsEgressCommand}
|
|
2998
3026
|
*/
|
|
2999
|
-
updateSecurityGroupRuleDescriptionsEgress(args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput, Cause.
|
|
3027
|
+
updateSecurityGroupRuleDescriptionsEgress(args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
3000
3028
|
/**
|
|
3001
3029
|
* @see {@link UpdateSecurityGroupRuleDescriptionsIngressCommand}
|
|
3002
3030
|
*/
|
|
3003
|
-
updateSecurityGroupRuleDescriptionsIngress(args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput, Cause.
|
|
3031
|
+
updateSecurityGroupRuleDescriptionsIngress(args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
3004
3032
|
/**
|
|
3005
3033
|
* @see {@link WithdrawByoipCidrCommand}
|
|
3006
3034
|
*/
|
|
3007
|
-
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<WithdrawByoipCidrCommandOutput, Cause.
|
|
3035
|
+
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options?: HttpHandlerOptions): Effect.Effect<WithdrawByoipCidrCommandOutput, Cause.TimeoutError | SdkError | EC2ServiceError>;
|
|
3008
3036
|
}
|
|
3009
3037
|
/**
|
|
3010
3038
|
* @since 1.0.0
|
|
3011
3039
|
* @category constructors
|
|
3012
3040
|
*/
|
|
3013
3041
|
export declare const makeEC2Service: Effect.Effect<EC2Service$, never, Instance.EC2ClientInstance>;
|
|
3014
|
-
declare const EC2Service_base:
|
|
3015
|
-
use: <X>(body: (_: EC2Service$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, EC2Service | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, EC2Service> : Effect.Effect<X, never, EC2Service>;
|
|
3016
|
-
};
|
|
3042
|
+
declare const EC2Service_base: ServiceMap.ServiceClass<EC2Service, "@effect-aws/client-ec2/EC2Service", EC2Service$>;
|
|
3017
3043
|
/**
|
|
3018
3044
|
* @since 1.0.0
|
|
3019
3045
|
* @category models
|