@effect-aws/client-ec2 1.9.0 → 1.9.5
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/dist/cjs/EC2Service.d.ts +2 -662
- package/dist/cjs/EC2Service.d.ts.map +1 -1
- package/dist/cjs/EC2Service.js +3 -1
- package/dist/cjs/EC2Service.js.map +1 -1
- package/dist/dts/EC2Service.d.ts +2 -662
- package/dist/dts/EC2Service.d.ts.map +1 -1
- package/dist/esm/EC2Service.js +3 -1
- package/dist/esm/EC2Service.js.map +1 -1
- package/package.json +2 -2
- package/src/EC2Service.ts +7 -1
package/dist/cjs/EC2Service.d.ts
CHANGED
|
@@ -2646,668 +2646,8 @@ interface EC2Service$ {
|
|
|
2646
2646
|
* @category constructors
|
|
2647
2647
|
*/
|
|
2648
2648
|
export declare const makeEC2Service: Effect.Effect<EC2Service$, never, Instance.EC2ClientInstance>;
|
|
2649
|
-
declare const EC2Service_base: import("effect/Context").TagClass<EC2Service, "@effect-aws/client-ec2/EC2Service", EC2Service$> & {
|
|
2650
|
-
|
|
2651
|
-
acceptAddressTransfer: (args: AcceptAddressTransferCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptAddressTransferCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2652
|
-
acceptCapacityReservationBillingOwnership: (args: AcceptCapacityReservationBillingOwnershipCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptCapacityReservationBillingOwnershipCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2653
|
-
acceptReservedInstancesExchangeQuote: (args: AcceptReservedInstancesExchangeQuoteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptReservedInstancesExchangeQuoteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2654
|
-
acceptTransitGatewayMulticastDomainAssociations: (args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2655
|
-
acceptTransitGatewayPeeringAttachment: (args: AcceptTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptTransitGatewayPeeringAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2656
|
-
acceptTransitGatewayVpcAttachment: (args: AcceptTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptTransitGatewayVpcAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2657
|
-
acceptVpcEndpointConnections: (args: AcceptVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptVpcEndpointConnectionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2658
|
-
acceptVpcPeeringConnection: (args: AcceptVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptVpcPeeringConnectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2659
|
-
advertiseByoipCidr: (args: AdvertiseByoipCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AdvertiseByoipCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2660
|
-
allocateAddress: (args: AllocateAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AllocateAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2661
|
-
allocateHosts: (args: AllocateHostsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AllocateHostsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2662
|
-
allocateIpamPoolCidr: (args: AllocateIpamPoolCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AllocateIpamPoolCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2663
|
-
applySecurityGroupsToClientVpnTargetNetwork: (args: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2664
|
-
assignIpv6Addresses: (args: AssignIpv6AddressesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssignIpv6AddressesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2665
|
-
assignPrivateIpAddresses: (args: AssignPrivateIpAddressesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssignPrivateIpAddressesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2666
|
-
assignPrivateNatGatewayAddress: (args: AssignPrivateNatGatewayAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssignPrivateNatGatewayAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2667
|
-
associateAddress: (args: AssociateAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2668
|
-
associateCapacityReservationBillingOwner: (args: AssociateCapacityReservationBillingOwnerCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateCapacityReservationBillingOwnerCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2669
|
-
associateClientVpnTargetNetwork: (args: AssociateClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateClientVpnTargetNetworkCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2670
|
-
associateDhcpOptions: (args: AssociateDhcpOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateDhcpOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2671
|
-
associateEnclaveCertificateIamRole: (args: AssociateEnclaveCertificateIamRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateEnclaveCertificateIamRoleCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2672
|
-
associateIamInstanceProfile: (args: AssociateIamInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateIamInstanceProfileCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2673
|
-
associateInstanceEventWindow: (args: AssociateInstanceEventWindowCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateInstanceEventWindowCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2674
|
-
associateIpamByoasn: (args: AssociateIpamByoasnCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateIpamByoasnCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2675
|
-
associateIpamResourceDiscovery: (args: AssociateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateIpamResourceDiscoveryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2676
|
-
associateNatGatewayAddress: (args: AssociateNatGatewayAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateNatGatewayAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2677
|
-
associateRouteTable: (args: AssociateRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2678
|
-
associateSecurityGroupVpc: (args: AssociateSecurityGroupVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateSecurityGroupVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2679
|
-
associateSubnetCidrBlock: (args: AssociateSubnetCidrBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateSubnetCidrBlockCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2680
|
-
associateTransitGatewayMulticastDomain: (args: AssociateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateTransitGatewayMulticastDomainCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2681
|
-
associateTransitGatewayPolicyTable: (args: AssociateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateTransitGatewayPolicyTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2682
|
-
associateTransitGatewayRouteTable: (args: AssociateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateTransitGatewayRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2683
|
-
associateTrunkInterface: (args: AssociateTrunkInterfaceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateTrunkInterfaceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2684
|
-
associateVpcCidrBlock: (args: AssociateVpcCidrBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociateVpcCidrBlockCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2685
|
-
attachClassicLinkVpc: (args: AttachClassicLinkVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachClassicLinkVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2686
|
-
attachInternetGateway: (args: AttachInternetGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachInternetGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2687
|
-
attachNetworkInterface: (args: AttachNetworkInterfaceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachNetworkInterfaceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2688
|
-
attachVerifiedAccessTrustProvider: (args: AttachVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachVerifiedAccessTrustProviderCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2689
|
-
attachVolume: (args: AttachVolumeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachVolumeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2690
|
-
attachVpnGateway: (args: AttachVpnGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachVpnGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2691
|
-
authorizeClientVpnIngress: (args: AuthorizeClientVpnIngressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AuthorizeClientVpnIngressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2692
|
-
authorizeSecurityGroupEgress: (args: AuthorizeSecurityGroupEgressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AuthorizeSecurityGroupEgressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2693
|
-
authorizeSecurityGroupIngress: (args: AuthorizeSecurityGroupIngressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AuthorizeSecurityGroupIngressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2694
|
-
bundleInstance: (args: BundleInstanceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<BundleInstanceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2695
|
-
cancelBundleTask: (args: CancelBundleTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelBundleTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2696
|
-
cancelCapacityReservation: (args: CancelCapacityReservationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelCapacityReservationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2697
|
-
cancelCapacityReservationFleets: (args: CancelCapacityReservationFleetsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelCapacityReservationFleetsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2698
|
-
cancelConversionTask: (args: CancelConversionTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelConversionTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2699
|
-
cancelDeclarativePoliciesReport: (args: CancelDeclarativePoliciesReportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelDeclarativePoliciesReportCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2700
|
-
cancelExportTask: (args: CancelExportTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelExportTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2701
|
-
cancelImageLaunchPermission: (args: CancelImageLaunchPermissionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelImageLaunchPermissionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2702
|
-
cancelImportTask: (args: CancelImportTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelImportTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2703
|
-
cancelReservedInstancesListing: (args: CancelReservedInstancesListingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelReservedInstancesListingCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2704
|
-
cancelSpotFleetRequests: (args: CancelSpotFleetRequestsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelSpotFleetRequestsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2705
|
-
cancelSpotInstanceRequests: (args: CancelSpotInstanceRequestsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelSpotInstanceRequestsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2706
|
-
confirmProductInstance: (args: ConfirmProductInstanceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ConfirmProductInstanceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2707
|
-
copyFpgaImage: (args: CopyFpgaImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CopyFpgaImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2708
|
-
copyImage: (args: CopyImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CopyImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2709
|
-
copySnapshot: (args: CopySnapshotCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CopySnapshotCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2710
|
-
createCapacityReservation: (args: CreateCapacityReservationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCapacityReservationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2711
|
-
createCapacityReservationBySplitting: (args: CreateCapacityReservationBySplittingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCapacityReservationBySplittingCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2712
|
-
createCapacityReservationFleet: (args: CreateCapacityReservationFleetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCapacityReservationFleetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2713
|
-
createCarrierGateway: (args: CreateCarrierGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCarrierGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2714
|
-
createClientVpnEndpoint: (args: CreateClientVpnEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateClientVpnEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2715
|
-
createClientVpnRoute: (args: CreateClientVpnRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateClientVpnRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2716
|
-
createCoipCidr: (args: CreateCoipCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCoipCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2717
|
-
createCoipPool: (args: CreateCoipPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCoipPoolCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2718
|
-
createCustomerGateway: (args: CreateCustomerGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCustomerGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2719
|
-
createDefaultSubnet: (args: CreateDefaultSubnetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateDefaultSubnetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2720
|
-
createDefaultVpc: (args: CreateDefaultVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateDefaultVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2721
|
-
createDhcpOptions: (args: CreateDhcpOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateDhcpOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2722
|
-
createEgressOnlyInternetGateway: (args: CreateEgressOnlyInternetGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateEgressOnlyInternetGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2723
|
-
createFleet: (args: CreateFleetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateFleetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2724
|
-
createFlowLogs: (args: CreateFlowLogsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateFlowLogsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2725
|
-
createFpgaImage: (args: CreateFpgaImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateFpgaImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2726
|
-
createImage: (args: CreateImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2727
|
-
createInstanceConnectEndpoint: (args: CreateInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateInstanceConnectEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2728
|
-
createInstanceEventWindow: (args: CreateInstanceEventWindowCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateInstanceEventWindowCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2729
|
-
createInstanceExportTask: (args: CreateInstanceExportTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateInstanceExportTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2730
|
-
createInternetGateway: (args: CreateInternetGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateInternetGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2731
|
-
createIpam: (args: CreateIpamCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateIpamCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2732
|
-
createIpamExternalResourceVerificationToken: (args: CreateIpamExternalResourceVerificationTokenCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateIpamExternalResourceVerificationTokenCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2733
|
-
createIpamPool: (args: CreateIpamPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateIpamPoolCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2734
|
-
createIpamResourceDiscovery: (args: CreateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateIpamResourceDiscoveryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2735
|
-
createIpamScope: (args: CreateIpamScopeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateIpamScopeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2736
|
-
createKeyPair: (args: CreateKeyPairCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateKeyPairCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2737
|
-
createLaunchTemplate: (args: CreateLaunchTemplateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLaunchTemplateCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2738
|
-
createLaunchTemplateVersion: (args: CreateLaunchTemplateVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLaunchTemplateVersionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2739
|
-
createLocalGatewayRoute: (args: CreateLocalGatewayRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLocalGatewayRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2740
|
-
createLocalGatewayRouteTable: (args: CreateLocalGatewayRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLocalGatewayRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2741
|
-
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation: (args: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2742
|
-
createLocalGatewayRouteTableVpcAssociation: (args: CreateLocalGatewayRouteTableVpcAssociationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLocalGatewayRouteTableVpcAssociationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2743
|
-
createManagedPrefixList: (args: CreateManagedPrefixListCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateManagedPrefixListCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2744
|
-
createNatGateway: (args: CreateNatGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateNatGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2745
|
-
createNetworkAcl: (args: CreateNetworkAclCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateNetworkAclCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2746
|
-
createNetworkAclEntry: (args: CreateNetworkAclEntryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateNetworkAclEntryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2747
|
-
createNetworkInsightsAccessScope: (args: CreateNetworkInsightsAccessScopeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateNetworkInsightsAccessScopeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2748
|
-
createNetworkInsightsPath: (args: CreateNetworkInsightsPathCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateNetworkInsightsPathCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2749
|
-
createNetworkInterface: (args: CreateNetworkInterfaceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateNetworkInterfaceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2750
|
-
createNetworkInterfacePermission: (args: CreateNetworkInterfacePermissionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateNetworkInterfacePermissionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2751
|
-
createPlacementGroup: (args: CreatePlacementGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreatePlacementGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2752
|
-
createPublicIpv4Pool: (args: CreatePublicIpv4PoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreatePublicIpv4PoolCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2753
|
-
createReplaceRootVolumeTask: (args: CreateReplaceRootVolumeTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateReplaceRootVolumeTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2754
|
-
createReservedInstancesListing: (args: CreateReservedInstancesListingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateReservedInstancesListingCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2755
|
-
createRestoreImageTask: (args: CreateRestoreImageTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateRestoreImageTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2756
|
-
createRoute: (args: CreateRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2757
|
-
createRouteTable: (args: CreateRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2758
|
-
createSecurityGroup: (args: CreateSecurityGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSecurityGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2759
|
-
createSnapshot: (args: CreateSnapshotCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSnapshotCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2760
|
-
createSnapshots: (args: CreateSnapshotsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSnapshotsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2761
|
-
createSpotDatafeedSubscription: (args: CreateSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSpotDatafeedSubscriptionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2762
|
-
createStoreImageTask: (args: CreateStoreImageTaskCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateStoreImageTaskCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2763
|
-
createSubnet: (args: CreateSubnetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSubnetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2764
|
-
createSubnetCidrReservation: (args: CreateSubnetCidrReservationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSubnetCidrReservationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2765
|
-
createTags: (args: CreateTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTagsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2766
|
-
createTrafficMirrorFilter: (args: CreateTrafficMirrorFilterCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTrafficMirrorFilterCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2767
|
-
createTrafficMirrorFilterRule: (args: CreateTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTrafficMirrorFilterRuleCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2768
|
-
createTrafficMirrorSession: (args: CreateTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTrafficMirrorSessionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2769
|
-
createTrafficMirrorTarget: (args: CreateTrafficMirrorTargetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTrafficMirrorTargetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2770
|
-
createTransitGateway: (args: CreateTransitGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2771
|
-
createTransitGatewayConnect: (args: CreateTransitGatewayConnectCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayConnectCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2772
|
-
createTransitGatewayConnectPeer: (args: CreateTransitGatewayConnectPeerCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayConnectPeerCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2773
|
-
createTransitGatewayMulticastDomain: (args: CreateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayMulticastDomainCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2774
|
-
createTransitGatewayPeeringAttachment: (args: CreateTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayPeeringAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2775
|
-
createTransitGatewayPolicyTable: (args: CreateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayPolicyTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2776
|
-
createTransitGatewayPrefixListReference: (args: CreateTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayPrefixListReferenceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2777
|
-
createTransitGatewayRoute: (args: CreateTransitGatewayRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2778
|
-
createTransitGatewayRouteTable: (args: CreateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2779
|
-
createTransitGatewayRouteTableAnnouncement: (args: CreateTransitGatewayRouteTableAnnouncementCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayRouteTableAnnouncementCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2780
|
-
createTransitGatewayVpcAttachment: (args: CreateTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateTransitGatewayVpcAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2781
|
-
createVerifiedAccessEndpoint: (args: CreateVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVerifiedAccessEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2782
|
-
createVerifiedAccessGroup: (args: CreateVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVerifiedAccessGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2783
|
-
createVerifiedAccessInstance: (args: CreateVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVerifiedAccessInstanceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2784
|
-
createVerifiedAccessTrustProvider: (args: CreateVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVerifiedAccessTrustProviderCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2785
|
-
createVolume: (args: CreateVolumeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVolumeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2786
|
-
createVpc: (args: CreateVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2787
|
-
createVpcBlockPublicAccessExclusion: (args: CreateVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpcBlockPublicAccessExclusionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2788
|
-
createVpcEndpoint: (args: CreateVpcEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpcEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2789
|
-
createVpcEndpointConnectionNotification: (args: CreateVpcEndpointConnectionNotificationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpcEndpointConnectionNotificationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2790
|
-
createVpcEndpointServiceConfiguration: (args: CreateVpcEndpointServiceConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpcEndpointServiceConfigurationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2791
|
-
createVpcPeeringConnection: (args: CreateVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpcPeeringConnectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2792
|
-
createVpnConnection: (args: CreateVpnConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpnConnectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2793
|
-
createVpnConnectionRoute: (args: CreateVpnConnectionRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpnConnectionRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2794
|
-
createVpnGateway: (args: CreateVpnGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpnGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2795
|
-
deleteCarrierGateway: (args: DeleteCarrierGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteCarrierGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2796
|
-
deleteClientVpnEndpoint: (args: DeleteClientVpnEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteClientVpnEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2797
|
-
deleteClientVpnRoute: (args: DeleteClientVpnRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteClientVpnRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2798
|
-
deleteCoipCidr: (args: DeleteCoipCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteCoipCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2799
|
-
deleteCoipPool: (args: DeleteCoipPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteCoipPoolCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2800
|
-
deleteCustomerGateway: (args: DeleteCustomerGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteCustomerGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2801
|
-
deleteDhcpOptions: (args: DeleteDhcpOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteDhcpOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2802
|
-
deleteEgressOnlyInternetGateway: (args: DeleteEgressOnlyInternetGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteEgressOnlyInternetGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2803
|
-
deleteFleets: (args: DeleteFleetsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFleetsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2804
|
-
deleteFlowLogs: (args: DeleteFlowLogsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFlowLogsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2805
|
-
deleteFpgaImage: (args: DeleteFpgaImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFpgaImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2806
|
-
deleteInstanceConnectEndpoint: (args: DeleteInstanceConnectEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteInstanceConnectEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2807
|
-
deleteInstanceEventWindow: (args: DeleteInstanceEventWindowCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteInstanceEventWindowCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2808
|
-
deleteInternetGateway: (args: DeleteInternetGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteInternetGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2809
|
-
deleteIpam: (args: DeleteIpamCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteIpamCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2810
|
-
deleteIpamExternalResourceVerificationToken: (args: DeleteIpamExternalResourceVerificationTokenCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteIpamExternalResourceVerificationTokenCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2811
|
-
deleteIpamPool: (args: DeleteIpamPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteIpamPoolCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2812
|
-
deleteIpamResourceDiscovery: (args: DeleteIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteIpamResourceDiscoveryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2813
|
-
deleteIpamScope: (args: DeleteIpamScopeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteIpamScopeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2814
|
-
deleteKeyPair: (args: DeleteKeyPairCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteKeyPairCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2815
|
-
deleteLaunchTemplate: (args: DeleteLaunchTemplateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLaunchTemplateCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2816
|
-
deleteLaunchTemplateVersions: (args: DeleteLaunchTemplateVersionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLaunchTemplateVersionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2817
|
-
deleteLocalGatewayRoute: (args: DeleteLocalGatewayRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLocalGatewayRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2818
|
-
deleteLocalGatewayRouteTable: (args: DeleteLocalGatewayRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLocalGatewayRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2819
|
-
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation: (args: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2820
|
-
deleteLocalGatewayRouteTableVpcAssociation: (args: DeleteLocalGatewayRouteTableVpcAssociationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLocalGatewayRouteTableVpcAssociationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2821
|
-
deleteManagedPrefixList: (args: DeleteManagedPrefixListCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteManagedPrefixListCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2822
|
-
deleteNatGateway: (args: DeleteNatGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNatGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2823
|
-
deleteNetworkAcl: (args: DeleteNetworkAclCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkAclCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2824
|
-
deleteNetworkAclEntry: (args: DeleteNetworkAclEntryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkAclEntryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2825
|
-
deleteNetworkInsightsAccessScope: (args: DeleteNetworkInsightsAccessScopeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkInsightsAccessScopeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2826
|
-
deleteNetworkInsightsAccessScopeAnalysis: (args: DeleteNetworkInsightsAccessScopeAnalysisCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkInsightsAccessScopeAnalysisCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2827
|
-
deleteNetworkInsightsAnalysis: (args: DeleteNetworkInsightsAnalysisCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkInsightsAnalysisCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2828
|
-
deleteNetworkInsightsPath: (args: DeleteNetworkInsightsPathCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkInsightsPathCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2829
|
-
deleteNetworkInterface: (args: DeleteNetworkInterfaceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkInterfaceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2830
|
-
deleteNetworkInterfacePermission: (args: DeleteNetworkInterfacePermissionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteNetworkInterfacePermissionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2831
|
-
deletePlacementGroup: (args: DeletePlacementGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeletePlacementGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2832
|
-
deletePublicIpv4Pool: (args: DeletePublicIpv4PoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeletePublicIpv4PoolCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2833
|
-
deleteQueuedReservedInstances: (args: DeleteQueuedReservedInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteQueuedReservedInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2834
|
-
deleteRoute: (args: DeleteRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2835
|
-
deleteRouteTable: (args: DeleteRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2836
|
-
deleteSecurityGroup: (args: DeleteSecurityGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSecurityGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2837
|
-
deleteSnapshot: (args: DeleteSnapshotCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSnapshotCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2838
|
-
deleteSpotDatafeedSubscription: (args: DeleteSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSpotDatafeedSubscriptionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2839
|
-
deleteSubnet: (args: DeleteSubnetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSubnetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2840
|
-
deleteSubnetCidrReservation: (args: DeleteSubnetCidrReservationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSubnetCidrReservationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2841
|
-
deleteTags: (args: DeleteTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTagsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2842
|
-
deleteTrafficMirrorFilter: (args: DeleteTrafficMirrorFilterCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTrafficMirrorFilterCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2843
|
-
deleteTrafficMirrorFilterRule: (args: DeleteTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTrafficMirrorFilterRuleCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2844
|
-
deleteTrafficMirrorSession: (args: DeleteTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTrafficMirrorSessionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2845
|
-
deleteTrafficMirrorTarget: (args: DeleteTrafficMirrorTargetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTrafficMirrorTargetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2846
|
-
deleteTransitGateway: (args: DeleteTransitGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2847
|
-
deleteTransitGatewayConnect: (args: DeleteTransitGatewayConnectCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayConnectCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2848
|
-
deleteTransitGatewayConnectPeer: (args: DeleteTransitGatewayConnectPeerCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayConnectPeerCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2849
|
-
deleteTransitGatewayMulticastDomain: (args: DeleteTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayMulticastDomainCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2850
|
-
deleteTransitGatewayPeeringAttachment: (args: DeleteTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayPeeringAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2851
|
-
deleteTransitGatewayPolicyTable: (args: DeleteTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayPolicyTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2852
|
-
deleteTransitGatewayPrefixListReference: (args: DeleteTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayPrefixListReferenceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2853
|
-
deleteTransitGatewayRoute: (args: DeleteTransitGatewayRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2854
|
-
deleteTransitGatewayRouteTable: (args: DeleteTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2855
|
-
deleteTransitGatewayRouteTableAnnouncement: (args: DeleteTransitGatewayRouteTableAnnouncementCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayRouteTableAnnouncementCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2856
|
-
deleteTransitGatewayVpcAttachment: (args: DeleteTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteTransitGatewayVpcAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2857
|
-
deleteVerifiedAccessEndpoint: (args: DeleteVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVerifiedAccessEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2858
|
-
deleteVerifiedAccessGroup: (args: DeleteVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVerifiedAccessGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2859
|
-
deleteVerifiedAccessInstance: (args: DeleteVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVerifiedAccessInstanceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2860
|
-
deleteVerifiedAccessTrustProvider: (args: DeleteVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVerifiedAccessTrustProviderCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2861
|
-
deleteVolume: (args: DeleteVolumeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVolumeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2862
|
-
deleteVpc: (args: DeleteVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2863
|
-
deleteVpcBlockPublicAccessExclusion: (args: DeleteVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpcBlockPublicAccessExclusionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2864
|
-
deleteVpcEndpointConnectionNotifications: (args: DeleteVpcEndpointConnectionNotificationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpcEndpointConnectionNotificationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2865
|
-
deleteVpcEndpointServiceConfigurations: (args: DeleteVpcEndpointServiceConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpcEndpointServiceConfigurationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2866
|
-
deleteVpcEndpoints: (args: DeleteVpcEndpointsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpcEndpointsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2867
|
-
deleteVpcPeeringConnection: (args: DeleteVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpcPeeringConnectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2868
|
-
deleteVpnConnection: (args: DeleteVpnConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpnConnectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2869
|
-
deleteVpnConnectionRoute: (args: DeleteVpnConnectionRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpnConnectionRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2870
|
-
deleteVpnGateway: (args: DeleteVpnGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpnGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2871
|
-
deprovisionByoipCidr: (args: DeprovisionByoipCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeprovisionByoipCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2872
|
-
deprovisionIpamByoasn: (args: DeprovisionIpamByoasnCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeprovisionIpamByoasnCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2873
|
-
deprovisionIpamPoolCidr: (args: DeprovisionIpamPoolCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeprovisionIpamPoolCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2874
|
-
deprovisionPublicIpv4PoolCidr: (args: DeprovisionPublicIpv4PoolCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeprovisionPublicIpv4PoolCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2875
|
-
deregisterImage: (args: DeregisterImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeregisterImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2876
|
-
deregisterInstanceEventNotificationAttributes: (args: DeregisterInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeregisterInstanceEventNotificationAttributesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2877
|
-
deregisterTransitGatewayMulticastGroupMembers: (args: DeregisterTransitGatewayMulticastGroupMembersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeregisterTransitGatewayMulticastGroupMembersCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2878
|
-
deregisterTransitGatewayMulticastGroupSources: (args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeregisterTransitGatewayMulticastGroupSourcesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2879
|
-
describeAccountAttributes: (args: DescribeAccountAttributesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAccountAttributesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2880
|
-
describeAddressTransfers: (args: DescribeAddressTransfersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAddressTransfersCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2881
|
-
describeAddresses: (args: DescribeAddressesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAddressesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2882
|
-
describeAddressesAttribute: (args: DescribeAddressesAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAddressesAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2883
|
-
describeAggregateIdFormat: (args: DescribeAggregateIdFormatCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAggregateIdFormatCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2884
|
-
describeAvailabilityZones: (args: DescribeAvailabilityZonesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAvailabilityZonesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2885
|
-
describeAwsNetworkPerformanceMetricSubscriptions: (args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2886
|
-
describeBundleTasks: (args: DescribeBundleTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeBundleTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2887
|
-
describeByoipCidrs: (args: DescribeByoipCidrsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeByoipCidrsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2888
|
-
describeCapacityBlockExtensionHistory: (args: DescribeCapacityBlockExtensionHistoryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCapacityBlockExtensionHistoryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2889
|
-
describeCapacityBlockExtensionOfferings: (args: DescribeCapacityBlockExtensionOfferingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCapacityBlockExtensionOfferingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2890
|
-
describeCapacityBlockOfferings: (args: DescribeCapacityBlockOfferingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCapacityBlockOfferingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2891
|
-
describeCapacityReservationBillingRequests: (args: DescribeCapacityReservationBillingRequestsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCapacityReservationBillingRequestsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2892
|
-
describeCapacityReservationFleets: (args: DescribeCapacityReservationFleetsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCapacityReservationFleetsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2893
|
-
describeCapacityReservations: (args: DescribeCapacityReservationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCapacityReservationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2894
|
-
describeCarrierGateways: (args: DescribeCarrierGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCarrierGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2895
|
-
describeClassicLinkInstances: (args: DescribeClassicLinkInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeClassicLinkInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2896
|
-
describeClientVpnAuthorizationRules: (args: DescribeClientVpnAuthorizationRulesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeClientVpnAuthorizationRulesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2897
|
-
describeClientVpnConnections: (args: DescribeClientVpnConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeClientVpnConnectionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2898
|
-
describeClientVpnEndpoints: (args: DescribeClientVpnEndpointsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeClientVpnEndpointsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2899
|
-
describeClientVpnRoutes: (args: DescribeClientVpnRoutesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeClientVpnRoutesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2900
|
-
describeClientVpnTargetNetworks: (args: DescribeClientVpnTargetNetworksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeClientVpnTargetNetworksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2901
|
-
describeCoipPools: (args: DescribeCoipPoolsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCoipPoolsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2902
|
-
describeConversionTasks: (args: DescribeConversionTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeConversionTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2903
|
-
describeCustomerGateways: (args: DescribeCustomerGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeCustomerGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2904
|
-
describeDeclarativePoliciesReports: (args: DescribeDeclarativePoliciesReportsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDeclarativePoliciesReportsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2905
|
-
describeDhcpOptions: (args: DescribeDhcpOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDhcpOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2906
|
-
describeEgressOnlyInternetGateways: (args: DescribeEgressOnlyInternetGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeEgressOnlyInternetGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2907
|
-
describeElasticGpus: (args: DescribeElasticGpusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeElasticGpusCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2908
|
-
describeExportImageTasks: (args: DescribeExportImageTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeExportImageTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2909
|
-
describeExportTasks: (args: DescribeExportTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeExportTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2910
|
-
describeFastLaunchImages: (args: DescribeFastLaunchImagesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFastLaunchImagesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2911
|
-
describeFastSnapshotRestores: (args: DescribeFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFastSnapshotRestoresCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2912
|
-
describeFleetHistory: (args: DescribeFleetHistoryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFleetHistoryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2913
|
-
describeFleetInstances: (args: DescribeFleetInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFleetInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2914
|
-
describeFleets: (args: DescribeFleetsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFleetsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2915
|
-
describeFlowLogs: (args: DescribeFlowLogsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFlowLogsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2916
|
-
describeFpgaImageAttribute: (args: DescribeFpgaImageAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFpgaImageAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2917
|
-
describeFpgaImages: (args: DescribeFpgaImagesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeFpgaImagesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2918
|
-
describeHostReservationOfferings: (args: DescribeHostReservationOfferingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeHostReservationOfferingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2919
|
-
describeHostReservations: (args: DescribeHostReservationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeHostReservationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2920
|
-
describeHosts: (args: DescribeHostsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeHostsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2921
|
-
describeIamInstanceProfileAssociations: (args: DescribeIamInstanceProfileAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIamInstanceProfileAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2922
|
-
describeIdFormat: (args: DescribeIdFormatCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIdFormatCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2923
|
-
describeIdentityIdFormat: (args: DescribeIdentityIdFormatCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIdentityIdFormatCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2924
|
-
describeImageAttribute: (args: DescribeImageAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeImageAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2925
|
-
describeImages: (args: DescribeImagesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeImagesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2926
|
-
describeImportImageTasks: (args: DescribeImportImageTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeImportImageTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2927
|
-
describeImportSnapshotTasks: (args: DescribeImportSnapshotTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeImportSnapshotTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2928
|
-
describeInstanceAttribute: (args: DescribeInstanceAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2929
|
-
describeInstanceConnectEndpoints: (args: DescribeInstanceConnectEndpointsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceConnectEndpointsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2930
|
-
describeInstanceCreditSpecifications: (args: DescribeInstanceCreditSpecificationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceCreditSpecificationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2931
|
-
describeInstanceEventNotificationAttributes: (args: DescribeInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceEventNotificationAttributesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2932
|
-
describeInstanceEventWindows: (args: DescribeInstanceEventWindowsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceEventWindowsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2933
|
-
describeInstanceImageMetadata: (args: DescribeInstanceImageMetadataCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceImageMetadataCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2934
|
-
describeInstanceStatus: (args: DescribeInstanceStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceStatusCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2935
|
-
describeInstanceTopology: (args: DescribeInstanceTopologyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceTopologyCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2936
|
-
describeInstanceTypeOfferings: (args: DescribeInstanceTypeOfferingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceTypeOfferingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2937
|
-
describeInstanceTypes: (args: DescribeInstanceTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceTypesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2938
|
-
describeInstances: (args: DescribeInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2939
|
-
describeInternetGateways: (args: DescribeInternetGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInternetGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2940
|
-
describeIpamByoasn: (args: DescribeIpamByoasnCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpamByoasnCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2941
|
-
describeIpamExternalResourceVerificationTokens: (args: DescribeIpamExternalResourceVerificationTokensCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpamExternalResourceVerificationTokensCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2942
|
-
describeIpamPools: (args: DescribeIpamPoolsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpamPoolsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2943
|
-
describeIpamResourceDiscoveries: (args: DescribeIpamResourceDiscoveriesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpamResourceDiscoveriesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2944
|
-
describeIpamResourceDiscoveryAssociations: (args: DescribeIpamResourceDiscoveryAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpamResourceDiscoveryAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2945
|
-
describeIpamScopes: (args: DescribeIpamScopesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpamScopesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2946
|
-
describeIpams: (args: DescribeIpamsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpamsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2947
|
-
describeIpv6Pools: (args: DescribeIpv6PoolsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeIpv6PoolsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2948
|
-
describeKeyPairs: (args: DescribeKeyPairsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeKeyPairsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2949
|
-
describeLaunchTemplateVersions: (args: DescribeLaunchTemplateVersionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLaunchTemplateVersionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2950
|
-
describeLaunchTemplates: (args: DescribeLaunchTemplatesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLaunchTemplatesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2951
|
-
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations: (args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2952
|
-
describeLocalGatewayRouteTableVpcAssociations: (args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2953
|
-
describeLocalGatewayRouteTables: (args: DescribeLocalGatewayRouteTablesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLocalGatewayRouteTablesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2954
|
-
describeLocalGatewayVirtualInterfaceGroups: (args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2955
|
-
describeLocalGatewayVirtualInterfaces: (args: DescribeLocalGatewayVirtualInterfacesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLocalGatewayVirtualInterfacesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2956
|
-
describeLocalGateways: (args: DescribeLocalGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLocalGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2957
|
-
describeLockedSnapshots: (args: DescribeLockedSnapshotsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeLockedSnapshotsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2958
|
-
describeMacHosts: (args: DescribeMacHostsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeMacHostsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2959
|
-
describeManagedPrefixLists: (args: DescribeManagedPrefixListsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeManagedPrefixListsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2960
|
-
describeMovingAddresses: (args: DescribeMovingAddressesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeMovingAddressesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2961
|
-
describeNatGateways: (args: DescribeNatGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNatGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2962
|
-
describeNetworkAcls: (args: DescribeNetworkAclsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkAclsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2963
|
-
describeNetworkInsightsAccessScopeAnalyses: (args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkInsightsAccessScopeAnalysesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2964
|
-
describeNetworkInsightsAccessScopes: (args: DescribeNetworkInsightsAccessScopesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkInsightsAccessScopesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2965
|
-
describeNetworkInsightsAnalyses: (args: DescribeNetworkInsightsAnalysesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkInsightsAnalysesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2966
|
-
describeNetworkInsightsPaths: (args: DescribeNetworkInsightsPathsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkInsightsPathsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2967
|
-
describeNetworkInterfaceAttribute: (args: DescribeNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkInterfaceAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2968
|
-
describeNetworkInterfacePermissions: (args: DescribeNetworkInterfacePermissionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkInterfacePermissionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2969
|
-
describeNetworkInterfaces: (args: DescribeNetworkInterfacesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeNetworkInterfacesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2970
|
-
describePlacementGroups: (args: DescribePlacementGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribePlacementGroupsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2971
|
-
describePrefixLists: (args: DescribePrefixListsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribePrefixListsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2972
|
-
describePrincipalIdFormat: (args: DescribePrincipalIdFormatCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribePrincipalIdFormatCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2973
|
-
describePublicIpv4Pools: (args: DescribePublicIpv4PoolsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribePublicIpv4PoolsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2974
|
-
describeRegions: (args: DescribeRegionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeRegionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2975
|
-
describeReplaceRootVolumeTasks: (args: DescribeReplaceRootVolumeTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeReplaceRootVolumeTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2976
|
-
describeReservedInstances: (args: DescribeReservedInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeReservedInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2977
|
-
describeReservedInstancesListings: (args: DescribeReservedInstancesListingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeReservedInstancesListingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2978
|
-
describeReservedInstancesModifications: (args: DescribeReservedInstancesModificationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeReservedInstancesModificationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2979
|
-
describeReservedInstancesOfferings: (args: DescribeReservedInstancesOfferingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeReservedInstancesOfferingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2980
|
-
describeRouteTables: (args: DescribeRouteTablesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeRouteTablesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2981
|
-
describeScheduledInstanceAvailability: (args: DescribeScheduledInstanceAvailabilityCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeScheduledInstanceAvailabilityCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2982
|
-
describeScheduledInstances: (args: DescribeScheduledInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeScheduledInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2983
|
-
describeSecurityGroupReferences: (args: DescribeSecurityGroupReferencesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSecurityGroupReferencesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2984
|
-
describeSecurityGroupRules: (args: DescribeSecurityGroupRulesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSecurityGroupRulesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2985
|
-
describeSecurityGroupVpcAssociations: (args: DescribeSecurityGroupVpcAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSecurityGroupVpcAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2986
|
-
describeSecurityGroups: (args: DescribeSecurityGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSecurityGroupsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2987
|
-
describeSnapshotAttribute: (args: DescribeSnapshotAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSnapshotAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2988
|
-
describeSnapshotTierStatus: (args: DescribeSnapshotTierStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSnapshotTierStatusCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2989
|
-
describeSnapshots: (args: DescribeSnapshotsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSnapshotsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2990
|
-
describeSpotDatafeedSubscription: (args: DescribeSpotDatafeedSubscriptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSpotDatafeedSubscriptionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2991
|
-
describeSpotFleetInstances: (args: DescribeSpotFleetInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSpotFleetInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2992
|
-
describeSpotFleetRequestHistory: (args: DescribeSpotFleetRequestHistoryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSpotFleetRequestHistoryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2993
|
-
describeSpotFleetRequests: (args: DescribeSpotFleetRequestsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSpotFleetRequestsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2994
|
-
describeSpotInstanceRequests: (args: DescribeSpotInstanceRequestsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSpotInstanceRequestsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2995
|
-
describeSpotPriceHistory: (args: DescribeSpotPriceHistoryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSpotPriceHistoryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2996
|
-
describeStaleSecurityGroups: (args: DescribeStaleSecurityGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeStaleSecurityGroupsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2997
|
-
describeStoreImageTasks: (args: DescribeStoreImageTasksCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeStoreImageTasksCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2998
|
-
describeSubnets: (args: DescribeSubnetsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeSubnetsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
2999
|
-
describeTags: (args: DescribeTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTagsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3000
|
-
describeTrafficMirrorFilterRules: (args: DescribeTrafficMirrorFilterRulesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTrafficMirrorFilterRulesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3001
|
-
describeTrafficMirrorFilters: (args: DescribeTrafficMirrorFiltersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTrafficMirrorFiltersCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3002
|
-
describeTrafficMirrorSessions: (args: DescribeTrafficMirrorSessionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTrafficMirrorSessionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3003
|
-
describeTrafficMirrorTargets: (args: DescribeTrafficMirrorTargetsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTrafficMirrorTargetsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3004
|
-
describeTransitGatewayAttachments: (args: DescribeTransitGatewayAttachmentsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayAttachmentsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3005
|
-
describeTransitGatewayConnectPeers: (args: DescribeTransitGatewayConnectPeersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayConnectPeersCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3006
|
-
describeTransitGatewayConnects: (args: DescribeTransitGatewayConnectsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayConnectsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3007
|
-
describeTransitGatewayMulticastDomains: (args: DescribeTransitGatewayMulticastDomainsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayMulticastDomainsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3008
|
-
describeTransitGatewayPeeringAttachments: (args: DescribeTransitGatewayPeeringAttachmentsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayPeeringAttachmentsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3009
|
-
describeTransitGatewayPolicyTables: (args: DescribeTransitGatewayPolicyTablesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayPolicyTablesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3010
|
-
describeTransitGatewayRouteTableAnnouncements: (args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3011
|
-
describeTransitGatewayRouteTables: (args: DescribeTransitGatewayRouteTablesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayRouteTablesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3012
|
-
describeTransitGatewayVpcAttachments: (args: DescribeTransitGatewayVpcAttachmentsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewayVpcAttachmentsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3013
|
-
describeTransitGateways: (args: DescribeTransitGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTransitGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3014
|
-
describeTrunkInterfaceAssociations: (args: DescribeTrunkInterfaceAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeTrunkInterfaceAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3015
|
-
describeVerifiedAccessEndpoints: (args: DescribeVerifiedAccessEndpointsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVerifiedAccessEndpointsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3016
|
-
describeVerifiedAccessGroups: (args: DescribeVerifiedAccessGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVerifiedAccessGroupsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3017
|
-
describeVerifiedAccessInstanceLoggingConfigurations: (args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3018
|
-
describeVerifiedAccessInstances: (args: DescribeVerifiedAccessInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVerifiedAccessInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3019
|
-
describeVerifiedAccessTrustProviders: (args: DescribeVerifiedAccessTrustProvidersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVerifiedAccessTrustProvidersCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3020
|
-
describeVolumeAttribute: (args: DescribeVolumeAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVolumeAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3021
|
-
describeVolumeStatus: (args: DescribeVolumeStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVolumeStatusCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3022
|
-
describeVolumes: (args: DescribeVolumesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVolumesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3023
|
-
describeVolumesModifications: (args: DescribeVolumesModificationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVolumesModificationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3024
|
-
describeVpcAttribute: (args: DescribeVpcAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3025
|
-
describeVpcBlockPublicAccessExclusions: (args: DescribeVpcBlockPublicAccessExclusionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcBlockPublicAccessExclusionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3026
|
-
describeVpcBlockPublicAccessOptions: (args: DescribeVpcBlockPublicAccessOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcBlockPublicAccessOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3027
|
-
describeVpcClassicLink: (args: DescribeVpcClassicLinkCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcClassicLinkCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3028
|
-
describeVpcClassicLinkDnsSupport: (args: DescribeVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcClassicLinkDnsSupportCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3029
|
-
describeVpcEndpointAssociations: (args: DescribeVpcEndpointAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3030
|
-
describeVpcEndpointConnectionNotifications: (args: DescribeVpcEndpointConnectionNotificationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointConnectionNotificationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3031
|
-
describeVpcEndpointConnections: (args: DescribeVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointConnectionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3032
|
-
describeVpcEndpointServiceConfigurations: (args: DescribeVpcEndpointServiceConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointServiceConfigurationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3033
|
-
describeVpcEndpointServicePermissions: (args: DescribeVpcEndpointServicePermissionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointServicePermissionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3034
|
-
describeVpcEndpointServices: (args: DescribeVpcEndpointServicesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointServicesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3035
|
-
describeVpcEndpoints: (args: DescribeVpcEndpointsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3036
|
-
describeVpcPeeringConnections: (args: DescribeVpcPeeringConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcPeeringConnectionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3037
|
-
describeVpcs: (args: DescribeVpcsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3038
|
-
describeVpnConnections: (args: DescribeVpnConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpnConnectionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3039
|
-
describeVpnGateways: (args: DescribeVpnGatewaysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpnGatewaysCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3040
|
-
detachClassicLinkVpc: (args: DetachClassicLinkVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachClassicLinkVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3041
|
-
detachInternetGateway: (args: DetachInternetGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachInternetGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3042
|
-
detachNetworkInterface: (args: DetachNetworkInterfaceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachNetworkInterfaceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3043
|
-
detachVerifiedAccessTrustProvider: (args: DetachVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachVerifiedAccessTrustProviderCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3044
|
-
detachVolume: (args: DetachVolumeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachVolumeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3045
|
-
detachVpnGateway: (args: DetachVpnGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachVpnGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3046
|
-
disableAddressTransfer: (args: DisableAddressTransferCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableAddressTransferCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3047
|
-
disableAllowedImagesSettings: (args: DisableAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableAllowedImagesSettingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3048
|
-
disableAwsNetworkPerformanceMetricSubscription: (args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3049
|
-
disableEbsEncryptionByDefault: (args: DisableEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableEbsEncryptionByDefaultCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3050
|
-
disableFastLaunch: (args: DisableFastLaunchCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableFastLaunchCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3051
|
-
disableFastSnapshotRestores: (args: DisableFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableFastSnapshotRestoresCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3052
|
-
disableImage: (args: DisableImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3053
|
-
disableImageBlockPublicAccess: (args: DisableImageBlockPublicAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableImageBlockPublicAccessCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3054
|
-
disableImageDeprecation: (args: DisableImageDeprecationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableImageDeprecationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3055
|
-
disableImageDeregistrationProtection: (args: DisableImageDeregistrationProtectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableImageDeregistrationProtectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3056
|
-
disableIpamOrganizationAdminAccount: (args: DisableIpamOrganizationAdminAccountCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableIpamOrganizationAdminAccountCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3057
|
-
disableSerialConsoleAccess: (args: DisableSerialConsoleAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableSerialConsoleAccessCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3058
|
-
disableSnapshotBlockPublicAccess: (args: DisableSnapshotBlockPublicAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableSnapshotBlockPublicAccessCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3059
|
-
disableTransitGatewayRouteTablePropagation: (args: DisableTransitGatewayRouteTablePropagationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableTransitGatewayRouteTablePropagationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3060
|
-
disableVgwRoutePropagation: (args: DisableVgwRoutePropagationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableVgwRoutePropagationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3061
|
-
disableVpcClassicLink: (args: DisableVpcClassicLinkCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableVpcClassicLinkCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3062
|
-
disableVpcClassicLinkDnsSupport: (args: DisableVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisableVpcClassicLinkDnsSupportCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3063
|
-
disassociateAddress: (args: DisassociateAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3064
|
-
disassociateCapacityReservationBillingOwner: (args: DisassociateCapacityReservationBillingOwnerCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateCapacityReservationBillingOwnerCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3065
|
-
disassociateClientVpnTargetNetwork: (args: DisassociateClientVpnTargetNetworkCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateClientVpnTargetNetworkCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3066
|
-
disassociateEnclaveCertificateIamRole: (args: DisassociateEnclaveCertificateIamRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateEnclaveCertificateIamRoleCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3067
|
-
disassociateIamInstanceProfile: (args: DisassociateIamInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateIamInstanceProfileCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3068
|
-
disassociateInstanceEventWindow: (args: DisassociateInstanceEventWindowCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateInstanceEventWindowCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3069
|
-
disassociateIpamByoasn: (args: DisassociateIpamByoasnCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateIpamByoasnCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3070
|
-
disassociateIpamResourceDiscovery: (args: DisassociateIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateIpamResourceDiscoveryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3071
|
-
disassociateNatGatewayAddress: (args: DisassociateNatGatewayAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateNatGatewayAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3072
|
-
disassociateRouteTable: (args: DisassociateRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3073
|
-
disassociateSecurityGroupVpc: (args: DisassociateSecurityGroupVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateSecurityGroupVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3074
|
-
disassociateSubnetCidrBlock: (args: DisassociateSubnetCidrBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateSubnetCidrBlockCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3075
|
-
disassociateTransitGatewayMulticastDomain: (args: DisassociateTransitGatewayMulticastDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateTransitGatewayMulticastDomainCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3076
|
-
disassociateTransitGatewayPolicyTable: (args: DisassociateTransitGatewayPolicyTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateTransitGatewayPolicyTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3077
|
-
disassociateTransitGatewayRouteTable: (args: DisassociateTransitGatewayRouteTableCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateTransitGatewayRouteTableCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3078
|
-
disassociateTrunkInterface: (args: DisassociateTrunkInterfaceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateTrunkInterfaceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3079
|
-
disassociateVpcCidrBlock: (args: DisassociateVpcCidrBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DisassociateVpcCidrBlockCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3080
|
-
enableAddressTransfer: (args: EnableAddressTransferCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableAddressTransferCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3081
|
-
enableAllowedImagesSettings: (args: EnableAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableAllowedImagesSettingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3082
|
-
enableAwsNetworkPerformanceMetricSubscription: (args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3083
|
-
enableEbsEncryptionByDefault: (args: EnableEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableEbsEncryptionByDefaultCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3084
|
-
enableFastLaunch: (args: EnableFastLaunchCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableFastLaunchCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3085
|
-
enableFastSnapshotRestores: (args: EnableFastSnapshotRestoresCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableFastSnapshotRestoresCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3086
|
-
enableImage: (args: EnableImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3087
|
-
enableImageBlockPublicAccess: (args: EnableImageBlockPublicAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableImageBlockPublicAccessCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3088
|
-
enableImageDeprecation: (args: EnableImageDeprecationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableImageDeprecationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3089
|
-
enableImageDeregistrationProtection: (args: EnableImageDeregistrationProtectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableImageDeregistrationProtectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3090
|
-
enableIpamOrganizationAdminAccount: (args: EnableIpamOrganizationAdminAccountCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableIpamOrganizationAdminAccountCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3091
|
-
enableReachabilityAnalyzerOrganizationSharing: (args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableReachabilityAnalyzerOrganizationSharingCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3092
|
-
enableSerialConsoleAccess: (args: EnableSerialConsoleAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableSerialConsoleAccessCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3093
|
-
enableSnapshotBlockPublicAccess: (args: EnableSnapshotBlockPublicAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableSnapshotBlockPublicAccessCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3094
|
-
enableTransitGatewayRouteTablePropagation: (args: EnableTransitGatewayRouteTablePropagationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableTransitGatewayRouteTablePropagationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3095
|
-
enableVgwRoutePropagation: (args: EnableVgwRoutePropagationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableVgwRoutePropagationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3096
|
-
enableVolumeIO: (args: EnableVolumeIOCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableVolumeIOCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3097
|
-
enableVpcClassicLink: (args: EnableVpcClassicLinkCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableVpcClassicLinkCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3098
|
-
enableVpcClassicLinkDnsSupport: (args: EnableVpcClassicLinkDnsSupportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableVpcClassicLinkDnsSupportCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3099
|
-
exportClientVpnClientCertificateRevocationList: (args: ExportClientVpnClientCertificateRevocationListCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ExportClientVpnClientCertificateRevocationListCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3100
|
-
exportClientVpnClientConfiguration: (args: ExportClientVpnClientConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ExportClientVpnClientConfigurationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3101
|
-
exportImage: (args: ExportImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ExportImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3102
|
-
exportTransitGatewayRoutes: (args: ExportTransitGatewayRoutesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ExportTransitGatewayRoutesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3103
|
-
exportVerifiedAccessInstanceClientConfiguration: (args: ExportVerifiedAccessInstanceClientConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ExportVerifiedAccessInstanceClientConfigurationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3104
|
-
getAllowedImagesSettings: (args: GetAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAllowedImagesSettingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3105
|
-
getAssociatedEnclaveCertificateIamRoles: (args: GetAssociatedEnclaveCertificateIamRolesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAssociatedEnclaveCertificateIamRolesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3106
|
-
getAssociatedIpv6PoolCidrs: (args: GetAssociatedIpv6PoolCidrsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAssociatedIpv6PoolCidrsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3107
|
-
getAwsNetworkPerformanceData: (args: GetAwsNetworkPerformanceDataCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAwsNetworkPerformanceDataCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3108
|
-
getCapacityReservationUsage: (args: GetCapacityReservationUsageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetCapacityReservationUsageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3109
|
-
getCoipPoolUsage: (args: GetCoipPoolUsageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetCoipPoolUsageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3110
|
-
getConsoleOutput: (args: GetConsoleOutputCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetConsoleOutputCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3111
|
-
getConsoleScreenshot: (args: GetConsoleScreenshotCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetConsoleScreenshotCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3112
|
-
getDeclarativePoliciesReportSummary: (args: GetDeclarativePoliciesReportSummaryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetDeclarativePoliciesReportSummaryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3113
|
-
getDefaultCreditSpecification: (args: GetDefaultCreditSpecificationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetDefaultCreditSpecificationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3114
|
-
getEbsDefaultKmsKeyId: (args: GetEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetEbsDefaultKmsKeyIdCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3115
|
-
getEbsEncryptionByDefault: (args: GetEbsEncryptionByDefaultCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetEbsEncryptionByDefaultCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3116
|
-
getFlowLogsIntegrationTemplate: (args: GetFlowLogsIntegrationTemplateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFlowLogsIntegrationTemplateCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3117
|
-
getGroupsForCapacityReservation: (args: GetGroupsForCapacityReservationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetGroupsForCapacityReservationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3118
|
-
getHostReservationPurchasePreview: (args: GetHostReservationPurchasePreviewCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetHostReservationPurchasePreviewCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3119
|
-
getImageBlockPublicAccessState: (args: GetImageBlockPublicAccessStateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetImageBlockPublicAccessStateCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3120
|
-
getInstanceMetadataDefaults: (args: GetInstanceMetadataDefaultsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetInstanceMetadataDefaultsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3121
|
-
getInstanceTpmEkPub: (args: GetInstanceTpmEkPubCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetInstanceTpmEkPubCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3122
|
-
getInstanceTypesFromInstanceRequirements: (args: GetInstanceTypesFromInstanceRequirementsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetInstanceTypesFromInstanceRequirementsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3123
|
-
getInstanceUefiData: (args: GetInstanceUefiDataCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetInstanceUefiDataCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3124
|
-
getIpamAddressHistory: (args: GetIpamAddressHistoryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetIpamAddressHistoryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3125
|
-
getIpamDiscoveredAccounts: (args: GetIpamDiscoveredAccountsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetIpamDiscoveredAccountsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3126
|
-
getIpamDiscoveredPublicAddresses: (args: GetIpamDiscoveredPublicAddressesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetIpamDiscoveredPublicAddressesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3127
|
-
getIpamDiscoveredResourceCidrs: (args: GetIpamDiscoveredResourceCidrsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetIpamDiscoveredResourceCidrsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3128
|
-
getIpamPoolAllocations: (args: GetIpamPoolAllocationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetIpamPoolAllocationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3129
|
-
getIpamPoolCidrs: (args: GetIpamPoolCidrsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetIpamPoolCidrsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3130
|
-
getIpamResourceCidrs: (args: GetIpamResourceCidrsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetIpamResourceCidrsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3131
|
-
getLaunchTemplateData: (args: GetLaunchTemplateDataCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetLaunchTemplateDataCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3132
|
-
getManagedPrefixListAssociations: (args: GetManagedPrefixListAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetManagedPrefixListAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3133
|
-
getManagedPrefixListEntries: (args: GetManagedPrefixListEntriesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetManagedPrefixListEntriesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3134
|
-
getNetworkInsightsAccessScopeAnalysisFindings: (args: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3135
|
-
getNetworkInsightsAccessScopeContent: (args: GetNetworkInsightsAccessScopeContentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetNetworkInsightsAccessScopeContentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3136
|
-
getPasswordData: (args: GetPasswordDataCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetPasswordDataCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3137
|
-
getReservedInstancesExchangeQuote: (args: GetReservedInstancesExchangeQuoteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetReservedInstancesExchangeQuoteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3138
|
-
getSecurityGroupsForVpc: (args: GetSecurityGroupsForVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetSecurityGroupsForVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3139
|
-
getSerialConsoleAccessStatus: (args: GetSerialConsoleAccessStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetSerialConsoleAccessStatusCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3140
|
-
getSnapshotBlockPublicAccessState: (args: GetSnapshotBlockPublicAccessStateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetSnapshotBlockPublicAccessStateCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3141
|
-
getSpotPlacementScores: (args: GetSpotPlacementScoresCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetSpotPlacementScoresCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3142
|
-
getSubnetCidrReservations: (args: GetSubnetCidrReservationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetSubnetCidrReservationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3143
|
-
getTransitGatewayAttachmentPropagations: (args: GetTransitGatewayAttachmentPropagationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetTransitGatewayAttachmentPropagationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3144
|
-
getTransitGatewayMulticastDomainAssociations: (args: GetTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetTransitGatewayMulticastDomainAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3145
|
-
getTransitGatewayPolicyTableAssociations: (args: GetTransitGatewayPolicyTableAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetTransitGatewayPolicyTableAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3146
|
-
getTransitGatewayPolicyTableEntries: (args: GetTransitGatewayPolicyTableEntriesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetTransitGatewayPolicyTableEntriesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3147
|
-
getTransitGatewayPrefixListReferences: (args: GetTransitGatewayPrefixListReferencesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetTransitGatewayPrefixListReferencesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3148
|
-
getTransitGatewayRouteTableAssociations: (args: GetTransitGatewayRouteTableAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetTransitGatewayRouteTableAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3149
|
-
getTransitGatewayRouteTablePropagations: (args: GetTransitGatewayRouteTablePropagationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetTransitGatewayRouteTablePropagationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3150
|
-
getVerifiedAccessEndpointPolicy: (args: GetVerifiedAccessEndpointPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetVerifiedAccessEndpointPolicyCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3151
|
-
getVerifiedAccessEndpointTargets: (args: GetVerifiedAccessEndpointTargetsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetVerifiedAccessEndpointTargetsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3152
|
-
getVerifiedAccessGroupPolicy: (args: GetVerifiedAccessGroupPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetVerifiedAccessGroupPolicyCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3153
|
-
getVpnConnectionDeviceSampleConfiguration: (args: GetVpnConnectionDeviceSampleConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetVpnConnectionDeviceSampleConfigurationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3154
|
-
getVpnConnectionDeviceTypes: (args: GetVpnConnectionDeviceTypesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetVpnConnectionDeviceTypesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3155
|
-
getVpnTunnelReplacementStatus: (args: GetVpnTunnelReplacementStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetVpnTunnelReplacementStatusCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3156
|
-
importClientVpnClientCertificateRevocationList: (args: ImportClientVpnClientCertificateRevocationListCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ImportClientVpnClientCertificateRevocationListCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3157
|
-
importImage: (args: ImportImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ImportImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3158
|
-
importInstance: (args: ImportInstanceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ImportInstanceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3159
|
-
importKeyPair: (args: ImportKeyPairCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ImportKeyPairCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3160
|
-
importSnapshot: (args: ImportSnapshotCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ImportSnapshotCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3161
|
-
importVolume: (args: ImportVolumeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ImportVolumeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3162
|
-
listImagesInRecycleBin: (args: ListImagesInRecycleBinCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListImagesInRecycleBinCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3163
|
-
listSnapshotsInRecycleBin: (args: ListSnapshotsInRecycleBinCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListSnapshotsInRecycleBinCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3164
|
-
lockSnapshot: (args: LockSnapshotCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<LockSnapshotCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3165
|
-
modifyAddressAttribute: (args: ModifyAddressAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyAddressAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3166
|
-
modifyAvailabilityZoneGroup: (args: ModifyAvailabilityZoneGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyAvailabilityZoneGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3167
|
-
modifyCapacityReservation: (args: ModifyCapacityReservationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyCapacityReservationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3168
|
-
modifyCapacityReservationFleet: (args: ModifyCapacityReservationFleetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyCapacityReservationFleetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3169
|
-
modifyClientVpnEndpoint: (args: ModifyClientVpnEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyClientVpnEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3170
|
-
modifyDefaultCreditSpecification: (args: ModifyDefaultCreditSpecificationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyDefaultCreditSpecificationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3171
|
-
modifyEbsDefaultKmsKeyId: (args: ModifyEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyEbsDefaultKmsKeyIdCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3172
|
-
modifyFleet: (args: ModifyFleetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyFleetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3173
|
-
modifyFpgaImageAttribute: (args: ModifyFpgaImageAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyFpgaImageAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3174
|
-
modifyHosts: (args: ModifyHostsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyHostsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3175
|
-
modifyIdFormat: (args: ModifyIdFormatCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyIdFormatCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3176
|
-
modifyIdentityIdFormat: (args: ModifyIdentityIdFormatCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyIdentityIdFormatCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3177
|
-
modifyImageAttribute: (args: ModifyImageAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyImageAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3178
|
-
modifyInstanceAttribute: (args: ModifyInstanceAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3179
|
-
modifyInstanceCapacityReservationAttributes: (args: ModifyInstanceCapacityReservationAttributesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceCapacityReservationAttributesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3180
|
-
modifyInstanceCpuOptions: (args: ModifyInstanceCpuOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceCpuOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3181
|
-
modifyInstanceCreditSpecification: (args: ModifyInstanceCreditSpecificationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceCreditSpecificationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3182
|
-
modifyInstanceEventStartTime: (args: ModifyInstanceEventStartTimeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceEventStartTimeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3183
|
-
modifyInstanceEventWindow: (args: ModifyInstanceEventWindowCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceEventWindowCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3184
|
-
modifyInstanceMaintenanceOptions: (args: ModifyInstanceMaintenanceOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceMaintenanceOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3185
|
-
modifyInstanceMetadataDefaults: (args: ModifyInstanceMetadataDefaultsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceMetadataDefaultsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3186
|
-
modifyInstanceMetadataOptions: (args: ModifyInstanceMetadataOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceMetadataOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3187
|
-
modifyInstanceNetworkPerformanceOptions: (args: ModifyInstanceNetworkPerformanceOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstanceNetworkPerformanceOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3188
|
-
modifyInstancePlacement: (args: ModifyInstancePlacementCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyInstancePlacementCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3189
|
-
modifyIpam: (args: ModifyIpamCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyIpamCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3190
|
-
modifyIpamPool: (args: ModifyIpamPoolCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyIpamPoolCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3191
|
-
modifyIpamResourceCidr: (args: ModifyIpamResourceCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyIpamResourceCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3192
|
-
modifyIpamResourceDiscovery: (args: ModifyIpamResourceDiscoveryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyIpamResourceDiscoveryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3193
|
-
modifyIpamScope: (args: ModifyIpamScopeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyIpamScopeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3194
|
-
modifyLaunchTemplate: (args: ModifyLaunchTemplateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyLaunchTemplateCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3195
|
-
modifyLocalGatewayRoute: (args: ModifyLocalGatewayRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyLocalGatewayRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3196
|
-
modifyManagedPrefixList: (args: ModifyManagedPrefixListCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyManagedPrefixListCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3197
|
-
modifyNetworkInterfaceAttribute: (args: ModifyNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyNetworkInterfaceAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3198
|
-
modifyPrivateDnsNameOptions: (args: ModifyPrivateDnsNameOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyPrivateDnsNameOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3199
|
-
modifyReservedInstances: (args: ModifyReservedInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyReservedInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3200
|
-
modifySecurityGroupRules: (args: ModifySecurityGroupRulesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifySecurityGroupRulesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3201
|
-
modifySnapshotAttribute: (args: ModifySnapshotAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifySnapshotAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3202
|
-
modifySnapshotTier: (args: ModifySnapshotTierCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifySnapshotTierCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3203
|
-
modifySpotFleetRequest: (args: ModifySpotFleetRequestCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifySpotFleetRequestCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3204
|
-
modifySubnetAttribute: (args: ModifySubnetAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifySubnetAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3205
|
-
modifyTrafficMirrorFilterNetworkServices: (args: ModifyTrafficMirrorFilterNetworkServicesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyTrafficMirrorFilterNetworkServicesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3206
|
-
modifyTrafficMirrorFilterRule: (args: ModifyTrafficMirrorFilterRuleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyTrafficMirrorFilterRuleCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3207
|
-
modifyTrafficMirrorSession: (args: ModifyTrafficMirrorSessionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyTrafficMirrorSessionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3208
|
-
modifyTransitGateway: (args: ModifyTransitGatewayCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyTransitGatewayCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3209
|
-
modifyTransitGatewayPrefixListReference: (args: ModifyTransitGatewayPrefixListReferenceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyTransitGatewayPrefixListReferenceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3210
|
-
modifyTransitGatewayVpcAttachment: (args: ModifyTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyTransitGatewayVpcAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3211
|
-
modifyVerifiedAccessEndpoint: (args: ModifyVerifiedAccessEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVerifiedAccessEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3212
|
-
modifyVerifiedAccessEndpointPolicy: (args: ModifyVerifiedAccessEndpointPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVerifiedAccessEndpointPolicyCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3213
|
-
modifyVerifiedAccessGroup: (args: ModifyVerifiedAccessGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVerifiedAccessGroupCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3214
|
-
modifyVerifiedAccessGroupPolicy: (args: ModifyVerifiedAccessGroupPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVerifiedAccessGroupPolicyCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3215
|
-
modifyVerifiedAccessInstance: (args: ModifyVerifiedAccessInstanceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVerifiedAccessInstanceCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3216
|
-
modifyVerifiedAccessInstanceLoggingConfiguration: (args: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3217
|
-
modifyVerifiedAccessTrustProvider: (args: ModifyVerifiedAccessTrustProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVerifiedAccessTrustProviderCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3218
|
-
modifyVolume: (args: ModifyVolumeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVolumeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3219
|
-
modifyVolumeAttribute: (args: ModifyVolumeAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVolumeAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3220
|
-
modifyVpcAttribute: (args: ModifyVpcAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3221
|
-
modifyVpcBlockPublicAccessExclusion: (args: ModifyVpcBlockPublicAccessExclusionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcBlockPublicAccessExclusionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3222
|
-
modifyVpcBlockPublicAccessOptions: (args: ModifyVpcBlockPublicAccessOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcBlockPublicAccessOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3223
|
-
modifyVpcEndpoint: (args: ModifyVpcEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcEndpointCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3224
|
-
modifyVpcEndpointConnectionNotification: (args: ModifyVpcEndpointConnectionNotificationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcEndpointConnectionNotificationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3225
|
-
modifyVpcEndpointServiceConfiguration: (args: ModifyVpcEndpointServiceConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcEndpointServiceConfigurationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3226
|
-
modifyVpcEndpointServicePayerResponsibility: (args: ModifyVpcEndpointServicePayerResponsibilityCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcEndpointServicePayerResponsibilityCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3227
|
-
modifyVpcEndpointServicePermissions: (args: ModifyVpcEndpointServicePermissionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcEndpointServicePermissionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3228
|
-
modifyVpcPeeringConnectionOptions: (args: ModifyVpcPeeringConnectionOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcPeeringConnectionOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3229
|
-
modifyVpcTenancy: (args: ModifyVpcTenancyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpcTenancyCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3230
|
-
modifyVpnConnection: (args: ModifyVpnConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpnConnectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3231
|
-
modifyVpnConnectionOptions: (args: ModifyVpnConnectionOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpnConnectionOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3232
|
-
modifyVpnTunnelCertificate: (args: ModifyVpnTunnelCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpnTunnelCertificateCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3233
|
-
modifyVpnTunnelOptions: (args: ModifyVpnTunnelOptionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ModifyVpnTunnelOptionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3234
|
-
monitorInstances: (args: MonitorInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<MonitorInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3235
|
-
moveAddressToVpc: (args: MoveAddressToVpcCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<MoveAddressToVpcCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3236
|
-
moveByoipCidrToIpam: (args: MoveByoipCidrToIpamCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<MoveByoipCidrToIpamCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3237
|
-
moveCapacityReservationInstances: (args: MoveCapacityReservationInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<MoveCapacityReservationInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3238
|
-
provisionByoipCidr: (args: ProvisionByoipCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ProvisionByoipCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3239
|
-
provisionIpamByoasn: (args: ProvisionIpamByoasnCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ProvisionIpamByoasnCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3240
|
-
provisionIpamPoolCidr: (args: ProvisionIpamPoolCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ProvisionIpamPoolCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3241
|
-
provisionPublicIpv4PoolCidr: (args: ProvisionPublicIpv4PoolCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ProvisionPublicIpv4PoolCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3242
|
-
purchaseCapacityBlock: (args: PurchaseCapacityBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PurchaseCapacityBlockCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3243
|
-
purchaseCapacityBlockExtension: (args: PurchaseCapacityBlockExtensionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PurchaseCapacityBlockExtensionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3244
|
-
purchaseHostReservation: (args: PurchaseHostReservationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PurchaseHostReservationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3245
|
-
purchaseReservedInstancesOffering: (args: PurchaseReservedInstancesOfferingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PurchaseReservedInstancesOfferingCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3246
|
-
purchaseScheduledInstances: (args: PurchaseScheduledInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PurchaseScheduledInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3247
|
-
rebootInstances: (args: RebootInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RebootInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3248
|
-
registerImage: (args: RegisterImageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RegisterImageCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3249
|
-
registerInstanceEventNotificationAttributes: (args: RegisterInstanceEventNotificationAttributesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RegisterInstanceEventNotificationAttributesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3250
|
-
registerTransitGatewayMulticastGroupMembers: (args: RegisterTransitGatewayMulticastGroupMembersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RegisterTransitGatewayMulticastGroupMembersCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3251
|
-
registerTransitGatewayMulticastGroupSources: (args: RegisterTransitGatewayMulticastGroupSourcesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RegisterTransitGatewayMulticastGroupSourcesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3252
|
-
rejectCapacityReservationBillingOwnership: (args: RejectCapacityReservationBillingOwnershipCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RejectCapacityReservationBillingOwnershipCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3253
|
-
rejectTransitGatewayMulticastDomainAssociations: (args: RejectTransitGatewayMulticastDomainAssociationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RejectTransitGatewayMulticastDomainAssociationsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3254
|
-
rejectTransitGatewayPeeringAttachment: (args: RejectTransitGatewayPeeringAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RejectTransitGatewayPeeringAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3255
|
-
rejectTransitGatewayVpcAttachment: (args: RejectTransitGatewayVpcAttachmentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RejectTransitGatewayVpcAttachmentCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3256
|
-
rejectVpcEndpointConnections: (args: RejectVpcEndpointConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RejectVpcEndpointConnectionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3257
|
-
rejectVpcPeeringConnection: (args: RejectVpcPeeringConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RejectVpcPeeringConnectionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3258
|
-
releaseAddress: (args: ReleaseAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReleaseAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3259
|
-
releaseHosts: (args: ReleaseHostsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReleaseHostsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3260
|
-
releaseIpamPoolAllocation: (args: ReleaseIpamPoolAllocationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReleaseIpamPoolAllocationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3261
|
-
replaceIamInstanceProfileAssociation: (args: ReplaceIamInstanceProfileAssociationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceIamInstanceProfileAssociationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3262
|
-
replaceImageCriteriaInAllowedImagesSettings: (args: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3263
|
-
replaceNetworkAclAssociation: (args: ReplaceNetworkAclAssociationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceNetworkAclAssociationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3264
|
-
replaceNetworkAclEntry: (args: ReplaceNetworkAclEntryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceNetworkAclEntryCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3265
|
-
replaceRoute: (args: ReplaceRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3266
|
-
replaceRouteTableAssociation: (args: ReplaceRouteTableAssociationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceRouteTableAssociationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3267
|
-
replaceTransitGatewayRoute: (args: ReplaceTransitGatewayRouteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceTransitGatewayRouteCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3268
|
-
replaceVpnTunnel: (args: ReplaceVpnTunnelCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReplaceVpnTunnelCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3269
|
-
reportInstanceStatus: (args: ReportInstanceStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ReportInstanceStatusCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3270
|
-
requestSpotFleet: (args: RequestSpotFleetCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RequestSpotFleetCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3271
|
-
requestSpotInstances: (args: RequestSpotInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RequestSpotInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3272
|
-
resetAddressAttribute: (args: ResetAddressAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetAddressAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3273
|
-
resetEbsDefaultKmsKeyId: (args: ResetEbsDefaultKmsKeyIdCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetEbsDefaultKmsKeyIdCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3274
|
-
resetFpgaImageAttribute: (args: ResetFpgaImageAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetFpgaImageAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3275
|
-
resetImageAttribute: (args: ResetImageAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetImageAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3276
|
-
resetInstanceAttribute: (args: ResetInstanceAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetInstanceAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3277
|
-
resetNetworkInterfaceAttribute: (args: ResetNetworkInterfaceAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetNetworkInterfaceAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3278
|
-
resetSnapshotAttribute: (args: ResetSnapshotAttributeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetSnapshotAttributeCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3279
|
-
restoreAddressToClassic: (args: RestoreAddressToClassicCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RestoreAddressToClassicCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3280
|
-
restoreImageFromRecycleBin: (args: RestoreImageFromRecycleBinCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RestoreImageFromRecycleBinCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3281
|
-
restoreManagedPrefixListVersion: (args: RestoreManagedPrefixListVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RestoreManagedPrefixListVersionCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3282
|
-
restoreSnapshotFromRecycleBin: (args: RestoreSnapshotFromRecycleBinCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RestoreSnapshotFromRecycleBinCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3283
|
-
restoreSnapshotTier: (args: RestoreSnapshotTierCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RestoreSnapshotTierCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3284
|
-
revokeClientVpnIngress: (args: RevokeClientVpnIngressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RevokeClientVpnIngressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3285
|
-
revokeSecurityGroupEgress: (args: RevokeSecurityGroupEgressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RevokeSecurityGroupEgressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3286
|
-
revokeSecurityGroupIngress: (args: RevokeSecurityGroupIngressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RevokeSecurityGroupIngressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3287
|
-
runInstances: (args: RunInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RunInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3288
|
-
runScheduledInstances: (args: RunScheduledInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RunScheduledInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3289
|
-
searchLocalGatewayRoutes: (args: SearchLocalGatewayRoutesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SearchLocalGatewayRoutesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3290
|
-
searchTransitGatewayMulticastGroups: (args: SearchTransitGatewayMulticastGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SearchTransitGatewayMulticastGroupsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3291
|
-
searchTransitGatewayRoutes: (args: SearchTransitGatewayRoutesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SearchTransitGatewayRoutesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3292
|
-
sendDiagnosticInterrupt: (args: SendDiagnosticInterruptCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SendDiagnosticInterruptCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3293
|
-
startDeclarativePoliciesReport: (args: StartDeclarativePoliciesReportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartDeclarativePoliciesReportCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3294
|
-
startInstances: (args: StartInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3295
|
-
startNetworkInsightsAccessScopeAnalysis: (args: StartNetworkInsightsAccessScopeAnalysisCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartNetworkInsightsAccessScopeAnalysisCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3296
|
-
startNetworkInsightsAnalysis: (args: StartNetworkInsightsAnalysisCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartNetworkInsightsAnalysisCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3297
|
-
startVpcEndpointServicePrivateDnsVerification: (args: StartVpcEndpointServicePrivateDnsVerificationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartVpcEndpointServicePrivateDnsVerificationCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3298
|
-
stopInstances: (args: StopInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StopInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3299
|
-
terminateClientVpnConnections: (args: TerminateClientVpnConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TerminateClientVpnConnectionsCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3300
|
-
terminateInstances: (args: TerminateInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TerminateInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3301
|
-
unassignIpv6Addresses: (args: UnassignIpv6AddressesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UnassignIpv6AddressesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3302
|
-
unassignPrivateIpAddresses: (args: UnassignPrivateIpAddressesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UnassignPrivateIpAddressesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3303
|
-
unassignPrivateNatGatewayAddress: (args: UnassignPrivateNatGatewayAddressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UnassignPrivateNatGatewayAddressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3304
|
-
unlockSnapshot: (args: UnlockSnapshotCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UnlockSnapshotCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3305
|
-
unmonitorInstances: (args: UnmonitorInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UnmonitorInstancesCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3306
|
-
updateSecurityGroupRuleDescriptionsEgress: (args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3307
|
-
updateSecurityGroupRuleDescriptionsIngress: (args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3308
|
-
withdrawByoipCidr: (args: WithdrawByoipCidrCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<WithdrawByoipCidrCommandOutput, EC2ServiceError | SdkError, EC2Service>;
|
|
3309
|
-
} & {
|
|
3310
|
-
use: <X>(body: (_: EC2Service$) => X) => X extends Effect.Effect<infer A, infer E, infer R> ? Effect.Effect<A, E, EC2Service | R> : Effect.Effect<X, never, EC2Service>;
|
|
2649
|
+
declare const EC2Service_base: import("effect/Context").TagClass<EC2Service, "@effect-aws/client-ec2/EC2Service", EC2Service$> & Effect.Tag.Proxy<EC2Service, EC2Service$> & {
|
|
2650
|
+
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, import("effect/Cause").UnknownException, EC2Service> : Effect.Effect<X, never, EC2Service>;
|
|
3311
2651
|
};
|
|
3312
2652
|
/**
|
|
3313
2653
|
* @since 1.0.0
|