Documentation
ยถ
Overview ยถ
Package ec2 provides the API client, operations, and parameter types for Amazon Elastic Compute Cloud.
Amazon Elastic Compute Cloud Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you've defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available
and reliable storage volumes that can be attached to any running instance and used like a hard drive. To learn more, see the following resources:
* Amazon EC2: AmazonEC2 product page (http://aws.amazon.com/ec2), Amazon EC2 documentation (http://aws.amazon.com/documentation/ec2)
* Amazon EBS: Amazon EBS product page (http://aws.amazon.com/ebs), Amazon EBS documentation (http://aws.amazon.com/documentation/ebs)
* Amazon VPC: Amazon VPC product page (http://aws.amazon.com/vpc), Amazon VPC documentation (http://aws.amazon.com/documentation/vpc)
* AWS VPN: AWS VPN product page (http://aws.amazon.com/vpn), AWS VPN documentation (http://aws.amazon.com/documentation/vpn)
Index ยถ
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)
- func WithPresignClientFromClientOptions(optFns ...func(*Options)) func(*PresignOptions)
- type AcceptReservedInstancesExchangeQuoteInput
- type AcceptReservedInstancesExchangeQuoteOutput
- type AcceptTransitGatewayMulticastDomainAssociationsInput
- type AcceptTransitGatewayMulticastDomainAssociationsOutput
- type AcceptTransitGatewayPeeringAttachmentInput
- type AcceptTransitGatewayPeeringAttachmentOutput
- type AcceptTransitGatewayVpcAttachmentInput
- type AcceptTransitGatewayVpcAttachmentOutput
- type AcceptVpcEndpointConnectionsInput
- type AcceptVpcEndpointConnectionsOutput
- type AcceptVpcPeeringConnectionInput
- type AcceptVpcPeeringConnectionOutput
- type AdvertiseByoipCidrInput
- type AdvertiseByoipCidrOutput
- type AllocateAddressInput
- type AllocateAddressOutput
- type AllocateHostsInput
- type AllocateHostsOutput
- type ApplySecurityGroupsToClientVpnTargetNetworkInput
- type ApplySecurityGroupsToClientVpnTargetNetworkOutput
- type AssignIpv6AddressesInput
- type AssignIpv6AddressesOutput
- type AssignPrivateIpAddressesInput
- type AssignPrivateIpAddressesOutput
- type AssociateAddressInput
- type AssociateAddressOutput
- type AssociateClientVpnTargetNetworkInput
- type AssociateClientVpnTargetNetworkOutput
- type AssociateDhcpOptionsInput
- type AssociateDhcpOptionsOutput
- type AssociateEnclaveCertificateIamRoleInput
- type AssociateEnclaveCertificateIamRoleOutput
- type AssociateIamInstanceProfileInput
- type AssociateIamInstanceProfileOutput
- type AssociateRouteTableInput
- type AssociateRouteTableOutput
- type AssociateSubnetCidrBlockInput
- type AssociateSubnetCidrBlockOutput
- type AssociateTransitGatewayMulticastDomainInput
- type AssociateTransitGatewayMulticastDomainOutput
- type AssociateTransitGatewayRouteTableInput
- type AssociateTransitGatewayRouteTableOutput
- type AssociateVpcCidrBlockInput
- type AssociateVpcCidrBlockOutput
- type AttachClassicLinkVpcInput
- type AttachClassicLinkVpcOutput
- type AttachInternetGatewayInput
- type AttachInternetGatewayOutput
- type AttachNetworkInterfaceInput
- type AttachNetworkInterfaceOutput
- type AttachVolumeInput
- type AttachVolumeOutput
- type AttachVpnGatewayInput
- type AttachVpnGatewayOutput
- type AuthorizeClientVpnIngressInput
- type AuthorizeClientVpnIngressOutput
- type AuthorizeSecurityGroupEgressInput
- type AuthorizeSecurityGroupEgressOutput
- type AuthorizeSecurityGroupIngressInput
- type AuthorizeSecurityGroupIngressOutput
- type BundleInstanceInput
- type BundleInstanceOutput
- type BundleTaskCompleteWaiter
- type BundleTaskCompleteWaiterOptions
- type CancelBundleTaskInput
- type CancelBundleTaskOutput
- type CancelCapacityReservationInput
- type CancelCapacityReservationOutput
- type CancelConversionTaskInput
- type CancelConversionTaskOutput
- type CancelExportTaskInput
- type CancelExportTaskOutput
- type CancelImportTaskInput
- type CancelImportTaskOutput
- type CancelReservedInstancesListingInput
- type CancelReservedInstancesListingOutput
- type CancelSpotFleetRequestsInput
- type CancelSpotFleetRequestsOutput
- type CancelSpotInstanceRequestsInput
- type CancelSpotInstanceRequestsOutput
- type Client
- func (c *Client) AcceptReservedInstancesExchangeQuote(ctx context.Context, params *AcceptReservedInstancesExchangeQuoteInput, ...) (*AcceptReservedInstancesExchangeQuoteOutput, error)
- func (c *Client) AcceptTransitGatewayMulticastDomainAssociations(ctx context.Context, ...) (*AcceptTransitGatewayMulticastDomainAssociationsOutput, error)
- func (c *Client) AcceptTransitGatewayPeeringAttachment(ctx context.Context, params *AcceptTransitGatewayPeeringAttachmentInput, ...) (*AcceptTransitGatewayPeeringAttachmentOutput, error)
- func (c *Client) AcceptTransitGatewayVpcAttachment(ctx context.Context, params *AcceptTransitGatewayVpcAttachmentInput, ...) (*AcceptTransitGatewayVpcAttachmentOutput, error)
- func (c *Client) AcceptVpcEndpointConnections(ctx context.Context, params *AcceptVpcEndpointConnectionsInput, ...) (*AcceptVpcEndpointConnectionsOutput, error)
- func (c *Client) AcceptVpcPeeringConnection(ctx context.Context, params *AcceptVpcPeeringConnectionInput, ...) (*AcceptVpcPeeringConnectionOutput, error)
- func (c *Client) AdvertiseByoipCidr(ctx context.Context, params *AdvertiseByoipCidrInput, optFns ...func(*Options)) (*AdvertiseByoipCidrOutput, error)
- func (c *Client) AllocateAddress(ctx context.Context, params *AllocateAddressInput, optFns ...func(*Options)) (*AllocateAddressOutput, error)
- func (c *Client) AllocateHosts(ctx context.Context, params *AllocateHostsInput, optFns ...func(*Options)) (*AllocateHostsOutput, error)
- func (c *Client) ApplySecurityGroupsToClientVpnTargetNetwork(ctx context.Context, params *ApplySecurityGroupsToClientVpnTargetNetworkInput, ...) (*ApplySecurityGroupsToClientVpnTargetNetworkOutput, error)
- func (c *Client) AssignIpv6Addresses(ctx context.Context, params *AssignIpv6AddressesInput, ...) (*AssignIpv6AddressesOutput, error)
- func (c *Client) AssignPrivateIpAddresses(ctx context.Context, params *AssignPrivateIpAddressesInput, ...) (*AssignPrivateIpAddressesOutput, error)
- func (c *Client) AssociateAddress(ctx context.Context, params *AssociateAddressInput, optFns ...func(*Options)) (*AssociateAddressOutput, error)
- func (c *Client) AssociateClientVpnTargetNetwork(ctx context.Context, params *AssociateClientVpnTargetNetworkInput, ...) (*AssociateClientVpnTargetNetworkOutput, error)
- func (c *Client) AssociateDhcpOptions(ctx context.Context, params *AssociateDhcpOptionsInput, ...) (*AssociateDhcpOptionsOutput, error)
- func (c *Client) AssociateEnclaveCertificateIamRole(ctx context.Context, params *AssociateEnclaveCertificateIamRoleInput, ...) (*AssociateEnclaveCertificateIamRoleOutput, error)
- func (c *Client) AssociateIamInstanceProfile(ctx context.Context, params *AssociateIamInstanceProfileInput, ...) (*AssociateIamInstanceProfileOutput, error)
- func (c *Client) AssociateRouteTable(ctx context.Context, params *AssociateRouteTableInput, ...) (*AssociateRouteTableOutput, error)
- func (c *Client) AssociateSubnetCidrBlock(ctx context.Context, params *AssociateSubnetCidrBlockInput, ...) (*AssociateSubnetCidrBlockOutput, error)
- func (c *Client) AssociateTransitGatewayMulticastDomain(ctx context.Context, params *AssociateTransitGatewayMulticastDomainInput, ...) (*AssociateTransitGatewayMulticastDomainOutput, error)
- func (c *Client) AssociateTransitGatewayRouteTable(ctx context.Context, params *AssociateTransitGatewayRouteTableInput, ...) (*AssociateTransitGatewayRouteTableOutput, error)
- func (c *Client) AssociateVpcCidrBlock(ctx context.Context, params *AssociateVpcCidrBlockInput, ...) (*AssociateVpcCidrBlockOutput, error)
- func (c *Client) AttachClassicLinkVpc(ctx context.Context, params *AttachClassicLinkVpcInput, ...) (*AttachClassicLinkVpcOutput, error)
- func (c *Client) AttachInternetGateway(ctx context.Context, params *AttachInternetGatewayInput, ...) (*AttachInternetGatewayOutput, error)
- func (c *Client) AttachNetworkInterface(ctx context.Context, params *AttachNetworkInterfaceInput, ...) (*AttachNetworkInterfaceOutput, error)
- func (c *Client) AttachVolume(ctx context.Context, params *AttachVolumeInput, optFns ...func(*Options)) (*AttachVolumeOutput, error)
- func (c *Client) AttachVpnGateway(ctx context.Context, params *AttachVpnGatewayInput, optFns ...func(*Options)) (*AttachVpnGatewayOutput, error)
- func (c *Client) AuthorizeClientVpnIngress(ctx context.Context, params *AuthorizeClientVpnIngressInput, ...) (*AuthorizeClientVpnIngressOutput, error)
- func (c *Client) AuthorizeSecurityGroupEgress(ctx context.Context, params *AuthorizeSecurityGroupEgressInput, ...) (*AuthorizeSecurityGroupEgressOutput, error)
- func (c *Client) AuthorizeSecurityGroupIngress(ctx context.Context, params *AuthorizeSecurityGroupIngressInput, ...) (*AuthorizeSecurityGroupIngressOutput, error)
- func (c *Client) BundleInstance(ctx context.Context, params *BundleInstanceInput, optFns ...func(*Options)) (*BundleInstanceOutput, error)
- func (c *Client) CancelBundleTask(ctx context.Context, params *CancelBundleTaskInput, optFns ...func(*Options)) (*CancelBundleTaskOutput, error)
- func (c *Client) CancelCapacityReservation(ctx context.Context, params *CancelCapacityReservationInput, ...) (*CancelCapacityReservationOutput, error)
- func (c *Client) CancelConversionTask(ctx context.Context, params *CancelConversionTaskInput, ...) (*CancelConversionTaskOutput, error)
- func (c *Client) CancelExportTask(ctx context.Context, params *CancelExportTaskInput, optFns ...func(*Options)) (*CancelExportTaskOutput, error)
- func (c *Client) CancelImportTask(ctx context.Context, params *CancelImportTaskInput, optFns ...func(*Options)) (*CancelImportTaskOutput, error)
- func (c *Client) CancelReservedInstancesListing(ctx context.Context, params *CancelReservedInstancesListingInput, ...) (*CancelReservedInstancesListingOutput, error)
- func (c *Client) CancelSpotFleetRequests(ctx context.Context, params *CancelSpotFleetRequestsInput, ...) (*CancelSpotFleetRequestsOutput, error)
- func (c *Client) CancelSpotInstanceRequests(ctx context.Context, params *CancelSpotInstanceRequestsInput, ...) (*CancelSpotInstanceRequestsOutput, error)
- func (c *Client) ConfirmProductInstance(ctx context.Context, params *ConfirmProductInstanceInput, ...) (*ConfirmProductInstanceOutput, error)
- func (c *Client) CopyFpgaImage(ctx context.Context, params *CopyFpgaImageInput, optFns ...func(*Options)) (*CopyFpgaImageOutput, error)
- func (c *Client) CopyImage(ctx context.Context, params *CopyImageInput, optFns ...func(*Options)) (*CopyImageOutput, error)
- func (c *Client) CopySnapshot(ctx context.Context, params *CopySnapshotInput, optFns ...func(*Options)) (*CopySnapshotOutput, error)
- func (c *Client) CreateCapacityReservation(ctx context.Context, params *CreateCapacityReservationInput, ...) (*CreateCapacityReservationOutput, error)
- func (c *Client) CreateCarrierGateway(ctx context.Context, params *CreateCarrierGatewayInput, ...) (*CreateCarrierGatewayOutput, error)
- func (c *Client) CreateClientVpnEndpoint(ctx context.Context, params *CreateClientVpnEndpointInput, ...) (*CreateClientVpnEndpointOutput, error)
- func (c *Client) CreateClientVpnRoute(ctx context.Context, params *CreateClientVpnRouteInput, ...) (*CreateClientVpnRouteOutput, error)
- func (c *Client) CreateCustomerGateway(ctx context.Context, params *CreateCustomerGatewayInput, ...) (*CreateCustomerGatewayOutput, error)
- func (c *Client) CreateDefaultSubnet(ctx context.Context, params *CreateDefaultSubnetInput, ...) (*CreateDefaultSubnetOutput, error)
- func (c *Client) CreateDefaultVpc(ctx context.Context, params *CreateDefaultVpcInput, optFns ...func(*Options)) (*CreateDefaultVpcOutput, error)
- func (c *Client) CreateDhcpOptions(ctx context.Context, params *CreateDhcpOptionsInput, optFns ...func(*Options)) (*CreateDhcpOptionsOutput, error)
- func (c *Client) CreateEgressOnlyInternetGateway(ctx context.Context, params *CreateEgressOnlyInternetGatewayInput, ...) (*CreateEgressOnlyInternetGatewayOutput, error)
- func (c *Client) CreateFleet(ctx context.Context, params *CreateFleetInput, optFns ...func(*Options)) (*CreateFleetOutput, error)
- func (c *Client) CreateFlowLogs(ctx context.Context, params *CreateFlowLogsInput, optFns ...func(*Options)) (*CreateFlowLogsOutput, error)
- func (c *Client) CreateFpgaImage(ctx context.Context, params *CreateFpgaImageInput, optFns ...func(*Options)) (*CreateFpgaImageOutput, error)
- func (c *Client) CreateImage(ctx context.Context, params *CreateImageInput, optFns ...func(*Options)) (*CreateImageOutput, error)
- func (c *Client) CreateInstanceExportTask(ctx context.Context, params *CreateInstanceExportTaskInput, ...) (*CreateInstanceExportTaskOutput, error)
- func (c *Client) CreateInternetGateway(ctx context.Context, params *CreateInternetGatewayInput, ...) (*CreateInternetGatewayOutput, error)
- func (c *Client) CreateKeyPair(ctx context.Context, params *CreateKeyPairInput, optFns ...func(*Options)) (*CreateKeyPairOutput, error)
- func (c *Client) CreateLaunchTemplate(ctx context.Context, params *CreateLaunchTemplateInput, ...) (*CreateLaunchTemplateOutput, error)
- func (c *Client) CreateLaunchTemplateVersion(ctx context.Context, params *CreateLaunchTemplateVersionInput, ...) (*CreateLaunchTemplateVersionOutput, error)
- func (c *Client) CreateLocalGatewayRoute(ctx context.Context, params *CreateLocalGatewayRouteInput, ...) (*CreateLocalGatewayRouteOutput, error)
- func (c *Client) CreateLocalGatewayRouteTableVpcAssociation(ctx context.Context, params *CreateLocalGatewayRouteTableVpcAssociationInput, ...) (*CreateLocalGatewayRouteTableVpcAssociationOutput, error)
- func (c *Client) CreateManagedPrefixList(ctx context.Context, params *CreateManagedPrefixListInput, ...) (*CreateManagedPrefixListOutput, error)
- func (c *Client) CreateNatGateway(ctx context.Context, params *CreateNatGatewayInput, optFns ...func(*Options)) (*CreateNatGatewayOutput, error)
- func (c *Client) CreateNetworkAcl(ctx context.Context, params *CreateNetworkAclInput, optFns ...func(*Options)) (*CreateNetworkAclOutput, error)
- func (c *Client) CreateNetworkAclEntry(ctx context.Context, params *CreateNetworkAclEntryInput, ...) (*CreateNetworkAclEntryOutput, error)
- func (c *Client) CreateNetworkInsightsPath(ctx context.Context, params *CreateNetworkInsightsPathInput, ...) (*CreateNetworkInsightsPathOutput, error)
- func (c *Client) CreateNetworkInterface(ctx context.Context, params *CreateNetworkInterfaceInput, ...) (*CreateNetworkInterfaceOutput, error)
- func (c *Client) CreateNetworkInterfacePermission(ctx context.Context, params *CreateNetworkInterfacePermissionInput, ...) (*CreateNetworkInterfacePermissionOutput, error)
- func (c *Client) CreatePlacementGroup(ctx context.Context, params *CreatePlacementGroupInput, ...) (*CreatePlacementGroupOutput, error)
- func (c *Client) CreateReplaceRootVolumeTask(ctx context.Context, params *CreateReplaceRootVolumeTaskInput, ...) (*CreateReplaceRootVolumeTaskOutput, error)
- func (c *Client) CreateReservedInstancesListing(ctx context.Context, params *CreateReservedInstancesListingInput, ...) (*CreateReservedInstancesListingOutput, error)
- func (c *Client) CreateRestoreImageTask(ctx context.Context, params *CreateRestoreImageTaskInput, ...) (*CreateRestoreImageTaskOutput, error)
- func (c *Client) CreateRoute(ctx context.Context, params *CreateRouteInput, optFns ...func(*Options)) (*CreateRouteOutput, error)
- func (c *Client) CreateRouteTable(ctx context.Context, params *CreateRouteTableInput, optFns ...func(*Options)) (*CreateRouteTableOutput, error)
- func (c *Client) CreateSecurityGroup(ctx context.Context, params *CreateSecurityGroupInput, ...) (*CreateSecurityGroupOutput, error)
- func (c *Client) CreateSnapshot(ctx context.Context, params *CreateSnapshotInput, optFns ...func(*Options)) (*CreateSnapshotOutput, error)
- func (c *Client) CreateSnapshots(ctx context.Context, params *CreateSnapshotsInput, optFns ...func(*Options)) (*CreateSnapshotsOutput, error)
- func (c *Client) CreateSpotDatafeedSubscription(ctx context.Context, params *CreateSpotDatafeedSubscriptionInput, ...) (*CreateSpotDatafeedSubscriptionOutput, error)
- func (c *Client) CreateStoreImageTask(ctx context.Context, params *CreateStoreImageTaskInput, ...) (*CreateStoreImageTaskOutput, error)
- func (c *Client) CreateSubnet(ctx context.Context, params *CreateSubnetInput, optFns ...func(*Options)) (*CreateSubnetOutput, error)
- func (c *Client) CreateTags(ctx context.Context, params *CreateTagsInput, optFns ...func(*Options)) (*CreateTagsOutput, error)
- func (c *Client) CreateTrafficMirrorFilter(ctx context.Context, params *CreateTrafficMirrorFilterInput, ...) (*CreateTrafficMirrorFilterOutput, error)
- func (c *Client) CreateTrafficMirrorFilterRule(ctx context.Context, params *CreateTrafficMirrorFilterRuleInput, ...) (*CreateTrafficMirrorFilterRuleOutput, error)
- func (c *Client) CreateTrafficMirrorSession(ctx context.Context, params *CreateTrafficMirrorSessionInput, ...) (*CreateTrafficMirrorSessionOutput, error)
- func (c *Client) CreateTrafficMirrorTarget(ctx context.Context, params *CreateTrafficMirrorTargetInput, ...) (*CreateTrafficMirrorTargetOutput, error)
- func (c *Client) CreateTransitGateway(ctx context.Context, params *CreateTransitGatewayInput, ...) (*CreateTransitGatewayOutput, error)
- func (c *Client) CreateTransitGatewayConnect(ctx context.Context, params *CreateTransitGatewayConnectInput, ...) (*CreateTransitGatewayConnectOutput, error)
- func (c *Client) CreateTransitGatewayConnectPeer(ctx context.Context, params *CreateTransitGatewayConnectPeerInput, ...) (*CreateTransitGatewayConnectPeerOutput, error)
- func (c *Client) CreateTransitGatewayMulticastDomain(ctx context.Context, params *CreateTransitGatewayMulticastDomainInput, ...) (*CreateTransitGatewayMulticastDomainOutput, error)
- func (c *Client) CreateTransitGatewayPeeringAttachment(ctx context.Context, params *CreateTransitGatewayPeeringAttachmentInput, ...) (*CreateTransitGatewayPeeringAttachmentOutput, error)
- func (c *Client) CreateTransitGatewayPrefixListReference(ctx context.Context, params *CreateTransitGatewayPrefixListReferenceInput, ...) (*CreateTransitGatewayPrefixListReferenceOutput, error)
- func (c *Client) CreateTransitGatewayRoute(ctx context.Context, params *CreateTransitGatewayRouteInput, ...) (*CreateTransitGatewayRouteOutput, error)
- func (c *Client) CreateTransitGatewayRouteTable(ctx context.Context, params *CreateTransitGatewayRouteTableInput, ...) (*CreateTransitGatewayRouteTableOutput, error)
- func (c *Client) CreateTransitGatewayVpcAttachment(ctx context.Context, params *CreateTransitGatewayVpcAttachmentInput, ...) (*CreateTransitGatewayVpcAttachmentOutput, error)
- func (c *Client) CreateVolume(ctx context.Context, params *CreateVolumeInput, optFns ...func(*Options)) (*CreateVolumeOutput, error)
- func (c *Client) CreateVpc(ctx context.Context, params *CreateVpcInput, optFns ...func(*Options)) (*CreateVpcOutput, error)
- func (c *Client) CreateVpcEndpoint(ctx context.Context, params *CreateVpcEndpointInput, optFns ...func(*Options)) (*CreateVpcEndpointOutput, error)
- func (c *Client) CreateVpcEndpointConnectionNotification(ctx context.Context, params *CreateVpcEndpointConnectionNotificationInput, ...) (*CreateVpcEndpointConnectionNotificationOutput, error)
- func (c *Client) CreateVpcEndpointServiceConfiguration(ctx context.Context, params *CreateVpcEndpointServiceConfigurationInput, ...) (*CreateVpcEndpointServiceConfigurationOutput, error)
- func (c *Client) CreateVpcPeeringConnection(ctx context.Context, params *CreateVpcPeeringConnectionInput, ...) (*CreateVpcPeeringConnectionOutput, error)
- func (c *Client) CreateVpnConnection(ctx context.Context, params *CreateVpnConnectionInput, ...) (*CreateVpnConnectionOutput, error)
- func (c *Client) CreateVpnConnectionRoute(ctx context.Context, params *CreateVpnConnectionRouteInput, ...) (*CreateVpnConnectionRouteOutput, error)
- func (c *Client) CreateVpnGateway(ctx context.Context, params *CreateVpnGatewayInput, optFns ...func(*Options)) (*CreateVpnGatewayOutput, error)
- func (c *Client) DeleteCarrierGateway(ctx context.Context, params *DeleteCarrierGatewayInput, ...) (*DeleteCarrierGatewayOutput, error)
- func (c *Client) DeleteClientVpnEndpoint(ctx context.Context, params *DeleteClientVpnEndpointInput, ...) (*DeleteClientVpnEndpointOutput, error)
- func (c *Client) DeleteClientVpnRoute(ctx context.Context, params *DeleteClientVpnRouteInput, ...) (*DeleteClientVpnRouteOutput, error)
- func (c *Client) DeleteCustomerGateway(ctx context.Context, params *DeleteCustomerGatewayInput, ...) (*DeleteCustomerGatewayOutput, error)
- func (c *Client) DeleteDhcpOptions(ctx context.Context, params *DeleteDhcpOptionsInput, optFns ...func(*Options)) (*DeleteDhcpOptionsOutput, error)
- func (c *Client) DeleteEgressOnlyInternetGateway(ctx context.Context, params *DeleteEgressOnlyInternetGatewayInput, ...) (*DeleteEgressOnlyInternetGatewayOutput, error)
- func (c *Client) DeleteFleets(ctx context.Context, params *DeleteFleetsInput, optFns ...func(*Options)) (*DeleteFleetsOutput, error)
- func (c *Client) DeleteFlowLogs(ctx context.Context, params *DeleteFlowLogsInput, optFns ...func(*Options)) (*DeleteFlowLogsOutput, error)
- func (c *Client) DeleteFpgaImage(ctx context.Context, params *DeleteFpgaImageInput, optFns ...func(*Options)) (*DeleteFpgaImageOutput, error)
- func (c *Client) DeleteInternetGateway(ctx context.Context, params *DeleteInternetGatewayInput, ...) (*DeleteInternetGatewayOutput, error)
- func (c *Client) DeleteKeyPair(ctx context.Context, params *DeleteKeyPairInput, optFns ...func(*Options)) (*DeleteKeyPairOutput, error)
- func (c *Client) DeleteLaunchTemplate(ctx context.Context, params *DeleteLaunchTemplateInput, ...) (*DeleteLaunchTemplateOutput, error)
- func (c *Client) DeleteLaunchTemplateVersions(ctx context.Context, params *DeleteLaunchTemplateVersionsInput, ...) (*DeleteLaunchTemplateVersionsOutput, error)
- func (c *Client) DeleteLocalGatewayRoute(ctx context.Context, params *DeleteLocalGatewayRouteInput, ...) (*DeleteLocalGatewayRouteOutput, error)
- func (c *Client) DeleteLocalGatewayRouteTableVpcAssociation(ctx context.Context, params *DeleteLocalGatewayRouteTableVpcAssociationInput, ...) (*DeleteLocalGatewayRouteTableVpcAssociationOutput, error)
- func (c *Client) DeleteManagedPrefixList(ctx context.Context, params *DeleteManagedPrefixListInput, ...) (*DeleteManagedPrefixListOutput, error)
- func (c *Client) DeleteNatGateway(ctx context.Context, params *DeleteNatGatewayInput, optFns ...func(*Options)) (*DeleteNatGatewayOutput, error)
- func (c *Client) DeleteNetworkAcl(ctx context.Context, params *DeleteNetworkAclInput, optFns ...func(*Options)) (*DeleteNetworkAclOutput, error)
- func (c *Client) DeleteNetworkAclEntry(ctx context.Context, params *DeleteNetworkAclEntryInput, ...) (*DeleteNetworkAclEntryOutput, error)
- func (c *Client) DeleteNetworkInsightsAnalysis(ctx context.Context, params *DeleteNetworkInsightsAnalysisInput, ...) (*DeleteNetworkInsightsAnalysisOutput, error)
- func (c *Client) DeleteNetworkInsightsPath(ctx context.Context, params *DeleteNetworkInsightsPathInput, ...) (*DeleteNetworkInsightsPathOutput, error)
- func (c *Client) DeleteNetworkInterface(ctx context.Context, params *DeleteNetworkInterfaceInput, ...) (*DeleteNetworkInterfaceOutput, error)
- func (c *Client) DeleteNetworkInterfacePermission(ctx context.Context, params *DeleteNetworkInterfacePermissionInput, ...) (*DeleteNetworkInterfacePermissionOutput, error)
- func (c *Client) DeletePlacementGroup(ctx context.Context, params *DeletePlacementGroupInput, ...) (*DeletePlacementGroupOutput, error)
- func (c *Client) DeleteQueuedReservedInstances(ctx context.Context, params *DeleteQueuedReservedInstancesInput, ...) (*DeleteQueuedReservedInstancesOutput, error)
- func (c *Client) DeleteRoute(ctx context.Context, params *DeleteRouteInput, optFns ...func(*Options)) (*DeleteRouteOutput, error)
- func (c *Client) DeleteRouteTable(ctx context.Context, params *DeleteRouteTableInput, optFns ...func(*Options)) (*DeleteRouteTableOutput, error)
- func (c *Client) DeleteSecurityGroup(ctx context.Context, params *DeleteSecurityGroupInput, ...) (*DeleteSecurityGroupOutput, error)
- func (c *Client) DeleteSnapshot(ctx context.Context, params *DeleteSnapshotInput, optFns ...func(*Options)) (*DeleteSnapshotOutput, error)
- func (c *Client) DeleteSpotDatafeedSubscription(ctx context.Context, params *DeleteSpotDatafeedSubscriptionInput, ...) (*DeleteSpotDatafeedSubscriptionOutput, error)
- func (c *Client) DeleteSubnet(ctx context.Context, params *DeleteSubnetInput, optFns ...func(*Options)) (*DeleteSubnetOutput, error)
- func (c *Client) DeleteTags(ctx context.Context, params *DeleteTagsInput, optFns ...func(*Options)) (*DeleteTagsOutput, error)
- func (c *Client) DeleteTrafficMirrorFilter(ctx context.Context, params *DeleteTrafficMirrorFilterInput, ...) (*DeleteTrafficMirrorFilterOutput, error)
- func (c *Client) DeleteTrafficMirrorFilterRule(ctx context.Context, params *DeleteTrafficMirrorFilterRuleInput, ...) (*DeleteTrafficMirrorFilterRuleOutput, error)
- func (c *Client) DeleteTrafficMirrorSession(ctx context.Context, params *DeleteTrafficMirrorSessionInput, ...) (*DeleteTrafficMirrorSessionOutput, error)
- func (c *Client) DeleteTrafficMirrorTarget(ctx context.Context, params *DeleteTrafficMirrorTargetInput, ...) (*DeleteTrafficMirrorTargetOutput, error)
- func (c *Client) DeleteTransitGateway(ctx context.Context, params *DeleteTransitGatewayInput, ...) (*DeleteTransitGatewayOutput, error)
- func (c *Client) DeleteTransitGatewayConnect(ctx context.Context, params *DeleteTransitGatewayConnectInput, ...) (*DeleteTransitGatewayConnectOutput, error)
- func (c *Client) DeleteTransitGatewayConnectPeer(ctx context.Context, params *DeleteTransitGatewayConnectPeerInput, ...) (*DeleteTransitGatewayConnectPeerOutput, error)
- func (c *Client) DeleteTransitGatewayMulticastDomain(ctx context.Context, params *DeleteTransitGatewayMulticastDomainInput, ...) (*DeleteTransitGatewayMulticastDomainOutput, error)
- func (c *Client) DeleteTransitGatewayPeeringAttachment(ctx context.Context, params *DeleteTransitGatewayPeeringAttachmentInput, ...) (*DeleteTransitGatewayPeeringAttachmentOutput, error)
- func (c *Client) DeleteTransitGatewayPrefixListReference(ctx context.Context, params *DeleteTransitGatewayPrefixListReferenceInput, ...) (*DeleteTransitGatewayPrefixListReferenceOutput, error)
- func (c *Client) DeleteTransitGatewayRoute(ctx context.Context, params *DeleteTransitGatewayRouteInput, ...) (*DeleteTransitGatewayRouteOutput, error)
- func (c *Client) DeleteTransitGatewayRouteTable(ctx context.Context, params *DeleteTransitGatewayRouteTableInput, ...) (*DeleteTransitGatewayRouteTableOutput, error)
- func (c *Client) DeleteTransitGatewayVpcAttachment(ctx context.Context, params *DeleteTransitGatewayVpcAttachmentInput, ...) (*DeleteTransitGatewayVpcAttachmentOutput, error)
- func (c *Client) DeleteVolume(ctx context.Context, params *DeleteVolumeInput, optFns ...func(*Options)) (*DeleteVolumeOutput, error)
- func (c *Client) DeleteVpc(ctx context.Context, params *DeleteVpcInput, optFns ...func(*Options)) (*DeleteVpcOutput, error)
- func (c *Client) DeleteVpcEndpointConnectionNotifications(ctx context.Context, params *DeleteVpcEndpointConnectionNotificationsInput, ...) (*DeleteVpcEndpointConnectionNotificationsOutput, error)
- func (c *Client) DeleteVpcEndpointServiceConfigurations(ctx context.Context, params *DeleteVpcEndpointServiceConfigurationsInput, ...) (*DeleteVpcEndpointServiceConfigurationsOutput, error)
- func (c *Client) DeleteVpcEndpoints(ctx context.Context, params *DeleteVpcEndpointsInput, optFns ...func(*Options)) (*DeleteVpcEndpointsOutput, error)
- func (c *Client) DeleteVpcPeeringConnection(ctx context.Context, params *DeleteVpcPeeringConnectionInput, ...) (*DeleteVpcPeeringConnectionOutput, error)
- func (c *Client) DeleteVpnConnection(ctx context.Context, params *DeleteVpnConnectionInput, ...) (*DeleteVpnConnectionOutput, error)
- func (c *Client) DeleteVpnConnectionRoute(ctx context.Context, params *DeleteVpnConnectionRouteInput, ...) (*DeleteVpnConnectionRouteOutput, error)
- func (c *Client) DeleteVpnGateway(ctx context.Context, params *DeleteVpnGatewayInput, optFns ...func(*Options)) (*DeleteVpnGatewayOutput, error)
- func (c *Client) DeprovisionByoipCidr(ctx context.Context, params *DeprovisionByoipCidrInput, ...) (*DeprovisionByoipCidrOutput, error)
- func (c *Client) DeregisterImage(ctx context.Context, params *DeregisterImageInput, optFns ...func(*Options)) (*DeregisterImageOutput, error)
- func (c *Client) DeregisterInstanceEventNotificationAttributes(ctx context.Context, ...) (*DeregisterInstanceEventNotificationAttributesOutput, error)
- func (c *Client) DeregisterTransitGatewayMulticastGroupMembers(ctx context.Context, ...) (*DeregisterTransitGatewayMulticastGroupMembersOutput, error)
- func (c *Client) DeregisterTransitGatewayMulticastGroupSources(ctx context.Context, ...) (*DeregisterTransitGatewayMulticastGroupSourcesOutput, error)
- func (c *Client) DescribeAccountAttributes(ctx context.Context, params *DescribeAccountAttributesInput, ...) (*DescribeAccountAttributesOutput, error)
- func (c *Client) DescribeAddresses(ctx context.Context, params *DescribeAddressesInput, optFns ...func(*Options)) (*DescribeAddressesOutput, error)
- func (c *Client) DescribeAddressesAttribute(ctx context.Context, params *DescribeAddressesAttributeInput, ...) (*DescribeAddressesAttributeOutput, error)
- func (c *Client) DescribeAggregateIdFormat(ctx context.Context, params *DescribeAggregateIdFormatInput, ...) (*DescribeAggregateIdFormatOutput, error)
- func (c *Client) DescribeAvailabilityZones(ctx context.Context, params *DescribeAvailabilityZonesInput, ...) (*DescribeAvailabilityZonesOutput, error)
- func (c *Client) DescribeBundleTasks(ctx context.Context, params *DescribeBundleTasksInput, ...) (*DescribeBundleTasksOutput, error)
- func (c *Client) DescribeByoipCidrs(ctx context.Context, params *DescribeByoipCidrsInput, optFns ...func(*Options)) (*DescribeByoipCidrsOutput, error)
- func (c *Client) DescribeCapacityReservations(ctx context.Context, params *DescribeCapacityReservationsInput, ...) (*DescribeCapacityReservationsOutput, error)
- func (c *Client) DescribeCarrierGateways(ctx context.Context, params *DescribeCarrierGatewaysInput, ...) (*DescribeCarrierGatewaysOutput, error)
- func (c *Client) DescribeClassicLinkInstances(ctx context.Context, params *DescribeClassicLinkInstancesInput, ...) (*DescribeClassicLinkInstancesOutput, error)
- func (c *Client) DescribeClientVpnAuthorizationRules(ctx context.Context, params *DescribeClientVpnAuthorizationRulesInput, ...) (*DescribeClientVpnAuthorizationRulesOutput, error)
- func (c *Client) DescribeClientVpnConnections(ctx context.Context, params *DescribeClientVpnConnectionsInput, ...) (*DescribeClientVpnConnectionsOutput, error)
- func (c *Client) DescribeClientVpnEndpoints(ctx context.Context, params *DescribeClientVpnEndpointsInput, ...) (*DescribeClientVpnEndpointsOutput, error)
- func (c *Client) DescribeClientVpnRoutes(ctx context.Context, params *DescribeClientVpnRoutesInput, ...) (*DescribeClientVpnRoutesOutput, error)
- func (c *Client) DescribeClientVpnTargetNetworks(ctx context.Context, params *DescribeClientVpnTargetNetworksInput, ...) (*DescribeClientVpnTargetNetworksOutput, error)
- func (c *Client) DescribeCoipPools(ctx context.Context, params *DescribeCoipPoolsInput, optFns ...func(*Options)) (*DescribeCoipPoolsOutput, error)
- func (c *Client) DescribeConversionTasks(ctx context.Context, params *DescribeConversionTasksInput, ...) (*DescribeConversionTasksOutput, error)
- func (c *Client) DescribeCustomerGateways(ctx context.Context, params *DescribeCustomerGatewaysInput, ...) (*DescribeCustomerGatewaysOutput, error)
- func (c *Client) DescribeDhcpOptions(ctx context.Context, params *DescribeDhcpOptionsInput, ...) (*DescribeDhcpOptionsOutput, error)
- func (c *Client) DescribeEgressOnlyInternetGateways(ctx context.Context, params *DescribeEgressOnlyInternetGatewaysInput, ...) (*DescribeEgressOnlyInternetGatewaysOutput, error)
- func (c *Client) DescribeElasticGpus(ctx context.Context, params *DescribeElasticGpusInput, ...) (*DescribeElasticGpusOutput, error)
- func (c *Client) DescribeExportImageTasks(ctx context.Context, params *DescribeExportImageTasksInput, ...) (*DescribeExportImageTasksOutput, error)
- func (c *Client) DescribeExportTasks(ctx context.Context, params *DescribeExportTasksInput, ...) (*DescribeExportTasksOutput, error)
- func (c *Client) DescribeFastSnapshotRestores(ctx context.Context, params *DescribeFastSnapshotRestoresInput, ...) (*DescribeFastSnapshotRestoresOutput, error)
- func (c *Client) DescribeFleetHistory(ctx context.Context, params *DescribeFleetHistoryInput, ...) (*DescribeFleetHistoryOutput, error)
- func (c *Client) DescribeFleetInstances(ctx context.Context, params *DescribeFleetInstancesInput, ...) (*DescribeFleetInstancesOutput, error)
- func (c *Client) DescribeFleets(ctx context.Context, params *DescribeFleetsInput, optFns ...func(*Options)) (*DescribeFleetsOutput, error)
- func (c *Client) DescribeFlowLogs(ctx context.Context, params *DescribeFlowLogsInput, optFns ...func(*Options)) (*DescribeFlowLogsOutput, error)
- func (c *Client) DescribeFpgaImageAttribute(ctx context.Context, params *DescribeFpgaImageAttributeInput, ...) (*DescribeFpgaImageAttributeOutput, error)
- func (c *Client) DescribeFpgaImages(ctx context.Context, params *DescribeFpgaImagesInput, optFns ...func(*Options)) (*DescribeFpgaImagesOutput, error)
- func (c *Client) DescribeHostReservationOfferings(ctx context.Context, params *DescribeHostReservationOfferingsInput, ...) (*DescribeHostReservationOfferingsOutput, error)
- func (c *Client) DescribeHostReservations(ctx context.Context, params *DescribeHostReservationsInput, ...) (*DescribeHostReservationsOutput, error)
- func (c *Client) DescribeHosts(ctx context.Context, params *DescribeHostsInput, optFns ...func(*Options)) (*DescribeHostsOutput, error)
- func (c *Client) DescribeIamInstanceProfileAssociations(ctx context.Context, params *DescribeIamInstanceProfileAssociationsInput, ...) (*DescribeIamInstanceProfileAssociationsOutput, error)
- func (c *Client) DescribeIdFormat(ctx context.Context, params *DescribeIdFormatInput, optFns ...func(*Options)) (*DescribeIdFormatOutput, error)
- func (c *Client) DescribeIdentityIdFormat(ctx context.Context, params *DescribeIdentityIdFormatInput, ...) (*DescribeIdentityIdFormatOutput, error)
- func (c *Client) DescribeImageAttribute(ctx context.Context, params *DescribeImageAttributeInput, ...) (*DescribeImageAttributeOutput, error)
- func (c *Client) DescribeImages(ctx context.Context, params *DescribeImagesInput, optFns ...func(*Options)) (*DescribeImagesOutput, error)
- func (c *Client) DescribeImportImageTasks(ctx context.Context, params *DescribeImportImageTasksInput, ...) (*DescribeImportImageTasksOutput, error)
- func (c *Client) DescribeImportSnapshotTasks(ctx context.Context, params *DescribeImportSnapshotTasksInput, ...) (*DescribeImportSnapshotTasksOutput, error)
- func (c *Client) DescribeInstanceAttribute(ctx context.Context, params *DescribeInstanceAttributeInput, ...) (*DescribeInstanceAttributeOutput, error)
- func (c *Client) DescribeInstanceCreditSpecifications(ctx context.Context, params *DescribeInstanceCreditSpecificationsInput, ...) (*DescribeInstanceCreditSpecificationsOutput, error)
- func (c *Client) DescribeInstanceEventNotificationAttributes(ctx context.Context, params *DescribeInstanceEventNotificationAttributesInput, ...) (*DescribeInstanceEventNotificationAttributesOutput, error)
- func (c *Client) DescribeInstanceStatus(ctx context.Context, params *DescribeInstanceStatusInput, ...) (*DescribeInstanceStatusOutput, error)
- func (c *Client) DescribeInstanceTypeOfferings(ctx context.Context, params *DescribeInstanceTypeOfferingsInput, ...) (*DescribeInstanceTypeOfferingsOutput, error)
- func (c *Client) DescribeInstanceTypes(ctx context.Context, params *DescribeInstanceTypesInput, ...) (*DescribeInstanceTypesOutput, error)
- func (c *Client) DescribeInstances(ctx context.Context, params *DescribeInstancesInput, optFns ...func(*Options)) (*DescribeInstancesOutput, error)
- func (c *Client) DescribeInternetGateways(ctx context.Context, params *DescribeInternetGatewaysInput, ...) (*DescribeInternetGatewaysOutput, error)
- func (c *Client) DescribeIpv6Pools(ctx context.Context, params *DescribeIpv6PoolsInput, optFns ...func(*Options)) (*DescribeIpv6PoolsOutput, error)
- func (c *Client) DescribeKeyPairs(ctx context.Context, params *DescribeKeyPairsInput, optFns ...func(*Options)) (*DescribeKeyPairsOutput, error)
- func (c *Client) DescribeLaunchTemplateVersions(ctx context.Context, params *DescribeLaunchTemplateVersionsInput, ...) (*DescribeLaunchTemplateVersionsOutput, error)
- func (c *Client) DescribeLaunchTemplates(ctx context.Context, params *DescribeLaunchTemplatesInput, ...) (*DescribeLaunchTemplatesOutput, error)
- func (c *Client) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(ctx context.Context, ...) (*DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, error)
- func (c *Client) DescribeLocalGatewayRouteTableVpcAssociations(ctx context.Context, ...) (*DescribeLocalGatewayRouteTableVpcAssociationsOutput, error)
- func (c *Client) DescribeLocalGatewayRouteTables(ctx context.Context, params *DescribeLocalGatewayRouteTablesInput, ...) (*DescribeLocalGatewayRouteTablesOutput, error)
- func (c *Client) DescribeLocalGatewayVirtualInterfaceGroups(ctx context.Context, params *DescribeLocalGatewayVirtualInterfaceGroupsInput, ...) (*DescribeLocalGatewayVirtualInterfaceGroupsOutput, error)
- func (c *Client) DescribeLocalGatewayVirtualInterfaces(ctx context.Context, params *DescribeLocalGatewayVirtualInterfacesInput, ...) (*DescribeLocalGatewayVirtualInterfacesOutput, error)
- func (c *Client) DescribeLocalGateways(ctx context.Context, params *DescribeLocalGatewaysInput, ...) (*DescribeLocalGatewaysOutput, error)
- func (c *Client) DescribeManagedPrefixLists(ctx context.Context, params *DescribeManagedPrefixListsInput, ...) (*DescribeManagedPrefixListsOutput, error)
- func (c *Client) DescribeMovingAddresses(ctx context.Context, params *DescribeMovingAddressesInput, ...) (*DescribeMovingAddressesOutput, error)
- func (c *Client) DescribeNatGateways(ctx context.Context, params *DescribeNatGatewaysInput, ...) (*DescribeNatGatewaysOutput, error)
- func (c *Client) DescribeNetworkAcls(ctx context.Context, params *DescribeNetworkAclsInput, ...) (*DescribeNetworkAclsOutput, error)
- func (c *Client) DescribeNetworkInsightsAnalyses(ctx context.Context, params *DescribeNetworkInsightsAnalysesInput, ...) (*DescribeNetworkInsightsAnalysesOutput, error)
- func (c *Client) DescribeNetworkInsightsPaths(ctx context.Context, params *DescribeNetworkInsightsPathsInput, ...) (*DescribeNetworkInsightsPathsOutput, error)
- func (c *Client) DescribeNetworkInterfaceAttribute(ctx context.Context, params *DescribeNetworkInterfaceAttributeInput, ...) (*DescribeNetworkInterfaceAttributeOutput, error)
- func (c *Client) DescribeNetworkInterfacePermissions(ctx context.Context, params *DescribeNetworkInterfacePermissionsInput, ...) (*DescribeNetworkInterfacePermissionsOutput, error)
- func (c *Client) DescribeNetworkInterfaces(ctx context.Context, params *DescribeNetworkInterfacesInput, ...) (*DescribeNetworkInterfacesOutput, error)
- func (c *Client) DescribePlacementGroups(ctx context.Context, params *DescribePlacementGroupsInput, ...) (*DescribePlacementGroupsOutput, error)
- func (c *Client) DescribePrefixLists(ctx context.Context, params *DescribePrefixListsInput, ...) (*DescribePrefixListsOutput, error)
- func (c *Client) DescribePrincipalIdFormat(ctx context.Context, params *DescribePrincipalIdFormatInput, ...) (*DescribePrincipalIdFormatOutput, error)
- func (c *Client) DescribePublicIpv4Pools(ctx context.Context, params *DescribePublicIpv4PoolsInput, ...) (*DescribePublicIpv4PoolsOutput, error)
- func (c *Client) DescribeRegions(ctx context.Context, params *DescribeRegionsInput, optFns ...func(*Options)) (*DescribeRegionsOutput, error)
- func (c *Client) DescribeReplaceRootVolumeTasks(ctx context.Context, params *DescribeReplaceRootVolumeTasksInput, ...) (*DescribeReplaceRootVolumeTasksOutput, error)
- func (c *Client) DescribeReservedInstances(ctx context.Context, params *DescribeReservedInstancesInput, ...) (*DescribeReservedInstancesOutput, error)
- func (c *Client) DescribeReservedInstancesListings(ctx context.Context, params *DescribeReservedInstancesListingsInput, ...) (*DescribeReservedInstancesListingsOutput, error)
- func (c *Client) DescribeReservedInstancesModifications(ctx context.Context, params *DescribeReservedInstancesModificationsInput, ...) (*DescribeReservedInstancesModificationsOutput, error)
- func (c *Client) DescribeReservedInstancesOfferings(ctx context.Context, params *DescribeReservedInstancesOfferingsInput, ...) (*DescribeReservedInstancesOfferingsOutput, error)
- func (c *Client) DescribeRouteTables(ctx context.Context, params *DescribeRouteTablesInput, ...) (*DescribeRouteTablesOutput, error)
- func (c *Client) DescribeScheduledInstanceAvailability(ctx context.Context, params *DescribeScheduledInstanceAvailabilityInput, ...) (*DescribeScheduledInstanceAvailabilityOutput, error)
- func (c *Client) DescribeScheduledInstances(ctx context.Context, params *DescribeScheduledInstancesInput, ...) (*DescribeScheduledInstancesOutput, error)
- func (c *Client) DescribeSecurityGroupReferences(ctx context.Context, params *DescribeSecurityGroupReferencesInput, ...) (*DescribeSecurityGroupReferencesOutput, error)
- func (c *Client) DescribeSecurityGroups(ctx context.Context, params *DescribeSecurityGroupsInput, ...) (*DescribeSecurityGroupsOutput, error)
- func (c *Client) DescribeSnapshotAttribute(ctx context.Context, params *DescribeSnapshotAttributeInput, ...) (*DescribeSnapshotAttributeOutput, error)
- func (c *Client) DescribeSnapshots(ctx context.Context, params *DescribeSnapshotsInput, optFns ...func(*Options)) (*DescribeSnapshotsOutput, error)
- func (c *Client) DescribeSpotDatafeedSubscription(ctx context.Context, params *DescribeSpotDatafeedSubscriptionInput, ...) (*DescribeSpotDatafeedSubscriptionOutput, error)
- func (c *Client) DescribeSpotFleetInstances(ctx context.Context, params *DescribeSpotFleetInstancesInput, ...) (*DescribeSpotFleetInstancesOutput, error)
- func (c *Client) DescribeSpotFleetRequestHistory(ctx context.Context, params *DescribeSpotFleetRequestHistoryInput, ...) (*DescribeSpotFleetRequestHistoryOutput, error)
- func (c *Client) DescribeSpotFleetRequests(ctx context.Context, params *DescribeSpotFleetRequestsInput, ...) (*DescribeSpotFleetRequestsOutput, error)
- func (c *Client) DescribeSpotInstanceRequests(ctx context.Context, params *DescribeSpotInstanceRequestsInput, ...) (*DescribeSpotInstanceRequestsOutput, error)
- func (c *Client) DescribeSpotPriceHistory(ctx context.Context, params *DescribeSpotPriceHistoryInput, ...) (*DescribeSpotPriceHistoryOutput, error)
- func (c *Client) DescribeStaleSecurityGroups(ctx context.Context, params *DescribeStaleSecurityGroupsInput, ...) (*DescribeStaleSecurityGroupsOutput, error)
- func (c *Client) DescribeStoreImageTasks(ctx context.Context, params *DescribeStoreImageTasksInput, ...) (*DescribeStoreImageTasksOutput, error)
- func (c *Client) DescribeSubnets(ctx context.Context, params *DescribeSubnetsInput, optFns ...func(*Options)) (*DescribeSubnetsOutput, error)
- func (c *Client) DescribeTags(ctx context.Context, params *DescribeTagsInput, optFns ...func(*Options)) (*DescribeTagsOutput, error)
- func (c *Client) DescribeTrafficMirrorFilters(ctx context.Context, params *DescribeTrafficMirrorFiltersInput, ...) (*DescribeTrafficMirrorFiltersOutput, error)
- func (c *Client) DescribeTrafficMirrorSessions(ctx context.Context, params *DescribeTrafficMirrorSessionsInput, ...) (*DescribeTrafficMirrorSessionsOutput, error)
- func (c *Client) DescribeTrafficMirrorTargets(ctx context.Context, params *DescribeTrafficMirrorTargetsInput, ...) (*DescribeTrafficMirrorTargetsOutput, error)
- func (c *Client) DescribeTransitGatewayAttachments(ctx context.Context, params *DescribeTransitGatewayAttachmentsInput, ...) (*DescribeTransitGatewayAttachmentsOutput, error)
- func (c *Client) DescribeTransitGatewayConnectPeers(ctx context.Context, params *DescribeTransitGatewayConnectPeersInput, ...) (*DescribeTransitGatewayConnectPeersOutput, error)
- func (c *Client) DescribeTransitGatewayConnects(ctx context.Context, params *DescribeTransitGatewayConnectsInput, ...) (*DescribeTransitGatewayConnectsOutput, error)
- func (c *Client) DescribeTransitGatewayMulticastDomains(ctx context.Context, params *DescribeTransitGatewayMulticastDomainsInput, ...) (*DescribeTransitGatewayMulticastDomainsOutput, error)
- func (c *Client) DescribeTransitGatewayPeeringAttachments(ctx context.Context, params *DescribeTransitGatewayPeeringAttachmentsInput, ...) (*DescribeTransitGatewayPeeringAttachmentsOutput, error)
- func (c *Client) DescribeTransitGatewayRouteTables(ctx context.Context, params *DescribeTransitGatewayRouteTablesInput, ...) (*DescribeTransitGatewayRouteTablesOutput, error)
- func (c *Client) DescribeTransitGatewayVpcAttachments(ctx context.Context, params *DescribeTransitGatewayVpcAttachmentsInput, ...) (*DescribeTransitGatewayVpcAttachmentsOutput, error)
- func (c *Client) DescribeTransitGateways(ctx context.Context, params *DescribeTransitGatewaysInput, ...) (*DescribeTransitGatewaysOutput, error)
- func (c *Client) DescribeVolumeAttribute(ctx context.Context, params *DescribeVolumeAttributeInput, ...) (*DescribeVolumeAttributeOutput, error)
- func (c *Client) DescribeVolumeStatus(ctx context.Context, params *DescribeVolumeStatusInput, ...) (*DescribeVolumeStatusOutput, error)
- func (c *Client) DescribeVolumes(ctx context.Context, params *DescribeVolumesInput, optFns ...func(*Options)) (*DescribeVolumesOutput, error)
- func (c *Client) DescribeVolumesModifications(ctx context.Context, params *DescribeVolumesModificationsInput, ...) (*DescribeVolumesModificationsOutput, error)
- func (c *Client) DescribeVpcAttribute(ctx context.Context, params *DescribeVpcAttributeInput, ...) (*DescribeVpcAttributeOutput, error)
- func (c *Client) DescribeVpcClassicLink(ctx context.Context, params *DescribeVpcClassicLinkInput, ...) (*DescribeVpcClassicLinkOutput, error)
- func (c *Client) DescribeVpcClassicLinkDnsSupport(ctx context.Context, params *DescribeVpcClassicLinkDnsSupportInput, ...) (*DescribeVpcClassicLinkDnsSupportOutput, error)
- func (c *Client) DescribeVpcEndpointConnectionNotifications(ctx context.Context, params *DescribeVpcEndpointConnectionNotificationsInput, ...) (*DescribeVpcEndpointConnectionNotificationsOutput, error)
- func (c *Client) DescribeVpcEndpointConnections(ctx context.Context, params *DescribeVpcEndpointConnectionsInput, ...) (*DescribeVpcEndpointConnectionsOutput, error)
- func (c *Client) DescribeVpcEndpointServiceConfigurations(ctx context.Context, params *DescribeVpcEndpointServiceConfigurationsInput, ...) (*DescribeVpcEndpointServiceConfigurationsOutput, error)
- func (c *Client) DescribeVpcEndpointServicePermissions(ctx context.Context, params *DescribeVpcEndpointServicePermissionsInput, ...) (*DescribeVpcEndpointServicePermissionsOutput, error)
- func (c *Client) DescribeVpcEndpointServices(ctx context.Context, params *DescribeVpcEndpointServicesInput, ...) (*DescribeVpcEndpointServicesOutput, error)
- func (c *Client) DescribeVpcEndpoints(ctx context.Context, params *DescribeVpcEndpointsInput, ...) (*DescribeVpcEndpointsOutput, error)
- func (c *Client) DescribeVpcPeeringConnections(ctx context.Context, params *DescribeVpcPeeringConnectionsInput, ...) (*DescribeVpcPeeringConnectionsOutput, error)
- func (c *Client) DescribeVpcs(ctx context.Context, params *DescribeVpcsInput, optFns ...func(*Options)) (*DescribeVpcsOutput, error)
- func (c *Client) DescribeVpnConnections(ctx context.Context, params *DescribeVpnConnectionsInput, ...) (*DescribeVpnConnectionsOutput, error)
- func (c *Client) DescribeVpnGateways(ctx context.Context, params *DescribeVpnGatewaysInput, ...) (*DescribeVpnGatewaysOutput, error)
- func (c *Client) DetachClassicLinkVpc(ctx context.Context, params *DetachClassicLinkVpcInput, ...) (*DetachClassicLinkVpcOutput, error)
- func (c *Client) DetachInternetGateway(ctx context.Context, params *DetachInternetGatewayInput, ...) (*DetachInternetGatewayOutput, error)
- func (c *Client) DetachNetworkInterface(ctx context.Context, params *DetachNetworkInterfaceInput, ...) (*DetachNetworkInterfaceOutput, error)
- func (c *Client) DetachVolume(ctx context.Context, params *DetachVolumeInput, optFns ...func(*Options)) (*DetachVolumeOutput, error)
- func (c *Client) DetachVpnGateway(ctx context.Context, params *DetachVpnGatewayInput, optFns ...func(*Options)) (*DetachVpnGatewayOutput, error)
- func (c *Client) DisableEbsEncryptionByDefault(ctx context.Context, params *DisableEbsEncryptionByDefaultInput, ...) (*DisableEbsEncryptionByDefaultOutput, error)
- func (c *Client) DisableFastSnapshotRestores(ctx context.Context, params *DisableFastSnapshotRestoresInput, ...) (*DisableFastSnapshotRestoresOutput, error)
- func (c *Client) DisableSerialConsoleAccess(ctx context.Context, params *DisableSerialConsoleAccessInput, ...) (*DisableSerialConsoleAccessOutput, error)
- func (c *Client) DisableTransitGatewayRouteTablePropagation(ctx context.Context, params *DisableTransitGatewayRouteTablePropagationInput, ...) (*DisableTransitGatewayRouteTablePropagationOutput, error)
- func (c *Client) DisableVgwRoutePropagation(ctx context.Context, params *DisableVgwRoutePropagationInput, ...) (*DisableVgwRoutePropagationOutput, error)
- func (c *Client) DisableVpcClassicLink(ctx context.Context, params *DisableVpcClassicLinkInput, ...) (*DisableVpcClassicLinkOutput, error)
- func (c *Client) DisableVpcClassicLinkDnsSupport(ctx context.Context, params *DisableVpcClassicLinkDnsSupportInput, ...) (*DisableVpcClassicLinkDnsSupportOutput, error)
- func (c *Client) DisassociateAddress(ctx context.Context, params *DisassociateAddressInput, ...) (*DisassociateAddressOutput, error)
- func (c *Client) DisassociateClientVpnTargetNetwork(ctx context.Context, params *DisassociateClientVpnTargetNetworkInput, ...) (*DisassociateClientVpnTargetNetworkOutput, error)
- func (c *Client) DisassociateEnclaveCertificateIamRole(ctx context.Context, params *DisassociateEnclaveCertificateIamRoleInput, ...) (*DisassociateEnclaveCertificateIamRoleOutput, error)
- func (c *Client) DisassociateIamInstanceProfile(ctx context.Context, params *DisassociateIamInstanceProfileInput, ...) (*DisassociateIamInstanceProfileOutput, error)
- func (c *Client) DisassociateRouteTable(ctx context.Context, params *DisassociateRouteTableInput, ...) (*DisassociateRouteTableOutput, error)
- func (c *Client) DisassociateSubnetCidrBlock(ctx context.Context, params *DisassociateSubnetCidrBlockInput, ...) (*DisassociateSubnetCidrBlockOutput, error)
- func (c *Client) DisassociateTransitGatewayMulticastDomain(ctx context.Context, params *DisassociateTransitGatewayMulticastDomainInput, ...) (*DisassociateTransitGatewayMulticastDomainOutput, error)
- func (c *Client) DisassociateTransitGatewayRouteTable(ctx context.Context, params *DisassociateTransitGatewayRouteTableInput, ...) (*DisassociateTransitGatewayRouteTableOutput, error)
- func (c *Client) DisassociateVpcCidrBlock(ctx context.Context, params *DisassociateVpcCidrBlockInput, ...) (*DisassociateVpcCidrBlockOutput, error)
- func (c *Client) EnableEbsEncryptionByDefault(ctx context.Context, params *EnableEbsEncryptionByDefaultInput, ...) (*EnableEbsEncryptionByDefaultOutput, error)
- func (c *Client) EnableFastSnapshotRestores(ctx context.Context, params *EnableFastSnapshotRestoresInput, ...) (*EnableFastSnapshotRestoresOutput, error)
- func (c *Client) EnableSerialConsoleAccess(ctx context.Context, params *EnableSerialConsoleAccessInput, ...) (*EnableSerialConsoleAccessOutput, error)
- func (c *Client) EnableTransitGatewayRouteTablePropagation(ctx context.Context, params *EnableTransitGatewayRouteTablePropagationInput, ...) (*EnableTransitGatewayRouteTablePropagationOutput, error)
- func (c *Client) EnableVgwRoutePropagation(ctx context.Context, params *EnableVgwRoutePropagationInput, ...) (*EnableVgwRoutePropagationOutput, error)
- func (c *Client) EnableVolumeIO(ctx context.Context, params *EnableVolumeIOInput, optFns ...func(*Options)) (*EnableVolumeIOOutput, error)
- func (c *Client) EnableVpcClassicLink(ctx context.Context, params *EnableVpcClassicLinkInput, ...) (*EnableVpcClassicLinkOutput, error)
- func (c *Client) EnableVpcClassicLinkDnsSupport(ctx context.Context, params *EnableVpcClassicLinkDnsSupportInput, ...) (*EnableVpcClassicLinkDnsSupportOutput, error)
- func (c *Client) ExportClientVpnClientCertificateRevocationList(ctx context.Context, ...) (*ExportClientVpnClientCertificateRevocationListOutput, error)
- func (c *Client) ExportClientVpnClientConfiguration(ctx context.Context, params *ExportClientVpnClientConfigurationInput, ...) (*ExportClientVpnClientConfigurationOutput, error)
- func (c *Client) ExportImage(ctx context.Context, params *ExportImageInput, optFns ...func(*Options)) (*ExportImageOutput, error)
- func (c *Client) ExportTransitGatewayRoutes(ctx context.Context, params *ExportTransitGatewayRoutesInput, ...) (*ExportTransitGatewayRoutesOutput, error)
- func (c *Client) GetAssociatedEnclaveCertificateIamRoles(ctx context.Context, params *GetAssociatedEnclaveCertificateIamRolesInput, ...) (*GetAssociatedEnclaveCertificateIamRolesOutput, error)
- func (c *Client) GetAssociatedIpv6PoolCidrs(ctx context.Context, params *GetAssociatedIpv6PoolCidrsInput, ...) (*GetAssociatedIpv6PoolCidrsOutput, error)
- func (c *Client) GetCapacityReservationUsage(ctx context.Context, params *GetCapacityReservationUsageInput, ...) (*GetCapacityReservationUsageOutput, error)
- func (c *Client) GetCoipPoolUsage(ctx context.Context, params *GetCoipPoolUsageInput, optFns ...func(*Options)) (*GetCoipPoolUsageOutput, error)
- func (c *Client) GetConsoleOutput(ctx context.Context, params *GetConsoleOutputInput, optFns ...func(*Options)) (*GetConsoleOutputOutput, error)
- func (c *Client) GetConsoleScreenshot(ctx context.Context, params *GetConsoleScreenshotInput, ...) (*GetConsoleScreenshotOutput, error)
- func (c *Client) GetDefaultCreditSpecification(ctx context.Context, params *GetDefaultCreditSpecificationInput, ...) (*GetDefaultCreditSpecificationOutput, error)
- func (c *Client) GetEbsDefaultKmsKeyId(ctx context.Context, params *GetEbsDefaultKmsKeyIdInput, ...) (*GetEbsDefaultKmsKeyIdOutput, error)
- func (c *Client) GetEbsEncryptionByDefault(ctx context.Context, params *GetEbsEncryptionByDefaultInput, ...) (*GetEbsEncryptionByDefaultOutput, error)
- func (c *Client) GetFlowLogsIntegrationTemplate(ctx context.Context, params *GetFlowLogsIntegrationTemplateInput, ...) (*GetFlowLogsIntegrationTemplateOutput, error)
- func (c *Client) GetGroupsForCapacityReservation(ctx context.Context, params *GetGroupsForCapacityReservationInput, ...) (*GetGroupsForCapacityReservationOutput, error)
- func (c *Client) GetHostReservationPurchasePreview(ctx context.Context, params *GetHostReservationPurchasePreviewInput, ...) (*GetHostReservationPurchasePreviewOutput, error)
- func (c *Client) GetLaunchTemplateData(ctx context.Context, params *GetLaunchTemplateDataInput, ...) (*GetLaunchTemplateDataOutput, error)
- func (c *Client) GetManagedPrefixListAssociations(ctx context.Context, params *GetManagedPrefixListAssociationsInput, ...) (*GetManagedPrefixListAssociationsOutput, error)
- func (c *Client) GetManagedPrefixListEntries(ctx context.Context, params *GetManagedPrefixListEntriesInput, ...) (*GetManagedPrefixListEntriesOutput, error)
- func (c *Client) GetPasswordData(ctx context.Context, params *GetPasswordDataInput, optFns ...func(*Options)) (*GetPasswordDataOutput, error)
- func (c *Client) GetReservedInstancesExchangeQuote(ctx context.Context, params *GetReservedInstancesExchangeQuoteInput, ...) (*GetReservedInstancesExchangeQuoteOutput, error)
- func (c *Client) GetSerialConsoleAccessStatus(ctx context.Context, params *GetSerialConsoleAccessStatusInput, ...) (*GetSerialConsoleAccessStatusOutput, error)
- func (c *Client) GetTransitGatewayAttachmentPropagations(ctx context.Context, params *GetTransitGatewayAttachmentPropagationsInput, ...) (*GetTransitGatewayAttachmentPropagationsOutput, error)
- func (c *Client) GetTransitGatewayMulticastDomainAssociations(ctx context.Context, params *GetTransitGatewayMulticastDomainAssociationsInput, ...) (*GetTransitGatewayMulticastDomainAssociationsOutput, error)
- func (c *Client) GetTransitGatewayPrefixListReferences(ctx context.Context, params *GetTransitGatewayPrefixListReferencesInput, ...) (*GetTransitGatewayPrefixListReferencesOutput, error)
- func (c *Client) GetTransitGatewayRouteTableAssociations(ctx context.Context, params *GetTransitGatewayRouteTableAssociationsInput, ...) (*GetTransitGatewayRouteTableAssociationsOutput, error)
- func (c *Client) GetTransitGatewayRouteTablePropagations(ctx context.Context, params *GetTransitGatewayRouteTablePropagationsInput, ...) (*GetTransitGatewayRouteTablePropagationsOutput, error)
- func (c *Client) ImportClientVpnClientCertificateRevocationList(ctx context.Context, ...) (*ImportClientVpnClientCertificateRevocationListOutput, error)
- func (c *Client) ImportImage(ctx context.Context, params *ImportImageInput, optFns ...func(*Options)) (*ImportImageOutput, error)
- func (c *Client) ImportInstance(ctx context.Context, params *ImportInstanceInput, optFns ...func(*Options)) (*ImportInstanceOutput, error)
- func (c *Client) ImportKeyPair(ctx context.Context, params *ImportKeyPairInput, optFns ...func(*Options)) (*ImportKeyPairOutput, error)
- func (c *Client) ImportSnapshot(ctx context.Context, params *ImportSnapshotInput, optFns ...func(*Options)) (*ImportSnapshotOutput, error)
- func (c *Client) ImportVolume(ctx context.Context, params *ImportVolumeInput, optFns ...func(*Options)) (*ImportVolumeOutput, error)
- func (c *Client) ModifyAddressAttribute(ctx context.Context, params *ModifyAddressAttributeInput, ...) (*ModifyAddressAttributeOutput, error)
- func (c *Client) ModifyAvailabilityZoneGroup(ctx context.Context, params *ModifyAvailabilityZoneGroupInput, ...) (*ModifyAvailabilityZoneGroupOutput, error)
- func (c *Client) ModifyCapacityReservation(ctx context.Context, params *ModifyCapacityReservationInput, ...) (*ModifyCapacityReservationOutput, error)
- func (c *Client) ModifyClientVpnEndpoint(ctx context.Context, params *ModifyClientVpnEndpointInput, ...) (*ModifyClientVpnEndpointOutput, error)
- func (c *Client) ModifyDefaultCreditSpecification(ctx context.Context, params *ModifyDefaultCreditSpecificationInput, ...) (*ModifyDefaultCreditSpecificationOutput, error)
- func (c *Client) ModifyEbsDefaultKmsKeyId(ctx context.Context, params *ModifyEbsDefaultKmsKeyIdInput, ...) (*ModifyEbsDefaultKmsKeyIdOutput, error)
- func (c *Client) ModifyFleet(ctx context.Context, params *ModifyFleetInput, optFns ...func(*Options)) (*ModifyFleetOutput, error)
- func (c *Client) ModifyFpgaImageAttribute(ctx context.Context, params *ModifyFpgaImageAttributeInput, ...) (*ModifyFpgaImageAttributeOutput, error)
- func (c *Client) ModifyHosts(ctx context.Context, params *ModifyHostsInput, optFns ...func(*Options)) (*ModifyHostsOutput, error)
- func (c *Client) ModifyIdFormat(ctx context.Context, params *ModifyIdFormatInput, optFns ...func(*Options)) (*ModifyIdFormatOutput, error)
- func (c *Client) ModifyIdentityIdFormat(ctx context.Context, params *ModifyIdentityIdFormatInput, ...) (*ModifyIdentityIdFormatOutput, error)
- func (c *Client) ModifyImageAttribute(ctx context.Context, params *ModifyImageAttributeInput, ...) (*ModifyImageAttributeOutput, error)
- func (c *Client) ModifyInstanceAttribute(ctx context.Context, params *ModifyInstanceAttributeInput, ...) (*ModifyInstanceAttributeOutput, error)
- func (c *Client) ModifyInstanceCapacityReservationAttributes(ctx context.Context, params *ModifyInstanceCapacityReservationAttributesInput, ...) (*ModifyInstanceCapacityReservationAttributesOutput, error)
- func (c *Client) ModifyInstanceCreditSpecification(ctx context.Context, params *ModifyInstanceCreditSpecificationInput, ...) (*ModifyInstanceCreditSpecificationOutput, error)
- func (c *Client) ModifyInstanceEventStartTime(ctx context.Context, params *ModifyInstanceEventStartTimeInput, ...) (*ModifyInstanceEventStartTimeOutput, error)
- func (c *Client) ModifyInstanceMetadataOptions(ctx context.Context, params *ModifyInstanceMetadataOptionsInput, ...) (*ModifyInstanceMetadataOptionsOutput, error)
- func (c *Client) ModifyInstancePlacement(ctx context.Context, params *ModifyInstancePlacementInput, ...) (*ModifyInstancePlacementOutput, error)
- func (c *Client) ModifyLaunchTemplate(ctx context.Context, params *ModifyLaunchTemplateInput, ...) (*ModifyLaunchTemplateOutput, error)
- func (c *Client) ModifyManagedPrefixList(ctx context.Context, params *ModifyManagedPrefixListInput, ...) (*ModifyManagedPrefixListOutput, error)
- func (c *Client) ModifyNetworkInterfaceAttribute(ctx context.Context, params *ModifyNetworkInterfaceAttributeInput, ...) (*ModifyNetworkInterfaceAttributeOutput, error)
- func (c *Client) ModifyReservedInstances(ctx context.Context, params *ModifyReservedInstancesInput, ...) (*ModifyReservedInstancesOutput, error)
- func (c *Client) ModifySnapshotAttribute(ctx context.Context, params *ModifySnapshotAttributeInput, ...) (*ModifySnapshotAttributeOutput, error)
- func (c *Client) ModifySpotFleetRequest(ctx context.Context, params *ModifySpotFleetRequestInput, ...) (*ModifySpotFleetRequestOutput, error)
- func (c *Client) ModifySubnetAttribute(ctx context.Context, params *ModifySubnetAttributeInput, ...) (*ModifySubnetAttributeOutput, error)
- func (c *Client) ModifyTrafficMirrorFilterNetworkServices(ctx context.Context, params *ModifyTrafficMirrorFilterNetworkServicesInput, ...) (*ModifyTrafficMirrorFilterNetworkServicesOutput, error)
- func (c *Client) ModifyTrafficMirrorFilterRule(ctx context.Context, params *ModifyTrafficMirrorFilterRuleInput, ...) (*ModifyTrafficMirrorFilterRuleOutput, error)
- func (c *Client) ModifyTrafficMirrorSession(ctx context.Context, params *ModifyTrafficMirrorSessionInput, ...) (*ModifyTrafficMirrorSessionOutput, error)
- func (c *Client) ModifyTransitGateway(ctx context.Context, params *ModifyTransitGatewayInput, ...) (*ModifyTransitGatewayOutput, error)
- func (c *Client) ModifyTransitGatewayPrefixListReference(ctx context.Context, params *ModifyTransitGatewayPrefixListReferenceInput, ...) (*ModifyTransitGatewayPrefixListReferenceOutput, error)
- func (c *Client) ModifyTransitGatewayVpcAttachment(ctx context.Context, params *ModifyTransitGatewayVpcAttachmentInput, ...) (*ModifyTransitGatewayVpcAttachmentOutput, error)
- func (c *Client) ModifyVolume(ctx context.Context, params *ModifyVolumeInput, optFns ...func(*Options)) (*ModifyVolumeOutput, error)
- func (c *Client) ModifyVolumeAttribute(ctx context.Context, params *ModifyVolumeAttributeInput, ...) (*ModifyVolumeAttributeOutput, error)
- func (c *Client) ModifyVpcAttribute(ctx context.Context, params *ModifyVpcAttributeInput, optFns ...func(*Options)) (*ModifyVpcAttributeOutput, error)
- func (c *Client) ModifyVpcEndpoint(ctx context.Context, params *ModifyVpcEndpointInput, optFns ...func(*Options)) (*ModifyVpcEndpointOutput, error)
- func (c *Client) ModifyVpcEndpointConnectionNotification(ctx context.Context, params *ModifyVpcEndpointConnectionNotificationInput, ...) (*ModifyVpcEndpointConnectionNotificationOutput, error)
- func (c *Client) ModifyVpcEndpointServiceConfiguration(ctx context.Context, params *ModifyVpcEndpointServiceConfigurationInput, ...) (*ModifyVpcEndpointServiceConfigurationOutput, error)
- func (c *Client) ModifyVpcEndpointServicePermissions(ctx context.Context, params *ModifyVpcEndpointServicePermissionsInput, ...) (*ModifyVpcEndpointServicePermissionsOutput, error)
- func (c *Client) ModifyVpcPeeringConnectionOptions(ctx context.Context, params *ModifyVpcPeeringConnectionOptionsInput, ...) (*ModifyVpcPeeringConnectionOptionsOutput, error)
- func (c *Client) ModifyVpcTenancy(ctx context.Context, params *ModifyVpcTenancyInput, optFns ...func(*Options)) (*ModifyVpcTenancyOutput, error)
- func (c *Client) ModifyVpnConnection(ctx context.Context, params *ModifyVpnConnectionInput, ...) (*ModifyVpnConnectionOutput, error)
- func (c *Client) ModifyVpnConnectionOptions(ctx context.Context, params *ModifyVpnConnectionOptionsInput, ...) (*ModifyVpnConnectionOptionsOutput, error)
- func (c *Client) ModifyVpnTunnelCertificate(ctx conte