ec2

package module
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2020 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceAPIVersion = "2016-11-15"
View Source
const ServiceID = "EC2"

Variables

This section is empty.

Functions

func AddResolveEndpointMiddleware

func AddResolveEndpointMiddleware(stack *middleware.Stack, options ResolveEndpointMiddlewareOptions)

func NewDefaultEndpointResolver

func NewDefaultEndpointResolver() *internalendpoints.Resolver

NewDefaultEndpointResolver constructs a new service endpoint resolver

func RemoveResolveEndpointMiddleware

func RemoveResolveEndpointMiddleware(stack *middleware.Stack) error

Types

type AcceptReservedInstancesExchangeQuoteInput

type AcceptReservedInstancesExchangeQuoteInput struct {
	// The IDs of the Convertible Reserved Instances to exchange for another
	// Convertible Reserved Instance of the same or higher value.
	ReservedInstanceIds []*string
	// The configuration of the target Convertible Reserved Instance to exchange for
	// your current Convertible Reserved Instances.
	TargetConfigurations []*types.TargetConfigurationRequest
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for accepting the quote.

type AcceptReservedInstancesExchangeQuoteOutput

type AcceptReservedInstancesExchangeQuoteOutput struct {
	// The ID of the successful exchange.
	ExchangeId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The result of the exchange and whether it was successful.

type AcceptTransitGatewayPeeringAttachmentInput

type AcceptTransitGatewayPeeringAttachmentInput struct {
	// The ID of the transit gateway attachment.
	TransitGatewayAttachmentId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AcceptTransitGatewayPeeringAttachmentOutput

type AcceptTransitGatewayPeeringAttachmentOutput struct {
	// The transit gateway peering attachment.
	TransitGatewayPeeringAttachment *types.TransitGatewayPeeringAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AcceptTransitGatewayVpcAttachmentInput

type AcceptTransitGatewayVpcAttachmentInput struct {
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AcceptTransitGatewayVpcAttachmentOutput

type AcceptTransitGatewayVpcAttachmentOutput struct {
	// The VPC attachment.
	TransitGatewayVpcAttachment *types.TransitGatewayVpcAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AcceptVpcEndpointConnectionsInput

type AcceptVpcEndpointConnectionsInput struct {
	// The ID of the VPC endpoint service.
	ServiceId *string
	// The IDs of one or more interface VPC endpoints.
	VpcEndpointIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AcceptVpcEndpointConnectionsOutput

type AcceptVpcEndpointConnectionsOutput struct {
	// Information about the interface endpoints that were not accepted, if applicable.
	Unsuccessful []*types.UnsuccessfulItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AcceptVpcPeeringConnectionInput

type AcceptVpcPeeringConnectionInput struct {
	// The ID of the VPC peering connection. You must specify this parameter in the
	// request.
	VpcPeeringConnectionId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AcceptVpcPeeringConnectionOutput

type AcceptVpcPeeringConnectionOutput struct {
	// Information about the VPC peering connection.
	VpcPeeringConnection *types.VpcPeeringConnection

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AdvertiseByoipCidrInput

type AdvertiseByoipCidrInput struct {
	// The address range, in CIDR notation. This must be the exact range that you
	// provisioned. You can't advertise only a portion of the provisioned range.
	Cidr *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AdvertiseByoipCidrOutput

type AdvertiseByoipCidrOutput struct {
	// Information about the address range.
	ByoipCidr *types.ByoipCidr

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AllocateAddressInput

type AllocateAddressInput struct {
	// The location from which the IP address is advertised. Use this parameter to
	// limit the address to this location. A network border group is a unique set of
	// Availability Zones or Local Zones from where AWS advertises IP addresses and
	// limits the addresses to the group. IP addresses cannot move between network
	// border groups. Use DescribeAvailabilityZones
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html)
	// to view the network border groups.  <note> <p>You cannot use a network border
	// group with EC2 Classic. If you attempt this operation on EC2 classic, you will
	// receive an <code>InvalidParameterCombination</code> error. For more information,
	// see <a
	// href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error
	// Codes</a>.</p> </note>
	NetworkBorderGroup *string
	// Indicates whether the Elastic IP address is for use with instances in a VPC or
	// instances in EC2-Classic. Default: If the Region supports EC2-Classic, the
	// default is standard. Otherwise, the default is vpc.
	Domain types.DomainType
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of an address pool that you own. Use this parameter to let Amazon EC2
	// select an address from the address pool. To specify a specific address from the
	// address pool, use the Address parameter instead.
	PublicIpv4Pool *string
	// The ID of a customer-owned address pool. Use this parameter to let Amazon EC2
	// select an address from the address pool. Alternatively, specify a specific
	// address from the address pool.
	CustomerOwnedIpv4Pool *string
	// [EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address
	// pool.
	Address *string
}

type AllocateAddressOutput

type AllocateAddressOutput struct {
	// The customer-owned IP address.
	CustomerOwnedIp *string
	// Indicates whether the Elastic IP address is for use with instances in a VPC
	// (vpc) or instances in EC2-Classic (standard).
	Domain types.DomainType
	// The ID of an address pool.
	PublicIpv4Pool *string
	// The Elastic IP address.
	PublicIp *string
	// The location from which the IP address is advertised.
	NetworkBorderGroup *string
	// The ID of the customer-owned address pool.
	CustomerOwnedIpv4Pool *string
	// [EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP
	// address for use with instances in a VPC.
	AllocationId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AllocateHostsInput

type AllocateHostsInput struct {
	// Indicates whether the host accepts any untargeted instance launches that match
	// its instance type configuration, or if it only accepts Host tenancy instance
	// launches that specify its unique host ID. For more information, see
	// Understanding Instance Placement and Host Affinity
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding)
	// in the Amazon EC2 User Guide for Linux Instances.  <p>Default: <code>on</code>
	// </p>
	AutoPlacement types.AutoPlacement
	// The Availability Zone in which to allocate the Dedicated Host.
	AvailabilityZone *string
	// Specifies the instance family to be supported by the Dedicated Hosts. If you
	// specify an instance family, the Dedicated Hosts support multiple instance types
	// within that instance family.  <p>If you want the Dedicated Hosts to support a
	// specific instance type only, omit this parameter and specify <b>InstanceType</b>
	// instead. You cannot specify <b>InstanceFamily</b> and <b>InstanceType</b> in the
	// same request.</p>
	InstanceFamily *string
	// The number of Dedicated Hosts to allocate to your account with these parameters.
	Quantity *int32
	// The tags to apply to the Dedicated Host during creation.
	TagSpecifications []*types.TagSpecification
	// Indicates whether to enable or disable host recovery for the Dedicated Host.
	// Host recovery is disabled by default. For more information, see  Host Recovery
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html)
	// in the Amazon Elastic Compute Cloud User Guide. Default: off
	HostRecovery types.HostRecovery
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Specifies the instance type to be supported by the Dedicated Hosts. If you
	// specify an instance type, the Dedicated Hosts support instances of the specified
	// instance type only.  <p>If you want the Dedicated Hosts to support multiple
	// instance types in a specific instance family, omit this parameter and specify
	// <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and
	// <b>InstanceFamily</b> in the same request.</p>
	InstanceType *string
}

type AllocateHostsOutput

type AllocateHostsOutput struct {
	// The ID of the allocated Dedicated Host. This is used to launch an instance onto
	// a specific host.
	HostIds []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of AllocateHosts.

type ApplySecurityGroupsToClientVpnTargetNetworkInput

type ApplySecurityGroupsToClientVpnTargetNetworkInput struct {
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// The ID of the VPC in which the associated target network is located.
	VpcId *string
	// The IDs of the security groups to apply to the associated target network. Up to
	// 5 security groups can be applied to an associated target network.
	SecurityGroupIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ApplySecurityGroupsToClientVpnTargetNetworkOutput

type ApplySecurityGroupsToClientVpnTargetNetworkOutput struct {
	// The IDs of the applied security groups.
	SecurityGroupIds []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssignIpv6AddressesInput

type AssignIpv6AddressesInput struct {
	// One or more specific IPv6 addresses to be assigned to the network interface. You
	// can't use this option if you're specifying a number of IPv6 addresses.
	Ipv6Addresses []*string
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The number of IPv6 addresses to assign to the network interface. Amazon EC2
	// automatically selects the IPv6 addresses from the subnet range. You can't use
	// this option if specifying specific IPv6 addresses.
	Ipv6AddressCount *int32
}

type AssignIpv6AddressesOutput

type AssignIpv6AddressesOutput struct {
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The IPv6 addresses assigned to the network interface.
	AssignedIpv6Addresses []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssignPrivateIpAddressesInput

type AssignPrivateIpAddressesInput struct {
	// Indicates whether to allow an IP address that is already assigned to another
	// network interface or instance to be reassigned to the specified network
	// interface.
	AllowReassignment *bool
	// One or more IP addresses to be assigned as a secondary private IP address to the
	// network interface. You can't specify this parameter when also specifying a
	// number of secondary IP addresses. If you don't specify an IP address, Amazon EC2
	// automatically selects an IP address within the subnet range.
	PrivateIpAddresses []*string
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The number of secondary IP addresses to assign to the network interface. You
	// can't specify this parameter when also specifying private IP addresses.
	SecondaryPrivateIpAddressCount *int32
}

Contains the parameters for AssignPrivateIpAddresses.

type AssignPrivateIpAddressesOutput

type AssignPrivateIpAddressesOutput struct {
	// The private IP addresses assigned to the network interface.
	AssignedPrivateIpAddresses []*types.AssignedPrivateIpAddress
	// The ID of the network interface.
	NetworkInterfaceId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateAddressInput

type AssociateAddressInput struct {
	// [EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an Elastic
	// IP address that is already associated with an instance or network interface to
	// be reassociated with the specified instance or network interface. Otherwise, the
	// operation fails. In a VPC in an EC2-VPC-only account, reassociation is
	// automatic, therefore you can specify false to ensure the operation fails if the
	// Elastic IP address is already associated with another resource.
	AllowReassociation *bool
	// [EC2-VPC] The primary or secondary private IP address to associate with the
	// Elastic IP address. If no private IP address is specified, the Elastic IP
	// address is associated with the primary private IP address.
	PrivateIpAddress *string
	// [EC2-VPC] The ID of the network interface. If the instance has more than one
	// network interface, you must specify a network interface ID. For EC2-VPC, you can
	// specify either the instance ID or the network interface ID, but not both.
	NetworkInterfaceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can
	// specify either the instance ID or the network interface ID, but not both. The
	// operation fails if you specify an instance ID unless exactly one network
	// interface is attached.
	InstanceId *string
	// The Elastic IP address to associate with the instance. This is required for
	// EC2-Classic.
	PublicIp *string
	// [EC2-VPC] The allocation ID. This is required for EC2-VPC.
	AllocationId *string
}

type AssociateAddressOutput

type AssociateAddressOutput struct {
	// [EC2-VPC] The ID that represents the association of the Elastic IP address with
	// an instance.
	AssociationId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateClientVpnTargetNetworkInput

type AssociateClientVpnTargetNetworkInput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the subnet to associate with the Client VPN endpoint.
	SubnetId *string
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
}

type AssociateClientVpnTargetNetworkOutput

type AssociateClientVpnTargetNetworkOutput struct {
	// The unique ID of the target network association.
	AssociationId *string
	// The current state of the target network association.
	Status *types.AssociationStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateDhcpOptionsInput

type AssociateDhcpOptionsInput struct {
	// The ID of the VPC.
	VpcId *string
	// The ID of the DHCP options set, or default to associate no DHCP options with the
	// VPC.
	DhcpOptionsId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AssociateDhcpOptionsOutput

type AssociateDhcpOptionsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateIamInstanceProfileInput

type AssociateIamInstanceProfileInput struct {
	// The ID of the instance.
	InstanceId *string
	// The IAM instance profile.
	IamInstanceProfile *types.IamInstanceProfileSpecification
}

type AssociateIamInstanceProfileOutput

type AssociateIamInstanceProfileOutput struct {
	// Information about the IAM instance profile association.
	IamInstanceProfileAssociation *types.IamInstanceProfileAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateRouteTableInput

type AssociateRouteTableInput struct {
	// The ID of the subnet.
	SubnetId *string
	// The ID of the internet gateway or virtual private gateway.
	GatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the route table.
	RouteTableId *string
}

type AssociateRouteTableOutput

type AssociateRouteTableOutput struct {
	// The state of the association.
	AssociationState *types.RouteTableAssociationState
	// The route table association ID. This ID is required for disassociating the route
	// table.
	AssociationId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateSubnetCidrBlockInput

type AssociateSubnetCidrBlockInput struct {
	// The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.
	Ipv6CidrBlock *string
	// The ID of your subnet.
	SubnetId *string
}

type AssociateSubnetCidrBlockOutput

type AssociateSubnetCidrBlockOutput struct {
	// The ID of the subnet.
	SubnetId *string
	// Information about the IPv6 CIDR block association.
	Ipv6CidrBlockAssociation *types.SubnetIpv6CidrBlockAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateTransitGatewayMulticastDomainInput

type AssociateTransitGatewayMulticastDomainInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the subnets to associate with the transit gateway multicast domain.
	SubnetIds []*string
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
	// The ID of the transit gateway attachment to associate with the transit gateway
	// multicast domain.
	TransitGatewayAttachmentId *string
}

type AssociateTransitGatewayMulticastDomainOutput

type AssociateTransitGatewayMulticastDomainOutput struct {
	// Information about the transit gateway multicast domain associations.
	Associations *types.TransitGatewayMulticastDomainAssociations

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateTransitGatewayRouteTableInput

type AssociateTransitGatewayRouteTableInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
}

type AssociateTransitGatewayRouteTableOutput

type AssociateTransitGatewayRouteTableOutput struct {
	// The ID of the association.
	Association *types.TransitGatewayAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AssociateVpcCidrBlockInput

type AssociateVpcCidrBlockInput struct {
	// The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
	Ipv6Pool *string
	// An IPv4 CIDR block to associate with the VPC.
	CidrBlock *string
	// The name of the location from which we advertise the IPV6 CIDR block. Use this
	// parameter to limit the CiDR block to this location. You must set
	// AmazonProvidedIpv6CidrBlock to true to use this parameter. You can have one IPv6
	// CIDR block association per network border group.
	Ipv6CidrBlockNetworkBorderGroup *string
	// An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in
	// the request. To let Amazon choose the IPv6 CIDR block for you, omit this
	// parameter.
	Ipv6CidrBlock *string
	// Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the
	// VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR
	// block.
	AmazonProvidedIpv6CidrBlock *bool
	// The ID of the VPC.
	VpcId *string
}

type AssociateVpcCidrBlockOutput

type AssociateVpcCidrBlockOutput struct {
	// Information about the IPv6 CIDR block association.
	Ipv6CidrBlockAssociation *types.VpcIpv6CidrBlockAssociation
	// Information about the IPv4 CIDR block association.
	CidrBlockAssociation *types.VpcCidrBlockAssociation
	// The ID of the VPC.
	VpcId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AttachClassicLinkVpcInput

type AttachClassicLinkVpcInput struct {
	// The ID of one or more of the VPC's security groups. You cannot specify security
	// groups from a different VPC.
	Groups []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.
	InstanceId *string
	// The ID of a ClassicLink-enabled VPC.
	VpcId *string
}

type AttachClassicLinkVpcOutput

type AttachClassicLinkVpcOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AttachInternetGatewayInput

type AttachInternetGatewayInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the internet gateway.
	InternetGatewayId *string
	// The ID of the VPC.
	VpcId *string
}

type AttachInternetGatewayOutput

type AttachInternetGatewayOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AttachNetworkInterfaceInput

type AttachNetworkInterfaceInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the instance.
	InstanceId *string
	// The index of the device for the network interface attachment.
	DeviceIndex *int32
	// The ID of the network interface.
	NetworkInterfaceId *string
}

Contains the parameters for AttachNetworkInterface.

type AttachNetworkInterfaceOutput

type AttachNetworkInterfaceOutput struct {
	// The ID of the network interface attachment.
	AttachmentId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of AttachNetworkInterface.

type AttachVolumeInput

type AttachVolumeInput struct {
	// The ID of the EBS volume. The volume and instance must be within the same
	// Availability Zone.
	VolumeId *string
	// The device name (for example, /dev/sdh or xvdh).
	Device *string
	// The ID of the instance.
	InstanceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AttachVolumeOutput

type AttachVolumeOutput struct {
	// The ID of the volume.
	VolumeId *string
	// The ID of the instance.
	InstanceId *string
	// The time stamp when the attachment initiated.
	AttachTime *time.Time
	// The device name.
	Device *string
	// Indicates whether the EBS volume is deleted on instance termination.
	DeleteOnTermination *bool
	// The attachment state of the volume.
	State types.VolumeAttachmentState

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes volume attachment details.

type AttachVpnGatewayInput

type AttachVpnGatewayInput struct {
	// The ID of the VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the virtual private gateway.
	VpnGatewayId *string
}

Contains the parameters for AttachVpnGateway.

type AttachVpnGatewayOutput

type AttachVpnGatewayOutput struct {
	// Information about the attachment.
	VpcAttachment *types.VpcAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of AttachVpnGateway.

type AuthorizeClientVpnIngressInput

type AuthorizeClientVpnIngressInput struct {
	// A brief description of the authorization rule.
	Description *string
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// The IPv4 address range, in CIDR notation, of the network for which access is
	// being authorized.
	TargetNetworkCidr *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the group to grant access to, for example, the Active Directory group
	// or identity provider (IdP) group. Required if AuthorizeAllGroups is false or not
	// specified.
	AccessGroupId *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Indicates whether to grant access to all clients. Specify true to grant all
	// clients who successfully establish a VPN connection access to the network. Must
	// be set to true if AccessGroupId is not specified.
	AuthorizeAllGroups *bool
}

type AuthorizeClientVpnIngressOutput

type AuthorizeClientVpnIngressOutput struct {
	// The current state of the authorization rule.
	Status *types.ClientVpnAuthorizationRuleStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AuthorizeSecurityGroupEgressInput

type AuthorizeSecurityGroupEgressInput struct {
	// Not supported. Use a set of IP permissions to specify the port.
	ToPort *int32
	// Not supported. Use a set of IP permissions to specify a destination security
	// group.
	SourceSecurityGroupName *string
	// Not supported. Use a set of IP permissions to specify the port.
	FromPort *int32
	// The ID of the security group.
	GroupId *string
	// Not supported. Use a set of IP permissions to specify the protocol name or
	// number.
	IpProtocol *string
	// The sets of IP permissions. You can't specify a destination security group and a
	// CIDR IP address range in the same set of permissions.
	IpPermissions []*types.IpPermission
	// Not supported. Use a set of IP permissions to specify a destination security
	// group.
	SourceSecurityGroupOwnerId *string
	// Not supported. Use a set of IP permissions to specify the CIDR.
	CidrIp *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type AuthorizeSecurityGroupEgressOutput

type AuthorizeSecurityGroupEgressOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type AuthorizeSecurityGroupIngressInput

type AuthorizeSecurityGroupIngressInput struct {
	// The end of port range for the TCP and UDP protocols, or an ICMP code number. For
	// the ICMP code number, use -1 to specify all codes. If you specify all ICMP
	// types, you must specify all codes. Alternatively, use a set of IP permissions to
	// specify multiple rules and a description for the rule.
	ToPort *int32
	// [EC2-Classic, default VPC] The name of the security group. You must specify
	// either the security group ID or the security group name in the request.
	GroupName *string
	// The start of port range for the TCP and UDP protocols, or an ICMP type number.
	// For the ICMP type number, use -1 to specify all types. If you specify all ICMP
	// types, you must specify all codes. Alternatively, use a set of IP permissions to
	// specify multiple rules and a description for the rule.
	FromPort *int32
	// [nondefault VPC] The AWS account ID for the source security group, if the source
	// security group is in a different account. You can't specify this parameter in
	// combination with the following parameters: the CIDR IP address range, the IP
	// protocol, the start of the port range, and the end of the port range. Creates
	// rules that grant full ICMP, UDP, and TCP access. To create a rule with a
	// specific IP protocol and port range, use a set of IP permissions instead.
	SourceSecurityGroupOwnerId *string
	// [EC2-Classic, default VPC] The name of the source security group. You can't
	// specify this parameter in combination with the following parameters: the CIDR IP
	// address range, the start of the port range, the IP protocol, and the end of the
	// port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a
	// rule with a specific IP protocol and port range, use a set of IP permissions
	// instead. For EC2-VPC, the source security group must be in the same VPC.
	SourceSecurityGroupName *string
	// The IPv4 address range, in CIDR format. You can't specify this parameter when
	// specifying a source security group. To specify an IPv6 address range, use a set
	// of IP permissions. Alternatively, use a set of IP permissions to specify
	// multiple rules and a description for the rule.
	CidrIp *string
	// The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers
	// (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)). To
	// specify icmpv6, use a set of IP permissions. [VPC only] Use -1 to specify all
	// protocols. If you specify -1 or a protocol other than tcp, udp, or icmp, traffic
	// on all ports is allowed, regardless of any ports you specify. Alternatively, use
	// a set of IP permissions to specify multiple rules and a description for the
	// rule.
	IpProtocol *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The sets of IP permissions.
	IpPermissions []*types.IpPermission
	// The ID of the security group. You must specify either the security group ID or
	// the security group name in the request. For security groups in a nondefault VPC,
	// you must specify the security group ID.
	GroupId *string
}

type AuthorizeSecurityGroupIngressOutput

type AuthorizeSecurityGroupIngressOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type BundleInstanceInput

type BundleInstanceInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The bucket in which to store the AMI. You can specify a bucket that you already
	// own or a new bucket that Amazon EC2 creates on your behalf. If you specify a
	// bucket that belongs to someone else, Amazon EC2 returns an error.
	Storage *types.Storage
	// The ID of the instance to bundle. Type: String Default: None Required: Yes
	InstanceId *string
}

Contains the parameters for BundleInstance.

type BundleInstanceOutput

type BundleInstanceOutput struct {
	// Information about the bundle task.
	BundleTask *types.BundleTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of BundleInstance.

type CancelBundleTaskInput

type CancelBundleTaskInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the bundle task.
	BundleId *string
}

Contains the parameters for CancelBundleTask.

type CancelBundleTaskOutput

type CancelBundleTaskOutput struct {
	// Information about the bundle task.
	BundleTask *types.BundleTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CancelBundleTask.

type CancelCapacityReservationInput

type CancelCapacityReservationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the Capacity Reservation to be cancelled.
	CapacityReservationId *string
}

type CancelCapacityReservationOutput

type CancelCapacityReservationOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CancelConversionTaskInput

type CancelConversionTaskInput struct {
	// The reason for canceling the conversion task.
	ReasonMessage *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the conversion task.
	ConversionTaskId *string
}

type CancelConversionTaskOutput

type CancelConversionTaskOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CancelExportTaskInput

type CancelExportTaskInput struct {
	// The ID of the export task. This is the ID returned by CreateInstanceExportTask.
	ExportTaskId *string
}

type CancelExportTaskOutput

type CancelExportTaskOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CancelImportTaskInput

type CancelImportTaskInput struct {
	// The ID of the import image or import snapshot task to be canceled.
	ImportTaskId *string
	// The reason for canceling the task.
	CancelReason *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CancelImportTaskOutput

type CancelImportTaskOutput struct {
	// The current state of the task being canceled.
	State *string
	// The current state of the task being canceled.
	PreviousState *string
	// The ID of the task being canceled.
	ImportTaskId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CancelReservedInstancesListingInput

type CancelReservedInstancesListingInput struct {
	// The ID of the Reserved Instance listing.
	ReservedInstancesListingId *string
}

Contains the parameters for CancelReservedInstancesListing.

type CancelReservedInstancesListingOutput

type CancelReservedInstancesListingOutput struct {
	// The Reserved Instance listing.
	ReservedInstancesListings []*types.ReservedInstancesListing

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CancelReservedInstancesListing.

type CancelSpotFleetRequestsInput

type CancelSpotFleetRequestsInput struct {
	// The IDs of the Spot Fleet requests.
	SpotFleetRequestIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Indicates whether to terminate instances for a Spot Fleet request if it is
	// canceled successfully.
	TerminateInstances *bool
}

Contains the parameters for CancelSpotFleetRequests.

type CancelSpotFleetRequestsOutput

type CancelSpotFleetRequestsOutput struct {
	// Information about the Spot Fleet requests that are successfully canceled.
	SuccessfulFleetRequests []*types.CancelSpotFleetRequestsSuccessItem
	// Information about the Spot Fleet requests that are not successfully canceled.
	UnsuccessfulFleetRequests []*types.CancelSpotFleetRequestsErrorItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CancelSpotFleetRequests.

type CancelSpotInstanceRequestsInput

type CancelSpotInstanceRequestsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more Spot Instance request IDs.
	SpotInstanceRequestIds []*string
}

Contains the parameters for CancelSpotInstanceRequests.

type CancelSpotInstanceRequestsOutput

type CancelSpotInstanceRequestsOutput struct {
	// One or more Spot Instance requests.
	CancelledSpotInstanceRequests []*types.CancelledSpotInstanceRequest

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CancelSpotInstanceRequests.

type Client

type Client struct {
	// contains filtered or unexported fields
}

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. 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 (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html)

*

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)

func New

func New(options Options, optFns ...func(*Options)) *Client

New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.

func NewFromConfig

func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client

NewFromConfig returns a new client from the provided config.

func (*Client) AcceptReservedInstancesExchangeQuote

func (c *Client) AcceptReservedInstancesExchangeQuote(ctx context.Context, params *AcceptReservedInstancesExchangeQuoteInput, optFns ...func(*Options)) (*AcceptReservedInstancesExchangeQuoteOutput, error)

Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote () call.

func (*Client) AcceptTransitGatewayPeeringAttachment

func (c *Client) AcceptTransitGatewayPeeringAttachment(ctx context.Context, params *AcceptTransitGatewayPeeringAttachmentInput, optFns ...func(*Options)) (*AcceptTransitGatewayPeeringAttachmentOutput, error)

Accepts a transit gateway peering attachment request. The peering attachment must be in the pendingAcceptance state.

func (*Client) AcceptTransitGatewayVpcAttachment

func (c *Client) AcceptTransitGatewayVpcAttachment(ctx context.Context, params *AcceptTransitGatewayVpcAttachmentInput, optFns ...func(*Options)) (*AcceptTransitGatewayVpcAttachmentOutput, error)

Accepts a request to attach a VPC to a transit gateway. The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments () to view your pending VPC attachment requests. Use RejectTransitGatewayVpcAttachment () to reject a VPC attachment request.

func (*Client) AcceptVpcEndpointConnections

func (c *Client) AcceptVpcEndpointConnections(ctx context.Context, params *AcceptVpcEndpointConnectionsInput, optFns ...func(*Options)) (*AcceptVpcEndpointConnectionsOutput, error)

Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.

func (*Client) AcceptVpcPeeringConnection

func (c *Client) AcceptVpcPeeringConnection(ctx context.Context, params *AcceptVpcPeeringConnectionInput, optFns ...func(*Options)) (*AcceptVpcPeeringConnectionOutput, error)

Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the pending-acceptance state, and you must be the owner of the peer VPC. Use DescribeVpcPeeringConnections () to view your outstanding VPC peering connection requests. For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.

func (*Client) AdvertiseByoipCidr

func (c *Client) AdvertiseByoipCidr(ctx context.Context, params *AdvertiseByoipCidrInput, optFns ...func(*Options)) (*AdvertiseByoipCidrOutput, error)

Advertises an IPv4 or IPv6 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP). You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from AWS. To minimize down time, you can configure your AWS resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through AWS. It can take a few minutes before traffic to the specified addresses starts routing to AWS because of BGP propagation delays. To stop advertising the BYOIP CIDR, use WithdrawByoipCidr ().

func (*Client) AllocateAddress

func (c *Client) AllocateAddress(ctx context.Context, params *AllocateAddressInput, optFns ...func(*Options)) (*AllocateAddressOutput, error)

Allocates an Elastic IP address to your AWS account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different AWS account. You can allocate an Elastic IP address from an address pool owned by AWS or from an address pool created from a public IPv4 address range that you have brought to AWS for use with your AWS resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html) in the Amazon Elastic Compute Cloud User Guide. [EC2-VPC] If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another AWS account. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation. An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region. For more information, see Elastic IP Addresses (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) AllocateHosts

func (c *Client) AllocateHosts(ctx context.Context, params *AllocateHostsInput, optFns ...func(*Options)) (*AllocateHostsOutput, error)

Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.

func (*Client) ApplySecurityGroupsToClientVpnTargetNetwork

func (c *Client) ApplySecurityGroupsToClientVpnTargetNetwork(ctx context.Context, params *ApplySecurityGroupsToClientVpnTargetNetworkInput, optFns ...func(*Options)) (*ApplySecurityGroupsToClientVpnTargetNetworkOutput, error)

Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.

func (*Client) AssignIpv6Addresses

func (c *Client) AssignIpv6Addresses(ctx context.Context, params *AssignIpv6AddressesInput, optFns ...func(*Options)) (*AssignIpv6AddressesOutput, error)

Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request.

func (*Client) AssignPrivateIpAddresses

func (c *Client) AssignPrivateIpAddresses(ctx context.Context, params *AssignPrivateIpAddressesInput, optFns ...func(*Options)) (*AssignPrivateIpAddressesOutput, error)

Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request.

func (*Client) AssociateAddress

func (c *Client) AssociateAddress(ctx context.Context, params *AssociateAddressInput, optFns ...func(*Options)) (*AssociateAddressOutput, error)

Associates an Elastic IP address with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account. An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) in the Amazon Elastic Compute Cloud User Guide. [EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account. [VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. You cannot associate an Elastic IP address with an instance or network interface that has an existing Elastic IP address. You cannot associate an Elastic IP address with an interface in a different network border group. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing (http://aws.amazon.com/ec2/pricing/).

func (*Client) AssociateClientVpnTargetNetwork

func (c *Client) AssociateClientVpnTargetNetwork(ctx context.Context, params *AssociateClientVpnTargetNetworkInput, optFns ...func(*Options)) (*AssociateClientVpnTargetNetworkOutput, error)

Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy. If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that's in a different VPC, you must first modify the Client VPN endpoint (ModifyClientVpnEndpoint ()) and change the VPC that's associated with it.

func (*Client) AssociateDhcpOptions

func (c *Client) AssociateDhcpOptions(ctx context.Context, params *AssociateDhcpOptionsInput, optFns ...func(*Options)) (*AssociateDhcpOptionsOutput, error)

Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance. For more information, see DHCP Options Sets (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) AssociateIamInstanceProfile

func (c *Client) AssociateIamInstanceProfile(ctx context.Context, params *AssociateIamInstanceProfileInput, optFns ...func(*Options)) (*AssociateIamInstanceProfileOutput, error)

Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.

func (*Client) AssociateRouteTable

func (c *Client) AssociateRouteTable(ctx context.Context, params *AssociateRouteTableInput, optFns ...func(*Options)) (*AssociateRouteTableOutput, error)

Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. For more information, see Route Tables (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) AssociateSubnetCidrBlock

func (c *Client) AssociateSubnetCidrBlock(ctx context.Context, params *AssociateSubnetCidrBlockInput, optFns ...func(*Options)) (*AssociateSubnetCidrBlockOutput, error)

Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet. An IPv6 CIDR block must have a prefix length of /64.

func (*Client) AssociateTransitGatewayMulticastDomain

func (c *Client) AssociateTransitGatewayMulticastDomain(ctx context.Context, params *AssociateTransitGatewayMulticastDomainInput, optFns ...func(*Options)) (*AssociateTransitGatewayMulticastDomainOutput, error)

Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain. The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html) to see the state of the attachment.

func (*Client) AssociateTransitGatewayRouteTable

func (c *Client) AssociateTransitGatewayRouteTable(ctx context.Context, params *AssociateTransitGatewayRouteTableInput, optFns ...func(*Options)) (*AssociateTransitGatewayRouteTableOutput, error)

Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.

func (*Client) AssociateVpcCidrBlock

func (c *Client) AssociateVpcCidrBlock(ctx context.Context, params *AssociateVpcCidrBlockInput, optFns ...func(*Options)) (*AssociateVpcCidrBlockOutput, error)

Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html)). The IPv6 CIDR block size is fixed at /56. You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see VPC and Subnet Sizing (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing) in the Amazon Virtual Private Cloud User Guide.

func (*Client) AttachClassicLinkVpc

func (c *Client) AttachClassicLinkVpc(ctx context.Context, params *AttachClassicLinkVpcInput, optFns ...func(*Options)) (*AttachClassicLinkVpcOutput, error)

Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.

func (*Client) AttachInternetGateway

func (c *Client) AttachInternetGateway(ctx context.Context, params *AttachInternetGatewayInput, optFns ...func(*Options)) (*AttachInternetGatewayOutput, error)

Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide (https://docs.aws.amazon.com/vpc/latest/userguide/).

func (*Client) AttachNetworkInterface

func (c *Client) AttachNetworkInterface(ctx context.Context, params *AttachNetworkInterfaceInput, optFns ...func(*Options)) (*AttachNetworkInterfaceOutput, error)

Attaches a network interface to an instance.

func (*Client) AttachVolume

func (c *Client) AttachVolume(ctx context.Context, params *AttachVolumeInput, optFns ...func(*Options)) (*AttachVolumeOutput, error)

Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide. After you attach an EBS volume, you must make it available. For more information, see Making an EBS Volume Available For Use (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html). If a volume has an AWS Marketplace product code:

  • The volume can be attached

only to a stopped instance.

  • AWS Marketplace product codes are copied from

the volume to the instance.

  • You must be subscribed to the product.

    *

The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.

For more information, see Attaching Amazon EBS Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) AttachVpnGateway

func (c *Client) AttachVpnGateway(ctx context.Context, params *AttachVpnGatewayInput, optFns ...func(*Options)) (*AttachVpnGatewayOutput, error)

Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) AuthorizeClientVpnIngress

func (c *Client) AuthorizeClientVpnIngress(ctx context.Context, params *AuthorizeClientVpnIngressInput, optFns ...func(*Options)) (*AuthorizeClientVpnIngressOutput, error)

Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in AWS or on-premises networks.

func (*Client) AuthorizeSecurityGroupEgress

func (c *Client) AuthorizeSecurityGroupEgress(ctx context.Context, params *AuthorizeSecurityGroupEgressInput, optFns ...func(*Options)) (*AuthorizeSecurityGroupEgressOutput, error)

[VPC only] Adds the specified egress rules to a security group for use with a VPC. An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances associated with the specified destination security groups. You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes. Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur. For more information about VPC security group limits, see Amazon VPC Limits (https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html).

func (*Client) AuthorizeSecurityGroupIngress

func (c *Client) AuthorizeSecurityGroupIngress(ctx context.Context, params *AuthorizeSecurityGroupIngressInput, optFns ...func(*Options)) (*AuthorizeSecurityGroupIngressOutput, error)

Adds the specified ingress rules to a security group. An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address ranges, or from the instances associated with the specified destination security groups. You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. For more information about VPC security group limits, see Amazon VPC Limits (https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html).

func (*Client) BundleInstance

func (c *Client) BundleInstance(ctx context.Context, params *BundleInstanceInput, optFns ...func(*Options)) (*BundleInstanceOutput, error)

Bundles an Amazon instance store-backed Windows instance. During bundling, only the root device volume (C:\) is bundled. Data on other instance store volumes is not preserved. This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.

func (*Client) CancelBundleTask

func (c *Client) CancelBundleTask(ctx context.Context, params *CancelBundleTaskInput, optFns ...func(*Options)) (*CancelBundleTaskOutput, error)

Cancels a bundling operation for an instance store-backed Windows instance.

func (*Client) CancelCapacityReservation

func (c *Client) CancelCapacityReservation(ctx context.Context, params *CancelCapacityReservationInput, optFns ...func(*Options)) (*CancelCapacityReservationOutput, error)

Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state to cancelled. Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.

func (*Client) CancelConversionTask

func (c *Client) CancelConversionTask(ctx context.Context, params *CancelConversionTaskInput, optFns ...func(*Options)) (*CancelConversionTaskOutput, error)

Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception. For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI (https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html).

func (*Client) CancelExportTask

func (c *Client) CancelExportTask(ctx context.Context, params *CancelExportTaskInput, optFns ...func(*Options)) (*CancelExportTaskOutput, error)

Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.

func (*Client) CancelImportTask

func (c *Client) CancelImportTask(ctx context.Context, params *CancelImportTaskInput, optFns ...func(*Options)) (*CancelImportTaskOutput, error)

Cancels an in-process import virtual machine or import snapshot task.

func (*Client) CancelReservedInstancesListing

func (c *Client) CancelReservedInstancesListing(ctx context.Context, params *CancelReservedInstancesListingInput, optFns ...func(*Options)) (*CancelReservedInstancesListingOutput, error)

Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace. For more information, see Reserved Instance Marketplace (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CancelSpotFleetRequests

func (c *Client) CancelSpotFleetRequests(ctx context.Context, params *CancelSpotFleetRequestsInput, optFns ...func(*Options)) (*CancelSpotFleetRequestsOutput, error)

Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new Spot Instances. You must specify whether the Spot Fleet should also terminate its Spot Instances. If you terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.

func (*Client) CancelSpotInstanceRequests

func (c *Client) CancelSpotInstanceRequests(ctx context.Context, params *CancelSpotInstanceRequestsInput, optFns ...func(*Options)) (*CancelSpotInstanceRequestsOutput, error)

Cancels one or more Spot Instance requests. Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.

func (*Client) ConfirmProductInstance

func (c *Client) ConfirmProductInstance(ctx context.Context, params *ConfirmProductInstanceInput, optFns ...func(*Options)) (*ConfirmProductInstanceOutput, error)

Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.

func (*Client) CopyFpgaImage

func (c *Client) CopyFpgaImage(ctx context.Context, params *CopyFpgaImageInput, optFns ...func(*Options)) (*CopyFpgaImageOutput, error)

Copies the specified Amazon FPGA Image (AFI) to the current Region.

func (*Client) CopyImage

func (c *Client) CopyImage(ctx context.Context, params *CopyImageInput, optFns ...func(*Options)) (*CopyImageOutput, error)

Initiates the copy of an AMI from the specified source Region to the current Region. You specify the destination Region by using its endpoint when making the request. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot. For more information about the prerequisites and limits when copying an AMI, see Copying an AMI (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CopySnapshot

func (c *Client) CopySnapshot(ctx context.Context, params *CopySnapshotInput, optFns ...func(*Options)) (*CopySnapshotOutput, error)

Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same Region or from one Region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a different CMK. To copy an encrypted snapshot that has been shared from another account, you must have permissions for the CMK used to encrypt the snapshot. Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose. For more information, see Copying an Amazon EBS Snapshot (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateCapacityReservation

func (c *Client) CreateCapacityReservation(ctx context.Context, params *CreateCapacityReservationInput, optFns ...func(*Options)) (*CreateCapacityReservationOutput, error)

Creates a new Capacity Reservation with the specified attributes. Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html) in the Amazon Elastic Compute Cloud User Guide. <p>Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes.</p> <p>Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html">Amazon EC2 Service Limits</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>

func (*Client) CreateClientVpnEndpoint

func (c *Client) CreateClientVpnEndpoint(ctx context.Context, params *CreateClientVpnEndpointInput, optFns ...func(*Options)) (*CreateClientVpnEndpointOutput, error)

Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.

func (*Client) CreateClientVpnRoute

func (c *Client) CreateClientVpnRoute(ctx context.Context, params *CreateClientVpnRouteInput, optFns ...func(*Options)) (*CreateClientVpnRouteOutput, error)

Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.

func (*Client) CreateCustomerGateway

func (c *Client) CreateCustomerGateway(ctx context.Context, params *CreateCustomerGatewayInput, optFns ...func(*Options)) (*CreateCustomerGatewayOutput, error)

Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS side of the VPN connection is the virtual private gateway.) You must provide the Internet-routable IP address of the customer gateway's external interface. The IP address must be static and can be behind a device performing network address translation (NAT). For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN (in the 64512 - 65534 range). Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is reserved in the us-east-1 Region, and 9059, which is reserved in the eu-west-1 Region. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide. To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. Identical requests return information about the existing customer gateway and do not create new customer gateways.

func (*Client) CreateDefaultSubnet

func (c *Client) CreateDefaultSubnet(ctx context.Context, params *CreateDefaultSubnetInput, optFns ...func(*Options)) (*CreateDefaultSubnetOutput, error)

Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Creating a Default Subnet (https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateDefaultVpc

func (c *Client) CreateDefaultVpc(ctx context.Context, params *CreateDefaultVpcInput, optFns ...func(*Options)) (*CreateDefaultVpcOutput, error)

Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and Default Subnets (https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html) in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ (http://aws.amazon.com/vpc/faqs/#Default_VPCs).

func (*Client) CreateDhcpOptions

func (c *Client) CreateDhcpOptions(ctx context.Context, params *CreateDhcpOptionsInput, optFns ...func(*Options)) (*CreateDhcpOptionsOutput, error)

Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132 (http://www.ietf.org/rfc/rfc2132.txt).

  • domain-name-servers -

The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as specified in domain-name, you must set domain-name-servers to a custom DNS server.

*

domain-name - If you're using AmazonProvidedDNS in us-east-1, specify ec2.internal. If you're using AmazonProvidedDNS in another Region, specify region.compute.internal (for example, ap-northeast-1.compute.internal). Otherwise, specify a domain name (for example, ExampleCompany.com). This value is used to complete unqualified DNS hostnames. Important: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name.

* ntp-servers - The IP addresses of up to four Network Time Protocol (NTP) servers.

  • netbios-name-servers - The IP addresses of up to four NetBIOS

name servers.

  • netbios-node-type - The NetBIOS node type (1, 2, 4, or 8).

We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see RFC 2132 (http://www.ietf.org/rfc/rfc2132.txt).

<p>Your VPC automatically starts out

with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the <code>domain-name-servers</code> option either to <code>AmazonProvidedDNS</code> or to a domain name server of your choice. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>

func (*Client) CreateEgressOnlyInternetGateway

func (c *Client) CreateEgressOnlyInternetGateway(ctx context.Context, params *CreateEgressOnlyInternetGatewayInput, optFns ...func(*Options)) (*CreateEgressOnlyInternetGatewayOutput, error)

[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

func (*Client) CreateFleet

func (c *Client) CreateFleet(ctx context.Context, params *CreateFleetInput, optFns ...func(*Options)) (*CreateFleetOutput, error)

Launches an EC2 Fleet. You can create a single EC2 Fleet that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. For more information, see Launching an EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateFlowLogs

func (c *Client) CreateFlowLogs(ctx context.Context, params *CreateFlowLogsInput, optFns ...func(*Options)) (*CreateFlowLogsOutput, error)

Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. <p>Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow Log Records</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p> <p>When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html">VPC Flow Logs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>

func (*Client) CreateFpgaImage

func (c *Client) CreateFpgaImage(ctx context.Context, params *CreateFpgaImageInput, optFns ...func(*Options)) (*CreateFpgaImageOutput, error)

Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs. An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the AWS FPGA Hardware Development Kit (https://github.com/aws/aws-fpga/).

func (*Client) CreateImage

func (c *Client) CreateImage(ctx context.Context, params *CreateImageInput, optFns ...func(*Options)) (*CreateImageOutput, error)

Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. If you customized your instance with instance store volumes or EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes. For more information, see Creating Amazon EBS-Backed Linux AMIs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateInstanceExportTask

func (c *Client) CreateInstanceExportTask(ctx context.Context, params *CreateInstanceExportTaskInput, optFns ...func(*Options)) (*CreateInstanceExportTaskOutput, error)

Exports a running or stopped instance to an Amazon S3 bucket. For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an Instance as a VM Using VM Import/Export (https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html) in the VM Import/Export User Guide.

func (*Client) CreateInternetGateway

func (c *Client) CreateInternetGateway(ctx context.Context, params *CreateInternetGatewayInput, optFns ...func(*Options)) (*CreateInternetGatewayOutput, error)

Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway (). For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide (https://docs.aws.amazon.com/vpc/latest/userguide/).

func (*Client) CreateKeyPair

func (c *Client) CreateKeyPair(ctx context.Context, params *CreateKeyPairInput, optFns ...func(*Options)) (*CreateKeyPairOutput, error)

Creates a 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 private key. If a key with the specified name already exists, Amazon EC2 returns an error. You can have up to five thousand key pairs per Region. The key pair returned to you is available only in the Region in which you create it. If you prefer, you can create your own key pair using a third-party tool and upload it to any Region using ImportKeyPair (). For more information, see Key Pairs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateLaunchTemplate

func (c *Client) CreateLaunchTemplate(ctx context.Context, params *CreateLaunchTemplateInput, optFns ...func(*Options)) (*CreateLaunchTemplateOutput, error)

Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances (), you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launching an instance from a launch template (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html)in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateLaunchTemplateVersion

func (c *Client) CreateLaunchTemplateVersion(ctx context.Context, params *CreateLaunchTemplateVersionInput, optFns ...func(*Options)) (*CreateLaunchTemplateVersionOutput, error)

Creates a new version for a launch template. You can specify an existing version of launch template from which to base the new version. Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions. For more information, see Managing launch template versions (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions)in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateLocalGatewayRoute

func (c *Client) CreateLocalGatewayRoute(ctx context.Context, params *CreateLocalGatewayRouteInput, optFns ...func(*Options)) (*CreateLocalGatewayRouteOutput, error)

Creates a static route for the specified local gateway route table.

func (*Client) CreateLocalGatewayRouteTableVpcAssociation

func (c *Client) CreateLocalGatewayRouteTableVpcAssociation(ctx context.Context, params *CreateLocalGatewayRouteTableVpcAssociationInput, optFns ...func(*Options)) (*CreateLocalGatewayRouteTableVpcAssociationOutput, error)

Associates the specified VPC with the specified local gateway route table.

func (*Client) CreateManagedPrefixList

func (c *Client) CreateManagedPrefixList(ctx context.Context, params *CreateManagedPrefixListInput, optFns ...func(*Options)) (*CreateManagedPrefixListOutput, error)

Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description. You must specify the maximum number of entries for the prefix list. The maximum number of entries cannot be changed later.

func (*Client) CreateNatGateway

func (c *Client) CreateNatGateway(ctx context.Context, params *CreateNatGatewayInput, optFns ...func(*Options)) (*CreateNatGatewayOutput, error)

Creates a NAT gateway in the specified public subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. Internet-bound traffic from a private subnet can be routed to the NAT gateway, therefore enabling instances in the private subnet to connect to the internet. For more information, see NAT Gateways (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateNetworkAcl

func (c *Client) CreateNetworkAcl(ctx context.Context, params *CreateNetworkAclInput, optFns ...func(*Options)) (*CreateNetworkAclOutput, error)

Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. For more information, see Network ACLs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateNetworkAclEntry

func (c *Client) CreateNetworkAclEntry(ctx context.Context, params *CreateNetworkAclEntryInput, optFns ...func(*Options)) (*CreateNetworkAclEntryOutput, error)

Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one. For more information about network ACLs, see Network ACLs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateNetworkInterface

func (c *Client) CreateNetworkInterface(ctx context.Context, params *CreateNetworkInterfaceInput, optFns ...func(*Options)) (*CreateNetworkInterfaceOutput, error)

Creates a network interface in the specified subnet. For more information about network interfaces, see Elastic Network Interfaces (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateNetworkInterfacePermission

func (c *Client) CreateNetworkInterfacePermission(ctx context.Context, params *CreateNetworkInterfacePermissionInput, optFns ...func(*Options)) (*CreateNetworkInterfacePermissionOutput, error)

Grants an AWS-authorized account permission to attach the specified network interface to an instance in their account. You can grant permission to a single AWS account only, and only one account at a time.

func (*Client) CreatePlacementGroup

func (c *Client) CreatePlacementGroup(ctx context.Context, params *CreatePlacementGroupInput, optFns ...func(*Options)) (*CreatePlacementGroupOutput, error)

Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group. A cluster placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A spread placement group places instances on distinct hardware. A partition placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition. For more information, see Placement groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateReservedInstancesListing

func (c *Client) CreateReservedInstancesListing(ctx context.Context, params *CreateReservedInstancesListingInput, optFns ...func(*Options)) (*CreateReservedInstancesListingOutput, error)

Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances () operation. Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold. The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings () operation. For more information, see Reserved Instance Marketplace (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateRoute

func (c *Client) CreateRoute(ctx context.Context, params *CreateRouteInput, optFns ...func(*Options)) (*CreateRouteOutput, error)

Creates a route in a route table within a VPC. You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes:

  • 192.0.2.0/24 (goes to some target A)

  • 192.0.2.0/28 (goes to

some target B)

Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route Tables (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateRouteTable

func (c *Client) CreateRouteTable(ctx context.Context, params *CreateRouteTableInput, optFns ...func(*Options)) (*CreateRouteTableOutput, error)

Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet. For more information, see Route Tables (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateSecurityGroup

func (c *Client) CreateSecurityGroup(ctx context.Context, params *CreateSecurityGroupInput, optFns ...func(*Options)) (*CreateSecurityGroupOutput, error)

Creates a security group. A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 Security Groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html) in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC (https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html) in the Amazon Virtual Private Cloud User Guide. When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name. You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other. You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress (), AuthorizeSecurityGroupEgress (), RevokeSecurityGroupIngress (), and RevokeSecurityGroupEgress (). For more information about VPC security group limits, see Amazon VPC Limits (https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html).

func (*Client) CreateSnapshot

func (c *Client) CreateSnapshot(ctx context.Context, params *CreateSnapshotInput, optFns ...func(*Options)) (*CreateSnapshotOutput, error)

Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance. When a snapshot is created, any AWS Marketplace product codes that are associated with the source volume are propagated to the snapshot. You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your EBS volume at the time the snapshot command is issued; this may exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is pending. To create a snapshot for EBS volumes that serve as root devices, you should stop the instance before taking the snapshot. Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected. You can tag your snapshots during creation. For more information, see Tagging Your Amazon EC2 Resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon Elastic Compute Cloud User Guide. For more information, see Amazon Elastic Block Store (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html) and Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateSnapshots

func (c *Client) CreateSnapshots(ctx context.Context, params *CreateSnapshotsInput, optFns ...func(*Options)) (*CreateSnapshotsOutput, error)

Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance. Boot volumes can be excluded by changing the parameters.

func (*Client) CreateSpotDatafeedSubscription

func (c *Client) CreateSpotDatafeedSubscription(ctx context.Context, params *CreateSpotDatafeedSubscriptionInput, optFns ...func(*Options)) (*CreateSpotDatafeedSubscriptionOutput, error)

Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per AWS account. For more information, see Spot Instance data feed (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html) in the Amazon EC2 User Guide for Linux Instances.

func (*Client) CreateSubnet

func (c *Client) CreateSubnet(ctx context.Context, params *CreateSubnetInput, optFns ...func(*Options)) (*CreateSubnetOutput, error)

Creates a subnet in a specified VPC. You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC. If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length. AWS reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. For more information about subnets, see Your VPC and Subnets (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateTags

func (c *Client) CreateTags(ctx context.Context, params *CreateTagsInput, optFns ...func(*Options)) (*CreateTagsOutput, error)

Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about creating IAM policies that control users' access to resources based on tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-iam-actions-resources.html">Supported Resource-Level Permissions for Amazon EC2 API Actions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>

func (*Client) CreateTrafficMirrorFilter

func (c *Client) CreateTrafficMirrorFilter(ctx context.Context, params *CreateTrafficMirrorFilterInput, optFns ...func(*Options)) (*CreateTrafficMirrorFilterOutput, error)

Creates a Traffic Mirror filter. A Traffic Mirror filter is a set of rules that defines the traffic to mirror. By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorFilterRule.htm) to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyTrafficMirrorFilterNetworkServices.html) to mirror supported network services.

func (*Client) CreateTrafficMirrorFilterRule

func (c *Client) CreateTrafficMirrorFilterRule(ctx context.Context, params *CreateTrafficMirrorFilterRuleInput, optFns ...func(*Options)) (*CreateTrafficMirrorFilterRuleOutput, error)

Creates a Traffic Mirror filter rule. A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror. You need the Traffic Mirror filter ID when you create the rule.

func (*Client) CreateTrafficMirrorSession

func (c *Client) CreateTrafficMirrorSession(ctx context.Context, params *CreateTrafficMirrorSessionInput, optFns ...func(*Options)) (*CreateTrafficMirrorSessionOutput, error)

Creates a Traffic Mirror session. A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway. By default, no traffic is mirrored. Use CreateTrafficMirrorFilter (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorFilter.htm) to create filter rules that specify the traffic to mirror.

func (*Client) CreateTrafficMirrorTarget

func (c *Client) CreateTrafficMirrorTarget(ctx context.Context, params *CreateTrafficMirrorTargetInput, optFns ...func(*Options)) (*CreateTrafficMirrorTargetOutput, error)

Creates a target for your Traffic Mirror session. A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway. A Traffic Mirror target can be a network interface, or a Network Load Balancer. To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm).

func (*Client) CreateTransitGateway

func (c *Client) CreateTransitGateway(ctx context.Context, params *CreateTransitGatewayInput, optFns ...func(*Options)) (*CreateTransitGatewayOutput, error)

Creates a transit gateway. You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the available state, you can attach your VPCs and VPN connections to the transit gateway. To attach your VPCs, use CreateTransitGatewayVpcAttachment (). To attach a VPN connection, use CreateCustomerGateway () to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection (). When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable () to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation () to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable () to associate a resource attachment with a transit gateway route table.

func (*Client) CreateTransitGatewayMulticastDomain

func (c *Client) CreateTransitGatewayMulticastDomain(ctx context.Context, params *CreateTransitGatewayMulticastDomainInput, optFns ...func(*Options)) (*CreateTransitGatewayMulticastDomainOutput, error)

Creates a multicast domain using the specified transit gateway. The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html) to see the state of transit gateway.

func (*Client) CreateTransitGatewayPeeringAttachment

func (c *Client) CreateTransitGatewayPeeringAttachment(ctx context.Context, params *CreateTransitGatewayPeeringAttachmentInput, optFns ...func(*Options)) (*CreateTransitGatewayPeeringAttachmentOutput, error)

Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different AWS account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.

func (*Client) CreateTransitGatewayRoute

func (c *Client) CreateTransitGatewayRoute(ctx context.Context, params *CreateTransitGatewayRouteInput, optFns ...func(*Options)) (*CreateTransitGatewayRouteOutput, error)

Creates a static route for the specified transit gateway route table.

func (*Client) CreateTransitGatewayRouteTable

func (c *Client) CreateTransitGatewayRouteTable(ctx context.Context, params *CreateTransitGatewayRouteTableInput, optFns ...func(*Options)) (*CreateTransitGatewayRouteTableOutput, error)

Creates a route table for the specified transit gateway.

func (*Client) CreateTransitGatewayVpcAttachment

func (c *Client) CreateTransitGatewayVpcAttachment(ctx context.Context, params *CreateTransitGatewayVpcAttachmentInput, optFns ...func(*Options)) (*CreateTransitGatewayVpcAttachmentOutput, error)

Attaches the specified VPC to the specified transit gateway. If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table. To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute ().

func (*Client) CreateVolume

func (c *Client) CreateVolume(ctx context.Context, params *CreateVolumeInput, optFns ...func(*Options)) (*CreateVolumeOutput, error)

Creates an EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the regional endpoint that you send the HTTP request to. For more information see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). You can create a new empty volume or restore a volume from an EBS snapshot. Any AWS Marketplace product codes from the snapshot are propagated to the volume. You can create encrypted volumes. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide. You can tag your volumes during creation. For more information, see Tagging Your Amazon EC2 Resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon Elastic Compute Cloud User Guide. For more information, see Creating an Amazon EBS Volume (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateVpc

func (c *Client) CreateVpc(ctx context.Context, params *CreateVpcInput, optFns ...func(*Options)) (*CreateVpcOutput, error)

Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and Subnets (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html) in the Amazon Virtual Private Cloud User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html)). By default, each instance you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP Options Sets (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html) in the Amazon Virtual Private Cloud User Guide. You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) CreateVpcEndpoint

func (c *Client) CreateVpcEndpoint(ctx context.Context, params *CreateVpcEndpointInput, optFns ...func(*Options)) (*CreateVpcEndpointOutput, error)

Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by AWS, an AWS Marketplace Partner, or another AWS account. For more information, see VPC Endpoints (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html) in the Amazon Virtual Private Cloud User Guide. A gateway endpoint serves as a target for a route in your route table for traffic destined for the AWS service. You can specify an endpoint policy to attach to the endpoint, which will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. An interface endpoint is a network interface in your subnet that serves as an endpoint for communicating with the specified service. You can specify the subnets in which to create an endpoint, and the security groups to associate with the endpoint network interface. Use DescribeVpcEndpointServices () to get a list of supported services.

func (*Client) CreateVpcEndpointConnectionNotification

func (c *Client) CreateVpcEndpointConnectionNotification(ctx context.Context, params *CreateVpcEndpointConnectionNotificationInput, optFns ...func(*Options)) (*CreateVpcEndpointConnectionNotificationOutput, error)

Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Create a Topic (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html) in the Amazon Simple Notification Service Developer Guide. You can create a connection notification for interface endpoints only.

func (*Client) CreateVpcEndpointServiceConfiguration

func (c *Client) CreateVpcEndpointServiceConfiguration(ctx context.Context, params *CreateVpcEndpointServiceConfigurationInput, optFns ...func(*Options)) (*CreateVpcEndpointServiceConfigurationOutput, error)

Creates a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect. Service consumers can create an interface VPC endpoint to connect to your service. To create an endpoint service configuration, you must first create a Network Load Balancer for your service. For more information, see VPC Endpoint Services (https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html) in the Amazon Virtual Private Cloud User Guide. If you set the private DNS name, you must prove that you own the private DNS domain name. For more information, see VPC Endpoint Service Private DNS Name Verification (https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) CreateVpcPeeringConnection

func (c *Client) CreateVpcPeeringConnection(ctx context.Context, params *CreateVpcPeeringConnectionInput, optFns ...func(*Options)) (*CreateVpcPeeringConnectionOutput, error)

Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another AWS account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks. Limitations and rules apply to a VPC peering connection. For more information, see the limitations (https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-basics.html#vpc-peering-limitations) section in the VPC Peering Guide. The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.

func (*Client) CreateVpnConnection

func (c *Client) CreateVpnConnection(ctx context.Context, params *CreateVpnConnectionInput, optFns ...func(*Options)) (*CreateVpnConnectionOutput, error)

Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. The supported connection type is ipsec.1. The response includes information that you need to give to your network administrator to configure your customer gateway. We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway. If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) CreateVpnConnectionRoute

func (c *Client) CreateVpnConnectionRoute(ctx context.Context, params *CreateVpnConnectionRouteInput, optFns ...func(*Options)) (*CreateVpnConnectionRouteOutput, error)

Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) CreateVpnGateway

func (c *Client) CreateVpnGateway(ctx context.Context, params *CreateVpnGatewayInput, optFns ...func(*Options)) (*CreateVpnGatewayOutput, error)

Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) DeleteClientVpnEndpoint

func (c *Client) DeleteClientVpnEndpoint(ctx context.Context, params *DeleteClientVpnEndpointInput, optFns ...func(*Options)) (*DeleteClientVpnEndpointOutput, error)

Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.

func (*Client) DeleteClientVpnRoute

func (c *Client) DeleteClientVpnRoute(ctx context.Context, params *DeleteClientVpnRouteInput, optFns ...func(*Options)) (*DeleteClientVpnRouteOutput, error)

Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.

func (*Client) DeleteCustomerGateway

func (c *Client) DeleteCustomerGateway(ctx context.Context, params *DeleteCustomerGatewayInput, optFns ...func(*Options)) (*DeleteCustomerGatewayOutput, error)

Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.

func (*Client) DeleteDhcpOptions

func (c *Client) DeleteDhcpOptions(ctx context.Context, params *DeleteDhcpOptionsInput, optFns ...func(*Options)) (*DeleteDhcpOptionsOutput, error)

Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.

func (*Client) DeleteEgressOnlyInternetGateway

func (c *Client) DeleteEgressOnlyInternetGateway(ctx context.Context, params *DeleteEgressOnlyInternetGatewayInput, optFns ...func(*Options)) (*DeleteEgressOnlyInternetGatewayOutput, error)

Deletes an egress-only internet gateway.

func (*Client) DeleteFleets

func (c *Client) DeleteFleets(ctx context.Context, params *DeleteFleetsInput, optFns ...func(*Options)) (*DeleteFleetsOutput, error)

Deletes the specified EC2 Fleet. After you delete an EC2 Fleet, it launches no new instances. You must specify whether an EC2 Fleet should also terminate its instances. If you terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually.

func (*Client) DeleteFlowLogs

func (c *Client) DeleteFlowLogs(ctx context.Context, params *DeleteFlowLogsInput, optFns ...func(*Options)) (*DeleteFlowLogsOutput, error)

Deletes one or more flow logs.

func (*Client) DeleteFpgaImage

func (c *Client) DeleteFpgaImage(ctx context.Context, params *DeleteFpgaImageInput, optFns ...func(*Options)) (*DeleteFpgaImageOutput, error)

Deletes the specified Amazon FPGA Image (AFI).

func (*Client) DeleteInternetGateway

func (c *Client) DeleteInternetGateway(ctx context.Context, params *DeleteInternetGatewayInput, optFns ...func(*Options)) (*DeleteInternetGatewayOutput, error)

Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.

func (*Client) DeleteKeyPair

func (c *Client) DeleteKeyPair(ctx context.Context, params *DeleteKeyPairInput, optFns ...func(*Options)) (*DeleteKeyPairOutput, error)

Deletes the specified key pair, by removing the public key from Amazon EC2.

func (*Client) DeleteLaunchTemplate

func (c *Client) DeleteLaunchTemplate(ctx context.Context, params *DeleteLaunchTemplateInput, optFns ...func(*Options)) (*DeleteLaunchTemplateOutput, error)

Deletes a launch template. Deleting a launch template deletes all of its versions.

func (*Client) DeleteLaunchTemplateVersions

func (c *Client) DeleteLaunchTemplateVersions(ctx context.Context, params *DeleteLaunchTemplateVersionsInput, optFns ...func(*Options)) (*DeleteLaunchTemplateVersionsOutput, error)

Deletes one or more versions of a launch template. You cannot delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate ().

func (*Client) DeleteLocalGatewayRoute

func (c *Client) DeleteLocalGatewayRoute(ctx context.Context, params *DeleteLocalGatewayRouteInput, optFns ...func(*Options)) (*DeleteLocalGatewayRouteOutput, error)

Deletes the specified route from the specified local gateway route table.

func (*Client) DeleteLocalGatewayRouteTableVpcAssociation

func (c *Client) DeleteLocalGatewayRouteTableVpcAssociation(ctx context.Context, params *DeleteLocalGatewayRouteTableVpcAssociationInput, optFns ...func(*Options)) (*DeleteLocalGatewayRouteTableVpcAssociationOutput, error)

Deletes the specified association between a VPC and local gateway route table.

func (*Client) DeleteManagedPrefixList

func (c *Client) DeleteManagedPrefixList(ctx context.Context, params *DeleteManagedPrefixListInput, optFns ...func(*Options)) (*DeleteManagedPrefixListOutput, error)

Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.

func (*Client) DeleteNatGateway

func (c *Client) DeleteNatGateway(ctx context.Context, params *DeleteNatGatewayInput, optFns ...func(*Options)) (*DeleteNatGatewayOutput, error)

Deletes the specified NAT gateway. Deleting a NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables.

func (*Client) DeleteNetworkAcl

func (c *Client) DeleteNetworkAcl(ctx context.Context, params *DeleteNetworkAclInput, optFns ...func(*Options)) (*DeleteNetworkAclOutput, error)

Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.

func (*Client) DeleteNetworkAclEntry

func (c *Client) DeleteNetworkAclEntry(ctx context.Context, params *DeleteNetworkAclEntryInput, optFns ...func(*Options)) (*DeleteNetworkAclEntryOutput, error)

Deletes the specified ingress or egress entry (rule) from the specified network ACL.

func (*Client) DeleteNetworkInterface

func (c *Client) DeleteNetworkInterface(ctx context.Context, params *DeleteNetworkInterfaceInput, optFns ...func(*Options)) (*DeleteNetworkInterfaceOutput, error)

Deletes the specified network interface. You must detach the network interface before you can delete it.

func (*Client) DeleteNetworkInterfacePermission

func (c *Client) DeleteNetworkInterfacePermission(ctx context.Context, params *DeleteNetworkInterfacePermissionInput, optFns ...func(*Options)) (*DeleteNetworkInterfacePermissionOutput, error)

Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you're removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.

func (*Client) DeletePlacementGroup

func (c *Client) DeletePlacementGroup(ctx context.Context, params *DeletePlacementGroupInput, optFns ...func(*Options)) (*DeletePlacementGroupOutput, error)

Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DeleteQueuedReservedInstances

func (c *Client) DeleteQueuedReservedInstances(ctx context.Context, params *DeleteQueuedReservedInstancesInput, optFns ...func(*Options)) (*DeleteQueuedReservedInstancesOutput, error)

Deletes the queued purchases for the specified Reserved Instances.

func (*Client) DeleteRoute

func (c *Client) DeleteRoute(ctx context.Context, params *DeleteRouteInput, optFns ...func(*Options)) (*DeleteRouteOutput, error)

Deletes the specified route from the specified route table.

func (*Client) DeleteRouteTable

func (c *Client) DeleteRouteTable(ctx context.Context, params *DeleteRouteTableInput, optFns ...func(*Options)) (*DeleteRouteTableOutput, error)

Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.

func (*Client) DeleteSecurityGroup

func (c *Client) DeleteSecurityGroup(ctx context.Context, params *DeleteSecurityGroupInput, optFns ...func(*Options)) (*DeleteSecurityGroupOutput, error)

Deletes a security group. If you attempt to delete a security group that is associated with an instance, or is referenced by another security group, the operation fails with InvalidGroup.InUse in EC2-Classic or DependencyViolation in EC2-VPC.

func (*Client) DeleteSnapshot

func (c *Client) DeleteSnapshot(ctx context.Context, params *DeleteSnapshotInput, optFns ...func(*Options)) (*DeleteSnapshotOutput, error)

Deletes the specified snapshot. When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume. You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot. For more information, see Deleting an Amazon EBS Snapshot (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DeleteSpotDatafeedSubscription

func (c *Client) DeleteSpotDatafeedSubscription(ctx context.Context, params *DeleteSpotDatafeedSubscriptionInput, optFns ...func(*Options)) (*DeleteSpotDatafeedSubscriptionOutput, error)

Deletes the data feed for Spot Instances.

func (*Client) DeleteSubnet

func (c *Client) DeleteSubnet(ctx context.Context, params *DeleteSubnetInput, optFns ...func(*Options)) (*DeleteSubnetOutput, error)

Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

func (*Client) DeleteTags

func (c *Client) DeleteTags(ctx context.Context, params *DeleteTagsInput, optFns ...func(*Options)) (*DeleteTagsOutput, error)

Deletes the specified set of tags from the specified set of resources. To list the current tags, use DescribeTags (). For more information about tags, see Tagging Your Resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DeleteTrafficMirrorFilter

func (c *Client) DeleteTrafficMirrorFilter(ctx context.Context, params *DeleteTrafficMirrorFilterInput, optFns ...func(*Options)) (*DeleteTrafficMirrorFilterOutput, error)

Deletes the specified Traffic Mirror filter. You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.

func (*Client) DeleteTrafficMirrorFilterRule

func (c *Client) DeleteTrafficMirrorFilterRule(ctx context.Context, params *DeleteTrafficMirrorFilterRuleInput, optFns ...func(*Options)) (*DeleteTrafficMirrorFilterRuleOutput, error)

Deletes the specified Traffic Mirror rule.

func (*Client) DeleteTrafficMirrorSession

func (c *Client) DeleteTrafficMirrorSession(ctx context.Context, params *DeleteTrafficMirrorSessionInput, optFns ...func(*Options)) (*DeleteTrafficMirrorSessionOutput, error)

Deletes the specified Traffic Mirror session.

func (*Client) DeleteTrafficMirrorTarget

func (c *Client) DeleteTrafficMirrorTarget(ctx context.Context, params *DeleteTrafficMirrorTargetInput, optFns ...func(*Options)) (*DeleteTrafficMirrorTargetOutput, error)

Deletes the specified Traffic Mirror target. You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.

func (*Client) DeleteTransitGateway

func (c *Client) DeleteTransitGateway(ctx context.Context, params *DeleteTransitGatewayInput, optFns ...func(*Options)) (*DeleteTransitGatewayOutput, error)

Deletes the specified transit gateway.

func (*Client) DeleteTransitGatewayMulticastDomain

func (c *Client) DeleteTransitGatewayMulticastDomain(ctx context.Context, params *DeleteTransitGatewayMulticastDomainInput, optFns ...func(*Options)) (*DeleteTransitGatewayMulticastDomainOutput, error)

Deletes the specified transit gateway multicast domain.

func (*Client) DeleteTransitGatewayPeeringAttachment

func (c *Client) DeleteTransitGatewayPeeringAttachment(ctx context.Context, params *DeleteTransitGatewayPeeringAttachmentInput, optFns ...func(*Options)) (*DeleteTransitGatewayPeeringAttachmentOutput, error)

Deletes a transit gateway peering attachment.

func (*Client) DeleteTransitGatewayRoute

func (c *Client) DeleteTransitGatewayRoute(ctx context.Context, params *DeleteTransitGatewayRouteInput, optFns ...func(*Options)) (*DeleteTransitGatewayRouteOutput, error)

Deletes the specified route from the specified transit gateway route table.

func (*Client) DeleteTransitGatewayRouteTable

func (c *Client) DeleteTransitGatewayRouteTable(ctx context.Context, params *DeleteTransitGatewayRouteTableInput, optFns ...func(*Options)) (*DeleteTransitGatewayRouteTableOutput, error)

Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.

func (*Client) DeleteTransitGatewayVpcAttachment

func (c *Client) DeleteTransitGatewayVpcAttachment(ctx context.Context, params *DeleteTransitGatewayVpcAttachmentInput, optFns ...func(*Options)) (*DeleteTransitGatewayVpcAttachmentOutput, error)

Deletes the specified VPC attachment.

func (*Client) DeleteVolume

func (c *Client) DeleteVolume(ctx context.Context, params *DeleteVolumeInput, optFns ...func(*Options)) (*DeleteVolumeOutput, error)

Deletes the specified EBS volume. The volume must be in the available state (not attached to an instance). The volume can remain in the deleting state for several minutes. For more information, see Deleting an Amazon EBS Volume (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DeleteVpc

func (c *Client) DeleteVpc(ctx context.Context, params *DeleteVpcInput, optFns ...func(*Options)) (*DeleteVpcOutput, error)

Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.

func (*Client) DeleteVpcEndpointConnectionNotifications

func (c *Client) DeleteVpcEndpointConnectionNotifications(ctx context.Context, params *DeleteVpcEndpointConnectionNotificationsInput, optFns ...func(*Options)) (*DeleteVpcEndpointConnectionNotificationsOutput, error)

Deletes one or more VPC endpoint connection notifications.

func (*Client) DeleteVpcEndpointServiceConfigurations

func (c *Client) DeleteVpcEndpointServiceConfigurations(ctx context.Context, params *DeleteVpcEndpointServiceConfigurationsInput, optFns ...func(*Options)) (*DeleteVpcEndpointServiceConfigurationsOutput, error)

Deletes one or more VPC endpoint service configurations in your account. Before you delete the endpoint service configuration, you must reject any Available or PendingAcceptance interface endpoint connections that are attached to the service.

func (*Client) DeleteVpcEndpoints

func (c *Client) DeleteVpcEndpoints(ctx context.Context, params *DeleteVpcEndpointsInput, optFns ...func(*Options)) (*DeleteVpcEndpointsOutput, error)

Deletes one or more specified VPC endpoints. Deleting a gateway endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. Deleting an interface endpoint deletes the endpoint network interfaces.

func (*Client) DeleteVpcPeeringConnection

func (c *Client) DeleteVpcPeeringConnection(ctx context.Context, params *DeleteVpcPeeringConnectionInput, optFns ...func(*Options)) (*DeleteVpcPeeringConnectionOutput, error)

Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that's in the failed state.

func (*Client) DeleteVpnConnection

func (c *Client) DeleteVpnConnection(ctx context.Context, params *DeleteVpnConnectionInput, optFns ...func(*Options)) (*DeleteVpnConnectionOutput, error)

Deletes the specified VPN connection. If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID. For certificate-based authentication, delete all AWS Certificate Manager (ACM) private certificates used for the AWS-side tunnel endpoints for the VPN connection before deleting the VPN connection.

func (*Client) DeleteVpnConnectionRoute

func (c *Client) DeleteVpnConnectionRoute(ctx context.Context, params *DeleteVpnConnectionRouteInput, optFns ...func(*Options)) (*DeleteVpnConnectionRouteOutput, error)

Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

func (*Client) DeleteVpnGateway

func (c *Client) DeleteVpnGateway(ctx context.Context, params *DeleteVpnGatewayInput, optFns ...func(*Options)) (*DeleteVpnGatewayOutput, error)

Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

func (*Client) DeprovisionByoipCidr

func (c *Client) DeprovisionByoipCidr(ctx context.Context, params *DeprovisionByoipCidrInput, optFns ...func(*Options)) (*DeprovisionByoipCidrOutput, error)

Releases the specified address range that you provisioned for use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. Before you can release an address range, you must stop advertising it using WithdrawByoipCidr () and you must not have any IP addresses allocated from its address range.

func (*Client) DeregisterImage

func (c *Client) DeregisterImage(ctx context.Context, params *DeregisterImageInput, optFns ...func(*Options)) (*DeregisterImageOutput, error)

Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances; however, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them. When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI.

func (*Client) DeregisterInstanceEventNotificationAttributes

func (c *Client) DeregisterInstanceEventNotificationAttributes(ctx context.Context, params *DeregisterInstanceEventNotificationAttributesInput, optFns ...func(*Options)) (*DeregisterInstanceEventNotificationAttributesOutput, error)

Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.

func (*Client) DeregisterTransitGatewayMulticastGroupMembers

func (c *Client) DeregisterTransitGatewayMulticastGroupMembers(ctx context.Context, params *DeregisterTransitGatewayMulticastGroupMembersInput, optFns ...func(*Options)) (*DeregisterTransitGatewayMulticastGroupMembersOutput, error)

Deregisters the specified members (network interfaces) from the transit gateway multicast group.

func (*Client) DeregisterTransitGatewayMulticastGroupSources

func (c *Client) DeregisterTransitGatewayMulticastGroupSources(ctx context.Context, params *DeregisterTransitGatewayMulticastGroupSourcesInput, optFns ...func(*Options)) (*DeregisterTransitGatewayMulticastGroupSourcesOutput, error)

Deregisters the specified sources (network interfaces) from the transit gateway multicast group.

func (*Client) DescribeAccountAttributes

func (c *Client) DescribeAccountAttributes(ctx context.Context, params *DescribeAccountAttributesInput, optFns ...func(*Options)) (*DescribeAccountAttributesOutput, error)

Describes attributes of your AWS account. The following are the supported account attributes:

  • supported-platforms: Indicates whether your account

can launch instances into EC2-Classic and EC2-VPC, or only into EC2-VPC.

*

default-vpc: The ID of the default VPC for your account, or none.

*

max-instances: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see On-Demand Instance Limits (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-on-demand-instances.html#ec2-on-demand-instances-limits) in the Amazon Elastic Compute Cloud User Guide.

*

vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.

  • max-elastic-ips: The maximum

number of Elastic IP addresses that you can allocate for use with EC2-Classic.

* vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate for use with EC2-VPC.

func (*Client) DescribeAddresses

func (c *Client) DescribeAddresses(ctx context.Context, params *DescribeAddressesInput, optFns ...func(*Options)) (*DescribeAddressesOutput, error)

Describes the specified Elastic IP addresses or all of your Elastic IP addresses. An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeAggregateIdFormat

func (c *Client) DescribeAggregateIdFormat(ctx context.Context, params *DescribeAggregateIdFormatInput, optFns ...func(*Options)) (*DescribeAggregateIdFormatOutput, error)

Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs). <p>This request only returns information about resource types that support longer IDs.</p> <p>The following resource types support longer IDs: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p>

func (*Client) DescribeAvailabilityZones

func (c *Client) DescribeAvailabilityZones(ctx context.Context, params *DescribeAvailabilityZonesInput, optFns ...func(*Options)) (*DescribeAvailabilityZonesOutput, error)

Describes the Availability Zones and Local Zones that are available to you. If there is an event impacting an Availability Zone or Local Zone, you can use this request to view the state and any provided messages for that Availability Zone or Local Zone. For more information about Availability Zones and Local Zones, see Regions and Availability Zones (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeBundleTasks

func (c *Client) DescribeBundleTasks(ctx context.Context, params *DescribeBundleTasksInput, optFns ...func(*Options)) (*DescribeBundleTasksOutput, error)

Describes the specified bundle tasks or all of your bundle tasks. Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

func (*Client) DescribeByoipCidrs

func (c *Client) DescribeByoipCidrs(ctx context.Context, params *DescribeByoipCidrsInput, optFns ...func(*Options)) (*DescribeByoipCidrsOutput, error)

Describes the IP address ranges that were specified in calls to ProvisionByoipCidr (). To describe the address pools that were created when you provisioned the address ranges, use DescribePublicIpv4Pools () or DescribeIpv6Pools ().

func (*Client) DescribeCapacityReservations

func (c *Client) DescribeCapacityReservations(ctx context.Context, params *DescribeCapacityReservationsInput, optFns ...func(*Options)) (*DescribeCapacityReservationsOutput, error)

Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the AWS Region that you're currently using.

func (*Client) DescribeClassicLinkInstances

func (c *Client) DescribeClassicLinkInstances(ctx context.Context, params *DescribeClassicLinkInstancesInput, optFns ...func(*Options)) (*DescribeClassicLinkInstancesOutput, error)

Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.

func (*Client) DescribeClientVpnAuthorizationRules

func (c *Client) DescribeClientVpnAuthorizationRules(ctx context.Context, params *DescribeClientVpnAuthorizationRulesInput, optFns ...func(*Options)) (*DescribeClientVpnAuthorizationRulesOutput, error)

Describes the authorization rules for a specified Client VPN endpoint.

func (*Client) DescribeClientVpnConnections

func (c *Client) DescribeClientVpnConnections(ctx context.Context, params *DescribeClientVpnConnectionsInput, optFns ...func(*Options)) (*DescribeClientVpnConnectionsOutput, error)

Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.

func (*Client) DescribeClientVpnEndpoints

func (c *Client) DescribeClientVpnEndpoints(ctx context.Context, params *DescribeClientVpnEndpointsInput, optFns ...func(*Options)) (*DescribeClientVpnEndpointsOutput, error)

Describes one or more Client VPN endpoints in the account.

func (*Client) DescribeClientVpnRoutes

func (c *Client) DescribeClientVpnRoutes(ctx context.Context, params *DescribeClientVpnRoutesInput, optFns ...func(*Options)) (*DescribeClientVpnRoutesOutput, error)

Describes the routes for the specified Client VPN endpoint.

func (*Client) DescribeClientVpnTargetNetworks

func (c *Client) DescribeClientVpnTargetNetworks(ctx context.Context, params *DescribeClientVpnTargetNetworksInput, optFns ...func(*Options)) (*DescribeClientVpnTargetNetworksOutput, error)

Describes the target networks associated with the specified Client VPN endpoint.

func (*Client) DescribeCoipPools

func (c *Client) DescribeCoipPools(ctx context.Context, params *DescribeCoipPoolsInput, optFns ...func(*Options)) (*DescribeCoipPoolsOutput, error)

Describes the specified customer-owned address pools or all of your customer-owned address pools.

func (*Client) DescribeConversionTasks

func (c *Client) DescribeConversionTasks(ctx context.Context, params *DescribeConversionTasksInput, optFns ...func(*Options)) (*DescribeConversionTasksOutput, error)

Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide (https://docs.aws.amazon.com/vm-import/latest/userguide/). For information about the import manifest referenced by this API action, see VM Import Manifest (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html).

func (*Client) DescribeCustomerGateways

func (c *Client) DescribeCustomerGateways(ctx context.Context, params *DescribeCustomerGatewaysInput, optFns ...func(*Options)) (*DescribeCustomerGatewaysOutput, error)

Describes one or more of your VPN customer gateways. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) DescribeDhcpOptions

func (c *Client) DescribeDhcpOptions(ctx context.Context, params *DescribeDhcpOptionsInput, optFns ...func(*Options)) (*DescribeDhcpOptionsOutput, error)

Describes one or more of your DHCP options sets. For more information, see DHCP Options Sets (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) DescribeEgressOnlyInternetGateways

func (c *Client) DescribeEgressOnlyInternetGateways(ctx context.Context, params *DescribeEgressOnlyInternetGatewaysInput, optFns ...func(*Options)) (*DescribeEgressOnlyInternetGatewaysOutput, error)

Describes one or more of your egress-only internet gateways.

func (*Client) DescribeElasticGpus

func (c *Client) DescribeElasticGpus(ctx context.Context, params *DescribeElasticGpusInput, optFns ...func(*Options)) (*DescribeElasticGpusOutput, error)

Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html).

func (*Client) DescribeExportImageTasks

func (c *Client) DescribeExportImageTasks(ctx context.Context, params *DescribeExportImageTasksInput, optFns ...func(*Options)) (*DescribeExportImageTasksOutput, error)

Describes the specified export image tasks or all of your export image tasks.

func (*Client) DescribeExportTasks

func (c *Client) DescribeExportTasks(ctx context.Context, params *DescribeExportTasksInput, optFns ...func(*Options)) (*DescribeExportTasksOutput, error)

Describes the specified export instance tasks or all of your export instance tasks.

func (*Client) DescribeFastSnapshotRestores

func (c *Client) DescribeFastSnapshotRestores(ctx context.Context, params *DescribeFastSnapshotRestoresInput, optFns ...func(*Options)) (*DescribeFastSnapshotRestoresOutput, error)

Describes the state of fast snapshot restores for your snapshots.

func (*Client) DescribeFleetHistory

func (c *Client) DescribeFleetHistory(ctx context.Context, params *DescribeFleetHistoryInput, optFns ...func(*Options)) (*DescribeFleetHistoryOutput, error)

Describes the events for the specified EC2 Fleet during the specified time. EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours.

func (*Client) DescribeFleetInstances

func (c *Client) DescribeFleetInstances(ctx context.Context, params *DescribeFleetInstancesInput, optFns ...func(*Options)) (*DescribeFleetInstancesOutput, error)

Describes the running instances for the specified EC2 Fleet.

func (*Client) DescribeFleets

func (c *Client) DescribeFleets(ctx context.Context, params *DescribeFleetsInput, optFns ...func(*Options)) (*DescribeFleetsOutput, error)

Describes the specified EC2 Fleets or all of your EC2 Fleets.

func (*Client) DescribeFlowLogs

func (c *Client) DescribeFlowLogs(ctx context.Context, params *DescribeFlowLogsInput, optFns ...func(*Options)) (*DescribeFlowLogsOutput, error)

Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.

func (*Client) DescribeFpgaImageAttribute

func (c *Client) DescribeFpgaImageAttribute(ctx context.Context, params *DescribeFpgaImageAttributeInput, optFns ...func(*Options)) (*DescribeFpgaImageAttributeOutput, error)

Describes the specified attribute of the specified Amazon FPGA Image (AFI).

func (*Client) DescribeFpgaImages

func (c *Client) DescribeFpgaImages(ctx context.Context, params *DescribeFpgaImagesInput, optFns ...func(*Options)) (*DescribeFpgaImagesOutput, error)

Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.

func (*Client) DescribeHostReservationOfferings

func (c *Client) DescribeHostReservationOfferings(ctx context.Context, params *DescribeHostReservationOfferingsInput, optFns ...func(*Options)) (*DescribeHostReservationOfferingsOutput, error)

Describes the Dedicated Host reservations that are available to purchase. The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts Overview (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeHostReservations

func (c *Client) DescribeHostReservations(ctx context.Context, params *DescribeHostReservationsInput, optFns ...func(*Options)) (*DescribeHostReservationsOutput, error)

Describes reservations that are associated with Dedicated Hosts in your account.

func (*Client) DescribeHosts

func (c *Client) DescribeHosts(ctx context.Context, params *DescribeHostsInput, optFns ...func(*Options)) (*DescribeHostsOutput, error)

Describes the specified Dedicated Hosts or all your Dedicated Hosts. The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state released.

func (*Client) DescribeIamInstanceProfileAssociations

func (c *Client) DescribeIamInstanceProfileAssociations(ctx context.Context, params *DescribeIamInstanceProfileAssociationsInput, optFns ...func(*Options)) (*DescribeIamInstanceProfileAssociationsOutput, error)

Describes your IAM instance profile associations.

func (*Client) DescribeIdFormat

func (c *Client) DescribeIdFormat(ctx context.Context, params *DescribeIdFormatInput, optFns ...func(*Options)) (*DescribeIdFormatOutput, error)

Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. These settings apply to the IAM user who makes the request; they do not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat () command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

func (*Client) DescribeIdentityIdFormat

func (c *Client) DescribeIdentityIdFormat(ctx context.Context, params *DescribeIdentityIdFormatInput, optFns ...func(*Options)) (*DescribeIdentityIdFormatOutput, error)

Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) in the Amazon Elastic Compute Cloud User Guide. The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.

func (*Client) DescribeImageAttribute

func (c *Client) DescribeImageAttribute(ctx context.Context, params *DescribeImageAttributeInput, optFns ...func(*Options)) (*DescribeImageAttributeOutput, error)

Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.

func (*Client) DescribeImages

func (c *Client) DescribeImages(ctx context.Context, params *DescribeImagesInput, optFns ...func(*Options)) (*DescribeImagesOutput, error)

Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you. The images available to you include public images, private images that you own, and private images owned by other AWS accounts for which you have explicit launch permissions. Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image results in an error indicating that the AMI ID cannot be found.

func (*Client) DescribeImportImageTasks

func (c *Client) DescribeImportImageTasks(ctx context.Context, params *DescribeImportImageTasksInput, optFns ...func(*Options)) (*DescribeImportImageTasksOutput, error)

Displays details about an import virtual machine or import snapshot tasks that are already created.

func (*Client) DescribeImportSnapshotTasks

func (c *Client) DescribeImportSnapshotTasks(ctx context.Context, params *DescribeImportSnapshotTasksInput, optFns ...func(*Options)) (*DescribeImportSnapshotTasksOutput, error)

Describes your import snapshot tasks.

func (*Client) DescribeInstanceAttribute

func (c *Client) DescribeInstanceAttribute(ctx context.Context, params *DescribeInstanceAttributeInput, optFns ...func(*Options)) (*DescribeInstanceAttributeOutput, error)

Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: instanceType | kernel | ramdisk | userData | disableApiTermination | instanceInitiatedShutdownBehavior | rootDeviceName | blockDeviceMapping | productCodes | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport

func (*Client) DescribeInstanceCreditSpecifications

func (c *Client) DescribeInstanceCreditSpecifications(ctx context.Context, params *DescribeInstanceCreditSpecificationsInput, optFns ...func(*Options)) (*DescribeInstanceCreditSpecificationsOutput, error)

Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard and unlimited. If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the unlimited credit option, as well as instances that were previously configured as T2, T3, and T3a with the unlimited credit option. For example, if you resize a T2 instance, while it is configured as unlimited, to an M4 instance, Amazon EC2 returns the M4 instance. If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned. Recently terminated instances might appear in the returned results. This interval is usually less than one hour. If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally. For more information, see Burstable performance instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeInstanceEventNotificationAttributes

func (c *Client) DescribeInstanceEventNotificationAttributes(ctx context.Context, params *DescribeInstanceEventNotificationAttributesInput, optFns ...func(*Options)) (*DescribeInstanceEventNotificationAttributesOutput, error)

Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.

func (*Client) DescribeInstanceStatus

func (c *Client) DescribeInstanceStatus(ctx context.Context, params *DescribeInstanceStatusInput, optFns ...func(*Options)) (*DescribeInstanceStatusOutput, error)

Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances. Instance status includes the following components:

  • Status checks - Amazon EC2 performs status checks on running

EC2 instances to identify hardware and software issues. For more information, see Status checks for your instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html) and Troubleshooting instances with failed status checks (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html) in the Amazon Elastic Compute Cloud User Guide.

  • Scheduled events - Amazon

EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see Scheduled events for your instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html) in the Amazon Elastic Compute Cloud User Guide.

  • Instance state - You can

manage your instances from the moment you launch them through their termination. For more information, see Instance lifecycle (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeInstanceTypeOfferings

func (c *Client) DescribeInstanceTypeOfferings(ctx context.Context, params *DescribeInstanceTypeOfferingsInput, optFns ...func(*Options)) (*DescribeInstanceTypeOfferingsOutput, error)

Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.

func (*Client) DescribeInstanceTypes

func (c *Client) DescribeInstanceTypes(ctx context.Context, params *DescribeInstanceTypesInput, optFns ...func(*Options)) (*DescribeInstanceTypesOutput, error)

Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.

func (*Client) DescribeInstances

func (c *Client) DescribeInstances(ctx context.Context, params *DescribeInstancesInput, optFns ...func(*Options)) (*DescribeInstancesOutput, error)

Describes the specified instances or all instances. If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output. Recently terminated instances might appear in the returned results. This interval is usually less than one hour. If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

func (*Client) DescribeInternetGateways

func (c *Client) DescribeInternetGateways(ctx context.Context, params *DescribeInternetGatewaysInput, optFns ...func(*Options)) (*DescribeInternetGatewaysOutput, error)

Describes one or more of your internet gateways.

func (*Client) DescribeIpv6Pools

func (c *Client) DescribeIpv6Pools(ctx context.Context, params *DescribeIpv6PoolsInput, optFns ...func(*Options)) (*DescribeIpv6PoolsOutput, error)

Describes your IPv6 address pools.

func (*Client) DescribeKeyPairs

func (c *Client) DescribeKeyPairs(ctx context.Context, params *DescribeKeyPairsInput, optFns ...func(*Options)) (*DescribeKeyPairsOutput, error)

Describes the specified key pairs or all of your key pairs. For more information about key pairs, see Key Pairs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeLaunchTemplateVersions

func (c *Client) DescribeLaunchTemplateVersions(ctx context.Context, params *DescribeLaunchTemplateVersionsInput, optFns ...func(*Options)) (*DescribeLaunchTemplateVersionsOutput, error)

Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions. You can also describe all the latest versions or all the default versions of all the launch templates in your account.

func (*Client) DescribeLaunchTemplates

func (c *Client) DescribeLaunchTemplates(ctx context.Context, params *DescribeLaunchTemplatesInput, optFns ...func(*Options)) (*DescribeLaunchTemplatesOutput, error)

Describes one or more launch templates.

func (*Client) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

func (c *Client) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(ctx context.Context, params *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput, optFns ...func(*Options)) (*DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, error)

Describes the associations between virtual interface groups and local gateway route tables.

func (*Client) DescribeLocalGatewayRouteTableVpcAssociations

func (c *Client) DescribeLocalGatewayRouteTableVpcAssociations(ctx context.Context, params *DescribeLocalGatewayRouteTableVpcAssociationsInput, optFns ...func(*Options)) (*DescribeLocalGatewayRouteTableVpcAssociationsOutput, error)

Describes the specified associations between VPCs and local gateway route tables.

func (*Client) DescribeLocalGatewayRouteTables

func (c *Client) DescribeLocalGatewayRouteTables(ctx context.Context, params *DescribeLocalGatewayRouteTablesInput, optFns ...func(*Options)) (*DescribeLocalGatewayRouteTablesOutput, error)

Describes one or more local gateway route tables. By default, all local gateway route tables are described. Alternatively, you can filter the results.

func (*Client) DescribeLocalGatewayVirtualInterfaceGroups

func (c *Client) DescribeLocalGatewayVirtualInterfaceGroups(ctx context.Context, params *DescribeLocalGatewayVirtualInterfaceGroupsInput, optFns ...func(*Options)) (*DescribeLocalGatewayVirtualInterfaceGroupsOutput, error)

Describes the specified local gateway virtual interface groups.

func (*Client) DescribeLocalGatewayVirtualInterfaces

func (c *Client) DescribeLocalGatewayVirtualInterfaces(ctx context.Context, params *DescribeLocalGatewayVirtualInterfacesInput, optFns ...func(*Options)) (*DescribeLocalGatewayVirtualInterfacesOutput, error)

Describes the specified local gateway virtual interfaces.

func (*Client) DescribeLocalGateways

func (c *Client) DescribeLocalGateways(ctx context.Context, params *DescribeLocalGatewaysInput, optFns ...func(*Options)) (*DescribeLocalGatewaysOutput, error)

Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.

func (*Client) DescribeManagedPrefixLists

func (c *Client) DescribeManagedPrefixLists(ctx context.Context, params *DescribeManagedPrefixListsInput, optFns ...func(*Options)) (*DescribeManagedPrefixListsOutput, error)

Describes your managed prefix lists and any AWS-managed prefix lists. To view the entries for your prefix list, use GetManagedPrefixListEntries ().

func (*Client) DescribeMovingAddresses

func (c *Client) DescribeMovingAddresses(ctx context.Context, params *DescribeMovingAddressesInput, optFns ...func(*Options)) (*DescribeMovingAddressesOutput, error)

Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

func (*Client) DescribeNatGateways

func (c *Client) DescribeNatGateways(ctx context.Context, params *DescribeNatGatewaysInput, optFns ...func(*Options)) (*DescribeNatGatewaysOutput, error)

Describes one or more of your NAT gateways.

func (*Client) DescribeNetworkAcls

func (c *Client) DescribeNetworkAcls(ctx context.Context, params *DescribeNetworkAclsInput, optFns ...func(*Options)) (*DescribeNetworkAclsOutput, error)

Describes one or more of your network ACLs. For more information, see Network ACLs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) DescribeNetworkInterfaceAttribute

func (c *Client) DescribeNetworkInterfaceAttribute(ctx context.Context, params *DescribeNetworkInterfaceAttributeInput, optFns ...func(*Options)) (*DescribeNetworkInterfaceAttributeOutput, error)

Describes a network interface attribute. You can specify only one attribute at a time.

func (*Client) DescribeNetworkInterfacePermissions

func (c *Client) DescribeNetworkInterfacePermissions(ctx context.Context, params *DescribeNetworkInterfacePermissionsInput, optFns ...func(*Options)) (*DescribeNetworkInterfacePermissionsOutput, error)

Describes the permissions for your network interfaces.

func (*Client) DescribeNetworkInterfaces

func (c *Client) DescribeNetworkInterfaces(ctx context.Context, params *DescribeNetworkInterfacesInput, optFns ...func(*Options)) (*DescribeNetworkInterfacesOutput, error)

Describes one or more of your network interfaces.

func (*Client) DescribePlacementGroups

func (c *Client) DescribePlacementGroups(ctx context.Context, params *DescribePlacementGroupsInput, optFns ...func(*Options)) (*DescribePlacementGroupsOutput, error)

Describes the specified placement groups or all of your placement groups. For more information, see Placement groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribePrefixLists

func (c *Client) DescribePrefixLists(ctx context.Context, params *DescribePrefixListsInput, optFns ...func(*Options)) (*DescribePrefixListsOutput, error)

Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. We recommend that you use DescribeManagedPrefixLists () instead.

func (*Client) DescribePrincipalIdFormat

func (c *Client) DescribePrincipalIdFormat(ctx context.Context, params *DescribePrincipalIdFormatInput, optFns ...func(*Options)) (*DescribePrincipalIdFormatOutput, error)

Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference. By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings. The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

func (*Client) DescribePublicIpv4Pools

func (c *Client) DescribePublicIpv4Pools(ctx context.Context, params *DescribePublicIpv4PoolsInput, optFns ...func(*Options)) (*DescribePublicIpv4PoolsOutput, error)

Describes the specified IPv4 address pools.

func (*Client) DescribeRegions

func (c *Client) DescribeRegions(ctx context.Context, params *DescribeRegionsInput, optFns ...func(*Options)) (*DescribeRegionsOutput, error)

Describes the Regions that are enabled for your account, or all Regions. For a list of the Regions supported by Amazon EC2, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region). For information about enabling and disabling Regions for your account, see Managing AWS Regions (https://docs.aws.amazon.com/general/latest/gr/rande-manage.html) in the AWS General Reference.

func (*Client) DescribeReservedInstances

func (c *Client) DescribeReservedInstances(ctx context.Context, params *DescribeReservedInstancesInput, optFns ...func(*Options)) (*DescribeReservedInstancesOutput, error)

Describes one or more of the Reserved Instances that you purchased. For more information about Reserved Instances, see Reserved Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeReservedInstancesListings

func (c *Client) DescribeReservedInstancesListings(ctx context.Context, params *DescribeReservedInstancesListingsInput, optFns ...func(*Options)) (*DescribeReservedInstancesListingsOutput, error)

Describes your account's Reserved Instance listings in the Reserved Instance Marketplace. The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase. As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase. For more information, see Reserved Instance Marketplace (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeReservedInstancesModifications

func (c *Client) DescribeReservedInstancesModifications(ctx context.Context, params *DescribeReservedInstancesModificationsInput, optFns ...func(*Options)) (*DescribeReservedInstancesModificationsOutput, error)

Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. For more information, see Modifying Reserved Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeReservedInstancesOfferings

func (c *Client) DescribeReservedInstancesOfferings(ctx context.Context, params *DescribeReservedInstancesOfferingsInput, optFns ...func(*Options)) (*DescribeReservedInstancesOfferingsOutput, error)

Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances. For more information, see Reserved Instance Marketplace (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeRouteTables

func (c *Client) DescribeRouteTables(ctx context.Context, params *DescribeRouteTablesInput, optFns ...func(*Options)) (*DescribeRouteTablesOutput, error)

Describes one or more of your route tables. Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations. For more information, see Route Tables (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) DescribeScheduledInstanceAvailability

func (c *Client) DescribeScheduledInstanceAvailability(ctx context.Context, params *DescribeScheduledInstanceAvailabilityInput, optFns ...func(*Options)) (*DescribeScheduledInstanceAvailabilityOutput, error)

Finds available schedules that meet the specified criteria. You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. After you find a schedule that meets your needs, call PurchaseScheduledInstances () to purchase Scheduled Instances with that schedule.

func (*Client) DescribeScheduledInstances

func (c *Client) DescribeScheduledInstances(ctx context.Context, params *DescribeScheduledInstancesInput, optFns ...func(*Options)) (*DescribeScheduledInstancesOutput, error)

Describes the specified Scheduled Instances or all your Scheduled Instances.

func (*Client) DescribeSecurityGroupReferences

func (c *Client) DescribeSecurityGroupReferences(ctx context.Context, params *DescribeSecurityGroupReferencesInput, optFns ...func(*Options)) (*DescribeSecurityGroupReferencesOutput, error)

[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.

func (*Client) DescribeSecurityGroups

func (c *Client) DescribeSecurityGroups(ctx context.Context, params *DescribeSecurityGroupsInput, optFns ...func(*Options)) (*DescribeSecurityGroupsOutput, error)

Describes the specified security groups or all of your security groups. A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html) in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC (https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) DescribeSnapshotAttribute

func (c *Client) DescribeSnapshotAttribute(ctx context.Context, params *DescribeSnapshotAttributeInput, optFns ...func(*Options)) (*DescribeSnapshotAttributeOutput, error)

Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time. For more information about EBS snapshots, see Amazon EBS Snapshots (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeSnapshots

func (c *Client) DescribeSnapshots(ctx context.Context, params *DescribeSnapshotsInput, optFns ...func(*Options)) (*DescribeSnapshotsOutput, error)

Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you. The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have explicit create volume permissions. The create volume permissions fall into the following categories:

  • public: The owner

of the snapshot granted create volume permissions for the snapshot to the all group. All AWS accounts have create volume permissions for these snapshots.

* explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.

  • implicit: An AWS account has implicit create volume

permissions for all snapshots it owns.

The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or AWS accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions. If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results. If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the AWS account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own. If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify AWS account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots. If you are describing a long list of snapshots, we recommend that you paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeSnapshots request to retrieve the remaining results. To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores (). For more information about EBS snapshots, see Amazon EBS Snapshots (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeSpotDatafeedSubscription

func (c *Client) DescribeSpotDatafeedSubscription(ctx context.Context, params *DescribeSpotDatafeedSubscriptionInput, optFns ...func(*Options)) (*DescribeSpotDatafeedSubscriptionOutput, error)

Describes the data feed for Spot Instances. For more information, see Spot Instance data feed (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html) in the Amazon EC2 User Guide for Linux Instances.

func (*Client) DescribeSpotFleetInstances

func (c *Client) DescribeSpotFleetInstances(ctx context.Context, params *DescribeSpotFleetInstancesInput, optFns ...func(*Options)) (*DescribeSpotFleetInstancesOutput, error)

Describes the running instances for the specified Spot Fleet.

func (*Client) DescribeSpotFleetRequestHistory

func (c *Client) DescribeSpotFleetRequestHistory(ctx context.Context, params *DescribeSpotFleetRequestHistoryInput, optFns ...func(*Options)) (*DescribeSpotFleetRequestHistoryOutput, error)

Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.

func (*Client) DescribeSpotFleetRequests

func (c *Client) DescribeSpotFleetRequests(ctx context.Context, params *DescribeSpotFleetRequestsInput, optFns ...func(*Options)) (*DescribeSpotFleetRequestsOutput, error)

Describes your Spot Fleet requests. Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

func (*Client) DescribeSpotInstanceRequests

func (c *Client) DescribeSpotInstanceRequests(ctx context.Context, params *DescribeSpotInstanceRequestsInput, optFns ...func(*Options)) (*DescribeSpotInstanceRequestsOutput, error)

Describes the specified Spot Instance requests. You can use DescribeSpotInstanceRequests to find a running Spot Instance by examining the response. If the status of the Spot Instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances) with a filter to look for instances where the instance lifecycle is spot. We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of results returned. This paginates the output, which makes the list more manageable and returns the results faster. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining results. Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.

func (*Client) DescribeSpotPriceHistory

func (c *Client) DescribeSpotPriceHistory(ctx context.Context, params *DescribeSpotPriceHistoryInput, optFns ...func(*Options)) (*DescribeSpotPriceHistoryOutput, error)

Describes the Spot price history. For more information, see Spot Instance pricing history (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html) in the Amazon EC2 User Guide for Linux Instances. When you specify a start and end time, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.

func (*Client) DescribeStaleSecurityGroups

func (c *Client) DescribeStaleSecurityGroups(ctx context.Context, params *DescribeStaleSecurityGroupsInput, optFns ...func(*Options)) (*DescribeStaleSecurityGroupsOutput, error)

[VPC only] Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peer VPC, or a security group in a peer VPC for which the VPC peering connection has been deleted.

func (*Client) DescribeSubnets

func (c *Client) DescribeSubnets(ctx context.Context, params *DescribeSubnetsInput, optFns ...func(*Options)) (*DescribeSubnetsOutput, error)

Describes one or more of your subnets. For more information, see Your VPC and Subnets (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) DescribeTags

func (c *Client) DescribeTags(ctx context.Context, params *DescribeTagsInput, optFns ...func(*Options)) (*DescribeTagsOutput, error)

Describes the specified tags for your EC2 resources. For more information about tags, see Tagging Your Resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeTrafficMirrorFilters

func (c *Client) DescribeTrafficMirrorFilters(ctx context.Context, params *DescribeTrafficMirrorFiltersInput, optFns ...func(*Options)) (*DescribeTrafficMirrorFiltersOutput, error)

Describes one or more Traffic Mirror filters.

func (*Client) DescribeTrafficMirrorSessions

func (c *Client) DescribeTrafficMirrorSessions(ctx context.Context, params *DescribeTrafficMirrorSessionsInput, optFns ...func(*Options)) (*DescribeTrafficMirrorSessionsOutput, error)

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

func (*Client) DescribeTrafficMirrorTargets

func (c *Client) DescribeTrafficMirrorTargets(ctx context.Context, params *DescribeTrafficMirrorTargetsInput, optFns ...func(*Options)) (*DescribeTrafficMirrorTargetsOutput, error)

Information about one or more Traffic Mirror targets.

func (*Client) DescribeTransitGatewayAttachments

func (c *Client) DescribeTransitGatewayAttachments(ctx context.Context, params *DescribeTransitGatewayAttachmentsInput, optFns ...func(*Options)) (*DescribeTransitGatewayAttachmentsOutput, error)

Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.

func (*Client) DescribeTransitGatewayMulticastDomains

func (c *Client) DescribeTransitGatewayMulticastDomains(ctx context.Context, params *DescribeTransitGatewayMulticastDomainsInput, optFns ...func(*Options)) (*DescribeTransitGatewayMulticastDomainsOutput, error)

Describes one or more transit gateway multicast domains.

func (*Client) DescribeTransitGatewayPeeringAttachments

func (c *Client) DescribeTransitGatewayPeeringAttachments(ctx context.Context, params *DescribeTransitGatewayPeeringAttachmentsInput, optFns ...func(*Options)) (*DescribeTransitGatewayPeeringAttachmentsOutput, error)

Describes your transit gateway peering attachments.

func (*Client) DescribeTransitGatewayRouteTables

func (c *Client) DescribeTransitGatewayRouteTables(ctx context.Context, params *DescribeTransitGatewayRouteTablesInput, optFns ...func(*Options)) (*DescribeTransitGatewayRouteTablesOutput, error)

Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.

func (*Client) DescribeTransitGatewayVpcAttachments

func (c *Client) DescribeTransitGatewayVpcAttachments(ctx context.Context, params *DescribeTransitGatewayVpcAttachmentsInput, optFns ...func(*Options)) (*DescribeTransitGatewayVpcAttachmentsOutput, error)

Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.

func (*Client) DescribeTransitGateways

func (c *Client) DescribeTransitGateways(ctx context.Context, params *DescribeTransitGatewaysInput, optFns ...func(*Options)) (*DescribeTransitGatewaysOutput, error)

Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.

func (*Client) DescribeVolumeAttribute

func (c *Client) DescribeVolumeAttribute(ctx context.Context, params *DescribeVolumeAttributeInput, optFns ...func(*Options)) (*DescribeVolumeAttributeOutput, error)

Describes the specified attribute of the specified volume. You can specify only one attribute at a time. For more information about EBS volumes, see Amazon EBS Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeVolumeStatus

func (c *Client) DescribeVolumeStatus(ctx context.Context, params *DescribeVolumeStatusInput, optFns ...func(*Options)) (*DescribeVolumeStatusOutput, error)

Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event. The DescribeVolumeStatus operation provides the following information about the specified volumes: Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks may still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitoring the Status of Your Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html) in the Amazon Elastic Compute Cloud User Guide. Events: Reflect the cause of a volume status and may require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and may have inconsistent data. Actions: Reflect the actions you may have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO () action and then check the volume for data consistency. Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

func (*Client) DescribeVolumes

func (c *Client) DescribeVolumes(ctx context.Context, params *DescribeVolumesInput, optFns ...func(*Options)) (*DescribeVolumesOutput, error)

Describes the specified EBS volumes or all of your EBS volumes. If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeVolumes request to retrieve the remaining results. For more information about EBS volumes, see Amazon EBS Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeVolumesModifications

func (c *Client) DescribeVolumesModifications(ctx context.Context, params *DescribeVolumesModificationsInput, optFns ...func(*Options)) (*DescribeVolumesModificationsOutput, error)

Describes the most recent volume modification request for the specified EBS volumes. If a volume has never been modified, some information in the output will be null. If a volume has been modified more than once, the output includes only the most recent modification request. You can also use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide (https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/). For more information, see Monitoring Volume Modifications (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#monitoring_mods) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeVpcAttribute

func (c *Client) DescribeVpcAttribute(ctx context.Context, params *DescribeVpcAttributeInput, optFns ...func(*Options)) (*DescribeVpcAttributeOutput, error)

Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.

func (c *Client) DescribeVpcClassicLink(ctx context.Context, params *DescribeVpcClassicLinkInput, optFns ...func(*Options)) (*DescribeVpcClassicLinkOutput, error)

Describes the ClassicLink status of one or more VPCs.

func (*Client) DescribeVpcClassicLinkDnsSupport

func (c *Client) DescribeVpcClassicLinkDnsSupport(ctx context.Context, params *DescribeVpcClassicLinkDnsSupportInput, optFns ...func(*Options)) (*DescribeVpcClassicLinkDnsSupportOutput, error)

Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DescribeVpcEndpointConnectionNotifications

func (c *Client) DescribeVpcEndpointConnectionNotifications(ctx context.Context, params *DescribeVpcEndpointConnectionNotificationsInput, optFns ...func(*Options)) (*DescribeVpcEndpointConnectionNotificationsOutput, error)

Describes the connection notifications for VPC endpoints and VPC endpoint services.

func (*Client) DescribeVpcEndpointConnections

func (c *Client) DescribeVpcEndpointConnections(ctx context.Context, params *DescribeVpcEndpointConnectionsInput, optFns ...func(*Options)) (*DescribeVpcEndpointConnectionsOutput, error)

Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.

func (*Client) DescribeVpcEndpointServiceConfigurations

func (c *Client) DescribeVpcEndpointServiceConfigurations(ctx context.Context, params *DescribeVpcEndpointServiceConfigurationsInput, optFns ...func(*Options)) (*DescribeVpcEndpointServiceConfigurationsOutput, error)

Describes the VPC endpoint service configurations in your account (your services).

func (*Client) DescribeVpcEndpointServicePermissions

func (c *Client) DescribeVpcEndpointServicePermissions(ctx context.Context, params *DescribeVpcEndpointServicePermissionsInput, optFns ...func(*Options)) (*DescribeVpcEndpointServicePermissionsOutput, error)

Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.

func (*Client) DescribeVpcEndpointServices

func (c *Client) DescribeVpcEndpointServices(ctx context.Context, params *DescribeVpcEndpointServicesInput, optFns ...func(*Options)) (*DescribeVpcEndpointServicesOutput, error)

Describes available services to which you can create a VPC endpoint.

func (*Client) DescribeVpcEndpoints

func (c *Client) DescribeVpcEndpoints(ctx context.Context, params *DescribeVpcEndpointsInput, optFns ...func(*Options)) (*DescribeVpcEndpointsOutput, error)

Describes one or more of your VPC endpoints.

func (*Client) DescribeVpcPeeringConnections

func (c *Client) DescribeVpcPeeringConnections(ctx context.Context, params *DescribeVpcPeeringConnectionsInput, optFns ...func(*Options)) (*DescribeVpcPeeringConnectionsOutput, error)

Describes one or more of your VPC peering connections.

func (*Client) DescribeVpcs

func (c *Client) DescribeVpcs(ctx context.Context, params *DescribeVpcsInput, optFns ...func(*Options)) (*DescribeVpcsOutput, error)

Describes one or more of your VPCs.

func (*Client) DescribeVpnConnections

func (c *Client) DescribeVpnConnections(ctx context.Context, params *DescribeVpnConnectionsInput, optFns ...func(*Options)) (*DescribeVpnConnectionsOutput, error)

Describes one or more of your VPN connections. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) DescribeVpnGateways

func (c *Client) DescribeVpnGateways(ctx context.Context, params *DescribeVpnGatewaysInput, optFns ...func(*Options)) (*DescribeVpnGatewaysOutput, error)

Describes one or more of your virtual private gateways. For more information, see AWS Site-to-Site VPN (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) DetachClassicLinkVpc

func (c *Client) DetachClassicLinkVpc(ctx context.Context, params *DetachClassicLinkVpcInput, optFns ...func(*Options)) (*DetachClassicLinkVpcOutput, error)

Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.

func (*Client) DetachInternetGateway

func (c *Client) DetachInternetGateway(ctx context.Context, params *DetachInternetGatewayInput, optFns ...func(*Options)) (*DetachInternetGatewayOutput, error)

Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.

func (*Client) DetachNetworkInterface

func (c *Client) DetachNetworkInterface(ctx context.Context, params *DetachNetworkInterfaceInput, optFns ...func(*Options)) (*DetachNetworkInterfaceOutput, error)

Detaches a network interface from an instance.

func (*Client) DetachVolume

func (c *Client) DetachVolume(ctx context.Context, params *DetachVolumeInput, optFns ...func(*Options)) (*DetachVolumeOutput, error)

Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the busy state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first. When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance. For more information, see Detaching an Amazon EBS Volume (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DetachVpnGateway

func (c *Client) DetachVpnGateway(ctx context.Context, params *DetachVpnGatewayInput, optFns ...func(*Options)) (*DetachVpnGatewayOutput, error)

Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described). You must wait for the attachment's state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.

func (*Client) DisableEbsEncryptionByDefault

func (c *Client) DisableEbsEncryptionByDefault(ctx context.Context, params *DisableEbsEncryptionByDefaultInput, optFns ...func(*Options)) (*DisableEbsEncryptionByDefaultOutput, error)

Disables EBS encryption by default for your account in the current Region. After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume. Disabling encryption by default does not change the encryption status of your existing volumes. For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) DisableFastSnapshotRestores

func (c *Client) DisableFastSnapshotRestores(ctx context.Context, params *DisableFastSnapshotRestoresInput, optFns ...func(*Options)) (*DisableFastSnapshotRestoresOutput, error)

Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.

func (*Client) DisableTransitGatewayRouteTablePropagation

func (c *Client) DisableTransitGatewayRouteTablePropagation(ctx context.Context, params *DisableTransitGatewayRouteTablePropagationInput, optFns ...func(*Options)) (*DisableTransitGatewayRouteTablePropagationOutput, error)

Disables the specified resource attachment from propagating routes to the specified propagation route table.

func (*Client) DisableVgwRoutePropagation

func (c *Client) DisableVgwRoutePropagation(ctx context.Context, params *DisableVgwRoutePropagationInput, optFns ...func(*Options)) (*DisableVgwRoutePropagationOutput, error)

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

func (c *Client) DisableVpcClassicLink(ctx context.Context, params *DisableVpcClassicLinkInput, optFns ...func(*Options)) (*DisableVpcClassicLinkOutput, error)

Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.

func (*Client) DisableVpcClassicLinkDnsSupport

func (c *Client) DisableVpcClassicLinkDnsSupport(ctx context.Context, params *DisableVpcClassicLinkDnsSupportInput, optFns ...func(*Options)) (*DisableVpcClassicLinkDnsSupportOutput, error)

Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request.

func (*Client) DisassociateAddress

func (c *Client) DisassociateAddress(ctx context.Context, params *DisassociateAddressInput, optFns ...func(*Options)) (*DisassociateAddressOutput, error)

Disassociates an Elastic IP address from the instance or network interface it's associated with. An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) in the Amazon Elastic Compute Cloud User Guide. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

func (*Client) DisassociateClientVpnTargetNetwork

func (c *Client) DisassociateClientVpnTargetNetwork(ctx context.Context, params *DisassociateClientVpnTargetNetworkInput, optFns ...func(*Options)) (*DisassociateClientVpnTargetNetworkOutput, error)

Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:

* The route that was automatically added for the VPC is deleted

  • All

active client connections are terminated

  • New client connections are

disallowed

  • The Client VPN endpoint's status changes to pending-associate

func (*Client) DisassociateIamInstanceProfile

func (c *Client) DisassociateIamInstanceProfile(ctx context.Context, params *DisassociateIamInstanceProfileInput, optFns ...func(*Options)) (*DisassociateIamInstanceProfileOutput, error)

Disassociates an IAM instance profile from a running or stopped instance. Use DescribeIamInstanceProfileAssociations () to get the association ID.

func (*Client) DisassociateRouteTable

func (c *Client) DisassociateRouteTable(ctx context.Context, params *DisassociateRouteTableInput, optFns ...func(*Options)) (*DisassociateRouteTableOutput, error)

Disassociates a subnet or gateway from a route table. After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route Tables (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) DisassociateSubnetCidrBlock

func (c *Client) DisassociateSubnetCidrBlock(ctx context.Context, params *DisassociateSubnetCidrBlockInput, optFns ...func(*Options)) (*DisassociateSubnetCidrBlockOutput, error)

Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

func (*Client) DisassociateTransitGatewayMulticastDomain

func (c *Client) DisassociateTransitGatewayMulticastDomain(ctx context.Context, params *DisassociateTransitGatewayMulticastDomainInput, optFns ...func(*Options)) (*DisassociateTransitGatewayMulticastDomainOutput, error)

Disassociates the specified subnets from the transit gateway multicast domain.

func (*Client) DisassociateTransitGatewayRouteTable

func (c *Client) DisassociateTransitGatewayRouteTable(ctx context.Context, params *DisassociateTransitGatewayRouteTableInput, optFns ...func(*Options)) (*DisassociateTransitGatewayRouteTableOutput, error)

Disassociates a resource attachment from a transit gateway route table.

func (*Client) DisassociateVpcCidrBlock

func (c *Client) DisassociateVpcCidrBlock(ctx context.Context, params *DisassociateVpcCidrBlockInput, optFns ...func(*Options)) (*DisassociateVpcCidrBlockOutput, error)

Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs (). You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it. You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).

func (*Client) EnableEbsEncryptionByDefault

func (c *Client) EnableEbsEncryptionByDefault(ctx context.Context, params *EnableEbsEncryptionByDefaultInput, optFns ...func(*Options)) (*EnableEbsEncryptionByDefaultOutput, error)

Enables EBS encryption by default for your account in the current Region. After you enable encryption by default, the EBS volumes that you create are are always encrypted, either using the default CMK or the CMK that you specified when you created each volume. For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide. You can specify the default CMK for encryption by default using ModifyEbsDefaultKmsKeyId () or ResetEbsDefaultKmsKeyId (). Enabling encryption by default has no effect on the encryption status of your existing volumes. After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see Supported Instance Types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances).

func (*Client) EnableFastSnapshotRestores

func (c *Client) EnableFastSnapshotRestores(ctx context.Context, params *EnableFastSnapshotRestoresInput, optFns ...func(*Options)) (*EnableFastSnapshotRestoresOutput, error)

Enables fast snapshot restores for the specified snapshots in the specified Availability Zones. You get the full benefit of fast snapshot restores after they enter the enabled state. To get the current state of fast snapshot restores, use DescribeFastSnapshotRestores (). To disable fast snapshot restores, use DisableFastSnapshotRestores (). For more information, see Amazon EBS Fast Snapshot Restore (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-fast-snapshot-restore.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) EnableTransitGatewayRouteTablePropagation

func (c *Client) EnableTransitGatewayRouteTablePropagation(ctx context.Context, params *EnableTransitGatewayRouteTablePropagationInput, optFns ...func(*Options)) (*EnableTransitGatewayRouteTablePropagationOutput, error)

Enables the specified attachment to propagate routes to the specified propagation route table.

func (*Client) EnableVgwRoutePropagation

func (c *Client) EnableVgwRoutePropagation(ctx context.Context, params *EnableVgwRoutePropagationInput, optFns ...func(*Options)) (*EnableVgwRoutePropagationOutput, error)

Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.

func (*Client) EnableVolumeIO

func (c *Client) EnableVolumeIO(ctx context.Context, params *EnableVolumeIOInput, optFns ...func(*Options)) (*EnableVolumeIOOutput, error)

Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.

func (c *Client) EnableVpcClassicLink(ctx context.Context, params *EnableVpcClassicLinkInput, optFns ...func(*Options)) (*EnableVpcClassicLinkOutput, error)

Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges. For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) EnableVpcClassicLinkDnsSupport

func (c *Client) EnableVpcClassicLinkDnsSupport(ctx context.Context, params *EnableVpcClassicLinkDnsSupportInput, optFns ...func(*Options)) (*EnableVpcClassicLinkDnsSupportOutput, error)

Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request.

func (*Client) ExportClientVpnClientCertificateRevocationList

func (c *Client) ExportClientVpnClientCertificateRevocationList(ctx context.Context, params *ExportClientVpnClientCertificateRevocationListInput, optFns ...func(*Options)) (*ExportClientVpnClientCertificateRevocationListOutput, error)

Downloads the client certificate revocation list for the specified Client VPN endpoint.

func (*Client) ExportClientVpnClientConfiguration

func (c *Client) ExportClientVpnClientConfiguration(ctx context.Context, params *ExportClientVpnClientConfigurationInput, optFns ...func(*Options)) (*ExportClientVpnClientConfigurationOutput, error)

Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.

func (*Client) ExportImage

func (c *Client) ExportImage(ctx context.Context, params *ExportImageInput, optFns ...func(*Options)) (*ExportImageOutput, error)

Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM Directory from an Amazon Machine Image (AMI) (https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport_image.html) in the VM Import/Export User Guide.

func (*Client) ExportTransitGatewayRoutes

func (c *Client) ExportTransitGatewayRoutes(ctx context.Context, params *ExportTransitGatewayRoutesInput, optFns ...func(*Options)) (*ExportTransitGatewayRoutesOutput, error)

Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range. The routes are saved to the specified bucket in a JSON file. For more information, see Export Route Tables to Amazon S3 (https://docs.aws.amazon.com/vpc/latest/tgw/tgw-route-tables.html#tgw-export-route-tables) in Transit Gateways.

func (*Client) GetAssociatedIpv6PoolCidrs

func (c *Client) GetAssociatedIpv6PoolCidrs(ctx context.Context, params *GetAssociatedIpv6PoolCidrsInput, optFns ...func(*Options)) (*GetAssociatedIpv6PoolCidrsOutput, error)

Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.

func (*Client) GetCapacityReservationUsage

func (c *Client) GetCapacityReservationUsage(ctx context.Context, params *GetCapacityReservationUsageInput, optFns ...func(*Options)) (*GetCapacityReservationUsageOutput, error)

Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each AWS account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.

func (*Client) GetCoipPoolUsage

func (c *Client) GetCoipPoolUsage(ctx context.Context, params *GetCoipPoolUsageInput, optFns ...func(*Options)) (*GetCoipPoolUsageOutput, error)

Describes the allocations from the specified customer-owned address pool.

func (*Client) GetConsoleOutput

func (c *Client) GetConsoleOutput(ctx context.Context, params *GetConsoleOutputInput, optFns ...func(*Options)) (*GetConsoleOutputOutput, error)

Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors. By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available. You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor. For more information, see Instance Console Output (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html#instance-console-console-output) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) GetConsoleScreenshot

func (c *Client) GetConsoleScreenshot(ctx context.Context, params *GetConsoleScreenshotInput, optFns ...func(*Options)) (*GetConsoleScreenshotOutput, error)

Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded.

func (*Client) GetDefaultCreditSpecification

func (c *Client) GetDefaultCreditSpecification(ctx context.Context, params *GetDefaultCreditSpecificationInput, optFns ...func(*Options)) (*GetDefaultCreditSpecificationOutput, error)

Describes the default credit option for CPU usage of a burstable performance instance family. For more information, see Burstable performance instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) GetEbsDefaultKmsKeyId

func (c *Client) GetEbsDefaultKmsKeyId(ctx context.Context, params *GetEbsDefaultKmsKeyIdInput, optFns ...func(*Options)) (*GetEbsDefaultKmsKeyIdOutput, error)

Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region. You can change the default CMK for encryption by default using ModifyEbsDefaultKmsKeyId () or ResetEbsDefaultKmsKeyId (). For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) GetEbsEncryptionByDefault

func (c *Client) GetEbsEncryptionByDefault(ctx context.Context, params *GetEbsEncryptionByDefaultInput, optFns ...func(*Options)) (*GetEbsEncryptionByDefaultOutput, error)

Describes whether EBS encryption by default is enabled for your account in the current Region. For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) GetGroupsForCapacityReservation

func (c *Client) GetGroupsForCapacityReservation(ctx context.Context, params *GetGroupsForCapacityReservationInput, optFns ...func(*Options)) (*GetGroupsForCapacityReservationOutput, error)

Lists the resource groups to which a Capacity Reservation has been added.

func (*Client) GetHostReservationPurchasePreview

func (c *Client) GetHostReservationPurchasePreview(ctx context.Context, params *GetHostReservationPurchasePreviewInput, optFns ...func(*Options)) (*GetHostReservationPurchasePreviewOutput, error)

Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This is a preview of the PurchaseHostReservation () action and does not result in the offering being purchased.

func (*Client) GetLaunchTemplateData

func (c *Client) GetLaunchTemplateData(ctx context.Context, params *GetLaunchTemplateDataInput, optFns ...func(*Options)) (*GetLaunchTemplateDataOutput, error)

Retrieves the configuration data of the specified instance. You can use this data to create a launch template. This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus. Or, you can allow describe* depending on your instance requirements.

func (*Client) GetManagedPrefixListAssociations

func (c *Client) GetManagedPrefixListAssociations(ctx context.Context, params *GetManagedPrefixListAssociationsInput, optFns ...func(*Options)) (*GetManagedPrefixListAssociationsOutput, error)

Gets information about the resources that are associated with the specified managed prefix list.

func (*Client) GetManagedPrefixListEntries

func (c *Client) GetManagedPrefixListEntries(ctx context.Context, params *GetManagedPrefixListEntriesInput, optFns ...func(*Options)) (*GetManagedPrefixListEntriesOutput, error)

Gets information about the entries for a specified managed prefix list.

func (*Client) GetPasswordData

func (c *Client) GetPasswordData(ctx context.Context, params *GetPasswordDataInput, optFns ...func(*Options)) (*GetPasswordDataOutput, error)

Retrieves the encrypted administrator password for a running Windows instance. The Windows password is generated at boot by the EC2Config service or EC2Launch scripts (Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more information, see EC2Config (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/UsingConfig_WinAMI.html) and EC2Launch (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2launch.html) in the Amazon Elastic Compute Cloud User Guide. For the EC2Config service, the password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling. The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file. When you launch an instance, password generation and encryption may take a few minutes. If you try to retrieve the password before it's available, the output returns an empty string. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

func (*Client) GetReservedInstancesExchangeQuote

func (c *Client) GetReservedInstancesExchangeQuote(ctx context.Context, params *GetReservedInstancesExchangeQuoteInput, optFns ...func(*Options)) (*GetReservedInstancesExchangeQuoteOutput, error)

Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote () to perform the exchange.

func (*Client) GetTransitGatewayAttachmentPropagations

func (c *Client) GetTransitGatewayAttachmentPropagations(ctx context.Context, params *GetTransitGatewayAttachmentPropagationsInput, optFns ...func(*Options)) (*GetTransitGatewayAttachmentPropagationsOutput, error)

Lists the route tables to which the specified resource attachment propagates routes.

func (*Client) GetTransitGatewayMulticastDomainAssociations

func (c *Client) GetTransitGatewayMulticastDomainAssociations(ctx context.Context, params *GetTransitGatewayMulticastDomainAssociationsInput, optFns ...func(*Options)) (*GetTransitGatewayMulticastDomainAssociationsOutput, error)

Gets information about the associations for the transit gateway multicast domain.

func (*Client) GetTransitGatewayRouteTableAssociations

func (c *Client) GetTransitGatewayRouteTableAssociations(ctx context.Context, params *GetTransitGatewayRouteTableAssociationsInput, optFns ...func(*Options)) (*GetTransitGatewayRouteTableAssociationsOutput, error)

Gets information about the associations for the specified transit gateway route table.

func (*Client) GetTransitGatewayRouteTablePropagations

func (c *Client) GetTransitGatewayRouteTablePropagations(ctx context.Context, params *GetTransitGatewayRouteTablePropagationsInput, optFns ...func(*Options)) (*GetTransitGatewayRouteTablePropagationsOutput, error)

Gets information about the route table propagations for the specified transit gateway route table.

func (*Client) ImportClientVpnClientCertificateRevocationList

func (c *Client) ImportClientVpnClientCertificateRevocationList(ctx context.Context, params *ImportClientVpnClientCertificateRevocationListInput, optFns ...func(*Options)) (*ImportClientVpnClientCertificateRevocationListOutput, error)

Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list. Uploading a client certificate revocation list resets existing client connections.

func (*Client) ImportImage

func (c *Client) ImportImage(ctx context.Context, params *ImportImageInput, optFns ...func(*Options)) (*ImportImageOutput, error)

Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). For more information, see Importing a VM as an Image Using VM Import/Export (https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html) in the VM Import/Export User Guide.

func (*Client) ImportInstance

func (c *Client) ImportInstance(ctx context.Context, params *ImportInstanceInput, optFns ...func(*Options)) (*ImportInstanceOutput, error)

Creates an import instance task using metadata from the specified disk image. ImportInstance only supports single-volume VMs. To import multi-volume VMs, use ImportImage (). For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI (https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html). For information about the import manifest referenced by this API action, see VM Import Manifest (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html).

func (*Client) ImportKeyPair

func (c *Client) ImportKeyPair(ctx context.Context, params *ImportKeyPairInput, optFns ...func(*Options)) (*ImportKeyPairOutput, error)

Imports the public key from an RSA key pair that you created with a third-party tool. Compare this with CreateKeyPair (), in which AWS creates the key pair and gives the keys to you (AWS keeps a copy of the public key). With ImportKeyPair, you create the key pair and give AWS just the public key. The private key is never transferred between you and AWS. For more information about key pairs, see Key Pairs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ImportSnapshot

func (c *Client) ImportSnapshot(ctx context.Context, params *ImportSnapshotInput, optFns ...func(*Options)) (*ImportSnapshotOutput, error)

Imports a disk into an EBS snapshot.

func (*Client) ImportVolume

func (c *Client) ImportVolume(ctx context.Context, params *ImportVolumeInput, optFns ...func(*Options)) (*ImportVolumeOutput, error)

Creates an import volume task using metadata from the specified disk image.For more information, see Importing Disks to Amazon EBS (https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/importing-your-volumes-into-amazon-ebs.html). For information about the import manifest referenced by this API action, see VM Import Manifest (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html).

func (*Client) ModifyAvailabilityZoneGroup

func (c *Client) ModifyAvailabilityZoneGroup(ctx context.Context, params *ModifyAvailabilityZoneGroupInput, optFns ...func(*Options)) (*ModifyAvailabilityZoneGroupOutput, error)

Enables or disables an Availability Zone group for your account. Use DescribeAvailabilityZones (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html) to view the value for GroupName.

func (*Client) ModifyCapacityReservation

func (c *Client) ModifyCapacityReservation(ctx context.Context, params *ModifyCapacityReservationInput, optFns ...func(*Options)) (*ModifyCapacityReservationOutput, error)

Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes.

func (*Client) ModifyClientVpnEndpoint

func (c *Client) ModifyClientVpnEndpoint(ctx context.Context, params *ModifyClientVpnEndpointInput, optFns ...func(*Options)) (*ModifyClientVpnEndpointOutput, error)

Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.

func (*Client) ModifyDefaultCreditSpecification

func (c *Client) ModifyDefaultCreditSpecification(ctx context.Context, params *ModifyDefaultCreditSpecificationInput, optFns ...func(*Options)) (*ModifyDefaultCreditSpecificationOutput, error)

Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per AWS Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option. ModifyDefaultCreditSpecification is an asynchronous operation, which works at an AWS Region level and modifies the credit option for each Availability Zone. All zones in a Region are updated within five minutes. But if instances are launched during this operation, they might not get the new credit option until the zone is updated. To verify whether the update has occurred, you can call GetDefaultCreditSpecification and check DefaultCreditSpecification for updates. For more information, see Burstable performance instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ModifyEbsDefaultKmsKeyId

func (c *Client) ModifyEbsDefaultKmsKeyId(ctx context.Context, params *ModifyEbsDefaultKmsKeyIdInput, optFns ...func(*Options)) (*ModifyEbsDefaultKmsKeyIdOutput, error)

Changes the default customer master key (CMK) for EBS encryption by default for your account in this Region. AWS creates a unique AWS managed CMK in each Region for use with encryption by default. If you change the default CMK to a symmetric customer managed CMK, it is used instead of the AWS managed CMK. To reset the default CMK to the AWS managed CMK for EBS, use ResetEbsDefaultKmsKeyId (). Amazon EBS does not support asymmetric CMKs. If you delete or disable the customer managed CMK that you specified for use with encryption by default, your instances will fail to launch. For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ModifyFleet

func (c *Client) ModifyFleet(ctx context.Context, params *ModifyFleetInput, optFns ...func(*Options)) (*ModifyFleetOutput, error)

Modifies the specified EC2 Fleet. You can only modify an EC2 Fleet request of type maintain. While the EC2 Fleet is being modified, it is in the modifying state. To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is lowest-price, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacity-optimized, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually. If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.

func (*Client) ModifyFpgaImageAttribute

func (c *Client) ModifyFpgaImageAttribute(ctx context.Context, params *ModifyFpgaImageAttributeInput, optFns ...func(*Options)) (*ModifyFpgaImageAttributeOutput, error)

Modifies the specified attribute of the specified Amazon FPGA Image (AFI).

func (*Client) ModifyHosts

func (c *Client) ModifyHosts(ctx context.Context, params *ModifyHostsInput, optFns ...func(*Options)) (*ModifyHostsOutput, error)

Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of host but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled. You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.

func (*Client) ModifyIdFormat

func (c *Client) ModifyIdFormat(ctx context.Context, params *ModifyIdFormatInput, optFns ...func(*Options)) (*ModifyIdFormatOutput, error)

Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. This setting applies to the IAM user who makes the request; it does not apply to the entire AWS account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) in the Amazon Elastic Compute Cloud User Guide. Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

func (*Client) ModifyIdentityIdFormat

func (c *Client) ModifyIdentityIdFormat(ctx context.Context, params *ModifyIdentityIdFormatInput, optFns ...func(*Options)) (*ModifyIdentityIdFormatOutput, error)

Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created. This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. For more information, see Resource IDs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) in the Amazon Elastic Compute Cloud User Guide. This setting applies to the principal specified in the request; it does not apply to the principal that makes the request. Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

func (*Client) ModifyImageAttribute

func (c *Client) ModifyImageAttribute(ctx context.Context, params *ModifyImageAttributeInput, optFns ...func(*Options)) (*ModifyImageAttributeOutput, error)

Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. You can use the Attribute parameter to specify the attribute or one of the following parameters: Description, LaunchPermission, or ProductCode. AWS Marketplace product codes cannot be modified. Images with an AWS Marketplace product code cannot be made public. To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance.

func (*Client) ModifyInstanceAttribute

func (c *Client) ModifyInstanceAttribute(ctx context.Context, params *ModifyInstanceAttributeInput, optFns ...func(*Options)) (*ModifyInstanceAttributeOutput, error)

Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance in a VPC can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute () action. To modify some attributes, the instance must be stopped. For more information, see Modifying attributes of a stopped instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ModifyInstanceCapacityReservationAttributes

func (c *Client) ModifyInstanceCapacityReservationAttributes(ctx context.Context, params *ModifyInstanceCapacityReservationAttributesInput, optFns ...func(*Options)) (*ModifyInstanceCapacityReservationAttributesOutput, error)

Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to target a specific Capacity Reservation, run in any open Capacity Reservation with matching attributes, or run On-Demand Instance capacity.

func (*Client) ModifyInstanceCreditSpecification

func (c *Client) ModifyInstanceCreditSpecification(ctx context.Context, params *ModifyInstanceCreditSpecificationInput, optFns ...func(*Options)) (*ModifyInstanceCreditSpecificationOutput, error)

Modifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are standard and unlimited. For more information, see Burstable performance instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ModifyInstanceEventStartTime

func (c *Client) ModifyInstanceEventStartTime(ctx context.Context, params *ModifyInstanceEventStartTimeInput, optFns ...func(*Options)) (*ModifyInstanceEventStartTimeOutput, error)

Modifies the start time for a scheduled Amazon EC2 instance event.

func (*Client) ModifyInstanceMetadataOptions

func (c *Client) ModifyInstanceMetadataOptions(ctx context.Context, params *ModifyInstanceMetadataOptionsInput, optFns ...func(*Options)) (*ModifyInstanceMetadataOptionsOutput, error)

Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html).

func (*Client) ModifyInstancePlacement

func (c *Client) ModifyInstancePlacement(ctx context.Context, params *ModifyInstancePlacementInput, optFns ...func(*Options)) (*ModifyInstancePlacementOutput, error)

Modifies the placement attributes for a specified instance. You can do the following:

  • Modify the affinity between an instance and a Dedicated Host

(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html). When affinity is set to host and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists.

  • Change the Dedicated Host with

which an instance is associated.

  • Change the instance tenancy of an

instance from host to dedicated, or from dedicated to host.

  • Move an

instance to or from a placement group (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html).

At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request. To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the stopped state.

func (*Client) ModifyLaunchTemplate

func (c *Client) ModifyLaunchTemplate(ctx context.Context, params *ModifyLaunchTemplateInput, optFns ...func(*Options)) (*ModifyLaunchTemplateOutput, error)

Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.

func (*Client) ModifyManagedPrefixList

func (c *Client) ModifyManagedPrefixList(ctx context.Context, params *ModifyManagedPrefixListInput, optFns ...func(*Options)) (*ModifyManagedPrefixListOutput, error)

Modifies the specified managed prefix list. Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version. If you specify a current version number that does not match the true current version number, the request fails.

func (*Client) ModifyNetworkInterfaceAttribute

func (c *Client) ModifyNetworkInterfaceAttribute(ctx context.Context, params *ModifyNetworkInterfaceAttributeInput, optFns ...func(*Options)) (*ModifyNetworkInterfaceAttributeOutput, error)

Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance.

func (*Client) ModifyReservedInstances

func (c *Client) ModifyReservedInstances(ctx context.Context, params *ModifyReservedInstancesInput, optFns ...func(*Options)) (*ModifyReservedInstancesOutput, error)

Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. For more information, see Modifying Reserved Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ModifySnapshotAttribute

func (c *Client) ModifySnapshotAttribute(ctx context.Context, params *ModifySnapshotAttributeInput, optFns ...func(*Options)) (*ModifySnapshotAttributeOutput, error)

Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation. Encrypted snapshots and snapshots with AWS Marketplace product codes cannot be made public. Snapshots encrypted with your default CMK cannot be shared with other accounts. For more information about modifying snapshot permissions, see Sharing Snapshots (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ModifySpotFleetRequest

func (c *Client) ModifySpotFleetRequest(ctx context.Context, params *ModifySpotFleetRequestInput, optFns ...func(*Options)) (*ModifySpotFleetRequestOutput, error)

Modifies the specified Spot Fleet request. You can only modify a Spot Fleet request of type maintain. While the Spot Fleet request is being modified, it is in the modifying state. To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances according to the allocation strategy for the Spot Fleet request. If the allocation strategy is lowestPrice, the Spot Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the Spot Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacityOptimized, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacityOptimized, the Spot Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the Spot Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually. If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.

func (*Client) ModifySubnetAttribute

func (c *Client) ModifySubnetAttribute(ctx context.Context, params *ModifySubnetAttributeInput, optFns ...func(*Options)) (*ModifySubnetAttributeOutput, error)

Modifies a subnet attribute. You can only modify one attribute at a time.

func (*Client) ModifyTrafficMirrorFilterNetworkServices

func (c *Client) ModifyTrafficMirrorFilterNetworkServices(ctx context.Context, params *ModifyTrafficMirrorFilterNetworkServicesInput, optFns ...func(*Options)) (*ModifyTrafficMirrorFilterNetworkServicesOutput, error)

Allows or restricts mirroring network services. By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter. For information about filter rule properties, see Network Services (https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-considerations.html) in the Traffic Mirroring User Guide .

func (*Client) ModifyTrafficMirrorFilterRule

func (c *Client) ModifyTrafficMirrorFilterRule(ctx context.Context, params *ModifyTrafficMirrorFilterRuleInput, optFns ...func(*Options)) (*ModifyTrafficMirrorFilterRuleOutput, error)

Modifies the specified Traffic Mirror rule. DestinationCidrBlock and SourceCidrBlock must both be an IPv4 range or an IPv6 range.

func (*Client) ModifyTrafficMirrorSession

func (c *Client) ModifyTrafficMirrorSession(ctx context.Context, params *ModifyTrafficMirrorSessionInput, optFns ...func(*Options)) (*ModifyTrafficMirrorSessionOutput, error)

Modifies a Traffic Mirror session.

func (*Client) ModifyTransitGatewayVpcAttachment

func (c *Client) ModifyTransitGatewayVpcAttachment(ctx context.Context, params *ModifyTransitGatewayVpcAttachmentInput, optFns ...func(*Options)) (*ModifyTransitGatewayVpcAttachmentOutput, error)

Modifies the specified VPC attachment.

func (*Client) ModifyVolume

func (c *Client) ModifyVolume(ctx context.Context, params *ModifyVolumeInput, optFns ...func(*Options)) (*ModifyVolumeOutput, error)

You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you may be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying an EBS volume running Linux, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html). For more information about modifying an EBS volume running Windows, see Modifying the Size, IOPS, or Type of an EBS Volume on Windows (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html). When you complete a resize operation on your volume, you need to extend the volume's file-system size to take advantage of the new storage capacity. For information about extending a Linux file system, see Extending a Linux File System (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#recognize-expanded-volume-linux). For information about extending a Windows file system, see Extending a Windows File System (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html#recognize-expanded-volume-windows). You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide (https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/). You can also track the status of a modification using DescribeVolumesModifications (). For information about tracking status changes using either method, see Monitoring Volume Modifications (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#monitoring_mods). With previous-generation instance types, resizing an EBS volume may require detaching and reattaching the volume or stopping and restarting the instance. For more information, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html) and Modifying the Size, IOPS, or Type of an EBS Volume on Windows (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html). If you reach the maximum volume modification rate per volume limit, you will need to wait at least six hours before applying further modifications to the affected EBS volume.

func (*Client) ModifyVolumeAttribute

func (c *Client) ModifyVolumeAttribute(ctx context.Context, params *ModifyVolumeAttributeInput, optFns ...func(*Options)) (*ModifyVolumeAttributeOutput, error)

Modifies a volume attribute. By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume. You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.

func (*Client) ModifyVpcAttribute

func (c *Client) ModifyVpcAttribute(ctx context.Context, params *ModifyVpcAttributeInput, optFns ...func(*Options)) (*ModifyVpcAttributeOutput, error)

Modifies the specified attribute of the specified VPC.

func (*Client) ModifyVpcEndpoint

func (c *Client) ModifyVpcEndpoint(ctx context.Context, params *ModifyVpcEndpointInput, optFns ...func(*Options)) (*ModifyVpcEndpointOutput, error)

Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface or gateway). For more information, see VPC Endpoints (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) ModifyVpcEndpointConnectionNotification

func (c *Client) ModifyVpcEndpointConnectionNotification(ctx context.Context, params *ModifyVpcEndpointConnectionNotificationInput, optFns ...func(*Options)) (*ModifyVpcEndpointConnectionNotificationOutput, error)

Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.

func (*Client) ModifyVpcEndpointServiceConfiguration

func (c *Client) ModifyVpcEndpointServiceConfiguration(ctx context.Context, params *ModifyVpcEndpointServiceConfigurationInput, optFns ...func(*Options)) (*ModifyVpcEndpointServiceConfigurationOutput, error)

Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint. If you set or modify the private DNS name, you must prove that you own the private DNS domain name. For more information, see VPC Endpoint Service Private DNS Name Verification (https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) ModifyVpcEndpointServicePermissions

func (c *Client) ModifyVpcEndpointServicePermissions(ctx context.Context, params *ModifyVpcEndpointServicePermissionsInput, optFns ...func(*Options)) (*ModifyVpcEndpointServicePermissionsOutput, error)

Modifies the permissions for your VPC endpoint service (https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html). You can add or remove permissions for service consumers (IAM users, IAM roles, and AWS accounts) to connect to your endpoint service. If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.

func (*Client) ModifyVpcPeeringConnectionOptions

func (c *Client) ModifyVpcPeeringConnectionOptions(ctx context.Context, params *ModifyVpcPeeringConnectionOptionsInput, optFns ...func(*Options)) (*ModifyVpcPeeringConnectionOptionsOutput, error)

Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:

  • Enable/disable communication over

the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC.

  • Enable/disable

communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC.

  • Enable/disable the

ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

If the peered VPCs are in the same AWS account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different AWS accounts or different Regions. For peered VPCs in different AWS accounts, each AWS account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections () command.

func (*Client) ModifyVpcTenancy

func (c *Client) ModifyVpcTenancy(ctx context.Context, params *ModifyVpcTenancyInput, optFns ...func(*Options)) (*ModifyVpcTenancyOutput, error)

Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated. After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected. For more information, see Dedicated Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ModifyVpnConnection

func (c *Client) ModifyVpnConnection(ctx context.Context, params *ModifyVpnConnectionInput, optFns ...func(*Options)) (*ModifyVpnConnectionOutput, error)

Modifies the customer gateway or the target gateway of an AWS Site-to-Site VPN connection. To modify the target gateway, the following migration options are available:

  • An existing virtual private gateway to a new virtual private

gateway

  • An existing virtual private gateway to a transit gateway

    *

An existing transit gateway to a new transit gateway

  • An existing transit

gateway to a virtual private gateway

Before you perform the migration to the new gateway, you must configure the new gateway. Use CreateVpnGateway () to create a virtual private gateway, or CreateTransitGateway () to create a transit gateway. This step is required when you migrate from a virtual private gateway with static routes to a transit gateway. You must delete the static routes before you migrate to the new gateway. <p>Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.</p> <p>After you migrate to the new gateway, you might need to modify your VPC route table. Use <a>CreateRoute</a> and <a>DeleteRoute</a> to make the changes described in <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/modify-vpn-target.html#step-update-routing">VPN Gateway Target Modification Required VPC Route Table Updates</a> in the <i>AWS Site-to-Site VPN User Guide</i>.</p> <p> When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the AWS Site-to-Site VPN connection. Use <a>CreateTransitGatewayRoute</a> to add the routes.</p> <p> If you deleted VPN static routes, you must add the static routes to the transit gateway route table.</p> <p>After you perform this operation, the AWS VPN endpoint's IP addresses on the AWS side and the tunnel options remain intact. Your AWS Site-to-Site VPN connection will be temporarily unavailable for a brief period while we provision the new endpoints.</p>

func (*Client) ModifyVpnTunnelCertificate

func (c *Client) ModifyVpnTunnelCertificate(ctx context.Context, params *ModifyVpnTunnelCertificateInput, optFns ...func(*Options)) (*ModifyVpnTunnelCertificateOutput, error)

Modifies the VPN tunnel endpoint certificate.

func (*Client) ModifyVpnTunnelOptions

func (c *Client) ModifyVpnTunnelOptions(ctx context.Context, params *ModifyVpnTunnelOptionsInput, optFns ...func(*Options)) (*ModifyVpnTunnelOptionsOutput, error)

Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN Tunnel Options for Your Site-to-Site VPN Connection (https://docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html) in the AWS Site-to-Site VPN User Guide.

func (*Client) MonitorInstances

func (c *Client) MonitorInstances(ctx context.Context, params *MonitorInstancesInput, optFns ...func(*Options)) (*MonitorInstancesOutput, error)

Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitoring your instances and volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html) in the Amazon Elastic Compute Cloud User Guide. To disable detailed monitoring, see .

func (*Client) MoveAddressToVpc

func (c *Client) MoveAddressToVpc(ctx context.Context, params *MoveAddressToVpcInput, optFns ...func(*Options)) (*MoveAddressToVpcOutput, error)

Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic () request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.

func (*Client) ProvisionByoipCidr

func (c *Client) ProvisionByoipCidr(ctx context.Context, params *ProvisionByoipCidrInput, optFns ...func(*Options)) (*ProvisionByoipCidrOutput, error)

Provisions an IPv4 or IPv6 address range for use with your AWS resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr (). AWS verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring Your Own IP Addresses (BYOIP) (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html) in the Amazon Elastic Compute Cloud User Guide. Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs (). To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress () with either the specific address from the address pool or the ID of the address pool.

func (*Client) PurchaseHostReservation

func (c *Client) PurchaseHostReservation(ctx context.Context, params *PurchaseHostReservationInput, optFns ...func(*Options)) (*PurchaseHostReservationOutput, error)

Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.

func (*Client) PurchaseReservedInstancesOffering

func (c *Client) PurchaseReservedInstancesOffering(ctx context.Context, params *PurchaseReservedInstancesOfferingInput, optFns ...func(*Options)) (*PurchaseReservedInstancesOfferingOutput, error)

Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings () to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances (). To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html) and Reserved Instance Marketplace (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) PurchaseScheduledInstances

func (c *Client) PurchaseScheduledInstances(ctx context.Context, params *PurchaseScheduledInstancesInput, optFns ...func(*Options)) (*PurchaseScheduledInstancesOutput, error)

Purchases the Scheduled Instances with the specified schedule. Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability () to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances () during each scheduled time period. After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.

func (*Client) RebootInstances

func (c *Client) RebootInstances(ctx context.Context, params *RebootInstancesInput, optFns ...func(*Options)) (*RebootInstancesOutput, error)

Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. If an instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot. For more information about troubleshooting, see Getting console output and rebooting instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) RegisterImage

func (c *Client) RegisterImage(ctx context.Context, params *RegisterImageInput, optFns ...func(*Options)) (*RegisterImageOutput, error)

Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html) in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage () creates and registers the AMI in a single request, so you don't have to register the AMI yourself. <p>You can also use <code>RegisterImage</code> to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using the block device mapping. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-launch-snapshot.html">Launching a Linux instance from a backup</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If any snapshots have AWS Marketplace product codes, they are copied to the new AMI.</p> <p>Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:</p> <ol> <li> <p>Launch an instance from an existing AMI with that billing product code.</p> </li> <li> <p>Customize the instance.</p> </li> <li> <p>Create an AMI from the instance using <a>CreateImage</a>.</p> </li> </ol> <p>If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html">Obtaining billing information</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.</p>

func (*Client) RegisterInstanceEventNotificationAttributes

func (c *Client) RegisterInstanceEventNotificationAttributes(ctx context.Context, params *RegisterInstanceEventNotificationAttributesInput, optFns ...func(*Options)) (*RegisterInstanceEventNotificationAttributesOutput, error)

Registers a set of tag keys to include in scheduled event notifications for your resources. To remove tags, use .

func (*Client) RegisterTransitGatewayMulticastGroupMembers

func (c *Client) RegisterTransitGatewayMulticastGroupMembers(ctx context.Context, params *RegisterTransitGatewayMulticastGroupMembersInput, optFns ...func(*Options)) (*RegisterTransitGatewayMulticastGroupMembersOutput, error)

Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration (https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits) in Amazon VPC Transit Gateways. After you add the members, use SearchTransitGatewayMulticastGroups (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html) to verify that the members were added to the transit gateway multicast group.

func (*Client) RegisterTransitGatewayMulticastGroupSources

func (c *Client) RegisterTransitGatewayMulticastGroupSources(ctx context.Context, params *RegisterTransitGatewayMulticastGroupSourcesInput, optFns ...func(*Options)) (*RegisterTransitGatewayMulticastGroupSourcesOutput, error)

Registers sources (network interfaces) with the specified transit gateway multicast group. A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see Multicast Considerations (https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits) in Amazon VPC Transit Gateways. After you add the source, use SearchTransitGatewayMulticastGroups (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html) to verify that the source was added to the multicast group.

func (*Client) RejectTransitGatewayPeeringAttachment

func (c *Client) RejectTransitGatewayPeeringAttachment(ctx context.Context, params *RejectTransitGatewayPeeringAttachmentInput, optFns ...func(*Options)) (*RejectTransitGatewayPeeringAttachmentOutput, error)

Rejects a transit gateway peering attachment request.

func (*Client) RejectTransitGatewayVpcAttachment

func (c *Client) RejectTransitGatewayVpcAttachment(ctx context.Context, params *RejectTransitGatewayVpcAttachmentInput, optFns ...func(*Options)) (*RejectTransitGatewayVpcAttachmentOutput, error)

Rejects a request to attach a VPC to a transit gateway. The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments () to view your pending VPC attachment requests. Use AcceptTransitGatewayVpcAttachment () to accept a VPC attachment request.

func (*Client) RejectVpcEndpointConnections

func (c *Client) RejectVpcEndpointConnections(ctx context.Context, params *RejectVpcEndpointConnectionsInput, optFns ...func(*Options)) (*RejectVpcEndpointConnectionsOutput, error)

Rejects one or more VPC endpoint connection requests to your VPC endpoint service.

func (*Client) RejectVpcPeeringConnection

func (c *Client) RejectVpcPeeringConnection(ctx context.Context, params *RejectVpcPeeringConnectionInput, optFns ...func(*Options)) (*RejectVpcPeeringConnectionOutput, error)

Rejects a VPC peering connection request. The VPC peering connection must be in the pending-acceptance state. Use the DescribeVpcPeeringConnections () request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection ().

func (*Client) ReleaseAddress

func (c *Client) ReleaseAddress(ctx context.Context, params *ReleaseAddressInput, optFns ...func(*Options)) (*ReleaseAddressOutput, error)

Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress (). [Nondefault VPC] You must use DisassociateAddress () to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another AWS account. [EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress ().

func (*Client) ReleaseHosts

func (c *Client) ReleaseHosts(ctx context.Context, params *ReleaseHostsInput, optFns ...func(*Options)) (*ReleaseHostsOutput, error)

When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into released state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, for example, to modify the host. You must stop or terminate all instances on a host before it can be released. When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again. Released hosts still appear in a DescribeHosts () response.

func (*Client) ReplaceIamInstanceProfileAssociation

func (c *Client) ReplaceIamInstanceProfileAssociation(ctx context.Context, params *ReplaceIamInstanceProfileAssociationInput, optFns ...func(*Options)) (*ReplaceIamInstanceProfileAssociationOutput, error)

Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that's associated with an instance without having to disassociate the existing IAM instance profile first. Use DescribeIamInstanceProfileAssociations () to get the association ID.

func (*Client) ReplaceNetworkAclAssociation

func (c *Client) ReplaceNetworkAclAssociation(ctx context.Context, params *ReplaceNetworkAclAssociationInput, optFns ...func(*Options)) (*ReplaceNetworkAclAssociationOutput, error)

Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html) in the Amazon Virtual Private Cloud User Guide. This is an idempotent operation.

func (*Client) ReplaceNetworkAclEntry

func (c *Client) ReplaceNetworkAclEntry(ctx context.Context, params *ReplaceNetworkAclEntryInput, optFns ...func(*Options)) (*ReplaceNetworkAclEntryOutput, error)

Replaces an entry (rule) in a network ACL. For more information, see Network ACLs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) ReplaceRoute

func (c *Client) ReplaceRoute(ctx context.Context, params *ReplaceRouteInput, optFns ...func(*Options)) (*ReplaceRouteOutput, error)

Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. For more information, see Route Tables (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) ReplaceRouteTableAssociation

func (c *Client) ReplaceRouteTableAssociation(ctx context.Context, params *ReplaceRouteTableAssociationInput, optFns ...func(*Options)) (*ReplaceRouteTableAssociationOutput, error)

Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route Tables (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) in the Amazon Virtual Private Cloud User Guide. You can also use this operation to change which table is the main route table in the VPC. Specify the main route table's association ID and the route table ID of the new main route table.

func (*Client) ReplaceTransitGatewayRoute

func (c *Client) ReplaceTransitGatewayRoute(ctx context.Context, params *ReplaceTransitGatewayRouteInput, optFns ...func(*Options)) (*ReplaceTransitGatewayRouteOutput, error)

Replaces the specified route in the specified transit gateway route table.

func (*Client) ReportInstanceStatus

func (c *Client) ReportInstanceStatus(ctx context.Context, params *ReportInstanceStatusInput, optFns ...func(*Options)) (*ReportInstanceStatusOutput, error)

Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus (), use ReportInstanceStatus () to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks. Use of this action does not change the value returned by DescribeInstanceStatus ().

func (*Client) RequestSpotFleet

func (c *Client) RequestSpotFleet(ctx context.Context, params *RequestSpotFleetInput, optFns ...func(*Options)) (*RequestSpotFleetOutput, error)

Creates a Spot Fleet request. The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity. You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet. You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported. For more information, see Spot Fleet requests (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html) in the Amazon EC2 User Guide for Linux Instances.

func (*Client) RequestSpotInstances

func (c *Client) RequestSpotInstances(ctx context.Context, params *RequestSpotInstancesInput, optFns ...func(*Options)) (*RequestSpotInstancesOutput, error)

Creates a Spot Instance request. For more information, see Spot Instance requests (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html) in the Amazon EC2 User Guide for Linux Instances.

func (*Client) ResetEbsDefaultKmsKeyId

func (c *Client) ResetEbsDefaultKmsKeyId(ctx context.Context, params *ResetEbsDefaultKmsKeyIdInput, optFns ...func(*Options)) (*ResetEbsDefaultKmsKeyIdOutput, error)

Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS managed CMK for EBS. After resetting the default CMK to the AWS managed CMK, you can continue to encrypt by a customer managed CMK by specifying it when you create the volume. For more information, see Amazon EBS Encryption (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) ResetFpgaImageAttribute

func (c *Client) ResetFpgaImageAttribute(ctx context.Context, params *ResetFpgaImageAttributeInput, optFns ...func(*Options)) (*ResetFpgaImageAttributeOutput, error)

Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.

func (*Client) ResetImageAttribute

func (c *Client) ResetImageAttribute(ctx context.Context, params *ResetImageAttributeInput, optFns ...func(*Options)) (*ResetImageAttributeOutput, error)

Resets an attribute of an AMI to its default value. The productCodes attribute can't be reset.

func (*Client) ResetInstanceAttribute

func (c *Client) ResetInstanceAttribute(ctx context.Context, params *ResetInstanceAttributeInput, optFns ...func(*Options)) (*ResetInstanceAttributeOutput, error)

Resets an attribute of an instance to its default value. To reset the kernel or ramdisk, the instance must be in a stopped state. To reset the sourceDestCheck, the instance can be either running or stopped. The sourceDestCheck attribute controls whether source/destination checking is enabled. The default value is true, which means checking is enabled. This value must be false for a NAT instance to perform NAT. For more information, see NAT Instances (https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html) in the Amazon Virtual Private Cloud User Guide.

func (*Client) ResetNetworkInterfaceAttribute

func (c *Client) ResetNetworkInterfaceAttribute(ctx context.Context, params *ResetNetworkInterfaceAttributeInput, optFns ...func(*Options)) (*ResetNetworkInterfaceAttributeOutput, error)

Resets a network interface attribute. You can specify only one attribute at a time.

func (*Client) ResetSnapshotAttribute

func (c *Client) ResetSnapshotAttribute(ctx context.Context, params *ResetSnapshotAttributeInput, optFns ...func(*Options)) (*ResetSnapshotAttributeOutput, error)

Resets permission settings for the specified snapshot. For more information about modifying snapshot permissions, see Sharing Snapshots (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) RestoreAddressToClassic

func (c *Client) RestoreAddressToClassic(ctx context.Context, params *RestoreAddressToClassicInput, optFns ...func(*Options)) (*RestoreAddressToClassicOutput, error)

Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.

func (*Client) RestoreManagedPrefixListVersion

func (c *Client) RestoreManagedPrefixListVersion(ctx context.Context, params *RestoreManagedPrefixListVersionInput, optFns ...func(*Options)) (*RestoreManagedPrefixListVersionOutput, error)

Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.

func (*Client) RevokeClientVpnIngress

func (c *Client) RevokeClientVpnIngress(ctx context.Context, params *RevokeClientVpnIngressInput, optFns ...func(*Options)) (*RevokeClientVpnIngressOutput, error)

Removes an ingress authorization rule from a Client VPN endpoint.

func (*Client) RevokeSecurityGroupEgress

func (c *Client) RevokeSecurityGroupEgress(ctx context.Context, params *RevokeSecurityGroupEgressInput, optFns ...func(*Options)) (*RevokeSecurityGroupEgressOutput, error)

[VPC only] Removes the specified egress rules from a security group for EC2-VPC. This action doesn't apply to security groups for use in EC2-Classic. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not have to specify the description to revoke the rule. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

func (*Client) RevokeSecurityGroupIngress

func (c *Client) RevokeSecurityGroupIngress(ctx context.Context, params *RevokeSecurityGroupIngressInput, optFns ...func(*Options)) (*RevokeSecurityGroupIngressOutput, error)

Removes the specified ingress rules from a security group. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly. [EC2-Classic only] If the values you specify do not match the existing rule's values, no error is returned. Use DescribeSecurityGroups () to verify that the rule has been removed. Each rule consists of the protocol and the CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not have to specify the description to revoke the rule. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

func (*Client) RunInstances

func (c *Client) RunInstances(ctx context.Context, params *RunInstancesInput, optFns ...func(*Options)) (*RunInstancesOutput, error)

Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply:

  • [EC2-VPC] If you don't specify a subnet ID, we

choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request.

  • [EC2-Classic]

If don't specify an Availability Zone, we choose one for you.

  • Some

instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types).

* [EC2-VPC] All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet.

  • Not all instance types support IPv6 addresses. For more

information, see Instance types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html).

* If you don't specify a security group ID, we use the default security group. For more information, see Security groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html).

* If any of the AMIs have a product code attached for which the user has not subscribed, the request fails.

You can create a launch template (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html), which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances (), you can specify the launch template instead of specifying the launch parameters. To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances (). You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags () and Tagging your Amazon EC2 resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html). Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) in the Amazon Elastic Compute Cloud User Guide. For troubleshooting, see What to do if an instance immediately terminates (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html), and Troubleshooting connecting to your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) RunScheduledInstances

func (c *Client) RunScheduledInstances(ctx context.Context, params *RunScheduledInstancesInput, optFns ...func(*Options)) (*RunScheduledInstancesOutput, error)

Launches the specified Scheduled Instances. Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances (). You must launch a Scheduled Instance during its scheduled time period. You can't stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see Scheduled Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-scheduled-instances.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) SearchLocalGatewayRoutes

func (c *Client) SearchLocalGatewayRoutes(ctx context.Context, params *SearchLocalGatewayRoutesInput, optFns ...func(*Options)) (*SearchLocalGatewayRoutesOutput, error)

Searches for routes in the specified local gateway route table.

func (*Client) SearchTransitGatewayMulticastGroups

func (c *Client) SearchTransitGatewayMulticastGroups(ctx context.Context, params *SearchTransitGatewayMulticastGroupsInput, optFns ...func(*Options)) (*SearchTransitGatewayMulticastGroupsOutput, error)

Searches one or more transit gateway multicast groups and returns the group membership information.

func (*Client) SearchTransitGatewayRoutes

func (c *Client) SearchTransitGatewayRoutes(ctx context.Context, params *SearchTransitGatewayRoutesInput, optFns ...func(*Options)) (*SearchTransitGatewayRoutesOutput, error)

Searches for routes in the specified transit gateway route table.

func (*Client) SendDiagnosticInterrupt

func (c *Client) SendDiagnosticInterrupt(ctx context.Context, params *SendDiagnosticInterruptInput, optFns ...func(*Options)) (*SendDiagnosticInterruptOutput, error)

Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a non-maskable interrupt (NMI). <p>In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace.</p> <p>Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks.</p> <p>For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/diagnostic-interrupt.html">Send a diagnostic interrupt</a> (Linux instances) or <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/diagnostic-interrupt.html">Send a Diagnostic Interrupt</a> (Windows instances).</p>

func (*Client) StartInstances

func (c *Client) StartInstances(ctx context.Context, params *StartInstancesInput, optFns ...func(*Options)) (*StartInstancesOutput, error)

Starts an Amazon EBS-backed instance that you've previously stopped. Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. Performing this operation on an instance that uses an instance store as its root device returns an error. For more information, see Stopping instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) StartVpcEndpointServicePrivateDnsVerification

func (c *Client) StartVpcEndpointServicePrivateDnsVerification(ctx context.Context, params *StartVpcEndpointServicePrivateDnsVerificationInput, optFns ...func(*Options)) (*StartVpcEndpointServicePrivateDnsVerificationOutput, error)

Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service. The service provider must successfully perform the verification before the consumer can use the name to access the service. Before the service provider runs this command, they must add a record to the DNS server. For more information, see Adding a TXT Record to Your Domain's DNS Server (https://docs.aws.amazon.com/vpc/latest/userguide/ndpoint-services-dns-validation.html#add-dns-txt-record) in the Amazon VPC User Guide.

func (*Client) StopInstances

func (c *Client) StopInstances(ctx context.Context, params *StopInstancesInput, optFns ...func(*Options)) (*StopInstancesOutput, error)

Stops an Amazon EBS-backed instance. You can use the Stop action to hibernate an instance if the instance is enabled for hibernation (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#enabling-hibernation) and it meets the hibernation prerequisites (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites). For more information, see Hibernate your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the Amazon Elastic Compute Cloud User Guide. We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. You can't stop or hibernate instance store-backed instances. You can't use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see Hibernating interrupted Spot Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances) in the Amazon Elastic Compute Cloud User Guide. When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs. Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see Instance lifecycle (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html) in the Amazon Elastic Compute Cloud User Guide. When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see Troubleshooting stopping your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) TerminateClientVpnConnections

func (c *Client) TerminateClientVpnConnections(ctx context.Context, params *TerminateClientVpnConnectionsInput, optFns ...func(*Options)) (*TerminateClientVpnConnectionsOutput, error)

Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.

func (*Client) TerminateInstances

func (c *Client) TerminateInstances(ctx context.Context, params *TerminateInstancesInput, optFns ...func(*Options)) (*TerminateInstancesOutput, error)

Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds. If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated. Terminated instances remain visible after termination (for approximately one hour). By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running. You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the DeleteOnTermination block device mapping parameter set to true are automatically deleted. For more information about the differences between stopping and terminating instances, see Instance lifecycle (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html) in the Amazon Elastic Compute Cloud User Guide. For more information about troubleshooting, see Troubleshooting terminating your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) UnassignIpv6Addresses

func (c *Client) UnassignIpv6Addresses(ctx context.Context, params *UnassignIpv6AddressesInput, optFns ...func(*Options)) (*UnassignIpv6AddressesOutput, error)

Unassigns one or more IPv6 addresses from a network interface.

func (*Client) UnassignPrivateIpAddresses

func (c *Client) UnassignPrivateIpAddresses(ctx context.Context, params *UnassignPrivateIpAddressesInput, optFns ...func(*Options)) (*UnassignPrivateIpAddressesOutput, error)

Unassigns one or more secondary private IP addresses from a network interface.

func (*Client) UnmonitorInstances

func (c *Client) UnmonitorInstances(ctx context.Context, params *UnmonitorInstancesInput, optFns ...func(*Options)) (*UnmonitorInstancesOutput, error)

Disables detailed monitoring for a running instance. For more information, see Monitoring your instances and volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html) in the Amazon Elastic Compute Cloud User Guide.

func (*Client) UpdateSecurityGroupRuleDescriptionsEgress

func (c *Client) UpdateSecurityGroupRuleDescriptionsEgress(ctx context.Context, params *UpdateSecurityGroupRuleDescriptionsEgressInput, optFns ...func(*Options)) (*UpdateSecurityGroupRuleDescriptionsEgressOutput, error)

[VPC only] Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You specify the description as part of the IP permissions structure. You can remove a description for a security group rule by omitting the description parameter in the request.

func (*Client) UpdateSecurityGroupRuleDescriptionsIngress

func (c *Client) UpdateSecurityGroupRuleDescriptionsIngress(ctx context.Context, params *UpdateSecurityGroupRuleDescriptionsIngressInput, optFns ...func(*Options)) (*UpdateSecurityGroupRuleDescriptionsIngressOutput, error)

Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You specify the description as part of the IP permissions structure. You can remove a description for a security group rule by omitting the description parameter in the request.

func (*Client) WithdrawByoipCidr

func (c *Client) WithdrawByoipCidr(ctx context.Context, params *WithdrawByoipCidrInput, optFns ...func(*Options)) (*WithdrawByoipCidrOutput, error)

Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. It can take a few minutes before traffic to the specified addresses stops routing to AWS because of BGP propagation delays.

type ConfirmProductInstanceInput

type ConfirmProductInstanceInput struct {
	// The product code. This must be a product code that you own.
	ProductCode *string
	// The ID of the instance.
	InstanceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ConfirmProductInstanceOutput

type ConfirmProductInstanceOutput struct {
	// The AWS account ID of the instance owner. This is only present if the product
	// code is attached to the instance.
	OwnerId *string
	// The return value of the request. Returns true if the specified product code is
	// owned by the requester and associated with the specified instance.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CopyFpgaImageInput

type CopyFpgaImageInput struct {
	// The ID of the source AFI.
	SourceFpgaImageId *string
	// The name for the new AFI. The default is the name of the source AFI.
	Name *string
	// The description for the new AFI.
	Description *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The Region that contains the source AFI.
	SourceRegion *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
	ClientToken *string
}

type CopyFpgaImageOutput

type CopyFpgaImageOutput struct {
	// The ID of the new AFI.
	FpgaImageId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CopyImageInput

type CopyImageInput struct {
	// The name of the Region that contains the AMI to copy.
	SourceRegion *string
	// The ID of the AMI to copy.
	SourceImageId *string
	// The name of the new AMI in the destination Region.
	Name *string
	// Unique, case-sensitive identifier you provide to ensure idempotency of the
	// request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html)
	// in the Amazon Elastic Compute Cloud User Guide.
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// A description for the new AMI in the destination Region.
	Description *string
	// An identifier for the symmetric AWS Key Management Service (AWS KMS) customer
	// master key (CMK) to use when creating the encrypted volume. This parameter is
	// only required if you want to use a non-default CMK; if this parameter is not
	// specified, the default CMK for EBS is used. If a KmsKeyId is specified, the
	// Encrypted flag must also be set. To specify a CMK, use its key ID, Amazon
	// Resource Name (ARN), alias name, or alias ARN. When using an alias name, prefix
	// it with "alias/". For example:
	//
	//     * Key ID:
	// 1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//     * Key ARN:
	// arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//
	// * Alias name: alias/ExampleAlias
	//
	//     * Alias ARN:
	// arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
	//
	// AWS parses KmsKeyId
	// asynchronously, meaning that the action you call may appear to complete even
	// though you provided an invalid identifier. This action will eventually report
	// failure. The specified CMK must exist in the Region that the snapshot is being
	// copied to. Amazon EBS does not support asymmetric CMKs.
	KmsKeyId *string
	// Specifies whether the destination snapshots of the copied image should be
	// encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot
	// create an unencrypted copy of an encrypted snapshot. The default CMK for EBS is
	// used unless you specify a non-default AWS Key Management Service (AWS KMS) CMK
	// using KmsKeyId. For more information, see Amazon EBS Encryption
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	Encrypted *bool
}

Contains the parameters for CopyImage.

type CopyImageOutput

type CopyImageOutput struct {
	// The ID of the new AMI.
	ImageId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CopyImage.

type CopySnapshotInput

type CopySnapshotInput struct {
	// A description for the EBS snapshot.
	Description *string
	// When you copy an encrypted source snapshot using the Amazon EC2 Query API, you
	// must supply a pre-signed URL. This parameter is optional for unencrypted
	// snapshots. For more information, see Query Requests
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html).
	// The PresignedUrl should use the snapshot source endpoint, the CopySnapshot
	// action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion
	// parameters. The PresignedUrl must be signed using AWS Signature Version 4.
	// Because EBS snapshots are stored in Amazon S3, the signing algorithm for this
	// parameter uses the same logic that is described in Authenticating Requests by
	// Using Query Parameters (AWS Signature Version 4)
	// (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html)
	// in the Amazon Simple Storage Service API Reference. An invalid or improperly
	// signed PresignedUrl will cause the copy operation to fail asynchronously, and
	// the snapshot will move to an error state.
	PresignedUrl *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the Region that contains the snapshot to be copied.
	SourceRegion *string
	// The identifier of the AWS Key Management Service (AWS KMS) customer master key
	// (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your
	// AWS managed CMK for EBS is used. If KmsKeyId is specified, the encrypted state
	// must be true. You can specify the CMK using any of the following:
	//
	//     * Key ID.
	// For example, key/1234abcd-12ab-34cd-56ef-1234567890ab.
	//
	//     * Key alias. For
	// example, alias/ExampleAlias.
	//
	//     * Key ARN. For example,
	// arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
	//
	//
	// * Alias ARN. For example,
	// arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
	//
	// AWS authenticates the
	// CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not
	// valid, the action can appear to complete, but eventually fails.
	KmsKeyId *string
	// The destination Region to use in the PresignedUrl parameter of a snapshot copy
	// operation. This parameter is only valid for specifying the destination Region in
	// a PresignedUrl parameter, where it is required.  <p>The snapshot copy is sent to
	// the regional endpoint that you sent the HTTP request to (for example,
	// <code>ec2.us-east-1.amazonaws.com</code>). With the AWS CLI, this is specified
	// using the <code>--region</code> parameter or the default Region in your AWS
	// configuration file.</p>
	DestinationRegion *string
	// To encrypt a copy of an unencrypted snapshot if encryption by default is not
	// enabled, enable encryption using this parameter. Otherwise, omit this parameter.
	// Encrypted snapshots are encrypted, even if you omit this parameter and
	// encryption by default is not enabled. You cannot set this parameter to false.
	// For more information, see Amazon EBS Encryption
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	Encrypted *bool
	// The ID of the EBS snapshot to copy.
	SourceSnapshotId *string
	// The tags to apply to the new snapshot.
	TagSpecifications []*types.TagSpecification
}

type CopySnapshotOutput

type CopySnapshotOutput struct {
	// The ID of the new snapshot.
	SnapshotId *string
	// Any tags applied to the new snapshot.
	Tags []*types.Tag

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateCapacityReservationInput

type CreateCapacityReservationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Indicates whether the Capacity Reservation supports instances with temporary,
	// block-level storage.
	EphemeralStorage *bool
	// The instance type for which to reserve capacity. For more information, see
	// Instance Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	InstanceType *string
	// Indicates the type of instance launches that the Capacity Reservation accepts.
	// The options include:
	//
	//     * open - The Capacity Reservation automatically
	// matches all instances that have matching attributes (instance type, platform,
	// and Availability Zone). Instances that have matching attributes run in the
	// Capacity Reservation automatically without specifying any additional
	// parameters.
	//
	//     * targeted - The Capacity Reservation only accepts instances
	// that have matching attributes (instance type, platform, and Availability Zone),
	// and explicitly target the Capacity Reservation. This ensures that only permitted
	// instances can use the reserved capacity.
	//
	// Default: open
	InstanceMatchCriteria types.InstanceMatchCriteria
	// The type of operating system for which to reserve capacity.
	InstancePlatform types.CapacityReservationInstancePlatform
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The ID of the Availability Zone in which to create the Capacity Reservation.
	AvailabilityZoneId *string
	// Indicates whether the Capacity Reservation supports EBS-optimized instances.
	// This optimization provides dedicated throughput to Amazon EBS and an optimized
	// configuration stack to provide optimal I/O performance. This optimization isn't
	// available with all instance types. Additional usage charges apply when using an
	// EBS- optimized instance.
	EbsOptimized *bool
	// The tags to apply to the Capacity Reservation during launch.
	TagSpecifications []*types.TagSpecification
	// The Availability Zone in which to create the Capacity Reservation.
	AvailabilityZone *string
	// The date and time at which the Capacity Reservation expires. When a Capacity
	// Reservation expires, the reserved capacity is released and you can no longer
	// launch instances into it. The Capacity Reservation's state changes to expired
	// when it reaches its end date and time. You must provide an EndDate value if
	// EndDateType is limited. Omit EndDate if EndDateType is unlimited.  <p>If the
	// <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation is
	// cancelled within an hour from the specified time. For example, if you specify
	// 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between
	// 13:30:55 and 14:30:55 on 5/31/2019.</p>
	EndDate *time.Time
	// Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can
	// have one of the following tenancy settings:
	//
	//     * default - The Capacity
	// Reservation is created on hardware that is shared with other AWS accounts.
	//
	//
	// * dedicated - The Capacity Reservation is created on single-tenant hardware that
	// is dedicated to a single AWS account.
	Tenancy types.CapacityReservationTenancy
	// Indicates the way in which the Capacity Reservation ends. A Capacity Reservation
	// can have one of the following end types:
	//
	//     * unlimited - The Capacity
	// Reservation remains active until you explicitly cancel it. Do not provide an
	// EndDate if the EndDateType is unlimited.
	//
	//     * limited - The Capacity
	// Reservation expires automatically at a specified date and time. You must provide
	// an EndDate value if the EndDateType value is limited.
	EndDateType types.EndDateType
	// The number of instances for which to reserve capacity.
	InstanceCount *int32
}

type CreateCapacityReservationOutput

type CreateCapacityReservationOutput struct {
	// Information about the Capacity Reservation.
	CapacityReservation *types.CapacityReservation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateClientVpnEndpointInput

type CreateClientVpnEndpointInput struct {
	// The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
	// Valid Values: 443 | 1194 Default Value: 443
	VpnPort *int32
	// Information about the client connection logging options. If you enable client
	// connection logging, data about client connections is sent to a Cloudwatch Logs
	// log stream. The following information is logged:
	//
	//     * Client connection
	// requests
	//
	//     * Client connection results (successful and unsuccessful)
	//
	//     *
	// Reasons for unsuccessful client connection requests
	//
	//     * Client connection
	// termination time
	ConnectionLogOptions *types.ConnectionLogOptions
	// The transport protocol to be used by the VPN session. Default value: udp
	TransportProtocol types.TransportProtocol
	// A brief description of the Client VPN endpoint.
	Description *string
	// The IPv4 address range, in CIDR notation, from which to assign client IP
	// addresses. The address range cannot overlap with the local CIDR of the VPC in
	// which the associated subnet is located, or the routes that you add manually. The
	// address range cannot be changed after the Client VPN endpoint has been created.
	// The CIDR block should be /22 or greater.
	ClientCidrBlock *string
	// Information about the DNS servers to be used for DNS resolution. A Client VPN
	// endpoint can have up to two DNS servers. If no DNS server is specified, the DNS
	// address configured on the device is used for the DNS server.
	DnsServers []*string
	// The ARN of the server certificate. For more information, see the AWS Certificate
	// Manager User Guide (https://docs.aws.amazon.com/acm/latest/userguide/).
	ServerCertificateArn *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The tags to apply to the Client VPN endpoint during creation.
	TagSpecifications []*types.TagSpecification
	// The ID of the VPC to associate with the Client VPN endpoint. If no security
	// group IDs are specified in the request, the default security group for the VPC
	// is applied.
	VpcId *string
	// Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint. By
	// default, split-tunnel on a VPN endpoint is disabled. For information about
	// split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint
	// (https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html)
	// in the AWS Client VPN Administrator Guide.
	SplitTunnel *bool
	// Information about the authentication method to be used to authenticate clients.
	AuthenticationOptions []*types.ClientVpnAuthenticationRequest
	// The IDs of one or more security groups to apply to the target network. You must
	// also specify the ID of the VPC that contains the security groups.
	SecurityGroupIds []*string
}

type CreateClientVpnEndpointOutput

type CreateClientVpnEndpointOutput struct {
	// The DNS name to be used by clients when establishing their VPN session.
	DnsName *string
	// The current state of the Client VPN endpoint.
	Status *types.ClientVpnEndpointStatus
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateClientVpnRouteInput

type CreateClientVpnRouteInput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The IPv4 address range, in CIDR notation, of the route destination. For
	// example:
	//
	//     * To add a route for Internet access, enter 0.0.0.0/0
	//
	//     * To
	// add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range
	//
	//     * To
	// add a route for an on-premises network, enter the AWS Site-to-Site VPN
	// connection's IPv4 CIDR range
	//
	// Route address ranges cannot overlap with the CIDR
	// range specified for client allocation.
	DestinationCidrBlock *string
	// The ID of the subnet through which you want to route traffic. The specified
	// subnet must be an existing target network of the Client VPN endpoint.
	TargetVpcSubnetId *string
	// A brief description of the route.
	Description *string
	// The ID of the Client VPN endpoint to which to add the route.
	ClientVpnEndpointId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateClientVpnRouteOutput

type CreateClientVpnRouteOutput struct {
	// The current state of the route.
	Status *types.ClientVpnRouteStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateCustomerGatewayInput

type CreateCustomerGatewayInput struct {
	// The Internet-routable IP address for the customer gateway's outside interface.
	// The address must be static.
	PublicIp *string
	// The tags to apply to the customer gateway.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The type of VPN connection that this customer gateway supports (ipsec.1).
	Type types.GatewayType
	// A name for the customer gateway device. Length Constraints: Up to 255
	// characters.
	DeviceName *string
	// The Amazon Resource Name (ARN) for the customer gateway certificate.
	CertificateArn *string
	// For devices that support BGP, the customer gateway's BGP ASN. Default: 65000
	BgpAsn *int32
}

Contains the parameters for CreateCustomerGateway.

type CreateCustomerGatewayOutput

type CreateCustomerGatewayOutput struct {
	// Information about the customer gateway.
	CustomerGateway *types.CustomerGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateCustomerGateway.

type CreateDefaultSubnetInput

type CreateDefaultSubnetInput struct {
	// The Availability Zone in which to create the default subnet.
	AvailabilityZone *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateDefaultSubnetOutput

type CreateDefaultSubnetOutput struct {
	// Information about the subnet.
	Subnet *types.Subnet

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateDefaultVpcInput

type CreateDefaultVpcInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateDefaultVpcOutput

type CreateDefaultVpcOutput struct {
	// Information about the VPC.
	Vpc *types.Vpc

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateDhcpOptionsInput

type CreateDhcpOptionsInput struct {
	// A DHCP configuration option.
	DhcpConfigurations []*types.NewDhcpConfiguration
	// The tags to assign to the DHCP option.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateDhcpOptionsOutput

type CreateDhcpOptionsOutput struct {
	// A set of DHCP options.
	DhcpOptions *types.DhcpOptions

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateEgressOnlyInternetGatewayInput

type CreateEgressOnlyInternetGatewayInput struct {
	// The ID of the VPC for which to create the egress-only internet gateway.
	VpcId *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to assign to the egress-only internet gateway.
	TagSpecifications []*types.TagSpecification
}

type CreateEgressOnlyInternetGatewayOutput

type CreateEgressOnlyInternetGatewayOutput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request.
	ClientToken *string
	// Information about the egress-only internet gateway.
	EgressOnlyInternetGateway *types.EgressOnlyInternetGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateFleetInput

type CreateFleetInput struct {
	// The start date and time of the request, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request
	// immediately.
	ValidFrom *time.Time
	// Describes the configuration of Spot Instances in an EC2 Fleet.
	SpotOptions *types.SpotOptionsRequest
	// The type of the request. By default, the EC2 Fleet places an asynchronous
	// request for your desired capacity, and maintains it by replenishing interrupted
	// Spot Instances (maintain). A value of instant places a synchronous one-time
	// request, and returns errors for any instances that could not be launched. A
	// value of request places an asynchronous one-time request without maintaining
	// capacity or submitting requests in alternative capacity pools if capacity is
	// unavailable. For more information, see EC2 Fleet Request Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-request-type)
	// in the Amazon Elastic Compute Cloud User Guide.
	Type types.FleetType
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Indicates whether EC2 Fleet should replace unhealthy instances.
	ReplaceUnhealthyInstances *bool
	// The configuration for the EC2 Fleet.
	LaunchTemplateConfigs []*types.FleetLaunchTemplateConfigRequest
	// The key-value pair for tagging the EC2 Fleet request on creation. The value for
	// ResourceType must be fleet, otherwise the fleet request fails. To tag instances
	// at launch, specify the tags in the launch template
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template).
	// For information about tagging after launch, see Tagging Your Resources
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources).
	TagSpecifications []*types.TagSpecification
	// The number of units to request.
	TargetCapacitySpecification *types.TargetCapacitySpecificationRequest
	// Indicates whether running instances should be terminated if the total target
	// capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
	ExcessCapacityTerminationPolicy types.FleetExcessCapacityTerminationPolicy
	// Describes the configuration of On-Demand Instances in an EC2 Fleet.
	OnDemandOptions *types.OnDemandOptionsRequest
	// Indicates whether running instances should be terminated when the EC2 Fleet
	// expires.
	TerminateInstancesWithExpiration *bool
	// The end date and time of the request, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or
	// able to fulfill the request. If no value is specified, the request remains until
	// you cancel it.
	ValidUntil *time.Time
}

type CreateFleetOutput

type CreateFleetOutput struct {
	// Information about the instances that could not be launched by the fleet. Valid
	// only when Type is set to instant.
	Errors []*types.CreateFleetError
	// The ID of the EC2 Fleet.
	FleetId *string
	// Information about the instances that were launched by the fleet. Valid only when
	// Type is set to instant.
	Instances []*types.CreateFleetInstance

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateFlowLogsInput

type CreateFlowLogsInput struct {
	// The type of resource for which to create the flow log. For example, if you
	// specified a VPC ID for the ResourceId property, specify VPC for this property.
	ResourceType types.FlowLogsResourceType
	// The name of a new or existing CloudWatch Logs log group where Amazon EC2
	// publishes your flow logs. If you specify LogDestinationType as s3, do not
	// specify DeliverLogsPermissionArn or LogGroupName.
	LogGroupName *string
	// The fields to include in the flow log record, in the order in which they should
	// appear. For a list of available fields, see Flow Log Records
	// (https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records).
	// If you omit this parameter, the flow log is created using the default format. If
	// you specify this parameter, you must specify at least one field. Specify the
	// fields using the ${field-id} format, separated by spaces. For the AWS CLI, use
	// single quotation marks (' ') to surround the parameter value.
	LogFormat *string
	// Specifies the destination to which the flow log data is to be published. Flow
	// log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket.
	// The value specified for this parameter depends on the value specified for
	// LogDestinationType. If LogDestinationType is not specified or cloud-watch-logs,
	// specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For
	// example, to publish to a log group called my-logs, specify
	// arn:aws:logs:us-east-1:123456789012:log-group:my-logs. Alternatively, use
	// LogGroupName instead. If LogDestinationType is s3, specify the ARN of the Amazon
	// S3 bucket. You can also specify a subfolder in the bucket. To specify a
	// subfolder in the bucket, use the following ARN format:
	// bucket_ARN/subfolder_name/. For example, to specify a subfolder named my-logs in
	// a bucket named my-bucket, use the following ARN:
	// arn:aws:s3:::my-bucket/my-logs/. You cannot use AWSLogs as a subfolder name.
	// This is a reserved term.
	LogDestination *string
	// The ID of the subnet, network interface, or VPC for which you want to create a
	// flow log. Constraints: Maximum of 1000 resources
	ResourceIds []*string
	// The tags to apply to the flow logs.
	TagSpecifications []*types.TagSpecification
	// The maximum interval of time during which a flow of packets is captured and
	// aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600
	// seconds (10 minutes). When a network interface is attached to a Nitro-based
	// instance
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances),
	// the aggregation interval is always 60 seconds or less, regardless of the value
	// that you specify. Default: 600
	MaxAggregationInterval *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Specifies the type of destination to which the flow log data is to be published.
	// Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow
	// log data to CloudWatch Logs, specify cloud-watch-logs. To publish flow log data
	// to Amazon S3, specify s3. If you specify LogDestinationType as s3, do not
	// specify DeliverLogsPermissionArn or LogGroupName. Default: cloud-watch-logs
	LogDestinationType types.LogDestinationType
	// The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a
	// CloudWatch Logs log group in your account. If you specify LogDestinationType as
	// s3, do not specify DeliverLogsPermissionArn or LogGroupName.
	DeliverLogsPermissionArn *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
	ClientToken *string
	// The type of traffic to log. You can log traffic that the resource accepts or
	// rejects, or all traffic.
	TrafficType types.TrafficType
}

type CreateFlowLogsOutput

type CreateFlowLogsOutput struct {
	// Information about the flow logs that could not be created successfully.
	Unsuccessful []*types.UnsuccessfulItem
	// The IDs of the flow logs.
	FlowLogIds []*string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request.
	ClientToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateFpgaImageInput

type CreateFpgaImageInput struct {
	// The location of the encrypted design checkpoint in Amazon S3. The input must be
	// a tarball.
	InputStorageLocation *types.StorageLocation
	// The location in Amazon S3 for the output logs.
	LogsStorageLocation *types.StorageLocation
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
	ClientToken *string
	// A name for the AFI.
	Name *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to apply to the FPGA image during creation.
	TagSpecifications []*types.TagSpecification
	// A description for the AFI.
	Description *string
}

type CreateFpgaImageOutput

type CreateFpgaImageOutput struct {
	// The FPGA image identifier (AFI ID).
	FpgaImageId *string
	// The global FPGA image identifier (AGFI ID).
	FpgaImageGlobalId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateImageInput

type CreateImageInput struct {
	// By default, Amazon EC2 attempts to shut down and reboot the instance before
	// creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't shut
	// down the instance before creating the image. When this option is used, file
	// system integrity on the created image can't be guaranteed.
	NoReboot *bool
	// The block device mappings. This parameter cannot be used to modify the
	// encryption status of existing volumes or snapshots. To create an AMI with
	// encrypted snapshots, use the CopyImage () action.
	BlockDeviceMappings []*types.BlockDeviceMapping
	// The ID of the instance.
	InstanceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// A description for the new image.
	Description *string
	// A name for the new image. Constraints: 3-128 alphanumeric characters,
	// parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/),
	// dashes (-), single quotes ('), at-signs (@), or underscores(_)
	Name *string
}

type CreateImageOutput

type CreateImageOutput struct {
	// The ID of the new AMI.
	ImageId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateInstanceExportTaskInput

type CreateInstanceExportTaskInput struct {
	// The target virtualization environment.
	TargetEnvironment types.ExportEnvironment
	// A description for the conversion task or the resource being exported. The
	// maximum length is 255 characters.
	Description *string
	// The ID of the instance.
	InstanceId *string
	// The tags to apply to the instance export task during creation.
	TagSpecifications []*types.TagSpecification
	// The format and location for an instance export task.
	ExportToS3Task *types.ExportToS3TaskSpecification
}

type CreateInstanceExportTaskOutput

type CreateInstanceExportTaskOutput struct {
	// Information about the instance export task.
	ExportTask *types.ExportTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateInternetGatewayInput

type CreateInternetGatewayInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to assign to the internet gateway.
	TagSpecifications []*types.TagSpecification
}

type CreateInternetGatewayOutput

type CreateInternetGatewayOutput struct {
	// Information about the internet gateway.
	InternetGateway *types.InternetGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateKeyPairInput

type CreateKeyPairInput struct {
	// The tags to apply to the new key pair.
	TagSpecifications []*types.TagSpecification
	// A unique name for the key pair. Constraints: Up to 255 ASCII characters
	KeyName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateKeyPairOutput

type CreateKeyPairOutput struct {
	// The SHA-1 digest of the DER encoded private key.
	KeyFingerprint *string
	// The name of the key pair.
	KeyName *string
	// An unencrypted PEM encoded RSA private key.
	KeyMaterial *string
	// The ID of the key pair.
	KeyPairId *string
	// Any tags applied to the key pair.
	Tags []*types.Tag

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes a key pair.

type CreateLaunchTemplateInput

type CreateLaunchTemplateInput struct {
	// The tags to apply to the launch template during creation.
	TagSpecifications []*types.TagSpecification
	// Unique, case-sensitive identifier you provide to ensure the idempotency of the
	// request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	// Constraint: Maximum 128 ASCII characters.
	ClientToken *string
	// A name for the launch template.
	LaunchTemplateName *string
	// The information for the launch template.
	LaunchTemplateData *types.RequestLaunchTemplateData
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// A description for the first version of the launch template.
	VersionDescription *string
}

type CreateLaunchTemplateOutput

type CreateLaunchTemplateOutput struct {
	// Information about the launch template.
	LaunchTemplate *types.LaunchTemplate
	// If the launch template contains parameters or parameter combinations that are
	// not valid, an error code and an error message are returned for each issue that's
	// found.
	Warning *types.ValidationWarning

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateLaunchTemplateVersionInput

type CreateLaunchTemplateVersionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The version number of the launch template version on which to base the new
	// version. The new version inherits the same launch parameters as the source
	// version, except for parameters that you specify in LaunchTemplateData. Snapshots
	// applied to the block device mapping are ignored when creating a new version
	// unless they are explicitly included.
	SourceVersion *string
	// Unique, case-sensitive identifier you provide to ensure the idempotency of the
	// request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	// Constraint: Maximum 128 ASCII characters.
	ClientToken *string
	// The name of the launch template. You must specify either the launch template ID
	// or launch template name in the request.
	LaunchTemplateName *string
	// The information for the launch template.
	LaunchTemplateData *types.RequestLaunchTemplateData
	// A description for the version of the launch template.
	VersionDescription *string
	// The ID of the launch template. You must specify either the launch template ID or
	// launch template name in the request.
	LaunchTemplateId *string
}

type CreateLaunchTemplateVersionOutput

type CreateLaunchTemplateVersionOutput struct {
	// If the new version of the launch template contains parameters or parameter
	// combinations that are not valid, an error code and an error message are returned
	// for each issue that's found.
	Warning *types.ValidationWarning
	// Information about the launch template version.
	LaunchTemplateVersion *types.LaunchTemplateVersion

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateLocalGatewayRouteInput

type CreateLocalGatewayRouteInput struct {
	// The ID of the virtual interface group.
	LocalGatewayVirtualInterfaceGroupId *string
	// The ID of the local gateway route table.
	LocalGatewayRouteTableId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The CIDR range used for destination matches. Routing decisions are based on the
	// most specific match.
	DestinationCidrBlock *string
}

type CreateLocalGatewayRouteOutput

type CreateLocalGatewayRouteOutput struct {
	// Information about the route.
	Route *types.LocalGatewayRoute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateLocalGatewayRouteTableVpcAssociationInput

type CreateLocalGatewayRouteTableVpcAssociationInput struct {
	// The ID of the VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the local gateway route table.
	LocalGatewayRouteTableId *string
	// The tags to assign to the local gateway route table VPC association.
	TagSpecifications []*types.TagSpecification
}

type CreateLocalGatewayRouteTableVpcAssociationOutput

type CreateLocalGatewayRouteTableVpcAssociationOutput struct {
	// Information about the association.
	LocalGatewayRouteTableVpcAssociation *types.LocalGatewayRouteTableVpcAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateManagedPrefixListInput

type CreateManagedPrefixListInput struct {
	// The IP address type. Valid Values: IPv4 | IPv6
	AddressFamily *string
	// Unique, case-sensitive identifier you provide to ensure the idempotency of the
	// request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	// Constraints: Up to 255 UTF-8 characters in length.
	ClientToken *string
	// One or more entries for the prefix list.
	Entries []*types.AddPrefixListEntry
	// The maximum number of entries for the prefix list.
	MaxEntries *int32
	// The tags to apply to the prefix list during creation.
	TagSpecifications []*types.TagSpecification
	// A name for the prefix list. Constraints: Up to 255 characters in length. The
	// name cannot start with com.amazonaws.
	PrefixListName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateManagedPrefixListOutput

type CreateManagedPrefixListOutput struct {
	// Information about the prefix list.
	PrefixList *types.ManagedPrefixList

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateNatGatewayInput

type CreateNatGatewayInput struct {
	// The allocation ID of an Elastic IP address to associate with the NAT gateway. If
	// the Elastic IP address is associated with another resource, you must first
	// disassociate it.
	AllocationId *string
	// The tags to assign to the NAT gateway.
	TagSpecifications []*types.TagSpecification
	// The subnet in which to create the NAT gateway.
	SubnetId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	// Constraint: Maximum 64 ASCII characters.
	ClientToken *string
}

type CreateNatGatewayOutput

type CreateNatGatewayOutput struct {
	// Information about the NAT gateway.
	NatGateway *types.NatGateway
	// Unique, case-sensitive identifier to ensure the idempotency of the request. Only
	// returned if a client token was provided in the request.
	ClientToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateNetworkAclEntryInput

type CreateNetworkAclEntryInput struct {
	// The IPv4 network range to allow or deny, in CIDR notation (for example
	// 172.16.0.0/24). We modify the specified CIDR block to its canonical form; for
	// example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
	CidrBlock *string
	// TCP or UDP protocols: The range of ports the rule applies to. Required if
	// specifying protocol 6 (TCP) or 17 (UDP).
	PortRange *types.PortRange
	// Indicates whether to allow or deny the traffic that matches the rule.
	RuleAction types.RuleAction
	// ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
	// 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.
	IcmpTypeCode *types.IcmpTypeCode
	// The ID of the network ACL.
	NetworkAclId *string
	// The protocol number. A value of "-1" means all protocols. If you specify "-1" or
	// a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on
	// all ports is allowed, regardless of any ports or ICMP types or codes that you
	// specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block,
	// traffic for all ICMP types and codes allowed, regardless of any that you
	// specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block,
	// you must specify an ICMP type and code.
	Protocol *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Indicates whether this is an egress rule (rule is applied to traffic leaving the
	// subnet).
	Egress *bool
	// The rule number for the entry (for example, 100). ACL entries are processed in
	// ascending order by rule number. Constraints: Positive integer from 1 to 32766.
	// The range 32767 to 65535 is reserved for internal use.
	RuleNumber *int32
	// The IPv6 network range to allow or deny, in CIDR notation (for example
	// 2001:db8:1234:1a00::/64).
	Ipv6CidrBlock *string
}

type CreateNetworkAclEntryOutput

type CreateNetworkAclEntryOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateNetworkAclInput

type CreateNetworkAclInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the VPC.
	VpcId *string
	// The tags to assign to the network ACL.
	TagSpecifications []*types.TagSpecification
}

type CreateNetworkAclOutput

type CreateNetworkAclOutput struct {
	// Information about the network ACL.
	NetworkAcl *types.NetworkAcl

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateNetworkInterfaceInput

type CreateNetworkInterfaceInput struct {
	// One or more specific IPv6 addresses from the IPv6 CIDR block range of your
	// subnet. You can't use this option if you're specifying a number of IPv6
	// addresses.
	Ipv6Addresses []*types.InstanceIpv6Address
	// The IDs of one or more security groups.
	Groups []*string
	// A description for the network interface.
	Description *string
	// The ID of the subnet to associate with the network interface.
	SubnetId *string
	// One or more private IPv4 addresses.
	PrivateIpAddresses []*types.PrivateIpAddressSpecification
	// The primary private IPv4 address of the network interface. If you don't specify
	// an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR
	// range. If you specify an IP address, you cannot indicate any IP addresses
	// specified in privateIpAddresses as primary (only one IP address can be
	// designated as primary).
	PrivateIpAddress *string
	// Indicates the type of network interface. To create an Elastic Fabric Adapter
	// (EFA), specify efa. For more information, see  Elastic Fabric Adapter
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the Amazon
	// Elastic Compute Cloud User Guide.
	InterfaceType types.NetworkInterfaceCreationType
	// The number of IPv6 addresses to assign to a network interface. Amazon EC2
	// automatically selects the IPv6 addresses from the subnet range. You can't use
	// this option if specifying specific IPv6 addresses. If your subnet has the
	// AssignIpv6AddressOnCreation attribute set to true, you can specify 0 to override
	// this setting.
	Ipv6AddressCount *int32
	// The tags to apply to the new network interface.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The number of secondary private IPv4 addresses to assign to a network interface.
	// When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these
	// IP addresses within the subnet's IPv4 CIDR range. You can't specify this option
	// and specify more than one private IP address using privateIpAddresses. The
	// number of IP addresses you can assign to a network interface varies by instance
	// type. For more information, see IP Addresses Per ENI Per Instance Type
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI)
	// in the Amazon Virtual Private Cloud User Guide.
	SecondaryPrivateIpAddressCount *int32
}

Contains the parameters for CreateNetworkInterface.

type CreateNetworkInterfaceOutput

type CreateNetworkInterfaceOutput struct {
	// Information about the network interface.
	NetworkInterface *types.NetworkInterface

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateNetworkInterface.

type CreateNetworkInterfacePermissionInput

type CreateNetworkInterfacePermissionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The AWS account ID.
	AwsAccountId *string
	// The AWS service. Currently not supported.
	AwsService *string
	// The type of permission to grant.
	Permission types.InterfacePermissionType
}

Contains the parameters for CreateNetworkInterfacePermission.

type CreateNetworkInterfacePermissionOutput

type CreateNetworkInterfacePermissionOutput struct {
	// Information about the permission for the network interface.
	InterfacePermission *types.NetworkInterfacePermission

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateNetworkInterfacePermission.

type CreatePlacementGroupInput

type CreatePlacementGroupInput struct {
	// A name for the placement group. Must be unique within the scope of your account
	// for the Region. Constraints: Up to 255 ASCII characters
	GroupName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to apply to the new placement group.
	TagSpecifications []*types.TagSpecification
	// The placement strategy.
	Strategy types.PlacementStrategy
	// The number of partitions. Valid only when Strategy is set to partition.
	PartitionCount *int32
}

type CreatePlacementGroupOutput

type CreatePlacementGroupOutput struct {
	// Describes a placement group.
	PlacementGroup *types.PlacementGroup

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateReservedInstancesListingInput

type CreateReservedInstancesListingInput struct {
	// The ID of the active Standard Reserved Instance.
	ReservedInstancesId *string
	// Unique, case-sensitive identifier you provide to ensure idempotency of your
	// listings. This helps avoid duplicate listings. For more information, see
	// Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// A list specifying the price of the Standard Reserved Instance for each month
	// remaining in the Reserved Instance term.
	PriceSchedules []*types.PriceScheduleSpecification
	// The number of instances that are a part of a Reserved Instance account to be
	// listed in the Reserved Instance Marketplace. This number should be less than or
	// equal to the instance count associated with the Reserved Instance ID specified
	// in this call.
	InstanceCount *int32
}

Contains the parameters for CreateReservedInstancesListing.

type CreateReservedInstancesListingOutput

type CreateReservedInstancesListingOutput struct {
	// Information about the Standard Reserved Instance listing.
	ReservedInstancesListings []*types.ReservedInstancesListing

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateReservedInstancesListing.

type CreateRouteInput

type CreateRouteInput struct {
	// The ID of a VPC peering connection.
	VpcPeeringConnectionId *string
	// The ID of a network interface.
	NetworkInterfaceId *string
	// The ID of the local gateway.
	LocalGatewayId *string
	// The IPv4 CIDR address block used for the destination match. Routing decisions
	// are based on the most specific match. We modify the specified CIDR block to its
	// canonical form; for example, if you specify 100.68.0.18/18, we modify it to
	// 100.68.0.0/18.
	DestinationCidrBlock *string
	// The ID of a prefix list used for the destination match.
	DestinationPrefixListId *string
	// [IPv6 traffic only] The ID of an egress-only internet gateway.
	EgressOnlyInternetGatewayId *string
	// The ID of an internet gateway or virtual private gateway attached to your VPC.
	GatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the route table for the route.
	RouteTableId *string
	// The ID of a transit gateway.
	TransitGatewayId *string
	// The IPv6 CIDR block used for the destination match. Routing decisions are based
	// on the most specific match.
	DestinationIpv6CidrBlock *string
	// [IPv4 traffic only] The ID of a NAT gateway.
	NatGatewayId *string
	// The ID of a NAT instance in your VPC. The operation fails if you specify an
	// instance ID unless exactly one network interface is attached.
	InstanceId *string
}

type CreateRouteOutput

type CreateRouteOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateRouteTableInput

type CreateRouteTableInput struct {
	// The ID of the VPC.
	VpcId *string
	// The tags to assign to the route table.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateRouteTableOutput

type CreateRouteTableOutput struct {
	// Information about the route table.
	RouteTable *types.RouteTable

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateSecurityGroupInput

type CreateSecurityGroupInput struct {
	// The tags to assign to the security group.
	TagSpecifications []*types.TagSpecification
	// A description for the security group. This is informational only. Constraints:
	// Up to 255 characters in length Constraints for EC2-Classic: ASCII characters
	// Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
	Description *string
	// The name of the security group. Constraints: Up to 255 characters in length.
	// Cannot start with sg-. Constraints for EC2-Classic: ASCII characters Constraints
	// for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
	GroupName *string
	// [EC2-VPC] The ID of the VPC. Required for EC2-VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateSecurityGroupOutput

type CreateSecurityGroupOutput struct {
	// The ID of the security group.
	GroupId *string
	// The tags assigned to the security group.
	Tags []*types.Tag

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateSnapshotInput

type CreateSnapshotInput struct {
	// A description for the snapshot.
	Description *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to apply to the snapshot during creation.
	TagSpecifications []*types.TagSpecification
	// The ID of the EBS volume.
	VolumeId *string
}

type CreateSnapshotOutput

type CreateSnapshotOutput struct {
	// The AWS account ID of the EBS snapshot owner.
	OwnerId *string
	// The size of the volume, in GiB.
	VolumeSize *int32
	// The AWS owner alias, as maintained by Amazon. The possible values are: amazon |
	// self | all | aws-marketplace | microsoft. This AWS owner alias is not to be
	// confused with the user-configured AWS account alias, which is set from the IAM
	// console.
	OwnerAlias *string
	// The ID of the snapshot. Each snapshot receives a unique identifier when it is
	// created.
	SnapshotId *string
	// The ID of the volume that was used to create the snapshot. Snapshots created by
	// the CopySnapshot () action have an arbitrary volume ID that should not be used
	// for any purpose.
	VolumeId *string
	// Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy
	// operation fails (for example, if the proper AWS Key Management Service (AWS KMS)
	// permissions are not obtained) this field displays error state details to help
	// you diagnose why the error occurred. This parameter is only returned by
	// DescribeSnapshots ().
	StateMessage *string
	// Indicates whether the snapshot is encrypted.
	Encrypted *bool
	// Any tags assigned to the snapshot.
	Tags []*types.Tag
	// The data encryption key identifier for the snapshot. This value is a unique
	// identifier that corresponds to the data encryption key that was used to encrypt
	// the original volume or snapshot copy. Because data encryption keys are inherited
	// by volumes created from snapshots, and vice versa, if snapshots share the same
	// data encryption key identifier, then they belong to the same volume/snapshot
	// lineage. This parameter is only returned by DescribeSnapshots ().
	DataEncryptionKeyId *string
	// The progress of the snapshot, as a percentage.
	Progress *string
	// The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS)
	// customer master key (CMK) that was used to protect the volume encryption key for
	// the parent volume.
	KmsKeyId *string
	// The description for the snapshot.
	Description *string
	// The snapshot state.
	State types.SnapshotState
	// The time stamp when the snapshot was initiated.
	StartTime *time.Time

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes a snapshot.

type CreateSnapshotsInput

type CreateSnapshotsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Copies the tags from the specified volume to corresponding snapshot.
	CopyTagsFromSource types.CopyTagsFromSource
	// Tags to apply to every snapshot specified by the instance.
	TagSpecifications []*types.TagSpecification
	// The instance to specify which volumes should be included in the snapshots.
	InstanceSpecification *types.InstanceSpecification
	// A description propagated to every snapshot specified by the instance.
	Description *string
}

type CreateSnapshotsOutput

type CreateSnapshotsOutput struct {
	// List of snapshots.
	Snapshots []*types.SnapshotInfo

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateSpotDatafeedSubscriptionInput

type CreateSpotDatafeedSubscriptionInput struct {
	// A prefix for the data feed file names.
	Prefix *string
	// The Amazon S3 bucket in which to store the Spot Instance data feed.
	Bucket *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for CreateSpotDatafeedSubscription.

type CreateSpotDatafeedSubscriptionOutput

type CreateSpotDatafeedSubscriptionOutput struct {
	// The Spot Instance data feed subscription.
	SpotDatafeedSubscription *types.SpotDatafeedSubscription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateSpotDatafeedSubscription.

type CreateSubnetInput

type CreateSubnetInput struct {
	// The IPv6 network range for the subnet, in CIDR notation. The subnet size must
	// use a /64 prefix length.
	Ipv6CidrBlock *string
	// The ID of the VPC.
	VpcId *string
	// The AZ ID or the Local Zone ID of the subnet.
	AvailabilityZoneId *string
	// The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN,
	// you must also specify the Availability Zone of the Outpost subnet.
	OutpostArn *string
	// The IPv4 network range for the subnet, in CIDR notation. For example,
	// 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for
	// example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
	CidrBlock *string
	// The Availability Zone or Local Zone for the subnet. Default: AWS selects one for
	// you. If you create more than one subnet in your VPC, we do not necessarily
	// select a different zone for each subnet. To create a subnet in a Local Zone, set
	// this value to the Local Zone ID, for example us-west-2-lax-1a. For information
	// about the Regions that support Local Zones, see Available Regions
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions)
	// in the Amazon Elastic Compute Cloud User Guide. To create a subnet in an
	// Outpost, set this value to the Availability Zone for the Outpost and specify the
	// Outpost ARN.
	AvailabilityZone *string
	// The tags to assign to the subnet.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateSubnetOutput

type CreateSubnetOutput struct {
	// Information about the subnet.
	Subnet *types.Subnet

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTagsInput

type CreateTagsInput struct {
	// The IDs of the resources, separated by spaces. Constraints: Up to 1000 resource
	// IDs. We recommend breaking up this request into smaller batches.
	Resources []*string
	// The tags. The value parameter is required, but if you don't want the tag to have
	// a value, specify the parameter with no value, and we set the value to an empty
	// string.
	Tags []*types.Tag
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateTagsOutput

type CreateTagsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTrafficMirrorFilterInput

type CreateTrafficMirrorFilterInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The description of the Traffic Mirror filter.
	Description *string
	// The tags to assign to a Traffic Mirror filter.
	TagSpecifications []*types.TagSpecification
}

type CreateTrafficMirrorFilterOutput

type CreateTrafficMirrorFilterOutput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Information about the Traffic Mirror filter.
	TrafficMirrorFilter *types.TrafficMirrorFilter

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTrafficMirrorFilterRuleInput

type CreateTrafficMirrorFilterRuleInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The source CIDR block to assign to the Traffic Mirror rule.
	SourceCidrBlock *string
	// The action to take (accept | reject) on the filtered traffic.
	RuleAction types.TrafficMirrorRuleAction
	// The protocol, for example UDP, to assign to the Traffic Mirror rule. For
	// information about the protocol value, see Protocol Numbers
	// (https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) on
	// the Internet Assigned Numbers Authority (IANA) website.
	Protocol *int32
	// The destination CIDR block to assign to the Traffic Mirror rule.
	DestinationCidrBlock *string
	// The description of the Traffic Mirror rule.
	Description *string
	// The destination port range.
	DestinationPortRange *types.TrafficMirrorPortRangeRequest
	// The type of traffic (ingress | egress).
	TrafficDirection types.TrafficDirection
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The source port range.
	SourcePortRange *types.TrafficMirrorPortRangeRequest
	// The number of the Traffic Mirror rule. This number must be unique for each
	// Traffic Mirror rule in a given direction. The rules are processed in ascending
	// order by rule number.
	RuleNumber *int32
	// The ID of the filter that this rule is associated with.
	TrafficMirrorFilterId *string
}

type CreateTrafficMirrorFilterRuleOutput

type CreateTrafficMirrorFilterRuleOutput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The Traffic Mirror rule.
	TrafficMirrorFilterRule *types.TrafficMirrorFilterRule

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTrafficMirrorSessionInput

type CreateTrafficMirrorSessionInput struct {
	// The description of the Traffic Mirror session.
	Description *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The ID of the source network interface.
	NetworkInterfaceId *string
	// The tags to assign to a Traffic Mirror session.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The VXLAN ID for the Traffic Mirror session. For more information about the
	// VXLAN protocol, see RFC 7348 (https://tools.ietf.org/html/rfc7348). If you do
	// not specify a VirtualNetworkId, an account-wide unique id is chosen at random.
	VirtualNetworkId *int32
	// The number of bytes in each packet to mirror. These are bytes after the VXLAN
	// header. Do not specify this parameter when you want to mirror the entire packet.
	// To mirror a subset of the packet, set this to the length (in bytes) that you
	// want to mirror. For example, if you set this value to 100, then the first 100
	// bytes that meet the filter criteria are copied to the target. If you do not want
	// to mirror the entire packet, use the PacketLength parameter to specify the
	// number of bytes in each packet to mirror.
	PacketLength *int32
	// The session number determines the order in which sessions are evaluated when an
	// interface is used by multiple sessions. The first session with a matching filter
	// is the one that mirrors the packets. Valid values are 1-32766.
	SessionNumber *int32
	// The ID of the Traffic Mirror target.
	TrafficMirrorTargetId *string
	// The ID of the Traffic Mirror filter.
	TrafficMirrorFilterId *string
}

type CreateTrafficMirrorSessionOutput

type CreateTrafficMirrorSessionOutput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Information about the Traffic Mirror session.
	TrafficMirrorSession *types.TrafficMirrorSession

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTrafficMirrorTargetInput

type CreateTrafficMirrorTargetInput struct {
	// The Amazon Resource Name (ARN) of the Network Load Balancer that is associated
	// with the target.
	NetworkLoadBalancerArn *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The description of the Traffic Mirror target.
	Description *string
	// The tags to assign to the Traffic Mirror target.
	TagSpecifications []*types.TagSpecification
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The network interface ID that is associated with the target.
	NetworkInterfaceId *string
}

type CreateTrafficMirrorTargetOutput

type CreateTrafficMirrorTargetOutput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Information about the Traffic Mirror target.
	TrafficMirrorTarget *types.TrafficMirrorTarget

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTransitGatewayInput

type CreateTransitGatewayInput struct {
	// The tags to apply to the transit gateway.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The transit gateway options.
	Options *types.TransitGatewayRequestOptions
	// A description of the transit gateway.
	Description *string
}

type CreateTransitGatewayMulticastDomainInput

type CreateTransitGatewayMulticastDomainInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags for the transit gateway multicast domain.
	TagSpecifications []*types.TagSpecification
	// The ID of the transit gateway.
	TransitGatewayId *string
}

type CreateTransitGatewayMulticastDomainOutput

type CreateTransitGatewayMulticastDomainOutput struct {
	// Information about the transit gateway multicast domain.
	TransitGatewayMulticastDomain *types.TransitGatewayMulticastDomain

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTransitGatewayOutput

type CreateTransitGatewayOutput struct {
	// Information about the transit gateway.
	TransitGateway *types.TransitGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTransitGatewayPeeringAttachmentInput

type CreateTransitGatewayPeeringAttachmentInput struct {
	// The ID of the transit gateway.
	TransitGatewayId *string
	// The ID of the peer transit gateway with which to create the peering attachment.
	PeerTransitGatewayId *string
	// The tags to apply to the transit gateway peering attachment.
	TagSpecifications []*types.TagSpecification
	// The AWS account ID of the owner of the peer transit gateway.
	PeerAccountId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The Region where the peer transit gateway is located.
	PeerRegion *string
}

type CreateTransitGatewayPeeringAttachmentOutput

type CreateTransitGatewayPeeringAttachmentOutput struct {
	// The transit gateway peering attachment.
	TransitGatewayPeeringAttachment *types.TransitGatewayPeeringAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTransitGatewayRouteInput

type CreateTransitGatewayRouteInput struct {
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// Indicates whether to drop traffic that matches this route.
	Blackhole *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The CIDR range used for destination matches. Routing decisions are based on the
	// most specific match.
	DestinationCidrBlock *string
}

type CreateTransitGatewayRouteOutput

type CreateTransitGatewayRouteOutput struct {
	// Information about the route.
	Route *types.TransitGatewayRoute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTransitGatewayRouteTableInput

type CreateTransitGatewayRouteTableInput struct {
	// The ID of the transit gateway.
	TransitGatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to apply to the transit gateway route table.
	TagSpecifications []*types.TagSpecification
}

type CreateTransitGatewayRouteTableOutput

type CreateTransitGatewayRouteTableOutput struct {
	// Information about the transit gateway route table.
	TransitGatewayRouteTable *types.TransitGatewayRouteTable

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateTransitGatewayVpcAttachmentInput

type CreateTransitGatewayVpcAttachmentInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the VPC.
	VpcId *string
	// The IDs of one or more subnets. You can specify only one subnet per Availability
	// Zone. You must specify at least one subnet, but we recommend that you specify
	// two subnets for better availability. The transit gateway uses one IP address
	// from each specified subnet.
	SubnetIds []*string
	// The VPC attachment options.
	Options *types.CreateTransitGatewayVpcAttachmentRequestOptions
	// The tags to apply to the VPC attachment.
	TagSpecifications []*types.TagSpecification
	// The ID of the transit gateway.
	TransitGatewayId *string
}

type CreateTransitGatewayVpcAttachmentOutput

type CreateTransitGatewayVpcAttachmentOutput struct {
	// Information about the VPC attachment.
	TransitGatewayVpcAttachment *types.TransitGatewayVpcAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateVolumeInput

type CreateVolumeInput struct {
	// The Availability Zone in which to create the volume.
	AvailabilityZone *string
	// The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned
	// IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for
	// Magnetic volumes. Default: gp2
	VolumeType types.VolumeType
	// The tags to apply to the volume during creation.
	TagSpecifications []*types.TagSpecification
	// The identifier of the AWS Key Management Service (AWS KMS) customer master key
	// (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your
	// AWS managed CMK for EBS is used. If KmsKeyId is specified, the encrypted state
	// must be true. You can specify the CMK using any of the following:
	//
	//     * Key ID.
	// For example, key/1234abcd-12ab-34cd-56ef-1234567890ab.
	//
	//     * Key alias. For
	// example, alias/ExampleAlias.
	//
	//     * Key ARN. For example,
	// arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
	//
	//
	// * Alias ARN. For example,
	// arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
	//
	// AWS authenticates the
	// CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not
	// valid, the action can appear to complete, but eventually fails.
	KmsKeyId *string
	// The number of I/O operations per second (IOPS) to provision for the volume, with
	// a maximum ratio of 50 IOPS/GiB. Range is 100 to 64,000 IOPS for volumes in most
	// Regions. Maximum IOPS of 64,000 is guaranteed only on Nitro-based instances
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances).
	// Other instance families guarantee performance up to 32,000 IOPS. For more
	// information, see Amazon EBS Volume Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html) in the
	// Amazon Elastic Compute Cloud User Guide. This parameter is valid only for
	// Provisioned IOPS SSD (io1) volumes.
	Iops *int32
	// The Amazon Resource Name (ARN) of the Outpost.
	OutpostArn *string
	// Specifies whether the volume should be encrypted. The effect of setting the
	// encryption state to true depends on the volume origin (new or from a snapshot),
	// starting encryption state, ownership, and whether encryption by default is
	// enabled. For more information, see Encryption by Default
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default)
	// in the Amazon Elastic Compute Cloud User Guide. Encrypted Amazon EBS volumes
	// must be attached to instances that support Amazon EBS encryption. For more
	// information, see Supported Instance Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances).
	Encrypted *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach,
	// you can attach the volume to up to 16 Nitro-based instances
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances)
	// in the same Availability Zone. For more information, see  Amazon EBS
	// Multi-Attach
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html) in
	// the Amazon Elastic Compute Cloud User Guide.
	MultiAttachEnabled *bool
	// The snapshot from which to create the volume. You must specify either a snapshot
	// ID or a volume size.
	SnapshotId *string
	// The size of the volume, in GiBs. You must specify either a snapshot ID or a
	// volume size. Constraints: 1-16,384 for gp2, 4-16,384 for io1, 500-16,384 for
	// st1, 500-16,384 for sc1, and 1-1,024 for standard. If you specify a snapshot,
	// the volume size must be equal to or larger than the snapshot size. Default: If
	// you're creating the volume from a snapshot and don't specify a volume size, the
	// default is the snapshot size.
	Size *int32
}

type CreateVolumeOutput

type CreateVolumeOutput struct {
	// Indicates whether the volume is encrypted.
	Encrypted *bool
	// Any tags assigned to the volume.
	Tags []*types.Tag
	// Indicates whether Amazon EBS Multi-Attach is enabled.
	MultiAttachEnabled *bool
	// The Amazon Resource Name (ARN) of the Outpost.
	OutpostArn *string
	// The size of the volume, in GiBs.
	Size *int32
	// The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned
	// IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for
	// Magnetic volumes.
	VolumeType types.VolumeType
	// Indicates whether the volume was created using fast snapshot restore.
	FastRestored *bool
	// Information about the volume attachments.
	Attachments []*types.VolumeAttachment
	// The snapshot from which the volume was created, if applicable.
	SnapshotId *string
	// The volume state.
	State types.VolumeState
	// The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS)
	// customer master key (CMK) that was used to protect the volume encryption key for
	// the volume.
	KmsKeyId *string
	// The Availability Zone for the volume.
	AvailabilityZone *string
	// The time stamp when volume creation was initiated.
	CreateTime *time.Time
	// The ID of the volume.
	VolumeId *string
	// The number of I/O operations per second (IOPS) that the volume supports. For
	// Provisioned IOPS SSD volumes, this represents the number of IOPS that are
	// provisioned for the volume. For General Purpose SSD volumes, this represents the
	// baseline performance of the volume and the rate at which the volume accumulates
	// I/O credits for bursting. For more information, see Amazon EBS Volume Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html) in the
	// Amazon Elastic Compute Cloud User Guide. Constraints: Range is 100-16,000 IOPS
	// for gp2 volumes and 100 to 64,000IOPS for io1 volumes, in most Regions. The
	// maximum IOPS for io1 of 64,000 is guaranteed only on Nitro-based instances
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances).
	// Other instance families guarantee performance up to 32,000 IOPS. Condition: This
	// parameter is required for requests to create io1 volumes; it is not used in
	// requests to create gp2, st1, sc1, or standard volumes.
	Iops *int32

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes a volume.

type CreateVpcEndpointConnectionNotificationInput

type CreateVpcEndpointConnectionNotificationInput struct {
	// The ID of the endpoint.
	VpcEndpointId *string
	// The ARN of the SNS topic for the notifications.
	ConnectionNotificationArn *string
	// The ID of the endpoint service.
	ServiceId *string
	// One or more endpoint events for which to receive notifications. Valid values are
	// Accept, Connect, Delete, and Reject.
	ConnectionEvents []*string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateVpcEndpointConnectionNotificationOutput

type CreateVpcEndpointConnectionNotificationOutput struct {
	// Information about the notification.
	ConnectionNotification *types.ConnectionNotification
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request.
	ClientToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateVpcEndpointInput

type CreateVpcEndpointInput struct {
	// (Interface endpoint) The ID of one or more subnets in which to create an
	// endpoint network interface.
	SubnetIds []*string
	// (Interface endpoint) The ID of one or more security groups to associate with the
	// endpoint network interface.
	SecurityGroupIds []*string
	// The service name. To get a list of available services, use the
	// DescribeVpcEndpointServices () request, or get the name from the service
	// provider.
	ServiceName *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to associate with the endpoint.
	TagSpecifications []*types.TagSpecification
	// The type of endpoint. Default: Gateway
	VpcEndpointType types.VpcEndpointType
	// (Gateway endpoint) One or more route table IDs.
	RouteTableIds []*string
	// A policy to attach to the endpoint that controls access to the service. The
	// policy must be in valid JSON format. If this parameter is not specified, we
	// attach a default policy that allows full access to the service.
	PolicyDocument *string
	// The ID of the VPC in which the endpoint will be used.
	VpcId *string
	// (Interface endpoint) Indicates whether to associate a private hosted zone with
	// the specified VPC. The private hosted zone contains a record set for the default
	// public DNS name for the service for the Region (for example,
	// kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of
	// the endpoint network interfaces in the VPC. This enables you to make requests to
	// the default public DNS name for the service instead of the public DNS names that
	// are automatically generated by the VPC endpoint service. To use a private hosted
	// zone, you must set the following VPC attributes to true: enableDnsHostnames and
	// enableDnsSupport. Use ModifyVpcAttribute () to set the VPC attributes. Default:
	// true
	PrivateDnsEnabled *bool
}

Contains the parameters for CreateVpcEndpoint.

type CreateVpcEndpointOutput

type CreateVpcEndpointOutput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request.
	ClientToken *string
	// Information about the endpoint.
	VpcEndpoint *types.VpcEndpoint

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateVpcEndpoint.

type CreateVpcEndpointServiceConfigurationInput

type CreateVpcEndpointServiceConfigurationInput struct {
	// The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your
	// service.
	NetworkLoadBalancerArns []*string
	// The private DNS name to assign to the VPC endpoint service.
	PrivateDnsName *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to associate with the service.
	TagSpecifications []*types.TagSpecification
	// Indicates whether requests from service consumers to create an endpoint to your
	// service must be accepted. To accept a request, use AcceptVpcEndpointConnections
	// ().
	AcceptanceRequired *bool
}

type CreateVpcEndpointServiceConfigurationOutput

type CreateVpcEndpointServiceConfigurationOutput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request.
	ClientToken *string
	// Information about the service configuration.
	ServiceConfiguration *types.ServiceConfiguration

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateVpcInput

type CreateVpcInput struct {
	// The tags to assign to the VPC.
	TagSpecifications []*types.TagSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16.
	// We modify the specified CIDR block to its canonical form; for example, if you
	// specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
	CidrBlock *string
	// The tenancy options for instances launched into the VPC. For default, instances
	// are launched with shared tenancy by default. You can launch instances with any
	// tenancy into a shared tenancy VPC. For dedicated, instances are launched as
	// dedicated tenancy instances by default. You can only launch instances with a
	// tenancy of dedicated or host into a dedicated tenancy VPC. Important: The host
	// value cannot be used with this parameter. Use the default or dedicated values
	// only. Default: default
	InstanceTenancy types.Tenancy
	// The name of the location from which we advertise the IPV6 CIDR block. Use this
	// parameter to limit the address to this location. You must set
	// AmazonProvidedIpv6CidrBlock to true to use this parameter.
	Ipv6CidrBlockNetworkBorderGroup *string
	// The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool
	// in the request. To let Amazon choose the IPv6 CIDR block for you, omit this
	// parameter.
	Ipv6CidrBlock *string
	// Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the
	// VPC. You cannot specify the range of IP addresses, or the size of the CIDR
	// block.
	AmazonProvidedIpv6CidrBlock *bool
	// The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
	Ipv6Pool *string
}

type CreateVpcOutput

type CreateVpcOutput struct {
	// Information about the VPC.
	Vpc *types.Vpc

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateVpcPeeringConnectionInput

type CreateVpcPeeringConnectionInput struct {
	// The ID of the requester VPC. You must specify this parameter in the request.
	VpcId *string
	// The Region code for the accepter VPC, if the accepter VPC is located in a Region
	// other than the Region in which you make the request. Default: The Region in
	// which you make the request.
	PeerRegion *string
	// The AWS account ID of the owner of the accepter VPC. Default: Your AWS account
	// ID
	PeerOwnerId *string
	// The tags to assign to the peering connection.
	TagSpecifications []*types.TagSpecification
	// The ID of the VPC with which you are creating the VPC peering connection. You
	// must specify this parameter in the request.
	PeerVpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type CreateVpcPeeringConnectionOutput

type CreateVpcPeeringConnectionOutput struct {
	// Information about the VPC peering connection.
	VpcPeeringConnection *types.VpcPeeringConnection

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateVpnConnectionInput

type CreateVpnConnectionInput struct {
	// The type of VPN connection (ipsec.1).
	Type *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The options for the VPN connection.
	Options *types.VpnConnectionOptionsSpecification
	// The ID of the customer gateway.
	CustomerGatewayId *string
	// The tags to apply to the VPN connection.
	TagSpecifications []*types.TagSpecification
	// The ID of the virtual private gateway. If you specify a virtual private gateway,
	// you cannot specify a transit gateway.
	VpnGatewayId *string
	// The ID of the transit gateway. If you specify a transit gateway, you cannot
	// specify a virtual private gateway.
	TransitGatewayId *string
}

Contains the parameters for CreateVpnConnection.

type CreateVpnConnectionOutput

type CreateVpnConnectionOutput struct {
	// Information about the VPN connection.
	VpnConnection *types.VpnConnection

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateVpnConnection.

type CreateVpnConnectionRouteInput

type CreateVpnConnectionRouteInput struct {
	// The ID of the VPN connection.
	VpnConnectionId *string
	// The CIDR block associated with the local subnet of the customer network.
	DestinationCidrBlock *string
}

Contains the parameters for CreateVpnConnectionRoute.

type CreateVpnConnectionRouteOutput

type CreateVpnConnectionRouteOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateVpnGatewayInput

type CreateVpnGatewayInput struct {
	// The Availability Zone for the virtual private gateway.
	AvailabilityZone *string
	// The tags to apply to the virtual private gateway.
	TagSpecifications []*types.TagSpecification
	// A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
	// If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're
	// using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range. Default:
	// 64512
	AmazonSideAsn *int64
	// The type of VPN connection this virtual private gateway supports.
	Type types.GatewayType
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for CreateVpnGateway.

type CreateVpnGatewayOutput

type CreateVpnGatewayOutput struct {
	// Information about the virtual private gateway.
	VpnGateway *types.VpnGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of CreateVpnGateway.

type DeleteClientVpnEndpointInput

type DeleteClientVpnEndpointInput struct {
	// The ID of the Client VPN to be deleted.
	ClientVpnEndpointId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteClientVpnEndpointOutput

type DeleteClientVpnEndpointOutput struct {
	// The current state of the Client VPN endpoint.
	Status *types.ClientVpnEndpointStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteClientVpnRouteInput

type DeleteClientVpnRouteInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IPv4 address range, in CIDR notation, of the route to be deleted.
	DestinationCidrBlock *string
	// The ID of the target subnet used by the route.
	TargetVpcSubnetId *string
	// The ID of the Client VPN endpoint from which the route is to be deleted.
	ClientVpnEndpointId *string
}

type DeleteClientVpnRouteOutput

type DeleteClientVpnRouteOutput struct {
	// The current state of the route.
	Status *types.ClientVpnRouteStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteCustomerGatewayInput

type DeleteCustomerGatewayInput struct {
	// The ID of the customer gateway.
	CustomerGatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DeleteCustomerGateway.

type DeleteCustomerGatewayOutput

type DeleteCustomerGatewayOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteDhcpOptionsInput

type DeleteDhcpOptionsInput struct {
	// The ID of the DHCP options set.
	DhcpOptionsId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteDhcpOptionsOutput

type DeleteDhcpOptionsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteEgressOnlyInternetGatewayInput

type DeleteEgressOnlyInternetGatewayInput struct {
	// The ID of the egress-only internet gateway.
	EgressOnlyInternetGatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteEgressOnlyInternetGatewayOutput

type DeleteEgressOnlyInternetGatewayOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	ReturnCode *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteFleetsInput

type DeleteFleetsInput struct {
	// The IDs of the EC2 Fleets.
	FleetIds []*string
	// Indicates whether to terminate instances for an EC2 Fleet if it is deleted
	// successfully.
	TerminateInstances *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteFleetsOutput

type DeleteFleetsOutput struct {
	// Information about the EC2 Fleets that are not successfully deleted.
	UnsuccessfulFleetDeletions []*types.DeleteFleetErrorItem
	// Information about the EC2 Fleets that are successfully deleted.
	SuccessfulFleetDeletions []*types.DeleteFleetSuccessItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteFlowLogsInput

type DeleteFlowLogsInput struct {
	// One or more flow log IDs. Constraint: Maximum of 1000 flow log IDs.
	FlowLogIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteFlowLogsOutput

type DeleteFlowLogsOutput struct {
	// Information about the flow logs that could not be deleted successfully.
	Unsuccessful []*types.UnsuccessfulItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteFpgaImageInput

type DeleteFpgaImageInput struct {
	// The ID of the AFI.
	FpgaImageId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteFpgaImageOutput

type DeleteFpgaImageOutput struct {
	// Is true if the request succeeds, and an error otherwise.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteInternetGatewayInput

type DeleteInternetGatewayInput struct {
	// The ID of the internet gateway.
	InternetGatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteInternetGatewayOutput

type DeleteInternetGatewayOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteKeyPairInput

type DeleteKeyPairInput struct {
	// The ID of the key pair.
	KeyPairId *string
	// The name of the key pair.
	KeyName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteKeyPairOutput

type DeleteKeyPairOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteLaunchTemplateInput

type DeleteLaunchTemplateInput struct {
	// The name of the launch template. You must specify either the launch template ID
	// or launch template name in the request.
	LaunchTemplateName *string
	// The ID of the launch template. You must specify either the launch template ID or
	// launch template name in the request.
	LaunchTemplateId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteLaunchTemplateOutput

type DeleteLaunchTemplateOutput struct {
	// Information about the launch template.
	LaunchTemplate *types.LaunchTemplate

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteLaunchTemplateVersionsInput

type DeleteLaunchTemplateVersionsInput struct {
	// The ID of the launch template. You must specify either the launch template ID or
	// launch template name in the request.
	LaunchTemplateId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The name of the launch template. You must specify either the launch template ID
	// or launch template name in the request.
	LaunchTemplateName *string
	// The version numbers of one or more launch template versions to delete.
	Versions []*string
}

type DeleteLaunchTemplateVersionsOutput

type DeleteLaunchTemplateVersionsOutput struct {
	// Information about the launch template versions that could not be deleted.
	UnsuccessfullyDeletedLaunchTemplateVersions []*types.DeleteLaunchTemplateVersionsResponseErrorItem
	// Information about the launch template versions that were successfully deleted.
	SuccessfullyDeletedLaunchTemplateVersions []*types.DeleteLaunchTemplateVersionsResponseSuccessItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteLocalGatewayRouteInput

type DeleteLocalGatewayRouteInput struct {
	// The ID of the local gateway route table.
	LocalGatewayRouteTableId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The CIDR range for the route. This must match the CIDR for the route exactly.
	DestinationCidrBlock *string
}

type DeleteLocalGatewayRouteOutput

type DeleteLocalGatewayRouteOutput struct {
	// Information about the route.
	Route *types.LocalGatewayRoute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteLocalGatewayRouteTableVpcAssociationInput

type DeleteLocalGatewayRouteTableVpcAssociationInput struct {
	// The ID of the association.
	LocalGatewayRouteTableVpcAssociationId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteLocalGatewayRouteTableVpcAssociationOutput

type DeleteLocalGatewayRouteTableVpcAssociationOutput struct {
	// Information about the association.
	LocalGatewayRouteTableVpcAssociation *types.LocalGatewayRouteTableVpcAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteManagedPrefixListInput

type DeleteManagedPrefixListInput struct {
	// The ID of the prefix list.
	PrefixListId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteManagedPrefixListOutput

type DeleteManagedPrefixListOutput struct {
	// Information about the prefix list.
	PrefixList *types.ManagedPrefixList

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteNatGatewayInput

type DeleteNatGatewayInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the NAT gateway.
	NatGatewayId *string
}

type DeleteNatGatewayOutput

type DeleteNatGatewayOutput struct {
	// The ID of the NAT gateway.
	NatGatewayId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteNetworkAclEntryInput

type DeleteNetworkAclEntryInput struct {
	// The ID of the network ACL.
	NetworkAclId *string
	// Indicates whether the rule is an egress rule.
	Egress *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The rule number of the entry to delete.
	RuleNumber *int32
}

type DeleteNetworkAclEntryOutput

type DeleteNetworkAclEntryOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteNetworkAclInput

type DeleteNetworkAclInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the network ACL.
	NetworkAclId *string
}

type DeleteNetworkAclOutput

type DeleteNetworkAclOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteNetworkInterfaceInput

type DeleteNetworkInterfaceInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the network interface.
	NetworkInterfaceId *string
}

Contains the parameters for DeleteNetworkInterface.

type DeleteNetworkInterfaceOutput

type DeleteNetworkInterfaceOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteNetworkInterfacePermissionInput

type DeleteNetworkInterfacePermissionInput struct {
	// The ID of the network interface permission.
	NetworkInterfacePermissionId *string
	// Specify true to remove the permission even if the network interface is attached
	// to an instance.
	Force *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DeleteNetworkInterfacePermission.

type DeleteNetworkInterfacePermissionOutput

type DeleteNetworkInterfacePermissionOutput struct {
	// Returns true if the request succeeds, otherwise returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output for DeleteNetworkInterfacePermission.

type DeletePlacementGroupInput

type DeletePlacementGroupInput struct {
	// The name of the placement group.
	GroupName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeletePlacementGroupOutput

type DeletePlacementGroupOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteQueuedReservedInstancesInput

type DeleteQueuedReservedInstancesInput struct {
	// The IDs of the Reserved Instances.
	ReservedInstancesIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteQueuedReservedInstancesOutput

type DeleteQueuedReservedInstancesOutput struct {
	// Information about the queued purchases that were successfully deleted.
	SuccessfulQueuedPurchaseDeletions []*types.SuccessfulQueuedPurchaseDeletion
	// Information about the queued purchases that could not be deleted.
	FailedQueuedPurchaseDeletions []*types.FailedQueuedPurchaseDeletion

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteRouteInput

type DeleteRouteInput struct {
	// The IPv6 CIDR range for the route. The value you specify must match the CIDR for
	// the route exactly.
	DestinationIpv6CidrBlock *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IPv4 CIDR range for the route. The value you specify must match the CIDR for
	// the route exactly.
	DestinationCidrBlock *string
	// The ID of the route table.
	RouteTableId *string
	// The ID of the prefix list for the route.
	DestinationPrefixListId *string
}

type DeleteRouteOutput

type DeleteRouteOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteRouteTableInput

type DeleteRouteTableInput struct {
	// The ID of the route table.
	RouteTableId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteRouteTableOutput

type DeleteRouteTableOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteSecurityGroupInput

type DeleteSecurityGroupInput struct {
	// [EC2-Classic, default VPC] The name of the security group. You can specify
	// either the security group name or the security group ID.
	GroupName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the security group. Required for a nondefault VPC.
	GroupId *string
}

type DeleteSecurityGroupOutput

type DeleteSecurityGroupOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteSnapshotInput

type DeleteSnapshotInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the EBS snapshot.
	SnapshotId *string
}

type DeleteSnapshotOutput

type DeleteSnapshotOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteSpotDatafeedSubscriptionInput

type DeleteSpotDatafeedSubscriptionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DeleteSpotDatafeedSubscription.

type DeleteSpotDatafeedSubscriptionOutput

type DeleteSpotDatafeedSubscriptionOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteSubnetInput

type DeleteSubnetInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the subnet.
	SubnetId *string
}

type DeleteSubnetOutput

type DeleteSubnetOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTagsInput

type DeleteTagsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to delete. Specify a tag key and an optional tag value to delete
	// specific tags. If you specify a tag key without a tag value, we delete any tag
	// with this key regardless of its value. If you specify a tag key with an empty
	// string as the tag value, we delete the tag only if its value is an empty string.
	// If you omit this parameter, we delete all user-defined tags for the specified
	// resources. We do not delete AWS-generated tags (tags that have the aws: prefix).
	Tags []*types.Tag
	// The IDs of the resources, separated by spaces. Constraints: Up to 1000 resource
	// IDs. We recommend breaking up this request into smaller batches.
	Resources []*string
}

type DeleteTagsOutput

type DeleteTagsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTrafficMirrorFilterInput

type DeleteTrafficMirrorFilterInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the Traffic Mirror filter.
	TrafficMirrorFilterId *string
}

type DeleteTrafficMirrorFilterOutput

type DeleteTrafficMirrorFilterOutput struct {
	// The ID of the Traffic Mirror filter.
	TrafficMirrorFilterId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTrafficMirrorFilterRuleInput

type DeleteTrafficMirrorFilterRuleInput struct {
	// The ID of the Traffic Mirror rule.
	TrafficMirrorFilterRuleId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteTrafficMirrorFilterRuleOutput

type DeleteTrafficMirrorFilterRuleOutput struct {
	// The ID of the deleted Traffic Mirror rule.
	TrafficMirrorFilterRuleId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTrafficMirrorSessionInput

type DeleteTrafficMirrorSessionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the Traffic Mirror session.
	TrafficMirrorSessionId *string
}

type DeleteTrafficMirrorSessionOutput

type DeleteTrafficMirrorSessionOutput struct {
	// The ID of the deleted Traffic Mirror session.
	TrafficMirrorSessionId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTrafficMirrorTargetInput

type DeleteTrafficMirrorTargetInput struct {
	// The ID of the Traffic Mirror target.
	TrafficMirrorTargetId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteTrafficMirrorTargetOutput

type DeleteTrafficMirrorTargetOutput struct {
	// The ID of the deleted Traffic Mirror target.
	TrafficMirrorTargetId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTransitGatewayInput

type DeleteTransitGatewayInput struct {
	// The ID of the transit gateway.
	TransitGatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteTransitGatewayMulticastDomainInput

type DeleteTransitGatewayMulticastDomainInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
}

type DeleteTransitGatewayMulticastDomainOutput

type DeleteTransitGatewayMulticastDomainOutput struct {
	// Information about the deleted transit gateway multicast domain.
	TransitGatewayMulticastDomain *types.TransitGatewayMulticastDomain

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTransitGatewayOutput

type DeleteTransitGatewayOutput struct {
	// Information about the deleted transit gateway.
	TransitGateway *types.TransitGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTransitGatewayPeeringAttachmentInput

type DeleteTransitGatewayPeeringAttachmentInput struct {
	// The ID of the transit gateway peering attachment.
	TransitGatewayAttachmentId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteTransitGatewayPeeringAttachmentOutput

type DeleteTransitGatewayPeeringAttachmentOutput struct {
	// The transit gateway peering attachment.
	TransitGatewayPeeringAttachment *types.TransitGatewayPeeringAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTransitGatewayRouteInput

type DeleteTransitGatewayRouteInput struct {
	// The CIDR range for the route. This must match the CIDR for the route exactly.
	DestinationCidrBlock *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
}

type DeleteTransitGatewayRouteOutput

type DeleteTransitGatewayRouteOutput struct {
	// Information about the route.
	Route *types.TransitGatewayRoute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTransitGatewayRouteTableInput

type DeleteTransitGatewayRouteTableInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
}

type DeleteTransitGatewayRouteTableOutput

type DeleteTransitGatewayRouteTableOutput struct {
	// Information about the deleted transit gateway route table.
	TransitGatewayRouteTable *types.TransitGatewayRouteTable

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteTransitGatewayVpcAttachmentInput

type DeleteTransitGatewayVpcAttachmentInput struct {
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteTransitGatewayVpcAttachmentOutput

type DeleteTransitGatewayVpcAttachmentOutput struct {
	// Information about the deleted VPC attachment.
	TransitGatewayVpcAttachment *types.TransitGatewayVpcAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVolumeInput

type DeleteVolumeInput struct {
	// The ID of the volume.
	VolumeId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteVolumeOutput

type DeleteVolumeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVpcEndpointConnectionNotificationsInput

type DeleteVpcEndpointConnectionNotificationsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more notification IDs.
	ConnectionNotificationIds []*string
}

type DeleteVpcEndpointConnectionNotificationsOutput

type DeleteVpcEndpointConnectionNotificationsOutput struct {
	// Information about the notifications that could not be deleted successfully.
	Unsuccessful []*types.UnsuccessfulItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVpcEndpointServiceConfigurationsInput

type DeleteVpcEndpointServiceConfigurationsInput struct {
	// The IDs of one or more services.
	ServiceIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeleteVpcEndpointServiceConfigurationsOutput

type DeleteVpcEndpointServiceConfigurationsOutput struct {
	// Information about the service configurations that were not deleted, if
	// applicable.
	Unsuccessful []*types.UnsuccessfulItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVpcEndpointsInput

type DeleteVpcEndpointsInput struct {
	// One or more VPC endpoint IDs.
	VpcEndpointIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DeleteVpcEndpoints.

type DeleteVpcEndpointsOutput

type DeleteVpcEndpointsOutput struct {
	// Information about the VPC endpoints that were not successfully deleted.
	Unsuccessful []*types.UnsuccessfulItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DeleteVpcEndpoints.

type DeleteVpcInput

type DeleteVpcInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the VPC.
	VpcId *string
}

type DeleteVpcOutput

type DeleteVpcOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVpcPeeringConnectionInput

type DeleteVpcPeeringConnectionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the VPC peering connection.
	VpcPeeringConnectionId *string
}

type DeleteVpcPeeringConnectionOutput

type DeleteVpcPeeringConnectionOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVpnConnectionInput

type DeleteVpnConnectionInput struct {
	// The ID of the VPN connection.
	VpnConnectionId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DeleteVpnConnection.

type DeleteVpnConnectionOutput

type DeleteVpnConnectionOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVpnConnectionRouteInput

type DeleteVpnConnectionRouteInput struct {
	// The ID of the VPN connection.
	VpnConnectionId *string
	// The CIDR block associated with the local subnet of the customer network.
	DestinationCidrBlock *string
}

Contains the parameters for DeleteVpnConnectionRoute.

type DeleteVpnConnectionRouteOutput

type DeleteVpnConnectionRouteOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteVpnGatewayInput

type DeleteVpnGatewayInput struct {
	// The ID of the virtual private gateway.
	VpnGatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DeleteVpnGateway.

type DeleteVpnGatewayOutput

type DeleteVpnGatewayOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeprovisionByoipCidrInput

type DeprovisionByoipCidrInput struct {
	// The address range, in CIDR notation. The prefix must be the same prefix that you
	// specified when you provisioned the address range.
	Cidr *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeprovisionByoipCidrOutput

type DeprovisionByoipCidrOutput struct {
	// Information about the address range.
	ByoipCidr *types.ByoipCidr

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeregisterImageInput

type DeregisterImageInput struct {
	// The ID of the AMI.
	ImageId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DeregisterImage.

type DeregisterImageOutput

type DeregisterImageOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeregisterInstanceEventNotificationAttributesInput

type DeregisterInstanceEventNotificationAttributesInput struct {
	// Information about the tag keys to deregister.
	InstanceTagAttribute *types.DeregisterInstanceTagAttributeRequest
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeregisterInstanceEventNotificationAttributesOutput

type DeregisterInstanceEventNotificationAttributesOutput struct {
	// The resulting set of tag keys.
	InstanceTagAttribute *types.InstanceTagNotificationAttribute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeregisterTransitGatewayMulticastGroupMembersInput

type DeregisterTransitGatewayMulticastGroupMembersInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IP address assigned to the transit gateway multicast group.
	GroupIpAddress *string
	// The IDs of the group members' network interfaces.
	NetworkInterfaceIds []*string
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
}

type DeregisterTransitGatewayMulticastGroupMembersOutput

type DeregisterTransitGatewayMulticastGroupMembersOutput struct {
	// Information about the deregistered members.
	DeregisteredMulticastGroupMembers *types.TransitGatewayMulticastDeregisteredGroupMembers

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeregisterTransitGatewayMulticastGroupSourcesInput

type DeregisterTransitGatewayMulticastGroupSourcesInput struct {
	// The IDs of the group sources' network interfaces.
	NetworkInterfaceIds []*string
	// The IP address assigned to the transit gateway multicast group.
	GroupIpAddress *string
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DeregisterTransitGatewayMulticastGroupSourcesOutput

type DeregisterTransitGatewayMulticastGroupSourcesOutput struct {
	// Information about the deregistered group sources.
	DeregisteredMulticastGroupSources *types.TransitGatewayMulticastDeregisteredGroupSources

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeAccountAttributesInput

type DescribeAccountAttributesInput struct {
	// The account attribute names.
	AttributeNames []types.AccountAttributeName
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeAccountAttributesOutput

type DescribeAccountAttributesOutput struct {
	// Information about the account attributes.
	AccountAttributes []*types.AccountAttribute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeAddressesInput

type DescribeAddressesInput struct {
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     *
	// allocation-id - [EC2-VPC] The allocation ID for the address.
	//
	//     *
	// association-id - [EC2-VPC] The association ID for the address.
	//
	//     * domain -
	// Indicates whether the address is for use in EC2-Classic (standard) or in a VPC
	// (vpc).
	//
	//     * instance-id - The ID of the instance the address is associated
	// with, if any.
	//
	//     * network-border-group - The location from where the IP
	// address is advertised.
	//
	//     * network-interface-id - [EC2-VPC] The ID of the
	// network interface that the address is associated with, if any.
	//
	//     *
	// network-interface-owner-id - The AWS account ID of the owner.
	//
	//     *
	// private-ip-address - [EC2-VPC] The private IP address associated with the
	// Elastic IP address.
	//
	//     * public-ip - The Elastic IP address.
	//
	//     * tag: - The
	// key/value combination of a tag assigned to the resource. Use the tag key in the
	// filter name and the tag value as the filter value. For example, to find all
	// resources that have a tag with the key Owner and the value TeamA, specify
	// tag:Owner for the filter name and TeamA for the filter value.
	//
	//     * tag-key -
	// The key of a tag assigned to the resource. Use this filter to find all resources
	// assigned a tag with a specific key, regardless of the tag value.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more Elastic IP addresses. Default: Describes all your Elastic IP
	// addresses.
	PublicIps []*string
	// [EC2-VPC] Information about the allocation IDs.
	AllocationIds []*string
}

type DescribeAddressesOutput

type DescribeAddressesOutput struct {
	// Information about the Elastic IP addresses.
	Addresses []*types.Address

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeAggregateIdFormatInput

type DescribeAggregateIdFormatInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeAggregateIdFormatOutput

type DescribeAggregateIdFormatOutput struct {
	// Information about each resource's ID format.
	Statuses []*types.IdFormat
	// Indicates whether all resource types in the Region are configured to use longer
	// IDs. This value is only true if all users are configured to use longer IDs for
	// all resources types in the Region.
	UseLongIdsAggregated *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeAvailabilityZonesInput

type DescribeAvailabilityZonesInput struct {
	// Include all Availability Zones and Local Zones regardless of your opt in status.
	// If you do not use this parameter, the results include only the zones for the
	// Regions where you have chosen the option to opt in.
	AllAvailabilityZones *bool
	// The names of the Zones.
	ZoneNames []*string
	// The filters.
	//
	//     * group-name - For Availability Zones, use the Region name.
	// For Local Zones, use the name of the group associated with the Local Zone (for
	// example, us-west-2-lax-1).
	//
	//     * message - The Zone message.
	//
	//     *
	// opt-in-status - The opt in status (opted-in, and not-opted-in |
	// opt-in-not-required).
	//
	//     * The ID of the zone that handles some of the Local
	// Zone control plane operations, such as API calls.
	//
	//     * region-name - The name
	// of the Region for the Zone (for example, us-east-1).
	//
	//     * state - The state of
	// the Availability Zone or Local Zone (available | information | impaired |
	// unavailable).
	//
	//     * zone-id - The ID of the Availability Zone (for example,
	// use1-az1) or the Local Zone (for example, use usw2-lax1-az1).
	//
	//     * zone-type -
	// The type of zone, for example, local-zone.
	//
	//     * zone-name - The name of the
	// Availability Zone (for example, us-east-1a) or the Local Zone (for example, use
	// us-west-2-lax-1a).
	//
	//     * zone-type - The type of zone, for example, local-zone.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the Zones.
	ZoneIds []*string
}

type DescribeAvailabilityZonesOutput

type DescribeAvailabilityZonesOutput struct {
	// Information about the Zones.
	AvailabilityZones []*types.AvailabilityZone

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeBundleTasksInput

type DescribeBundleTasksInput struct {
	// The bundle task IDs. Default: Describes all your bundle tasks.
	BundleIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The filters.
	//
	//     * bundle-id - The ID of the bundle task.
	//
	//     * error-code -
	// If the task failed, the error code returned.
	//
	//     * error-message - If the task
	// failed, the error message returned.
	//
	//     * instance-id - The ID of the
	// instance.
	//
	//     * progress - The level of task completion, as a percentage (for
	// example, 20%).
	//
	//     * s3-bucket - The Amazon S3 bucket to store the AMI.
	//
	//     *
	// s3-prefix - The beginning of the AMI name.
	//
	//     * start-time - The time the task
	// started (for example, 2013-09-15T17:15:20.000Z).
	//
	//     * state - The state of the
	// task (pending | waiting-for-shutdown | bundling | storing | cancelling |
	// complete | failed).
	//
	//     * update-time - The time of the most recent update for
	// the task.
	Filters []*types.Filter
}

type DescribeBundleTasksOutput

type DescribeBundleTasksOutput struct {
	// Information about the bundle tasks.
	BundleTasks []*types.BundleTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeByoipCidrsInput

type DescribeByoipCidrsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeByoipCidrsOutput

type DescribeByoipCidrsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about your address ranges.
	ByoipCidrs []*types.ByoipCidr

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeCapacityReservationsInput

type DescribeCapacityReservationsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to use to retrieve the next page of results.
	NextToken *string
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the returned
	// nextToken value. This value can be between 5 and 500. If maxResults is given a
	// larger value than 500, you receive an error.
	MaxResults *int32
	// One or more filters.
	//
	//     * instance-type - The type of instance for which the
	// Capacity Reservation reserves capacity.
	//
	//     * owner-id - The ID of the AWS
	// account that owns the Capacity Reservation.
	//
	//     * availability-zone-id - The
	// Availability Zone ID of the Capacity Reservation.
	//
	//     * instance-platform - The
	// type of operating system for which the Capacity Reservation reserves capacity.
	//
	//
	// * availability-zone - The Availability Zone ID of the Capacity Reservation.
	//
	//
	// * tenancy - Indicates the tenancy of the Capacity Reservation. A Capacity
	// Reservation can have one of the following tenancy settings:
	//
	//         * default -
	// The Capacity Reservation is created on hardware that is shared with other AWS
	// accounts.
	//
	//         * dedicated - The Capacity Reservation is created on
	// single-tenant hardware that is dedicated to a single AWS account.
	//
	//     * state -
	// The current state of the Capacity Reservation. A Capacity Reservation can be in
	// one of the following states:
	//
	//         * active- The Capacity Reservation is
	// active and the capacity is available for your use.
	//
	//         * expired - The
	// Capacity Reservation expired automatically at the date and time specified in
	// your request. The reserved capacity is no longer available for your use.
	//
	//
	// * cancelled - The Capacity Reservation was manually cancelled. The reserved
	// capacity is no longer available for your use.
	//
	//         * pending - The Capacity
	// Reservation request was successful but the capacity provisioning is still
	// pending.
	//
	//         * failed - The Capacity Reservation request has failed. A
	// request might fail due to invalid request parameters, capacity constraints, or
	// instance limit constraints. Failed requests are retained for 60 minutes.
	//
	//     *
	// end-date - The date and time at which the Capacity Reservation expires. When a
	// Capacity Reservation expires, the reserved capacity is released and you can no
	// longer launch instances into it. The Capacity Reservation's state changes to
	// expired when it reaches its end date and time.
	//
	//     * end-date-type - Indicates
	// the way in which the Capacity Reservation ends. A Capacity Reservation can have
	// one of the following end types:
	//
	//         * unlimited - The Capacity Reservation
	// remains active until you explicitly cancel it.
	//
	//         * limited - The Capacity
	// Reservation expires automatically at a specified date and time.
	//
	//     *
	// instance-match-criteria - Indicates the type of instance launches that the
	// Capacity Reservation accepts. The options include:
	//
	//         * open - The
	// Capacity Reservation accepts all instances that have matching attributes
	// (instance type, platform, and Availability Zone). Instances that have matching
	// attributes launch into the Capacity Reservation automatically without specifying
	// any additional parameters.
	//
	//         * targeted - The Capacity Reservation only
	// accepts instances that have matching attributes (instance type, platform, and
	// Availability Zone), and explicitly target the Capacity Reservation. This ensures
	// that only permitted instances can use the reserved capacity.
	Filters []*types.Filter
	// The ID of the Capacity Reservation.
	CapacityReservationIds []*string
}

type DescribeCapacityReservationsOutput

type DescribeCapacityReservationsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the Capacity Reservations.
	CapacityReservations []*types.CapacityReservation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeClassicLinkInstancesInput

type DescribeClassicLinkInstancesInput struct {
	// One or more instance IDs. Must be instances linked to a VPC through ClassicLink.
	InstanceIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	// Constraint: If the value is greater than 1000, we return only 1000 items.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// One or more filters.
	//
	//     * group-id - The ID of a VPC security group that's
	// associated with the instance.
	//
	//     * instance-id - The ID of the instance.
	//
	//
	// * tag: - The key/value combination of a tag assigned to the resource. Use the
	// tag key in the filter name and the tag value as the filter value. For example,
	// to find all resources that have a tag with the key Owner and the value TeamA,
	// specify tag:Owner for the filter name and TeamA for the filter value.
	//
	//     *
	// tag-key - The key of a tag assigned to the resource. Use this filter to find all
	// resources assigned a tag with a specific key, regardless of the tag value.
	//
	//
	// * <p> <code>vpc-id</code> - The ID of the VPC to which the instance is
	// linked.</p> <p> <code>vpc-id</code> - The ID of the VPC that the instance is
	// linked to.</p> </li> </ul>
	Filters []*types.Filter
}

type DescribeClassicLinkInstancesOutput

type DescribeClassicLinkInstancesOutput struct {
	// Information about one or more linked EC2-Classic instances.
	Instances []*types.ClassicLinkInstance
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeClientVpnAuthorizationRulesInput

type DescribeClientVpnAuthorizationRulesInput struct {
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     *
	// description - The description of the authorization rule.
	//
	//     * destination-cidr
	// - The CIDR of the network to which the authorization rule applies.
	//
	//     *
	// group-id - The ID of the Active Directory group to which the authorization rule
	// grants access.
	Filters []*types.Filter
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the nextToken
	// value.
	MaxResults *int32
	// The token to retrieve the next page of results.
	NextToken *string
}

type DescribeClientVpnAuthorizationRulesOutput

type DescribeClientVpnAuthorizationRulesOutput struct {
	// Information about the authorization rules.
	AuthorizationRules []*types.AuthorizationRule
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeClientVpnConnectionsInput

type DescribeClientVpnConnectionsInput struct {
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the nextToken
	// value.
	MaxResults *int32
	// The token to retrieve the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     *
	// connection-id - The ID of the connection.
	//
	//     * username - For Active Directory
	// client authentication, the user name of the client who established the client
	// connection.
	Filters []*types.Filter
}

type DescribeClientVpnConnectionsOutput

type DescribeClientVpnConnectionsOutput struct {
	// Information about the active and terminated client connections.
	Connections []*types.ClientVpnConnection
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeClientVpnEndpointsInput

type DescribeClientVpnEndpointsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to retrieve the next page of results.
	NextToken *string
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     *
	// endpoint-id - The ID of the Client VPN endpoint.
	//
	//     * transport-protocol - The
	// transport protocol (tcp | udp).
	Filters []*types.Filter
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the nextToken
	// value.
	MaxResults *int32
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointIds []*string
}

type DescribeClientVpnEndpointsOutput

type DescribeClientVpnEndpointsOutput struct {
	// Information about the Client VPN endpoints.
	ClientVpnEndpoints []*types.ClientVpnEndpoint
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeClientVpnRoutesInput

type DescribeClientVpnRoutesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to retrieve the next page of results.
	NextToken *string
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     *
	// destination-cidr - The CIDR of the route destination.
	//
	//     * origin - How the
	// route was associated with the Client VPN endpoint (associate | add-route).
	//
	//
	// * target-subnet - The ID of the subnet through which traffic is routed.
	Filters []*types.Filter
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the nextToken
	// value.
	MaxResults *int32
}

type DescribeClientVpnRoutesOutput

type DescribeClientVpnRoutesOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the Client VPN endpoint routes.
	Routes []*types.ClientVpnRoute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeClientVpnTargetNetworksInput

type DescribeClientVpnTargetNetworksInput struct {
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     *
	// association-id - The ID of the association.
	//
	//     * target-network-id - The ID of
	// the subnet specified as the target network.
	//
	//     * vpc-id - The ID of the VPC in
	// which the target network is located.
	Filters []*types.Filter
	// The IDs of the target network associations.
	AssociationIds []*string
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the nextToken
	// value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to retrieve the next page of results.
	NextToken *string
}

type DescribeClientVpnTargetNetworksOutput

type DescribeClientVpnTargetNetworksOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the associated target networks.
	ClientVpnTargetNetworks []*types.TargetNetwork

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeCoipPoolsInput

type DescribeCoipPoolsInput struct {
	// The filters. The following are the possible values:
	//
	//     * coip-pool.pool-id
	//
	//
	// * coip-pool.local-gateway-route-table-id
	Filters []*types.Filter
	// The IDs of the address pools.
	PoolIds []*string
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeCoipPoolsOutput

type DescribeCoipPoolsOutput struct {
	// Information about the address pools.
	CoipPools []*types.CoipPool
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeConversionTasksInput

type DescribeConversionTasksInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The conversion task IDs.
	ConversionTaskIds []*string
}

type DescribeConversionTasksOutput

type DescribeConversionTasksOutput struct {
	// Information about the conversion tasks.
	ConversionTasks []*types.ConversionTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeCustomerGatewaysInput

type DescribeCustomerGatewaysInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more customer gateway IDs. Default: Describes all your customer gateways.
	CustomerGatewayIds []*string
	// One or more filters.
	//
	//     * bgp-asn - The customer gateway's Border Gateway
	// Protocol (BGP) Autonomous System Number (ASN).
	//
	//     * customer-gateway-id - The
	// ID of the customer gateway.
	//
	//     * ip-address - The IP address of the customer
	// gateway's Internet-routable external interface.
	//
	//     * state - The state of the
	// customer gateway (pending | available | deleting | deleted).
	//
	//     * type - The
	// type of customer gateway. Currently, the only supported type is ipsec.1.
	//
	//     *
	// tag: - The key/value combination of a tag assigned to the resource. Use the tag
	// key in the filter name and the tag value as the filter value. For example, to
	// find all resources that have a tag with the key Owner and the value TeamA,
	// specify tag:Owner for the filter name and TeamA for the filter value.
	//
	//     *
	// tag-key - The key of a tag assigned to the resource. Use this filter to find all
	// resources assigned a tag with a specific key, regardless of the tag value.
	Filters []*types.Filter
}

Contains the parameters for DescribeCustomerGateways.

type DescribeCustomerGatewaysOutput

type DescribeCustomerGatewaysOutput struct {
	// Information about one or more customer gateways.
	CustomerGateways []*types.CustomerGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeCustomerGateways.

type DescribeDhcpOptionsInput

type DescribeDhcpOptionsInput struct {
	// The token for the next page of results.
	NextToken *string
	// The IDs of one or more DHCP options sets. Default: Describes all your DHCP
	// options sets.
	DhcpOptionsIds []*string
	// One or more filters.
	//
	//     * dhcp-options-id - The ID of a DHCP options set.
	//
	//
	// * key - The key for one of the options (for example, domain-name).
	//
	//     * value
	// - The value for one of the options.
	//
	//     * owner-id - The ID of the AWS account
	// that owns the DHCP options set.
	//
	//     * tag: - The key/value combination of a tag
	// assigned to the resource. Use the tag key in the filter name and the tag value
	// as the filter value. For example, to find all resources that have a tag with the
	// key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA
	// for the filter value.
	//
	//     * tag-key - The key of a tag assigned to the
	// resource. Use this filter to find all resources assigned a tag with a specific
	// key, regardless of the tag value.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeDhcpOptionsOutput

type DescribeDhcpOptionsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about one or more DHCP options sets.
	DhcpOptions []*types.DhcpOptions

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeEgressOnlyInternetGatewaysInput

type DescribeEgressOnlyInternetGatewaysInput struct {
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more filters.
	//
	//     * tag: - The key/value combination of a tag assigned
	// to the resource. Use the tag key in the filter name and the tag value as the
	// filter value. For example, to find all resources that have a tag with the key
	// Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for
	// the filter value.
	//
	//     * tag-key - The key of a tag assigned to the resource.
	// Use this filter to find all resources assigned a tag with a specific key,
	// regardless of the tag value.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// One or more egress-only internet gateway IDs.
	EgressOnlyInternetGatewayIds []*string
}

type DescribeEgressOnlyInternetGatewaysOutput

type DescribeEgressOnlyInternetGatewaysOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the egress-only internet gateways.
	EgressOnlyInternetGateways []*types.EgressOnlyInternetGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeElasticGpusInput

type DescribeElasticGpusInput struct {
	// The Elastic Graphics accelerator IDs.
	ElasticGpuIds []*string
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value. This
	// value can be between 5 and 1000.
	MaxResults *int32
	// The filters.
	//
	//     * availability-zone - The Availability Zone in which the
	// Elastic Graphics accelerator resides.
	//
	//     * elastic-gpu-health - The status of
	// the Elastic Graphics accelerator (OK | IMPAIRED).
	//
	//     * elastic-gpu-state - The
	// state of the Elastic Graphics accelerator (ATTACHED).
	//
	//     * elastic-gpu-type -
	// The type of Elastic Graphics accelerator; for example, eg1.medium.
	//
	//     *
	// instance-id - The ID of the instance to which the Elastic Graphics accelerator
	// is associated.
	Filters []*types.Filter
	// The token to request the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeElasticGpusOutput

type DescribeElasticGpusOutput struct {
	// The total number of items to return. If the total number of items available is
	// more than the value specified in max-items then a Next-Token will be provided in
	// the output that you can use to resume pagination.
	MaxResults *int32
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the Elastic Graphics accelerators.
	ElasticGpuSet []*types.ElasticGpus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeExportImageTasksInput

type DescribeExportImageTasksInput struct {
	// A token that indicates the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the export image tasks.
	ExportImageTaskIds []*string
	// The maximum number of results to return in a single call.
	MaxResults *int32
	// Filter tasks using the task-state filter and one of the following values:
	// active, completed, deleting, or deleted.
	Filters []*types.Filter
}

type DescribeExportImageTasksOutput

type DescribeExportImageTasksOutput struct {
	// Information about the export image tasks.
	ExportImageTasks []*types.ExportImageTask
	// The token to use to get the next page of results. This value is null when there
	// are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeExportTasksInput

type DescribeExportTasksInput struct {
	// the filters for the export tasks.
	Filters []*types.Filter
	// The export task IDs.
	ExportTaskIds []*string
}

type DescribeExportTasksOutput

type DescribeExportTasksOutput struct {
	// Information about the export tasks.
	ExportTasks []*types.ExportTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeFastSnapshotRestoresInput

type DescribeFastSnapshotRestoresInput struct {
	// The filters. The possible values are:
	//
	//     * availability-zone: The Availability
	// Zone of the snapshot.
	//
	//     * owner-id: The ID of the AWS account that enabled
	// fast snapshot restore on the snapshot.
	//
	//     * snapshot-id: The ID of the
	// snapshot.
	//
	//     * state: The state of fast snapshot restores for the snapshot
	// (enabling | optimizing | enabled | disabling | disabled).
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeFastSnapshotRestoresOutput

type DescribeFastSnapshotRestoresOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the state of fast snapshot restores.
	FastSnapshotRestores []*types.DescribeFastSnapshotRestoreSuccessItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeFleetHistoryInput

type DescribeFleetHistoryInput struct {
	// The ID of the EC2 Fleet.
	FleetId *string
	// The maximum number of results to return in a single call. Specify a value
	// between 1 and 1000. The default value is 1000. To retrieve the remaining
	// results, make another call with the returned NextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The start date and time for the events, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ).
	StartTime *time.Time
	// The type of events to describe. By default, all events are described.
	EventType types.FleetEventType
	// The token for the next set of results.
	NextToken *string
}

type DescribeFleetHistoryOutput

type DescribeFleetHistoryOutput struct {
	// Information about the events in the history of the EC2 Fleet.
	HistoryRecords []*types.HistoryRecordEntry
	// The start date and time for the events, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ).
	StartTime *time.Time
	// The last date and time for the events, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved. If nextToken
	// indicates that there are more results, this value is not present.
	LastEvaluatedTime *time.Time
	// The token for the next set of results.
	NextToken *string
	// The ID of the EC Fleet.
	FleetId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeFleetInstancesInput

type DescribeFleetInstancesInput struct {
	// The filters.
	//
	//     * instance-type - The instance type.
	Filters []*types.Filter
	// The ID of the EC2 Fleet.
	FleetId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return in a single call. Specify a value
	// between 1 and 1000. The default value is 1000. To retrieve the remaining
	// results, make another call with the returned NextToken value.
	MaxResults *int32
	// The token for the next set of results.
	NextToken *string
}

type DescribeFleetInstancesOutput

type DescribeFleetInstancesOutput struct {
	// The running instances. This list is refreshed periodically and might be out of
	// date.
	ActiveInstances []*types.ActiveInstance
	// The token for the next set of results.
	NextToken *string
	// The ID of the EC2 Fleet.
	FleetId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeFleetsInput

type DescribeFleetsInput struct {
	// The filters.
	//
	//     * activity-status - The progress of the EC2 Fleet ( error |
	// pending-fulfillment | pending-termination | fulfilled).
	//
	//     *
	// excess-capacity-termination-policy - Indicates whether to terminate running
	// instances if the target capacity is decreased below the current EC2 Fleet size
	// (true | false).
	//
	//     * fleet-state - The state of the EC2 Fleet (submitted |
	// active | deleted | failed | deleted-running | deleted-terminating |
	// modifying).
	//
	//     * replace-unhealthy-instances - Indicates whether EC2 Fleet
	// should replace unhealthy instances (true | false).
	//
	//     * type - The type of
	// request (instant | request | maintain).
	Filters []*types.Filter
	// The maximum number of results to return in a single call. Specify a value
	// between 1 and 1000. The default value is 1000. To retrieve the remaining
	// results, make another call with the returned NextToken value.
	MaxResults *int32
	// The token for the next set of results.
	NextToken *string
	// The ID of the EC2 Fleets.
	FleetIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeFleetsOutput

type DescribeFleetsOutput struct {
	// Information about the EC2 Fleets.
	Fleets []*types.FleetData
	// The token for the next set of results.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeFlowLogsInput

type DescribeFlowLogsInput struct {
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more flow log IDs. Constraint: Maximum of 1000 flow log IDs.
	FlowLogIds []*string
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * deliver-log-status - The status of the logs delivery
	// (SUCCESS | FAILED).
	//
	//     * log-destination-type - The type of destination to
	// which the flow log publishes data. Possible destination types include
	// cloud-watch-logs and S3.
	//
	//     * flow-log-id - The ID of the flow log.
	//
	//     *
	// log-group-name - The name of the log group.
	//
	//     * resource-id - The ID of the
	// VPC, subnet, or network interface.
	//
	//     * traffic-type - The type of traffic
	// (ACCEPT | REJECT | ALL).
	//
	//     * tag: - The key/value combination of a tag
	// assigned to the resource. Use the tag key in the filter name and the tag value
	// as the filter value. For example, to find all resources that have a tag with the
	// key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA
	// for the filter value.
	//
	//     * tag-key - The key of a tag assigned to the
	// resource. Use this filter to find all resources assigned a tag with a specific
	// key, regardless of the tag value.
	Filter []*types.Filter
}

type DescribeFlowLogsOutput

type DescribeFlowLogsOutput struct {
	// Information about the flow logs.
	FlowLogs []*types.FlowLog
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeFpgaImageAttributeInput

type DescribeFpgaImageAttributeInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the AFI.
	FpgaImageId *string
	// The AFI attribute.
	Attribute types.FpgaImageAttributeName
}

type DescribeFpgaImageAttributeOutput

type DescribeFpgaImageAttributeOutput struct {
	// Information about the attribute.
	FpgaImageAttribute *types.FpgaImageAttribute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeFpgaImagesInput

type DescribeFpgaImagesInput struct {
	// Filters the AFI by owner. Specify an AWS account ID, self (owner is the sender
	// of the request), or an AWS owner alias (valid values are amazon |
	// aws-marketplace).
	Owners []*string
	// The filters.
	//
	//     * create-time - The creation time of the AFI.
	//
	//     *
	// fpga-image-id - The FPGA image identifier (AFI ID).
	//
	//     * fpga-image-global-id
	// - The global FPGA image identifier (AGFI ID).
	//
	//     * name - The name of the
	// AFI.
	//
	//     * owner-id - The AWS account ID of the AFI owner.
	//
	//     * product-code
	// - The product code.
	//
	//     * shell-version - The version of the AWS Shell that was
	// used to create the bitstream.
	//
	//     * state - The state of the AFI (pending |
	// failed | available | unavailable).
	//
	//     * tag: - The key/value combination of a
	// tag assigned to the resource. Use the tag key in the filter name and the tag
	// value as the filter value. For example, to find all resources that have a tag
	// with the key Owner and the value TeamA, specify tag:Owner for the filter name
	// and TeamA for the filter value.
	//
	//     * tag-key - The key of a tag assigned to
	// the resource. Use this filter to find all resources assigned a tag with a
	// specific key, regardless of the tag value.
	//
	//     * update-time - The time of the
	// most recent update.
	Filters []*types.Filter
	// The token to retrieve the next page of results.
	NextToken *string
	// The maximum number of results to return in a single call.
	MaxResults *int32
	// The AFI IDs.
	FpgaImageIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeFpgaImagesOutput

type DescribeFpgaImagesOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the FPGA images.
	FpgaImages []*types.FpgaImage

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeHostReservationOfferingsInput

type DescribeHostReservationOfferingsInput struct {
	// This is the maximum duration of the reservation to purchase, specified in
	// seconds. Reservations are available in one-year and three-year terms. The number
	// of seconds specified must be the number of seconds in a year (365x24x60x60)
	// times one of the supported durations (1 or 3). For example, specify 94608000 for
	// three years.
	MaxDuration *int32
	// The token to use to retrieve the next page of results.
	NextToken *string
	// The ID of the reservation offering.
	OfferingId *string
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the returned
	// nextToken value. This value can be between 5 and 500. If maxResults is given a
	// larger value than 500, you receive an error.
	MaxResults *int32
	// The filters.
	//
	//     * instance-family - The instance family of the offering (for
	// example, m4).
	//
	//     * payment-option - The payment option (NoUpfront |
	// PartialUpfront | AllUpfront).
	Filter []*types.Filter
	// This is the minimum duration of the reservation you'd like to purchase,
	// specified in seconds. Reservations are available in one-year and three-year
	// terms. The number of seconds specified must be the number of seconds in a year
	// (365x24x60x60) times one of the supported durations (1 or 3). For example,
	// specify 31536000 for one year.
	MinDuration *int32
}

type DescribeHostReservationOfferingsOutput

type DescribeHostReservationOfferingsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the offerings.
	OfferingSet []*types.HostOffering

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeHostReservationsInput

type DescribeHostReservationsInput struct {
	// The filters.
	//
	//     * instance-family - The instance family (for example, m4).
	//
	//
	// * payment-option - The payment option (NoUpfront | PartialUpfront |
	// AllUpfront).
	//
	//     * state - The state of the reservation (payment-pending |
	// payment-failed | active | retired).
	//
	//     * tag: - The key/value combination of a
	// tag assigned to the resource. Use the tag key in the filter name and the tag
	// value as the filter value. For example, to find all resources that have a tag
	// with the key Owner and the value TeamA, specify tag:Owner for the filter name
	// and TeamA for the filter value.
	//
	//     * tag-key - The key of a tag assigned to
	// the resource. Use this filter to find all resources assigned a tag with a
	// specific key, regardless of the tag value.
	Filter []*types.Filter
	// The host reservation IDs.
	HostReservationIdSet []*string
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the returned
	// nextToken value. This value can be between 5 and 500. If maxResults is given a
	// larger value than 500, you receive an error.
	MaxResults *int32
	// The token to use to retrieve the next page of results.
	NextToken *string
}

type DescribeHostReservationsOutput

type DescribeHostReservationsOutput struct {
	// Details about the reservation's configuration.
	HostReservationSet []*types.HostReservation
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeHostsInput

type DescribeHostsInput struct {
	// The token to use to retrieve the next page of results.
	NextToken *string
	// The filters.
	//
	//     * auto-placement - Whether auto-placement is enabled or
	// disabled (on | off).
	//
	//     * availability-zone - The Availability Zone of the
	// host.
	//
	//     * client-token - The idempotency token that you provided when you
	// allocated the host.
	//
	//     * host-reservation-id - The ID of the reservation
	// assigned to this host.
	//
	//     * instance-type - The instance type size that the
	// Dedicated Host is configured to support.
	//
	//     * state - The allocation state of
	// the Dedicated Host (available | under-assessment | permanent-failure | released
	// | released-permanent-failure).
	//
	//     * tag-key - The key of a tag assigned to the
	// resource. Use this filter to find all resources assigned a tag with a specific
	// key, regardless of the tag value.
	Filter []*types.Filter
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the returned
	// nextToken value. This value can be between 5 and 500. If maxResults is given a
	// larger value than 500, you receive an error. You cannot specify this parameter
	// and the host IDs parameter in the same request.
	MaxResults *int32
	// The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.
	HostIds []*string
}

type DescribeHostsOutput

type DescribeHostsOutput struct {
	// Information about the Dedicated Hosts.
	Hosts []*types.Host
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeIamInstanceProfileAssociationsInput

type DescribeIamInstanceProfileAssociationsInput struct {
	// The IAM instance profile associations.
	AssociationIds []*string
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value.
	MaxResults *int32
	// The token to request the next page of results.
	NextToken *string
	// The filters.
	//
	//     * instance-id - The ID of the instance.
	//
	//     * state - The
	// state of the association (associating | associated | disassociating).
	Filters []*types.Filter
}

type DescribeIamInstanceProfileAssociationsOutput

type DescribeIamInstanceProfileAssociationsOutput struct {
	// Information about the IAM instance profile associations.
	IamInstanceProfileAssociations []*types.IamInstanceProfileAssociation
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeIdFormatInput

type DescribeIdFormatInput struct {
	// The type of resource: bundle | conversion-task | customer-gateway | dhcp-options
	// | elastic-ip-allocation | elastic-ip-association | export-task | flow-log |
	// image | import-task | instance | internet-gateway | network-acl |
	// network-acl-association | network-interface | network-interface-attachment |
	// prefix-list | reservation | route-table | route-table-association |
	// security-group | snapshot | subnet | subnet-cidr-block-association | volume |
	// vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection |
	// vpn-connection | vpn-gateway
	Resource *string
}

type DescribeIdFormatOutput

type DescribeIdFormatOutput struct {
	// Information about the ID format for the resource.
	Statuses []*types.IdFormat

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeIdentityIdFormatInput

type DescribeIdentityIdFormatInput struct {
	// The type of resource: bundle | conversion-task | customer-gateway | dhcp-options
	// | elastic-ip-allocation | elastic-ip-association | export-task | flow-log |
	// image | import-task | instance | internet-gateway | network-acl |
	// network-acl-association | network-interface | network-interface-attachment |
	// prefix-list | reservation | route-table | route-table-association |
	// security-group | snapshot | subnet | subnet-cidr-block-association | volume |
	// vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection |
	// vpn-connection | vpn-gateway
	Resource *string
	// The ARN of the principal, which can be an IAM role, IAM user, or the root user.
	PrincipalArn *string
}

type DescribeIdentityIdFormatOutput

type DescribeIdentityIdFormatOutput struct {
	// Information about the ID format for the resources.
	Statuses []*types.IdFormat

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeImageAttributeInput

type DescribeImageAttributeInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the AMI.
	ImageId *string
	// The AMI attribute. Note: Depending on your account privileges, the
	// blockDeviceMapping attribute may return a Client.AuthFailure error. If this
	// happens, use DescribeImages () to get information about the block device mapping
	// for the AMI.
	Attribute types.ImageAttributeName
}

Contains the parameters for DescribeImageAttribute.

type DescribeImageAttributeOutput

type DescribeImageAttributeOutput struct {
	// The RAM disk ID.
	RamdiskId *types.AttributeValue
	// The kernel ID.
	KernelId *types.AttributeValue
	// The ID of the AMI.
	ImageId *string
	// The block device mapping entries.
	BlockDeviceMappings []*types.BlockDeviceMapping
	// Indicates whether enhanced networking with the Intel 82599 Virtual Function
	// interface is enabled.
	SriovNetSupport *types.AttributeValue
	// A description for the AMI.
	Description *types.AttributeValue
	// The launch permissions.
	LaunchPermissions []*types.LaunchPermission
	// The product codes.
	ProductCodes []*types.ProductCode

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes an image attribute.

type DescribeImagesInput

type DescribeImagesInput struct {
	// Scopes the results to images with the specified owners. You can specify a
	// combination of AWS account IDs, self, amazon, and aws-marketplace. If you omit
	// this parameter, the results include all images for which you have launch
	// permissions, regardless of ownership.
	Owners []*string
	// The image IDs. Default: Describes all images available to you.
	ImageIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The filters.
	//
	//     * architecture - The image architecture (i386 | x86_64 |
	// arm64).
	//
	//     * block-device-mapping.delete-on-termination - A Boolean value that
	// indicates whether the Amazon EBS volume is deleted on instance termination.
	//
	//
	// * block-device-mapping.device-name - The device name specified in the block
	// device mapping (for example, /dev/sdh or xvdh).
	//
	//     *
	// block-device-mapping.snapshot-id - The ID of the snapshot used for the EBS
	// volume.
	//
	//     * block-device-mapping.volume-size - The volume size of the EBS
	// volume, in GiB.
	//
	//     * block-device-mapping.volume-type - The volume type of the
	// EBS volume (gp2 | io1 | st1 | sc1 | standard).
	//
	//     *
	// block-device-mapping.encrypted - A Boolean that indicates whether the EBS volume
	// is encrypted.
	//
	//     * description - The description of the image (provided during
	// image creation).
	//
	//     * ena-support - A Boolean that indicates whether enhanced
	// networking with ENA is enabled.
	//
	//     * hypervisor - The hypervisor type (ovm |
	// xen).
	//
	//     * image-id - The ID of the image.
	//
	//     * image-type - The image type
	// (machine | kernel | ramdisk).
	//
	//     * is-public - A Boolean that indicates
	// whether the image is public.
	//
	//     * kernel-id - The kernel ID.
	//
	//     *
	// manifest-location - The location of the image manifest.
	//
	//     * name - The name
	// of the AMI (provided during image creation).
	//
	//     * owner-alias - The owner
	// alias, from an Amazon-maintained list (amazon | aws-marketplace). This is not
	// the user-configured AWS account alias set using the IAM console. We recommend
	// that you use the related parameter instead of this filter.
	//
	//     * owner-id - The
	// AWS account ID of the owner. We recommend that you use the related parameter
	// instead of this filter.
	//
	//     * platform - The platform. To only list
	// Windows-based AMIs, use windows.
	//
	//     * product-code - The product code.
	//
	//     *
	// product-code.type - The type of the product code (devpay | marketplace).
	//
	//     *
	// ramdisk-id - The RAM disk ID.
	//
	//     * root-device-name - The device name of the
	// root device volume (for example, /dev/sda1).
	//
	//     * root-device-type - The type
	// of the root device volume (ebs | instance-store).
	//
	//     * state - The state of
	// the image (available | pending | failed).
	//
	//     * state-reason-code - The reason
	// code for the state change.
	//
	//     * state-reason-message - The message for the
	// state change.
	//
	//     * sriov-net-support - A value of simple indicates that
	// enhanced networking with the Intel 82599 VF interface is enabled.
	//
	//     * tag: -
	// The key/value combination of a tag assigned to the resource. Use the tag key in
	// the filter name and the tag value as the filter value. For example, to find all
	// resources that have a tag with the key Owner and the value TeamA, specify
	// tag:Owner for the filter name and TeamA for the filter value.
	//
	//     * tag-key -
	// The key of a tag assigned to the resource. Use this filter to find all resources
	// assigned a tag with a specific key, regardless of the tag value.
	//
	//     *
	// virtualization-type - The virtualization type (paravirtual | hvm).
	Filters []*types.Filter
	// Scopes the images by users with explicit launch permissions. Specify an AWS
	// account ID, self (the sender of the request), or all (public AMIs).
	ExecutableUsers []*string
}

type DescribeImagesOutput

type DescribeImagesOutput struct {
	// Information about the images.
	Images []*types.Image

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeImportImageTasksInput

type DescribeImportImageTasksInput struct {
	// A token that indicates the next page of results.
	NextToken *string
	// The IDs of the import image tasks.
	ImportTaskIds []*string
	// The maximum number of results to return in a single call.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Filter tasks using the task-state filter and one of the following values:
	// active, completed, deleting, or deleted.
	Filters []*types.Filter
}

type DescribeImportImageTasksOutput

type DescribeImportImageTasksOutput struct {
	// A list of zero or more import image tasks that are currently active or were
	// completed or canceled in the previous 7 days.
	ImportImageTasks []*types.ImportImageTask
	// The token to use to get the next page of results. This value is null when there
	// are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeImportSnapshotTasksInput

type DescribeImportSnapshotTasksInput struct {
	// A list of import snapshot task IDs.
	ImportTaskIds []*string
	// The filters.
	Filters []*types.Filter
	// A token that indicates the next page of results.
	NextToken *string
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeImportSnapshotTasksOutput

type DescribeImportSnapshotTasksOutput struct {
	// The token to use to get the next page of results. This value is null when there
	// are no more results to return.
	NextToken *string
	// A list of zero or more import snapshot tasks that are currently active or were
	// completed or canceled in the previous 7 days.
	ImportSnapshotTasks []*types.ImportSnapshotTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeInstanceAttributeInput

type DescribeInstanceAttributeInput struct {
	// The instance attribute. Note: The enaSupport attribute is not supported at this
	// time.
	Attribute types.InstanceAttributeName
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the instance.
	InstanceId *string
}

type DescribeInstanceAttributeOutput

type DescribeInstanceAttributeOutput struct {
	// The security groups associated with the instance.
	Groups []*types.GroupIdentifier
	// If the value is true, you can't terminate the instance through the Amazon EC2
	// console, CLI, or API; otherwise, you can.
	DisableApiTermination *types.AttributeBooleanValue
	// Indicates whether an instance stops or terminates when you initiate shutdown
	// from the instance (using the operating system command for system shutdown).
	InstanceInitiatedShutdownBehavior *types.AttributeValue
	// Indicates whether enhanced networking with the Intel 82599 Virtual Function
	// interface is enabled.
	SriovNetSupport *types.AttributeValue
	// A list of product codes.
	ProductCodes []*types.ProductCode
	// The device name of the root device volume (for example, /dev/sda1).
	RootDeviceName *types.AttributeValue
	// Indicates whether the instance is optimized for Amazon EBS I/O.
	EbsOptimized *types.AttributeBooleanValue
	// The RAM disk ID.
	RamdiskId *types.AttributeValue
	// The instance type.
	InstanceType *types.AttributeValue
	// The user data.
	UserData *types.AttributeValue
	// The block device mapping of the instance.
	BlockDeviceMappings []*types.InstanceBlockDeviceMapping
	// Indicates whether enhanced networking with ENA is enabled.
	EnaSupport *types.AttributeBooleanValue
	// The ID of the instance.
	InstanceId *string
	// Indicates whether source/destination checking is enabled. A value of true means
	// that checking is enabled, and false means that checking is disabled. This value
	// must be false for a NAT instance to perform NAT.
	SourceDestCheck *types.AttributeBooleanValue
	// The kernel ID.
	KernelId *types.AttributeValue

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes an instance attribute.

type DescribeInstanceCreditSpecificationsInput

type DescribeInstanceCreditSpecificationsInput struct {
	// The filters.
	//
	//     * instance-id - The ID of the instance.
	Filters []*types.Filter
	// The token to retrieve the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value. This
	// value can be between 5 and 1000. You cannot specify this parameter and the
	// instance IDs parameter in the same call.
	MaxResults *int32
	// The instance IDs. Default: Describes all your instances. Constraints: Maximum
	// 1000 explicitly specified instance IDs.
	InstanceIds []*string
}

type DescribeInstanceCreditSpecificationsOutput

type DescribeInstanceCreditSpecificationsOutput struct {
	// Information about the credit option for CPU usage of an instance.
	InstanceCreditSpecifications []*types.InstanceCreditSpecification
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeInstanceEventNotificationAttributesInput

type DescribeInstanceEventNotificationAttributesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeInstanceEventNotificationAttributesOutput

type DescribeInstanceEventNotificationAttributesOutput struct {
	// Information about the registered tag keys.
	InstanceTagAttribute *types.InstanceTagNotificationAttribute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeInstanceStatusInput

type DescribeInstanceStatusInput struct {
	// The filters.
	//
	//     * availability-zone - The Availability Zone of the instance.
	//
	//
	// * event.code - The code for the scheduled event (instance-reboot | system-reboot
	// | system-maintenance | instance-retirement | instance-stop).
	//
	//     *
	// event.description - A description of the event.
	//
	//     * event.instance-event-id -
	// The ID of the event whose date and time you are modifying.
	//
	//     *
	// event.not-after - The latest end time for the scheduled event (for example,
	// 2014-09-15T17:15:20.000Z).
	//
	//     * event.not-before - The earliest start time for
	// the scheduled event (for example, 2014-09-15T17:15:20.000Z).
	//
	//     *
	// event.not-before-deadline - The deadline for starting the event (for example,
	// 2014-09-15T17:15:20.000Z).
	//
	//     * instance-state-code - The code for the
	// instance state, as a 16-bit unsigned integer. The high byte is used for internal
	// purposes and should be ignored. The low byte is set based on the state
	// represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down),
	// 48 (terminated), 64 (stopping), and 80 (stopped).
	//
	//     * instance-state-name -
	// The state of the instance (pending | running | shutting-down | terminated |
	// stopping | stopped).
	//
	//     * instance-status.reachability - Filters on instance
	// status where the name is reachability (passed | failed | initializing |
	// insufficient-data).
	//
	//     * instance-status.status - The status of the instance
	// (ok | impaired | initializing | insufficient-data | not-applicable).
	//
	//     *
	// system-status.reachability - Filters on system status where the name is
	// reachability (passed | failed | initializing | insufficient-data).
	//
	//     *
	// system-status.status - The system status of the instance (ok | impaired |
	// initializing | insufficient-data | not-applicable).
	Filters []*types.Filter
	// The token to retrieve the next page of results.
	NextToken *string
	// When true, includes the health status for all instances. When false, includes
	// the health status for running instances only. Default: false
	IncludeAllInstances *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value. This
	// value can be between 5 and 1000. You cannot specify this parameter and the
	// instance IDs parameter in the same call.
	MaxResults *int32
	// The instance IDs. Default: Describes all your instances. Constraints: Maximum
	// 100 explicitly specified instance IDs.
	InstanceIds []*string
}

type DescribeInstanceStatusOutput

type DescribeInstanceStatusOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the status of the instances.
	InstanceStatuses []*types.InstanceStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeInstanceTypeOfferingsInput

type DescribeInstanceTypeOfferingsInput struct {
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the next token
	// value.
	MaxResults *int32
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     * location
	// - This depends on the location type. For example, if the location type is region
	// (default), the location is the Region code (for example, us-east-2.)
	//
	//     *
	// instance-type - The instance type.
	Filters []*types.Filter
	// The location type.
	LocationType types.LocationType
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to retrieve the next page of results.
	NextToken *string
}

type DescribeInstanceTypeOfferingsOutput

type DescribeInstanceTypeOfferingsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// The instance types offered.
	InstanceTypeOfferings []*types.InstanceTypeOffering

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeInstanceTypesInput

type DescribeInstanceTypesInput struct {
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the next token
	// value.
	MaxResults *int32
	// The token to retrieve the next page of results.
	NextToken *string
	// The instance types. For more information, see Instance Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	InstanceTypes []types.InstanceType
	// One or more filters. Filter names and values are case-sensitive.
	//
	//     *
	// auto-recovery-supported - Indicates whether auto recovery is supported. (true |
	// false)
	//
	//     * bare-metal - Indicates whether it is a bare metal instance type.
	// (true | false)
	//
	//     * burstable-performance-supported - Indicates whether it is
	// a burstable performance instance type. (true | false)
	//
	//     * current-generation
	// - Indicates whether this instance type is the latest generation instance type of
	// an instance family. (true | false)
	//
	//     *
	// ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth
	// performance for an EBS-optimized instance type, in Mbps.
	//
	//     *
	// ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline
	// throughput performance for an EBS-optimized instance type, in MBps.
	//
	//     *
	// ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage
	// operations per second for an EBS-optimized instance type.
	//
	//     *
	// ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth
	// performance for an EBS-optimized instance type, in Mbps.
	//
	//     *
	// ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput
	// performance for an EBS-optimized instance type, in MBps.
	//
	//     *
	// ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage
	// operations per second for an EBS-optimized instance type.
	//
	//     *
	// ebs-info.ebs-optimized-support - Indicates whether the instance type is
	// EBS-optimized. (supported | unsupported | default)
	//
	//     *
	// ebs-info.encryption-support - Indicates whether EBS encryption is supported.
	// (supported | unsupported)
	//
	//     * ebs-info.nvme-support - Indicates whether
	// non-volatile memory express (NVMe) is supported or required. (required |
	// supported | unsupported)
	//
	//     * free-tier-eligible - Indicates whether the
	// instance type is eligible to use in the free tier. (true | false)
	//
	//     *
	// hibernation-supported - Indicates whether On-Demand hibernation is supported.
	// (true | false)
	//
	//     * hypervisor - The hypervisor used. (nitro | xen)
	//
	//     *
	// instance-storage-info.disk.count - The number of local disks.
	//
	//     *
	// instance-storage-info.disk.size-in-gb - The storage size of each instance
	// storage disk, in GB.
	//
	//     * instance-storage-info.disk.type - The storage
	// technology for the local instance storage disks. (hdd | ssd)
	//
	//     *
	// instance-storage-info.total-size-in-gb - The total amount of storage available
	// from all local instance storage, in GB.
	//
	//     * instance-storage-supported -
	// Indicates whether the instance type has local instance storage. (true | false)
	//
	//
	// * memory-info.size-in-mib - The memory size.
	//
	//     * network-info.ena-support -
	// Indicates whether Elastic Network Adapter (ENA) is supported or required.
	// (required | supported | unsupported)
	//
	//     * network-info.efa-supported -
	// Indicates whether the instance type supports Elastic Fabric Adapter (EFA). (true
	// | false)
	//
	//     * network-info.ipv4-addresses-per-interface - The maximum number
	// of private IPv4 addresses per network interface.
	//
	//     *
	// network-info.ipv6-addresses-per-interface - The maximum number of private IPv6
	// addresses per network interface.
	//
	//     * network-info.ipv6-supported - Indicates
	// whether the instance type supports IPv6. (true | false)
	//
	//     *
	// network-info.maximum-network-interfaces - The maximum number of network
	// interfaces per instance.
	//
	//     * network-info.network-performance - Describes the
	// network performance.
	//
	//     * processor-info.sustained-clock-speed-in-ghz - The
	// CPU clock speed, in GHz.
	//
	//     * vcpu-info.default-cores - The default number of
	// cores for the instance type.
	//
	//     * vcpu-info.default-threads-per-core - The
	// default number of threads per core for the instance type.
	//
	//     *
	// vcpu-info.default-vcpus - The default number of vCPUs for the instance type.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeInstanceTypesOutput

type DescribeInstanceTypesOutput struct {
	// The instance type. For more information, see Instance Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	InstanceTypes []*types.InstanceTypeInfo
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeInstancesInput

type DescribeInstancesInput struct {
	// The instance IDs. Default: Describes all your instances.
	InstanceIds []*string
	// The filters.
	//
	//     * affinity - The affinity setting for an instance running on a
	// Dedicated Host (default | host).
	//
	//     * architecture - The instance architecture
	// (i386 | x86_64 | arm64).
	//
	//     * availability-zone - The Availability Zone of the
	// instance.
	//
	//     * block-device-mapping.attach-time - The attach time for an EBS
	// volume mapped to the instance, for example, 2010-09-15T17:15:20.000Z.
	//
	//     *
	// block-device-mapping.delete-on-termination - A Boolean that indicates whether
	// the EBS volume is deleted on instance termination.
	//
	//     *
	// block-device-mapping.device-name - The device name specified in the block device
	// mapping (for example, /dev/sdh or xvdh).
	//
	//     * block-device-mapping.status -
	// The status for the EBS volume (attaching | attached | detaching | detached).
	//
	//
	// * block-device-mapping.volume-id - The volume ID of the EBS volume.
	//
	//     *
	// client-token - The idempotency token you provided when you launched the
	// instance.
	//
	//     * dns-name - The public DNS name of the instance.
	//
	//     * group-id
	// - The ID of the security group for the instance. EC2-Classic only.
	//
	//     *
	// group-name - The name of the security group for the instance. EC2-Classic
	// only.
	//
	//     * hibernation-options.configured - A Boolean that indicates whether
	// the instance is enabled for hibernation. A value of true means that the instance
	// is enabled for hibernation.
	//
	//     * host-id - The ID of the Dedicated Host on
	// which the instance is running, if applicable.
	//
	//     * hypervisor - The hypervisor
	// type of the instance (ovm | xen). The value xen is used for both Xen and Nitro
	// hypervisors.
	//
	//     * iam-instance-profile.arn - The instance profile associated
	// with the instance. Specified as an ARN.
	//
	//     * image-id - The ID of the image
	// used to launch the instance.
	//
	//     * instance-id - The ID of the instance.
	//
	//     *
	// instance-lifecycle - Indicates whether this is a Spot Instance or a Scheduled
	// Instance (spot | scheduled).
	//
	//     * instance-state-code - The state of the
	// instance, as a 16-bit unsigned integer. The high byte is used for internal
	// purposes and should be ignored. The low byte is set based on the state
	// represented. The valid values are: 0 (pending), 16 (running), 32
	// (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).
	//
	//     *
	// instance-state-name - The state of the instance (pending | running |
	// shutting-down | terminated | stopping | stopped).
	//
	//     * instance-type - The
	// type of instance (for example, t2.micro).
	//
	//     * instance.group-id - The ID of
	// the security group for the instance.
	//
	//     * instance.group-name - The name of
	// the security group for the instance.
	//
	//     * ip-address - The public IPv4 address
	// of the instance.
	//
	//     * kernel-id - The kernel ID.
	//
	//     * key-name - The name of
	// the key pair used when the instance was launched.
	//
	//     * launch-index - When
	// launching multiple instances, this is the index for the instance in the launch
	// group (for example, 0, 1, 2, and so on).
	//
	//     * launch-time - The time when the
	// instance was launched.
	//
	//     * metadata-options.http-tokens - The metadata
	// request authorization state (optional | required)
	//
	//     *
	// metadata-options.http-put-response-hop-limit - The http metadata request put
	// response hop limit (integer, possible values 1 to 64)
	//
	//     *
	// metadata-options.http-endpoint - Enable or disable metadata access on http
	// endpoint (enabled | disabled)
	//
	//     * monitoring-state - Indicates whether
	// detailed monitoring is enabled (disabled | enabled).
	//
	//     *
	// network-interface.addresses.private-ip-address - The private IPv4 address
	// associated with the network interface.
	//
	//     *
	// network-interface.addresses.primary - Specifies whether the IPv4 address of the
	// network interface is the primary private IPv4 address.
	//
	//     *
	// network-interface.addresses.association.public-ip - The ID of the association of
	// an Elastic IP address (IPv4) with a network interface.
	//
	//     *
	// network-interface.addresses.association.ip-owner-id - The owner ID of the
	// private IPv4 address associated with the network interface.
	//
	//     *
	// network-interface.association.public-ip - The address of the Elastic IP address
	// (IPv4) bound to the network interface.
	//
	//     *
	// network-interface.association.ip-owner-id - The owner of the Elastic IP address
	// (IPv4) associated with the network interface.
	//
	//     *
	// network-interface.association.allocation-id - The allocation ID returned when
	// you allocated the Elastic IP address (IPv4) for your network interface.
	//
	//     *
	// network-interface.association.association-id - The association ID returned when
	// the network interface was associated with an IPv4 address.
	//
	//     *
	// network-interface.attachment.attachment-id - The ID of the interface
	// attachment.
	//
	//     * network-interface.attachment.instance-id - The ID of the
	// instance to which the network interface is attached.
	//
	//     *
	// network-interface.attachment.instance-owner-id - The owner ID of the instance to
	// which the network interface is attached.
	//
	//     *
	// network-interface.attachment.device-index - The device index to which the
	// network interface is attached.
	//
	//     * network-interface.attachment.status - The
	// status of the attachment (attaching | attached | detaching | detached).
	//
	//     *
	// network-interface.attachment.attach-time - The time that the network interface
	// was attached to an instance.
	//
	//     *
	// network-interface.attachment.delete-on-termination - Specifies whether the
	// attachment is deleted when an instance is terminated.
	//
	//     *
	// network-interface.availability-zone - The Availability Zone for the network
	// interface.
	//
	//     * network-interface.description - The description of the network
	// interface.
	//
	//     * network-interface.group-id - The ID of a security group
	// associated with the network interface.
	//
	//     * network-interface.group-name - The
	// name of a security group associated with the network interface.
	//
	//     *
	// network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated with
	// the network interface.
	//
	//     * network-interface.mac-address - The MAC address of
	// the network interface.
	//
	//     * network-interface.network-interface-id - The ID of
	// the network interface.
	//
	//     * network-interface.owner-id - The ID of the owner
	// of the network interface.
	//
	//     * network-interface.private-dns-name - The
	// private DNS name of the network interface.
	//
	//     * network-interface.requester-id
	// - The requester ID for the network interface.
	//
	//     *
	// network-interface.requester-managed - Indicates whether the network interface is
	// being managed by AWS.
	//
	//     * network-interface.status - The status of the
	// network interface (available) | in-use).
	//
	//     *
	// network-interface.source-dest-check - Whether the network interface performs
	// source/destination checking. A value of true means that checking is enabled, and
	// false means that checking is disabled. The value must be false for the network
	// interface to perform network address translation (NAT) in your VPC.
	//
	//     *
	// network-interface.subnet-id - The ID of the subnet for the network interface.
	//
	//
	// * network-interface.vpc-id - The ID of the VPC for the network interface.
	//
	//     *
	// owner-id - The AWS account ID of the instance owner.
	//
	//     * placement-group-name
	// - The name of the placement group for the instance.
	//
	//     *
	// placement-partition-number - The partition in which the instance is located.
	//
	//
	// * platform - The platform. To list only Windows instances, use windows.
	//
	//     *
	// private-dns-name - The private IPv4 DNS name of the instance.
	//
	//     *
	// private-ip-address - The private IPv4 address of the instance.
	//
	//     *
	// product-code - The product code associated with the AMI used to launch the
	// instance.
	//
	//     * product-code.type - The type of product code (devpay |
	// marketplace).
	//
	//     * ramdisk-id - The RAM disk ID.
	//
	//     * reason - The reason
	// for the current state of the instance (for example, shows "User Initiated
	// [date]" when you stop or terminate the instance). Similar to the
	// state-reason-code filter.
	//
	//     * requester-id - The ID of the entity that
	// launched the instance on your behalf (for example, AWS Management Console, Auto
	// Scaling, and so on).
	//
	//     * reservation-id - The ID of the instance's
	// reservation. A reservation ID is created any time you launch an instance. A
	// reservation ID has a one-to-one relationship with an instance launch request,
	// but can be associated with more than one instance if you launch multiple
	// instances using the same launch request. For example, if you launch one
	// instance, you get one reservation ID. If you launch ten instances using the same
	// launch request, you also get one reservation ID.
	//
	//     * root-device-name - The
	// device name of the root device volume (for example, /dev/sda1).
	//
	//     *
	// root-device-type - The type of the root device volume (ebs | instance-store).
	//
	//
	// * source-dest-check - Indicates whether the instance performs source/destination
	// checking. A value of true means that checking is enabled, and false means that
	// checking is disabled. The value must be false for the instance to perform
	// network address translation (NAT) in your VPC.
	//
	//     * spot-instance-request-id -
	// The ID of the Spot Instance request.
	//
	//     * state-reason-code - The reason code
	// for the state change.
	//
	//     * state-reason-message - A message that describes the
	// state change.
	//
	//     * subnet-id - The ID of the subnet for the instance.
	//
	//     *
	// tag: - The key/value combination of a tag assigned to the resource. Use the tag
	// key in the filter name and the tag value as the filter value. For example, to
	// find all resources that have a tag with the key Owner and the value TeamA,
	// specify tag:Owner for the filter name and TeamA for the filter value.
	//
	//     *
	// tag-key - The key of a tag assigned to the resource. Use this filter to find all
	// resources that have a tag with a specific key, regardless of the tag value.
	//
	//
	// * tenancy - The tenancy of an instance (dedicated | default | host).
	//
	//     *
	// virtualization-type - The virtualization type of the instance (paravirtual |
	// hvm).
	//
	//     * vpc-id - The ID of the VPC that the instance is running in.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to request the next page of results.
	NextToken *string
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value. This
	// value can be between 5 and 1000. You cannot specify this parameter and the
	// instance IDs parameter in the same call.
	MaxResults *int32
}

type DescribeInstancesOutput

type DescribeInstancesOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the reservations.
	Reservations []*types.Reservation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeInternetGatewaysInput

type DescribeInternetGatewaysInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more filters.
	//
	//     * attachment.state - The current state of the
	// attachment between the gateway and the VPC (available). Present only if a VPC is
	// attached.
	//
	//     * attachment.vpc-id - The ID of an attached VPC.
	//
	//     *
	// internet-gateway-id - The ID of the Internet gateway.
	//
	//     * owner-id - The ID
	// of the AWS account that owns the internet gateway.
	//
	//     * tag: - The key/value
	// combination of a tag assigned to the resource. Use the tag key in the filter
	// name and the tag value as the filter value. For example, to find all resources
	// that have a tag with the key Owner and the value TeamA, specify tag:Owner for
	// the filter name and TeamA for the filter value.
	//
	//     * tag-key - The key of a
	// tag assigned to the resource. Use this filter to find all resources assigned a
	// tag with a specific key, regardless of the tag value.
	Filters []*types.Filter
	// One or more internet gateway IDs. Default: Describes all your internet gateways.
	InternetGatewayIds []*string
	// The token for the next page of results.
	NextToken *string
}

type DescribeInternetGatewaysOutput

type DescribeInternetGatewaysOutput struct {
	// Information about one or more internet gateways.
	InternetGateways []*types.InternetGateway
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeIpv6PoolsInput

type DescribeIpv6PoolsInput struct {
	// One or more filters.
	//
	//     * tag: - The key/value combination of a tag assigned
	// to the resource. Use the tag key in the filter name and the tag value as the
	// filter value. For example, to find all resources that have a tag with the key
	// Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for
	// the filter value.
	//
	//     * tag-key - The key of a tag assigned to the resource.
	// Use this filter to find all resources assigned a tag with a specific key,
	// regardless of the tag value.
	Filters []*types.Filter
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// The IDs of the IPv6 address pools.
	PoolIds []*string
}

type DescribeIpv6PoolsOutput

type DescribeIpv6PoolsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the IPv6 address pools.
	Ipv6Pools []*types.Ipv6Pool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeKeyPairsInput

type DescribeKeyPairsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The filters.
	//
	//     * key-pair-id - The ID of the key pair.
	//
	//     * fingerprint -
	// The fingerprint of the key pair.
	//
	//     * key-name - The name of the key pair.
	//
	//
	// * tag-key - The key of a tag assigned to the resource. Use this filter to find
	// all resources assigned a tag with a specific key, regardless of the tag value.
	//
	//
	// * tag: - The key/value combination of a tag assigned to the resource. Use the
	// tag key in the filter name and the tag value as the filter value. For example,
	// to find all resources that have a tag with the key Owner and the value TeamA,
	// specify tag:Owner for the filter name and TeamA for the filter value.
	Filters []*types.Filter
	// The IDs of the key pairs.
	KeyPairIds []*string
	// The key pair names. Default: Describes all your key pairs.
	KeyNames []*string
}

type DescribeKeyPairsOutput

type DescribeKeyPairsOutput struct {
	// Information about the key pairs.
	KeyPairs []*types.KeyPairInfo

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLaunchTemplateVersionsInput

type DescribeLaunchTemplateVersionsInput struct {
	// The name of the launch template. To describe one or more versions of a specified
	// launch template, you must specify either the launch template ID or the launch
	// template name in the request. To describe all the latest or default launch
	// template versions in your account, you must omit this parameter.
	LaunchTemplateName *string
	// The version number after which to describe launch template versions.
	MinVersion *string
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value. This
	// value can be between 1 and 200.
	MaxResults *int32
	// One or more filters.
	//
	//     * create-time - The time the launch template version
	// was created.
	//
	//     * ebs-optimized - A boolean that indicates whether the
	// instance is optimized for Amazon EBS I/O.
	//
	//     * iam-instance-profile - The ARN
	// of the IAM instance profile.
	//
	//     * image-id - The ID of the AMI.
	//
	//     *
	// instance-type - The instance type.
	//
	//     * is-default-version - A boolean that
	// indicates whether the launch template version is the default version.
	//
	//     *
	// kernel-id - The kernel ID.
	//
	//     * ram-disk-id - The RAM disk ID.
	Filters []*types.Filter
	// The version number up to which to describe launch template versions.
	MaxVersion *string
	// One or more versions of the launch template. Valid values depend on whether you
	// are describing a specified launch template (by ID or name) or all launch
	// templates in your account. To describe one or more versions of a specified
	// launch template, valid values are $Latest, $Default, and numbers. To describe
	// all launch templates in your account that are defined as the latest version, the
	// valid value is $Latest. To describe all launch templates in your account that
	// are defined as the default version, the valid value is $Default. You can specify
	// $Latest and $Default in the same call. You cannot specify numbers.
	Versions []*string
	// The ID of the launch template. To describe one or more versions of a specified
	// launch template, you must specify either the launch template ID or the launch
	// template name in the request. To describe all the latest or default launch
	// template versions in your account, you must omit this parameter.
	LaunchTemplateId *string
	// The token to request the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeLaunchTemplateVersionsOutput

type DescribeLaunchTemplateVersionsOutput struct {
	// Information about the launch template versions.
	LaunchTemplateVersions []*types.LaunchTemplateVersion
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLaunchTemplatesInput

type DescribeLaunchTemplatesInput struct {
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value. This
	// value can be between 1 and 200.
	MaxResults *int32
	// One or more launch template names.
	LaunchTemplateNames []*string
	// One or more filters.
	//
	//     * create-time - The time the launch template was
	// created.
	//
	//     * launch-template-name - The name of the launch template.
	//
	//     *
	// tag: - The key/value combination of a tag assigned to the resource. Use the tag
	// key in the filter name and the tag value as the filter value. For example, to
	// find all resources that have a tag with the key Owner and the value TeamA,
	// specify tag:Owner for the filter name and TeamA for the filter value.
	//
	//     *
	// tag-key - The key of a tag assigned to the resource. Use this filter to find all
	// resources assigned a tag with a specific key, regardless of the tag value.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more launch template IDs.
	LaunchTemplateIds []*string
	// The token to request the next page of results.
	NextToken *string
}

type DescribeLaunchTemplatesOutput

type DescribeLaunchTemplatesOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the launch templates.
	LaunchTemplates []*types.LaunchTemplate

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput

type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput struct {
	// The IDs of the associations.
	LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds []*string
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * local-gateway-id - The ID of a local gateway.
	//
	//     *
	// local-gateway-route-table-id - The ID of the local gateway route table.
	//
	//     *
	// local-gateway-route-table-virtual-interface-group-association-id - The ID of the
	// association.
	//
	//     * local-gateway-route-table-virtual-interface-group-id - The
	// ID of the virtual interface group.
	//
	//     * state - The state of the association.
	Filters []*types.Filter
}

type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput

type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput struct {
	// Information about the associations.
	LocalGatewayRouteTableVirtualInterfaceGroupAssociations []*types.LocalGatewayRouteTableVirtualInterfaceGroupAssociation
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLocalGatewayRouteTableVpcAssociationsInput

type DescribeLocalGatewayRouteTableVpcAssociationsInput struct {
	// The IDs of the associations.
	LocalGatewayRouteTableVpcAssociationIds []*string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// One or more filters.
	//
	//     * local-gateway-id - The ID of a local gateway.
	//
	//     *
	// local-gateway-route-table-id - The ID of the local gateway route table.
	//
	//     *
	// local-gateway-route-table-vpc-association-id - The ID of the association.
	//
	//     *
	// state - The state of the association.
	//
	//     * vpc-id - The ID of the VPC.
	Filters []*types.Filter
}

type DescribeLocalGatewayRouteTableVpcAssociationsOutput

type DescribeLocalGatewayRouteTableVpcAssociationsOutput struct {
	// Information about the associations.
	LocalGatewayRouteTableVpcAssociations []*types.LocalGatewayRouteTableVpcAssociation
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLocalGatewayRouteTablesInput

type DescribeLocalGatewayRouteTablesInput struct {
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * local-gateway-id - The ID of a local gateway.
	//
	//     *
	// local-gateway-route-table-id - The ID of a local gateway route table.
	//
	//     *
	// outpost-arn - The Amazon Resource Name (ARN) of the Outpost.
	//
	//     * state - The
	// state of the local gateway route table.
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// The IDs of the local gateway route tables.
	LocalGatewayRouteTableIds []*string
}

type DescribeLocalGatewayRouteTablesOutput

type DescribeLocalGatewayRouteTablesOutput struct {
	// Information about the local gateway route tables.
	LocalGatewayRouteTables []*types.LocalGatewayRouteTable
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLocalGatewayVirtualInterfaceGroupsInput

type DescribeLocalGatewayVirtualInterfaceGroupsInput struct {
	// One or more filters.
	//
	//     * local-gateway-id - The ID of a local gateway.
	//
	//     *
	// local-gateway-virtual-interface-id - The ID of the virtual interface.
	//
	//     *
	// local-gateway-virtual-interface-group-id - The ID of the virtual interface
	// group.
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// The IDs of the virtual interface groups.
	LocalGatewayVirtualInterfaceGroupIds []*string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeLocalGatewayVirtualInterfaceGroupsOutput

type DescribeLocalGatewayVirtualInterfaceGroupsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// The virtual interface groups.
	LocalGatewayVirtualInterfaceGroups []*types.LocalGatewayVirtualInterfaceGroup

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLocalGatewayVirtualInterfacesInput

type DescribeLocalGatewayVirtualInterfacesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more filters.
	Filters []*types.Filter
	// The IDs of the virtual interfaces.
	LocalGatewayVirtualInterfaceIds []*string
	// The token for the next page of results.
	NextToken *string
}

type DescribeLocalGatewayVirtualInterfacesOutput

type DescribeLocalGatewayVirtualInterfacesOutput struct {
	// Information about the virtual interfaces.
	LocalGatewayVirtualInterfaces []*types.LocalGatewayVirtualInterface
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeLocalGatewaysInput

type DescribeLocalGatewaysInput struct {
	// One or more filters.
	Filters []*types.Filter
	// One or more filters.
	//
	//     * local-gateway-id - The ID of a local gateway.
	//
	//     *
	// local-gateway-route-table-id - The ID of the local gateway route table.
	//
	//     *
	// local-gateway-route-table-virtual-interface-group-association-id - The ID of the
	// association.
	//
	//     * local-gateway-route-table-virtual-interface-group-id - The
	// ID of the virtual interface group.
	//
	//     * outpost-arn - The Amazon Resource Name
	// (ARN) of the Outpost.
	//
	//     * state - The state of the association.
	LocalGatewayIds []*string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeLocalGatewaysOutput

type DescribeLocalGatewaysOutput struct {
	// Information about the local gateways.
	LocalGateways []*types.LocalGateway
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeManagedPrefixListsInput

type DescribeManagedPrefixListsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// One or more filters.
	//
	//     * owner-id - The ID of the prefix list owner.
	//
	//     *
	// prefix-list-id - The ID of the prefix list.
	//
	//     * prefix-list-name - The name
	// of the prefix list.
	Filters []*types.Filter
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more prefix list IDs.
	PrefixListIds []*string
}

type DescribeManagedPrefixListsOutput

type DescribeManagedPrefixListsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the prefix lists.
	PrefixLists []*types.ManagedPrefixList

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeMovingAddressesInput

type DescribeMovingAddressesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return for the request in a single page. The
	// remaining results of the initial request can be seen by sending another request
	// with the returned NextToken value. This value can be between 5 and 1000; if
	// MaxResults is given a value outside of this range, an error is returned.
	// Default: If no value is provided, the default is 1000.
	MaxResults *int32
	// One or more filters.
	//
	//     * moving-status - The status of the Elastic IP address
	// (MovingToVpc | RestoringToClassic).
	Filters []*types.Filter
	// One or more Elastic IP addresses.
	PublicIps []*string
	// The token for the next page of results.
	NextToken *string
}

type DescribeMovingAddressesOutput

type DescribeMovingAddressesOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// The status for each Elastic IP address.
	MovingAddressStatuses []*types.MovingAddressStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeNatGatewaysInput

type DescribeNatGatewaysInput struct {
	// The token for the next page of results.
	NextToken *string
	// One or more filters.
	//
	//     * nat-gateway-id - The ID of the NAT gateway.
	//
	//     *
	// state - The state of the NAT gateway (pending | failed | available | deleting |
	// deleted).
	//
	//     * subnet-id - The ID of the subnet in which the NAT gateway
	// resides.
	//
	//     * tag: - The key/value combination of a tag assigned to the
	// resource. Use the tag key in the filter name and the tag value as the filter
	// value. For example, to find all resources that have a tag with the key Owner and
	// the value TeamA, specify tag:Owner for the filter name and TeamA for the filter
	// value.
	//
	//     * tag-key - The key of a tag assigned to the resource. Use this
	// filter to find all resources assigned a tag with a specific key, regardless of
	// the tag value.
	//
	//     * vpc-id - The ID of the VPC in which the NAT gateway
	// resides.
	Filter []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more NAT gateway IDs.
	NatGatewayIds []*string
}

type DescribeNatGatewaysOutput

type DescribeNatGatewaysOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the NAT gateways.
	NatGateways []*types.NatGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeNetworkAclsInput

type DescribeNetworkAclsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more network ACL IDs. Default: Describes all your network ACLs.
	NetworkAclIds []*string
	// One or more filters.
	//
	//     * association.association-id - The ID of an
	// association ID for the ACL.
	//
	//     * association.network-acl-id - The ID of the
	// network ACL involved in the association.
	//
	//     * association.subnet-id - The ID
	// of the subnet involved in the association.
	//
	//     * default - Indicates whether
	// the ACL is the default network ACL for the VPC.
	//
	//     * entry.cidr - The IPv4
	// CIDR range specified in the entry.
	//
	//     * entry.icmp.code - The ICMP code
	// specified in the entry, if any.
	//
	//     * entry.icmp.type - The ICMP type specified
	// in the entry, if any.
	//
	//     * entry.ipv6-cidr - The IPv6 CIDR range specified in
	// the entry.
	//
	//     * entry.port-range.from - The start of the port range specified
	// in the entry.
	//
	//     * entry.port-range.to - The end of the port range specified
	// in the entry.
	//
	//     * entry.protocol - The protocol specified in the entry (tcp |
	// udp | icmp or a protocol number).
	//
	//     * entry.rule-action - Allows or denies
	// the matching traffic (allow | deny).
	//
	//     * entry.rule-number - The number of an
	// entry (in other words, rule) in the set of ACL entries.
	//
	//     * network-acl-id -
	// The ID of the network ACL.
	//
	//     * owner-id - The ID of the AWS account that owns
	// the network ACL.
	//
	//     * tag: - The key/value combination of a tag assigned to
	// the resource. Use the tag key in the filter name and the tag value as the filter
	// value. For example, to find all resources that have a tag with the key Owner and
	// the value TeamA, specify tag:Owner for the filter name and TeamA for the filter
	// value.
	//
	//     * tag-key - The key of a tag assigned to the resource. Use this
	// filter to find all resources assigned a tag with a specific key, regardless of
	// the tag value.
	//
	//     * vpc-id - The ID of the VPC for the network ACL.
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeNetworkAclsOutput

type DescribeNetworkAclsOutput struct {
	// Information about one or more network ACLs.
	NetworkAcls []*types.NetworkAcl
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeNetworkInterfaceAttributeInput

type DescribeNetworkInterfaceAttributeInput struct {
	// The ID of the network interface.
	NetworkInterfaceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The attribute of the network interface. This parameter is required.
	Attribute types.NetworkInterfaceAttribute
}

Contains the parameters for DescribeNetworkInterfaceAttribute.

type DescribeNetworkInterfaceAttributeOutput

type DescribeNetworkInterfaceAttributeOutput struct {
	// The security groups associated with the network interface.
	Groups []*types.GroupIdentifier
	// The description of the network interface.
	Description *types.AttributeValue
	// The attachment (if any) of the network interface.
	Attachment *types.NetworkInterfaceAttachment
	// The ID of the network interface.
	NetworkInterfaceId *string
	// Indicates whether source/destination checking is enabled.
	SourceDestCheck *types.AttributeBooleanValue

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeNetworkInterfaceAttribute.

type DescribeNetworkInterfacePermissionsInput

type DescribeNetworkInterfacePermissionsInput struct {
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value. If this
	// parameter is not specified, up to 50 results are returned by default.
	MaxResults *int32
	// The token to request the next page of results.
	NextToken *string
	// One or more filters.
	//
	//     *
	// network-interface-permission.network-interface-permission-id - The ID of the
	// permission.
	//
	//     * network-interface-permission.network-interface-id - The ID of
	// the network interface.
	//
	//     * network-interface-permission.aws-account-id - The
	// AWS account ID.
	//
	//     * network-interface-permission.aws-service - The AWS
	// service.
	//
	//     * network-interface-permission.permission - The type of permission
	// (INSTANCE-ATTACH | EIP-ASSOCIATE).
	Filters []*types.Filter
	// One or more network interface permission IDs.
	NetworkInterfacePermissionIds []*string
}

Contains the parameters for DescribeNetworkInterfacePermissions.

type DescribeNetworkInterfacePermissionsOutput

type DescribeNetworkInterfacePermissionsOutput struct {
	// The token to use to retrieve the next page of results.
	NextToken *string
	// The network interface permissions.
	NetworkInterfacePermissions []*types.NetworkInterfacePermission

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output for DescribeNetworkInterfacePermissions.

type DescribeNetworkInterfacesInput

type DescribeNetworkInterfacesInput struct {
	// The token to retrieve the next page of results.
	NextToken *string
	// One or more network interface IDs. Default: Describes all your network
	// interfaces.
	NetworkInterfaceIds []*string
	// The maximum number of items to return for this request. The request returns a
	// token that you can specify in a subsequent call to get the next set of results.
	// You cannot specify this parameter and the network interface IDs parameter in the
	// same request.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * addresses.private-ip-address - The private IPv4
	// addresses associated with the network interface.
	//
	//     * addresses.primary -
	// Whether the private IPv4 address is the primary IP address associated with the
	// network interface.
	//
	//     * addresses.association.public-ip - The association ID
	// returned when the network interface was associated with the Elastic IP address
	// (IPv4).
	//
	//     * addresses.association.owner-id - The owner ID of the addresses
	// associated with the network interface.
	//
	//     * association.association-id - The
	// association ID returned when the network interface was associated with an IPv4
	// address.
	//
	//     * association.allocation-id - The allocation ID returned when you
	// allocated the Elastic IP address (IPv4) for your network interface.
	//
	//     *
	// association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated
	// with the network interface.
	//
	//     * association.public-ip - The address of the
	// Elastic IP address (IPv4) bound to the network interface.
	//
	//     *
	// association.public-dns-name - The public DNS name for the network interface
	// (IPv4).
	//
	//     * attachment.attachment-id - The ID of the interface attachment.
	//
	//
	// * attachment.attach-time - The time that the network interface was attached to
	// an instance.
	//
	//     * attachment.delete-on-termination - Indicates whether the
	// attachment is deleted when an instance is terminated.
	//
	//     *
	// attachment.device-index - The device index to which the network interface is
	// attached.
	//
	//     * attachment.instance-id - The ID of the instance to which the
	// network interface is attached.
	//
	//     * attachment.instance-owner-id - The owner
	// ID of the instance to which the network interface is attached.
	//
	//     *
	// attachment.status - The status of the attachment (attaching | attached |
	// detaching | detached).
	//
	//     * availability-zone - The Availability Zone of the
	// network interface.
	//
	//     * description - The description of the network
	// interface.
	//
	//     * group-id - The ID of a security group associated with the
	// network interface.
	//
	//     * group-name - The name of a security group associated
	// with the network interface.
	//
	//     * ipv6-addresses.ipv6-address - An IPv6 address
	// associated with the network interface.
	//
	//     * mac-address - The MAC address of
	// the network interface.
	//
	//     * network-interface-id - The ID of the network
	// interface.
	//
	//     * owner-id - The AWS account ID of the network interface
	// owner.
	//
	//     * private-ip-address - The private IPv4 address or addresses of the
	// network interface.
	//
	//     * private-dns-name - The private DNS name of the network
	// interface (IPv4).
	//
	//     * requester-id - The ID of the entity that launched the
	// instance on your behalf (for example, AWS Management Console, Auto Scaling, and
	// so on).
	//
	//     * requester-managed - Indicates whether the network interface is
	// being managed by an AWS service (for example, AWS Management Console, Auto
	// Scaling, and so on).
	//
	//     * source-dest-check - Indicates whether the network
	// interface performs source/destination checking. A value of true means checking
	// is enabled, and false means checking is disabled. The value must be false for
	// the network interface to perform network address translation (NAT) in your
	// VPC.
	//
	//     * status - The status of the network interface. If the network
	// interface is not attached to an instance, the status is available; if a network
	// interface is attached to an instance the status is in-use.
	//
	//     * subnet-id -
	// The ID of the subnet for the network interface.
	//
	//     * tag: - The key/value
	// combination of a tag assigned to the resource. Use the tag key in the filter
	// name and the tag value as the filter value. For example, to find all resources
	// that have a tag with the key Owner and the value TeamA, specify tag:Owner for
	// the filter name and TeamA for the filter value.
	//
	//     * tag-key - The key of a
	// tag assigned to the resource. Use this filter to find all resources assigned a
	// tag with a specific key, regardless of the tag value.
	//
	//     * vpc-id - The ID of
	// the VPC for the network interface.
	Filters []*types.Filter
}

Contains the parameters for DescribeNetworkInterfaces.

type DescribeNetworkInterfacesOutput

type DescribeNetworkInterfacesOutput struct {
	// Information about one or more network interfaces.
	NetworkInterfaces []*types.NetworkInterface
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeNetworkInterfaces.

type DescribePlacementGroupsInput

type DescribePlacementGroupsInput struct {
	// The IDs of the placement groups.
	GroupIds []*string
	// The names of the placement groups. Default: Describes all your placement groups,
	// or only those otherwise specified.
	GroupNames []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The filters.
	//
	//     * group-name - The name of the placement group.
	//
	//     * state -
	// The state of the placement group (pending | available | deleting | deleted).
	//
	//
	// * strategy - The strategy of the placement group (cluster | spread |
	// partition).
	//
	//     * tag: - The key/value combination of a tag assigned to the
	// resource. Use the tag key in the filter name and the tag value as the filter
	// value. For example, to find all resources that have a tag with the key Owner and
	// the value TeamA, specify tag:Owner for the filter name and TeamA for the filter
	// value.
	//
	//     * tag-key - The key of a tag assigned to the resource. Use this
	// filter to find all resources that have a tag with a specific key, regardless of
	// the tag value.
	Filters []*types.Filter
}

type DescribePlacementGroupsOutput

type DescribePlacementGroupsOutput struct {
	// Information about the placement groups.
	PlacementGroups []*types.PlacementGroup

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribePrefixListsInput

type DescribePrefixListsInput struct {
	// The token for the next page of results.
	NextToken *string
	// One or more filters.
	//
	//     * prefix-list-id: The ID of a prefix list.
	//
	//     *
	// prefix-list-name: The name of a prefix list.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more prefix list IDs.
	PrefixListIds []*string
}

type DescribePrefixListsOutput

type DescribePrefixListsOutput struct {
	// All available prefix lists.
	PrefixLists []*types.PrefixList
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribePrincipalIdFormatInput

type DescribePrincipalIdFormatInput struct {
	// The token to request the next page of results.
	NextToken *string
	// The type of resource: bundle | conversion-task | customer-gateway | dhcp-options
	// | elastic-ip-allocation | elastic-ip-association | export-task | flow-log |
	// image | import-task | instance | internet-gateway | network-acl |
	// network-acl-association | network-interface | network-interface-attachment |
	// prefix-list | reservation | route-table | route-table-association |
	// security-group | snapshot | subnet | subnet-cidr-block-association | volume |
	// vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection |
	// vpn-connection | vpn-gateway
	Resources []*string
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another call with the returned NextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribePrincipalIdFormatOutput

type DescribePrincipalIdFormatOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the ID format settings for the ARN.
	Principals []*types.PrincipalIdFormat

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribePublicIpv4PoolsInput

type DescribePublicIpv4PoolsInput struct {
	// The IDs of the address pools.
	PoolIds []*string
	// One or more filters.
	//
	//     * tag: - The key/value combination of a tag assigned
	// to the resource. Use the tag key in the filter name and the tag value as the
	// filter value. For example, to find all resources that have a tag with the key
	// Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for
	// the filter value.
	//
	//     * tag-key - The key of a tag assigned to the resource.
	// Use this filter to find all resources assigned a tag with a specific key,
	// regardless of the tag value.
	Filters []*types.Filter
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
}

type DescribePublicIpv4PoolsOutput

type DescribePublicIpv4PoolsOutput struct {
	// Information about the address pools.
	PublicIpv4Pools []*types.PublicIpv4Pool
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeRegionsInput

type DescribeRegionsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The names of the Regions. You can specify any Regions, whether they are enabled
	// and disabled for your account.
	RegionNames []*string
	// Indicates whether to display all Regions, including Regions that are disabled
	// for your account.
	AllRegions *bool
	// The filters.
	//
	//     * endpoint - The endpoint of the Region (for example,
	// ec2.us-east-1.amazonaws.com).
	//
	//     * opt-in-status - The opt-in status of the
	// Region (opt-in-not-required | opted-in | not-opted-in).
	//
	//     * region-name - The
	// name of the Region (for example, us-east-1).
	Filters []*types.Filter
}

type DescribeRegionsOutput

type DescribeRegionsOutput struct {
	// Information about the Regions.
	Regions []*types.Region

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeReservedInstancesInput

type DescribeReservedInstancesInput struct {
	// One or more Reserved Instance IDs. Default: Describes all your Reserved
	// Instances, or only those otherwise specified.
	ReservedInstancesIds []*string
	// The Reserved Instance offering type. If you are using tools that predate the
	// 2011-11-01 API version, you only have access to the Medium Utilization Reserved
	// Instance offering type.
	OfferingType types.OfferingTypeValues
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * availability-zone - The Availability Zone where the
	// Reserved Instance can be used.
	//
	//     * duration - The duration of the Reserved
	// Instance (one year or three years), in seconds (31536000 | 94608000).
	//
	//     * end
	// - The time when the Reserved Instance expires (for example,
	// 2015-08-07T11:54:42.000Z).
	//
	//     * fixed-price - The purchase price of the
	// Reserved Instance (for example, 9800.0).
	//
	//     * instance-type - The instance
	// type that is covered by the reservation.
	//
	//     * scope - The scope of the
	// Reserved Instance (Region or Availability Zone).
	//
	//     * product-description -
	// The Reserved Instance product platform description. Instances that include
	// (Amazon VPC) in the product platform description will only be displayed to
	// EC2-Classic account holders and are for use with Amazon VPC (Linux/UNIX |
	// Linux/UNIX (Amazon VPC) | SUSE Linux | SUSE Linux (Amazon VPC) | Red Hat
	// Enterprise Linux | Red Hat Enterprise Linux (Amazon VPC) | Windows | Windows
	// (Amazon VPC) | Windows with SQL Server Standard | Windows with SQL Server
	// Standard (Amazon VPC) | Windows with SQL Server Web | Windows with SQL Server
	// Web (Amazon VPC) | Windows with SQL Server Enterprise | Windows with SQL Server
	// Enterprise (Amazon VPC)).
	//
	//     * reserved-instances-id - The ID of the Reserved
	// Instance.
	//
	//     * start - The time at which the Reserved Instance purchase
	// request was placed (for example, 2014-08-07T11:54:42.000Z).
	//
	//     * state - The
	// state of the Reserved Instance (payment-pending | active | payment-failed |
	// retired).
	//
	//     * tag: - The key/value combination of a tag assigned to the
	// resource. Use the tag key in the filter name and the tag value as the filter
	// value. For example, to find all resources that have a tag with the key Owner and
	// the value TeamA, specify tag:Owner for the filter name and TeamA for the filter
	// value.
	//
	//     * tag-key - The key of a tag assigned to the resource. Use this
	// filter to find all resources assigned a tag with a specific key, regardless of
	// the tag value.
	//
	//     * usage-price - The usage price of the Reserved Instance,
	// per hour (for example, 0.84).
	Filters []*types.Filter
	// Describes whether the Reserved Instance is Standard or Convertible.
	OfferingClass types.OfferingClassType
}

Contains the parameters for DescribeReservedInstances.

type DescribeReservedInstancesListingsInput

type DescribeReservedInstancesListingsInput struct {
	// One or more Reserved Instance listing IDs.
	ReservedInstancesListingId *string
	// One or more filters.
	//
	//     * reserved-instances-id - The ID of the Reserved
	// Instances.
	//
	//     * reserved-instances-listing-id - The ID of the Reserved
	// Instances listing.
	//
	//     * status - The status of the Reserved Instance listing
	// (pending | active | cancelled | closed).
	//
	//     * status-message - The reason for
	// the status.
	Filters []*types.Filter
	// One or more Reserved Instance IDs.
	ReservedInstancesId *string
}

Contains the parameters for DescribeReservedInstancesListings.

type DescribeReservedInstancesListingsOutput

type DescribeReservedInstancesListingsOutput struct {
	// Information about the Reserved Instance listing.
	ReservedInstancesListings []*types.ReservedInstancesListing

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeReservedInstancesListings.

type DescribeReservedInstancesModificationsInput

type DescribeReservedInstancesModificationsInput struct {
	// One or more filters.
	//
	//     * client-token - The idempotency token for the
	// modification request.
	//
	//     * create-date - The time when the modification
	// request was created.
	//
	//     * effective-date - The time when the modification
	// becomes effective.
	//
	//     * modification-result.reserved-instances-id - The ID for
	// the Reserved Instances created as part of the modification request. This ID is
	// only available when the status of the modification is fulfilled.
	//
	//     *
	// modification-result.target-configuration.availability-zone - The Availability
	// Zone for the new Reserved Instances.
	//
	//     *
	// modification-result.target-configuration.instance-count  - The number of new
	// Reserved Instances.
	//
	//     *
	// modification-result.target-configuration.instance-type - The instance type of
	// the new Reserved Instances.
	//
	//     *
	// modification-result.target-configuration.platform - The network platform of the
	// new Reserved Instances (EC2-Classic | EC2-VPC).
	//
	//     * reserved-instances-id -
	// The ID of the Reserved Instances modified.
	//
	//     *
	// reserved-instances-modification-id - The ID of the modification request.
	//
	//     *
	// status - The status of the Reserved Instances modification request (processing |
	// fulfilled | failed).
	//
	//     * status-message - The reason for the status.
	//
	//     *
	// update-date - The time when the modification request was last updated.
	Filters []*types.Filter
	// IDs for the submitted modification request.
	ReservedInstancesModificationIds []*string
	// The token to retrieve the next page of results.
	NextToken *string
}

Contains the parameters for DescribeReservedInstancesModifications.

type DescribeReservedInstancesModificationsOutput

type DescribeReservedInstancesModificationsOutput struct {
	// The Reserved Instance modification information.
	ReservedInstancesModifications []*types.ReservedInstancesModification
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeReservedInstancesModifications.

type DescribeReservedInstancesOfferingsInput

type DescribeReservedInstancesOfferingsInput struct {
	// The offering class of the Reserved Instance. Can be standard or convertible.
	OfferingClass types.OfferingClassType
	// The instance type that the reservation will cover (for example, m1.small). For
	// more information, see Instance Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	InstanceType types.InstanceType
	// The token to retrieve the next page of results.
	NextToken *string
	// The Reserved Instance product platform description. Instances that include
	// (Amazon VPC) in the description are for use with Amazon VPC.
	ProductDescription types.RIProductDescription
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The Availability Zone in which the Reserved Instance can be used.
	AvailabilityZone *string
	// The tenancy of the instances covered by the reservation. A Reserved Instance
	// with a tenancy of dedicated is applied to instances that run in a VPC on
	// single-tenant hardware (i.e., Dedicated Instances). Important: The host value
	// cannot be used with this parameter. Use the default or dedicated values only.
	// Default: default
	InstanceTenancy types.Tenancy
	// The Reserved Instance offering type. If you are using tools that predate the
	// 2011-11-01 API version, you only have access to the Medium Utilization Reserved
	// Instance offering type.
	OfferingType types.OfferingTypeValues
	// The minimum duration (in seconds) to filter when searching for offerings.
	// Default: 2592000 (1 month)
	MinDuration *int64
	// Include Reserved Instance Marketplace offerings in the response.
	IncludeMarketplace *bool
	// One or more filters.
	//
	//     * availability-zone - The Availability Zone where the
	// Reserved Instance can be used.
	//
	//     * duration - The duration of the Reserved
	// Instance (for example, one year or three years), in seconds (31536000 |
	// 94608000).
	//
	//     * fixed-price - The purchase price of the Reserved Instance (for
	// example, 9800.0).
	//
	//     * instance-type - The instance type that is covered by
	// the reservation.
	//
	//     * marketplace - Set to true to show only Reserved Instance
	// Marketplace offerings. When this filter is not used, which is the default
	// behavior, all offerings from both AWS and the Reserved Instance Marketplace are
	// listed.
	//
	//     * product-description - The Reserved Instance product platform
	// description. Instances that include (Amazon VPC) in the product platform
	// description will only be displayed to EC2-Classic account holders and are for
	// use with Amazon VPC. (Linux/UNIX | Linux/UNIX (Amazon VPC) | SUSE Linux | SUSE
	// Linux (Amazon VPC) | Red Hat Enterprise Linux | Red Hat Enterprise Linux (Amazon
	// VPC) | Windows | Windows (Amazon VPC) | Windows with SQL Server Standard |
	// Windows with SQL Server Standard (Amazon VPC) | Windows with SQL Server Web |
	// Windows with SQL Server Web (Amazon VPC) | Windows with SQL Server Enterprise |
	// Windows with SQL Server Enterprise (Amazon VPC))
	//
	//     *
	// reserved-instances-offering-id - The Reserved Instances offering ID.
	//
	//     *
	// scope - The scope of the Reserved Instance (Availability Zone or Region).
	//
	//     *
	// usage-price - The usage price of the Reserved Instance, per hour (for example,
	// 0.84).
	Filters []*types.Filter
	// The maximum duration (in seconds) to filter when searching for offerings.
	// Default: 94608000 (3 years)
	MaxDuration *int64
	// The maximum number of results to return for the request in a single page. The
	// remaining results of the initial request can be seen by sending another request
	// with the returned NextToken value. The maximum is 100. Default: 100
	MaxResults *int32
	// The maximum number of instances to filter when searching for offerings. Default:
	// 20
	MaxInstanceCount *int32
	// One or more Reserved Instances offering IDs.
	ReservedInstancesOfferingIds []*string
}

Contains the parameters for DescribeReservedInstancesOfferings.

type DescribeReservedInstancesOfferingsOutput

type DescribeReservedInstancesOfferingsOutput struct {
	// A list of Reserved Instances offerings.
	ReservedInstancesOfferings []*types.ReservedInstancesOffering
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeReservedInstancesOfferings.

type DescribeReservedInstancesOutput

type DescribeReservedInstancesOutput struct {
	// A list of Reserved Instances.
	ReservedInstances []*types.ReservedInstances

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output for DescribeReservedInstances.

type DescribeRouteTablesInput

type DescribeRouteTablesInput struct {
	// One or more route table IDs. Default: Describes all your route tables.
	RouteTableIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * association.route-table-association-id - The ID of
	// an association ID for the route table.
	//
	//     * association.route-table-id - The
	// ID of the route table involved in the association.
	//
	//     * association.subnet-id
	// - The ID of the subnet involved in the association.
	//
	//     * association.main -
	// Indicates whether the route table is the main route table for the VPC (true |
	// false). Route tables that do not have an association ID are not returned in the
	// response.
	//
	//     * owner-id - The ID of the AWS account that owns the route
	// table.
	//
	//     * route-table-id - The ID of the route table.
	//
	//     *
	// route.destination-cidr-block - The IPv4 CIDR range specified in a route in the
	// table.
	//
	//     * route.destination-ipv6-cidr-block - The IPv6 CIDR range specified
	// in a route in the route table.
	//
	//     * route.destination-prefix-list-id - The ID
	// (prefix) of the AWS service specified in a route in the table.
	//
	//     *
	// route.egress-only-internet-gateway-id - The ID of an egress-only Internet
	// gateway specified in a route in the route table.
	//
	//     * route.gateway-id - The
	// ID of a gateway specified in a route in the table.
	//
	//     * route.instance-id -
	// The ID of an instance specified in a route in the table.
	//
	//     *
	// route.nat-gateway-id - The ID of a NAT gateway.
	//
	//     * route.transit-gateway-id
	// - The ID of a transit gateway.
	//
	//     * route.origin - Describes how the route was
	// created. CreateRouteTable indicates that the route was automatically created
	// when the route table was created; CreateRoute indicates that the route was
	// manually added to the route table; EnableVgwRoutePropagation indicates that the
	// route was propagated by route propagation.
	//
	//     * route.state - The state of a
	// route in the route table (active | blackhole). The blackhole state indicates
	// that the route's target isn't available (for example, the specified gateway
	// isn't attached to the VPC, the specified NAT instance has been terminated, and
	// so on).
	//
	//     * route.vpc-peering-connection-id - The ID of a VPC peering
	// connection specified in a route in the table.
	//
	//     * tag: - The key/value
	// combination of a tag assigned to the resource. Use the tag key in the filter
	// name and the tag value as the filter value. For example, to find all resources
	// that have a tag with the key Owner and the value TeamA, specify tag:Owner for
	// the filter name and TeamA for the filter value.
	//
	//     * tag-key - The key of a
	// tag assigned to the resource. Use this filter to find all resources assigned a
	// tag with a specific key, regardless of the tag value.
	//
	//     * vpc-id - The ID of
	// the VPC for the route table.
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeRouteTablesOutput

type DescribeRouteTablesOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about one or more route tables.
	RouteTables []*types.RouteTable

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeRouteTables.

type DescribeScheduledInstanceAvailabilityInput

type DescribeScheduledInstanceAvailabilityInput struct {
	// The time period for the first schedule to start.
	FirstSlotStartTimeRange *types.SlotDateTimeRangeRequest
	// The token for the next set of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum available duration, in hours. This value must be greater than
	// MinSlotDurationInHours and less than 1,720.
	MaxSlotDurationInHours *int32
	// The maximum number of results to return in a single call. This value can be
	// between 5 and 300. The default value is 300. To retrieve the remaining results,
	// make another call with the returned NextToken value.
	MaxResults *int32
	// The filters.
	//
	//     * availability-zone - The Availability Zone (for example,
	// us-west-2a).
	//
	//     * instance-type - The instance type (for example, c4.large).
	//
	//
	// * network-platform - The network platform (EC2-Classic or EC2-VPC).
	//
	//     *
	// platform - The platform (Linux/UNIX or Windows).
	Filters []*types.Filter
	// The minimum available duration, in hours. The minimum required duration is 1,200
	// hours per year. For example, the minimum daily schedule is 4 hours, the minimum
	// weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.
	MinSlotDurationInHours *int32
	// The schedule recurrence.
	Recurrence *types.ScheduledInstanceRecurrenceRequest
}

Contains the parameters for DescribeScheduledInstanceAvailability.

type DescribeScheduledInstanceAvailabilityOutput

type DescribeScheduledInstanceAvailabilityOutput struct {
	// Information about the available Scheduled Instances.
	ScheduledInstanceAvailabilitySet []*types.ScheduledInstanceAvailability
	// The token required to retrieve the next set of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeScheduledInstanceAvailability.

type DescribeScheduledInstancesInput

type DescribeScheduledInstancesInput struct {
	// The token for the next set of results.
	NextToken *string
	// The maximum number of results to return in a single call. This value can be
	// between 5 and 300. The default value is 100. To retrieve the remaining results,
	// make another call with the returned NextToken value.
	MaxResults *int32
	// The Scheduled Instance IDs.
	ScheduledInstanceIds []*string
	// The filters.
	//
	//     * availability-zone - The Availability Zone (for example,
	// us-west-2a).
	//
	//     * instance-type - The instance type (for example, c4.large).
	//
	//
	// * network-platform - The network platform (EC2-Classic or EC2-VPC).
	//
	//     *
	// platform - The platform (Linux/UNIX or Windows).
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The time period for the first schedule to start.
	SlotStartTimeRange *types.SlotStartTimeRangeRequest
}

Contains the parameters for DescribeScheduledInstances.

type DescribeScheduledInstancesOutput

type DescribeScheduledInstancesOutput struct {
	// The token required to retrieve the next set of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the Scheduled Instances.
	ScheduledInstanceSet []*types.ScheduledInstance

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeScheduledInstances.

type DescribeSecurityGroupReferencesInput

type DescribeSecurityGroupReferencesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the security groups in your account.
	GroupId []*string
}

type DescribeSecurityGroupReferencesOutput

type DescribeSecurityGroupReferencesOutput struct {
	// Information about the VPCs with the referencing security groups.
	SecurityGroupReferenceSet []*types.SecurityGroupReference

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeSecurityGroupsInput

type DescribeSecurityGroupsInput struct {
	// The IDs of the security groups. Required for security groups in a nondefault
	// VPC. Default: Describes all your security groups.
	GroupIds []*string
	// [EC2-Classic and default VPC only] The names of the security groups. You can
	// specify either the security group name or the security group ID. For security
	// groups in a nondefault VPC, use the group-name filter to describe security
	// groups by name. Default: Describes all your security groups.
	GroupNames []*string
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another request with the returned NextToken value. This
	// value can be between 5 and 1000. If this parameter is not specified, then all
	// results are returned.
	MaxResults *int32
	// The token to request the next page of results.
	NextToken *string
	// The filters. If using multiple filters for rules, the results include security
	// groups for which any combination of rules - not necessarily a single rule -
	// match all filters.
	//
	//     * description - The description of the security group.
	//
	//
	// * egress.ip-permission.cidr - An IPv4 CIDR block for an outbound security group
	// rule.
	//
	//     * egress.ip-permission.from-port - For an outbound rule, the start of
	// port range for the TCP and UDP protocols, or an ICMP type number.
	//
	//     *
	// egress.ip-permission.group-id - The ID of a security group that has been
	// referenced in an outbound security group rule.
	//
	//     *
	// egress.ip-permission.group-name - The name of a security group that has been
	// referenced in an outbound security group rule.
	//
	//     *
	// egress.ip-permission.ipv6-cidr - An IPv6 CIDR block for an outbound security
	// group rule.
	//
	//     * egress.ip-permission.prefix-list-id - The ID of a prefix list
	// to which a security group rule allows outbound access.
	//
	//     *
	// egress.ip-permission.protocol - The IP protocol for an outbound security group
	// rule (tcp | udp | icmp or a protocol number).
	//
	//     *
	// egress.ip-permission.to-port - For an outbound rule, the end of port range for
	// the TCP and UDP protocols, or an ICMP code.
	//
	//     * egress.ip-permission.user-id
	// - The ID of an AWS account that has been referenced in an outbound security
	// group rule.
	//
	//     * group-id - The ID of the security group.
	//
	//     * group-name -
	// The name of the security group.
	//
	//     * ip-permission.cidr - An IPv4 CIDR block
	// for an inbound security group rule.
	//
	//     * ip-permission.from-port - For an
	// inbound rule, the start of port range for the TCP and UDP protocols, or an ICMP
	// type number.
	//
	//     * ip-permission.group-id - The ID of a security group that has
	// been referenced in an inbound security group rule.
	//
	//     *
	// ip-permission.group-name - The name of a security group that has been referenced
	// in an inbound security group rule.
	//
	//     * ip-permission.ipv6-cidr - An IPv6 CIDR
	// block for an inbound security group rule.
	//
	//     * ip-permission.prefix-list-id -
	// The ID of a prefix list from which a security group rule allows inbound
	// access.
	//
	//     * ip-permission.protocol - The IP protocol for an inbound security
	// group rule (tcp | udp | icmp or a protocol number).
	//
	//     * ip-permission.to-port
	// - For an inbound rule, the end of port range for the TCP and UDP protocols, or
	// an ICMP code.
	//
	//     * ip-permission.user-id - The ID of an AWS account that has
	// been referenced in an inbound security group rule.
	//
	//     * owner-id - The AWS
	// account ID of the owner of the security group.
	//
	//     * tag: - The key/value
	// combination of a tag assigned to the resource. Use the tag key in the filter
	// name and the tag value as the filter value. For example, to find all resources
	// that have a tag with the key Owner and the value TeamA, specify tag:Owner for
	// the filter name and TeamA for the filter value.
	//
	//     * tag-key - The key of a
	// tag assigned to the resource. Use this filter to find all resources assigned a
	// tag with a specific key, regardless of the tag value.
	//
	//     * vpc-id - The ID of
	// the VPC specified when the security group was created.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeSecurityGroupsOutput

type DescribeSecurityGroupsOutput struct {
	// Information about the security groups.
	SecurityGroups []*types.SecurityGroup
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeSnapshotAttributeInput

type DescribeSnapshotAttributeInput struct {
	// The ID of the EBS snapshot.
	SnapshotId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The snapshot attribute you would like to view.
	Attribute types.SnapshotAttributeName
}

type DescribeSnapshotAttributeOutput

type DescribeSnapshotAttributeOutput struct {
	// The ID of the EBS snapshot.
	SnapshotId *string
	// The product codes.
	ProductCodes []*types.ProductCode
	// The users and groups that have the permissions for creating volumes from the
	// snapshot.
	CreateVolumePermissions []*types.CreateVolumePermission

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeSnapshotsInput

type DescribeSnapshotsInput struct {
	// The IDs of the AWS accounts that can create volumes from the snapshot.
	RestorableByUserIds []*string
	// The snapshot IDs. Default: Describes the snapshots for which you have create
	// volume permissions.
	SnapshotIds []*string
	// Scopes the results to snapshots with the specified owners. You can specify a
	// combination of AWS account IDs, self, and amazon.
	OwnerIds []*string
	// The filters.
	//
	//     * description - A description of the snapshot.
	//
	//     *
	// encrypted - Indicates whether the snapshot is encrypted (true | false)
	//
	//     *
	// owner-alias - The owner alias, from an Amazon-maintained list (amazon). This is
	// not the user-configured AWS account alias set using the IAM console. We
	// recommend that you use the related parameter instead of this filter.
	//
	//     *
	// owner-id - The AWS account ID of the owner. We recommend that you use the
	// related parameter instead of this filter.
	//
	//     * progress - The progress of the
	// snapshot, as a percentage (for example, 80%).
	//
	//     * snapshot-id - The snapshot
	// ID.
	//
	//     * start-time - The time stamp when the snapshot was initiated.
	//
	//     *
	// status - The status of the snapshot (pending | completed | error).
	//
	//     * tag: -
	// The key/value combination of a tag assigned to the resource. Use the tag key in
	// the filter name and the tag value as the filter value. For example, to find all
	// resources that have a tag with the key Owner and the value TeamA, specify
	// tag:Owner for the filter name and TeamA for the filter value.
	//
	//     * tag-key -
	// The key of a tag assigned to the resource. Use this filter to find all resources
	// assigned a tag with a specific key, regardless of the tag value.
	//
	//     *
	// volume-id - The ID of the volume the snapshot is for.
	//
	//     * volume-size - The
	// size of the volume, in GiB.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of snapshot results returned by DescribeSnapshots in
	// paginated output. When this parameter is used, DescribeSnapshots only returns
	// MaxResults results in a single page along with a NextToken response element. The
	// remaining results of the initial request can be seen by sending another
	// DescribeSnapshots request with the returned NextToken value. This value can be
	// between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000
	// results are returned. If this parameter is not used, then DescribeSnapshots
	// returns all results. You cannot specify this parameter and the snapshot IDs
	// parameter in the same request.
	MaxResults *int32
	// The NextToken value returned from a previous paginated DescribeSnapshots request
	// where MaxResults was used and the results exceeded the value of that parameter.
	// Pagination continues from the end of the previous results that returned the
	// NextToken value. This value is null when there are no more results to return.
	NextToken *string
}

type DescribeSnapshotsOutput

type DescribeSnapshotsOutput struct {
	// Information about the snapshots.
	Snapshots []*types.Snapshot
	// The NextToken value to include in a future DescribeSnapshots request. When the
	// results of a DescribeSnapshots request exceed MaxResults, this value can be used
	// to retrieve the next page of results. This value is null when there are no more
	// results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeSpotDatafeedSubscriptionInput

type DescribeSpotDatafeedSubscriptionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DescribeSpotDatafeedSubscription.

type DescribeSpotDatafeedSubscriptionOutput

type DescribeSpotDatafeedSubscriptionOutput struct {
	// The Spot Instance data feed subscription.
	SpotDatafeedSubscription *types.SpotDatafeedSubscription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeSpotDatafeedSubscription.

type DescribeSpotFleetInstancesInput

type DescribeSpotFleetInstancesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return in a single call. Specify a value
	// between 1 and 1000. The default value is 1000. To retrieve the remaining
	// results, make another call with the returned NextToken value.
	MaxResults *int32
	// The token for the next set of results.
	NextToken *string
	// The ID of the Spot Fleet request.
	SpotFleetRequestId *string
}

Contains the parameters for DescribeSpotFleetInstances.

type DescribeSpotFleetInstancesOutput

type DescribeSpotFleetInstancesOutput struct {
	// The token required to retrieve the next set of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// The ID of the Spot Fleet request.
	SpotFleetRequestId *string
	// The running instances. This list is refreshed periodically and might be out of
	// date.
	ActiveInstances []*types.ActiveInstance

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeSpotFleetInstances.

type DescribeSpotFleetRequestHistoryInput

type DescribeSpotFleetRequestHistoryInput struct {
	// The type of events to describe. By default, all events are described.
	EventType types.EventType
	// The ID of the Spot Fleet request.
	SpotFleetRequestId *string
	// The token for the next set of results.
	NextToken *string
	// The starting date and time for the events, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ).
	StartTime *time.Time
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return in a single call. Specify a value
	// between 1 and 1000. The default value is 1000. To retrieve the remaining
	// results, make another call with the returned NextToken value.
	MaxResults *int32
}

Contains the parameters for DescribeSpotFleetRequestHistory.

type DescribeSpotFleetRequestHistoryOutput

type DescribeSpotFleetRequestHistoryOutput struct {
	// Information about the events in the history of the Spot Fleet request.
	HistoryRecords []*types.HistoryRecord
	// The starting date and time for the events, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ).
	StartTime *time.Time
	// The ID of the Spot Fleet request.
	SpotFleetRequestId *string
	// The token required to retrieve the next set of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// The last date and time for the events, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved. If nextToken
	// indicates that there are more results, this value is not present.
	LastEvaluatedTime *time.Time

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeSpotFleetRequestHistory.

type DescribeSpotFleetRequestsInput

type DescribeSpotFleetRequestsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return in a single call. Specify a value
	// between 1 and 1000. The default value is 1000. To retrieve the remaining
	// results, make another call with the returned NextToken value.
	MaxResults *int32
	// The token for the next set of results.
	NextToken *string
	// The IDs of the Spot Fleet requests.
	SpotFleetRequestIds []*string
}

Contains the parameters for DescribeSpotFleetRequests.

type DescribeSpotFleetRequestsOutput

type DescribeSpotFleetRequestsOutput struct {
	// The token required to retrieve the next set of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the configuration of your Spot Fleet.
	SpotFleetRequestConfigs []*types.SpotFleetRequestConfig

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeSpotFleetRequests.

type DescribeSpotInstanceRequestsInput

type DescribeSpotInstanceRequestsInput struct {
	// The token to request the next set of results. This value is null when there are
	// no more results to return.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more Spot Instance request IDs.
	SpotInstanceRequestIds []*string
	// The maximum number of results to return in a single call. Specify a value
	// between 5 and 1000. To retrieve the remaining results, make another call with
	// the returned NextToken value.
	MaxResults *int32
	// One or more filters.
	//
	//     * availability-zone-group - The Availability Zone
	// group.
	//
	//     * create-time - The time stamp when the Spot Instance request was
	// created.
	//
	//     * fault-code - The fault code related to the request.
	//
	//     *
	// fault-message - The fault message related to the request.
	//
	//     * instance-id -
	// The ID of the instance that fulfilled the request.
	//
	//     * launch-group - The
	// Spot Instance launch group.
	//
	//     *
	// launch.block-device-mapping.delete-on-termination - Indicates whether the EBS
	// volume is deleted on instance termination.
	//
	//     *
	// launch.block-device-mapping.device-name - The device name for the volume in the
	// block device mapping (for example, /dev/sdh or xvdh).
	//
	//     *
	// launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS
	// volume.
	//
	//     * launch.block-device-mapping.volume-size - The size of the EBS
	// volume, in GiB.
	//
	//     * launch.block-device-mapping.volume-type - The type of EBS
	// volume: gp2 for General Purpose SSD, io1 for Provisioned IOPS SSD, st1 for
	// Throughput Optimized HDD, sc1for Cold HDD, or standard for Magnetic.
	//
	//     *
	// launch.group-id - The ID of the security group for the instance.
	//
	//     *
	// launch.group-name - The name of the security group for the instance.
	//
	//     *
	// launch.image-id - The ID of the AMI.
	//
	//     * launch.instance-type - The type of
	// instance (for example, m3.medium).
	//
	//     * launch.kernel-id - The kernel ID.
	//
	//
	// * launch.key-name - The name of the key pair the instance launched with.
	//
	//     *
	// launch.monitoring-enabled - Whether detailed monitoring is enabled for the Spot
	// Instance.
	//
	//     * launch.ramdisk-id - The RAM disk ID.
	//
	//     *
	// launched-availability-zone - The Availability Zone in which the request is
	// launched.
	//
	//     * network-interface.addresses.primary - Indicates whether the IP
	// address is the primary private IP address.
	//
	//     *
	// network-interface.delete-on-termination - Indicates whether the network
	// interface is deleted when the instance is terminated.
	//
	//     *
	// network-interface.description - A description of the network interface.
	//
	//     *
	// network-interface.device-index - The index of the device for the network
	// interface attachment on the instance.
	//
	//     * network-interface.group-id - The ID
	// of the security group associated with the network interface.
	//
	//     *
	// network-interface.network-interface-id - The ID of the network interface.
	//
	//     *
	// network-interface.private-ip-address - The primary private IP address of the
	// network interface.
	//
	//     * network-interface.subnet-id - The ID of the subnet for
	// the instance.
	//
	//     * product-description - The product description associated
	// with the instance (Linux/UNIX | Windows).
	//
	//     * spot-instance-request-id - The
	// Spot Instance request ID.
	//
	//     * spot-price - The maximum hourly price for any
	// Spot Instance launched to fulfill the request.
	//
	//     * state - The state of the
	// Spot Instance request (open | active | closed | cancelled | failed). Spot
	// request status information can help you track your Amazon EC2 Spot Instance
	// requests. For more information, see Spot request status
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html) in
	// the Amazon EC2 User Guide for Linux Instances.
	//
	//     * status-code - The short
	// code describing the most recent evaluation of your Spot Instance request.
	//
	//     *
	// status-message - The message explaining the status of the Spot Instance
	// request.
	//
	//     * tag: - The key/value combination of a tag assigned to the
	// resource. Use the tag key in the filter name and the tag value as the filter
	// value. For example, to find all resources that have a tag with the key Owner and
	// the value TeamA, specify tag:Owner for the filter name and TeamA for the filter
	// value.
	//
	//     * tag-key - The key of a tag assigned to the resource. Use this
	// filter to find all resources assigned a tag with a specific key, regardless of
	// the tag value.
	//
	//     * type - The type of Spot Instance request (one-time |
	// persistent).
	//
	//     * valid-from - The start date of the request.
	//
	//     *
	// valid-until - The end date of the request.
	Filters []*types.Filter
}

Contains the parameters for DescribeSpotInstanceRequests.

type DescribeSpotInstanceRequestsOutput

type DescribeSpotInstanceRequestsOutput struct {
	// One or more Spot Instance requests.
	SpotInstanceRequests []*types.SpotInstanceRequest
	// The token to use to retrieve the next set of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeSpotInstanceRequests.

type DescribeSpotPriceHistoryInput

type DescribeSpotPriceHistoryInput struct {
	// The date and time, up to the current date, from which to stop retrieving the
	// price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
	EndTime *time.Time
	// Filters the results by the specified instance types.
	InstanceTypes []types.InstanceType
	// The date and time, up to the past 90 days, from which to start retrieving the
	// price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
	StartTime *time.Time
	// The token for the next set of results.
	NextToken *string
	// The maximum number of results to return in a single call. Specify a value
	// between 1 and 1000. The default value is 1000. To retrieve the remaining
	// results, make another call with the returned NextToken value.
	MaxResults *int32
	// Filters the results by the specified Availability Zone.
	AvailabilityZone *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * availability-zone - The Availability Zone for which
	// prices should be returned.
	//
	//     * instance-type - The type of instance (for
	// example, m3.medium).
	//
	//     * product-description - The product description for
	// the Spot price (Linux/UNIX | SUSE Linux | Windows | Linux/UNIX (Amazon VPC) |
	// SUSE Linux (Amazon VPC) | Windows (Amazon VPC)).
	//
	//     * spot-price - The Spot
	// price. The value must match exactly (or use wildcards; greater than or less than
	// comparison is not supported).
	//
	//     * timestamp - The time stamp of the Spot
	// price history, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). You can use
	// wildcards (* and ?). Greater than or less than comparison is not supported.
	Filters []*types.Filter
	// Filters the results by the specified basic product descriptions.
	ProductDescriptions []*string
}

Contains the parameters for DescribeSpotPriceHistory.

type DescribeSpotPriceHistoryOutput

type DescribeSpotPriceHistoryOutput struct {
	// The token required to retrieve the next set of results. This value is null or an
	// empty string when there are no more results to return.
	NextToken *string
	// The historical Spot prices.
	SpotPriceHistory []*types.SpotPrice

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeSpotPriceHistory.

type DescribeStaleSecurityGroupsInput

type DescribeStaleSecurityGroupsInput struct {
	// The maximum number of items to return for this request. The request returns a
	// token that you can specify in a subsequent call to get the next set of results.
	MaxResults *int32
	// The token for the next set of items to return. (You received this token from a
	// prior call.)
	NextToken *string
	// The ID of the VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeStaleSecurityGroupsOutput

type DescribeStaleSecurityGroupsOutput struct {
	// Information about the stale security groups.
	StaleSecurityGroupSet []*types.StaleSecurityGroup
	// The token to use when requesting the next set of items. If there are no
	// additional items to return, the string is empty.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeSubnetsInput

type DescribeSubnetsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// One or more filters.
	//
	//     * availability-zone - The Availability Zone for the
	// subnet. You can also use availabilityZone as the filter name.
	//
	//     *
	// availability-zone-id - The ID of the Availability Zone for the subnet. You can
	// also use availabilityZoneId as the filter name.
	//
	//     *
	// available-ip-address-count - The number of IPv4 addresses in the subnet that are
	// available.
	//
	//     * cidr-block - The IPv4 CIDR block of the subnet. The CIDR block
	// you specify must exactly match the subnet's CIDR block for information to be
	// returned for the subnet. You can also use cidr or cidrBlock as the filter
	// names.
	//
	//     * default-for-az - Indicates whether this is the default subnet for
	// the Availability Zone. You can also use defaultForAz as the filter name.
	//
	//     *
	// ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with
	// the subnet.
	//
	//     * ipv6-cidr-block-association.association-id - An association
	// ID for an IPv6 CIDR block associated with the subnet.
	//
	//     *
	// ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated
	// with the subnet.
	//
	//     * owner-id - The ID of the AWS account that owns the
	// subnet.
	//
	//     * state - The state of the subnet (pending | available).
	//
	//     *
	// subnet-arn - The Amazon Resource Name (ARN) of the subnet.
	//
	//     * subnet-id -
	// The ID of the subnet.
	//
	//     * tag: - The key/value combination of a tag assigned
	// to the resource. Use the tag key in the filter name and the tag value as the
	// filter value. For example, to find all resources that have a tag with the key
	// Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for
	// the filter value.
	//
	//     * tag-key - The key of a tag assigned to the resource.
	// Use this filter to find all resources assigned a tag with a specific key,
	// regardless of the tag value.
	//
	//     * vpc-id - The ID of the VPC for the subnet.
	Filters []*types.Filter
	// One or more subnet IDs. Default: Describes all your subnets.
	SubnetIds []*string
}

type DescribeSubnetsOutput

type DescribeSubnetsOutput struct {
	// Information about one or more subnets.
	Subnets []*types.Subnet
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTagsInput

type DescribeTagsInput struct {
	// The filters.
	//
	//     * key - The tag key.
	//
	//     * resource-id - The ID of the
	// resource.
	//
	//     * resource-type - The resource type (customer-gateway |
	// dedicated-host | dhcp-options | elastic-ip | fleet | fpga-image |
	// host-reservation | image | instance | internet-gateway | key-pair |
	// launch-template | natgateway | network-acl | network-interface | placement-group
	// | reserved-instances | route-table | security-group | snapshot |
	// spot-instances-request | subnet | volume | vpc | vpc-endpoint |
	// vpc-endpoint-service | vpc-peering-connection | vpn-connection | vpn-gateway).
	//
	//
	// * tag: - The key/value combination of the tag. For example, specify "tag:Owner"
	// for the filter name and "TeamA" for the filter value to find resources with the
	// tag "Owner=TeamA".
	//
	//     * value - The tag value.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to retrieve the next page of results.
	NextToken *string
	// The maximum number of results to return in a single call. This value can be
	// between 5 and 1000. To retrieve the remaining results, make another call with
	// the returned NextToken value.
	MaxResults *int32
}

type DescribeTagsOutput

type DescribeTagsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// The tags.
	Tags []*types.TagDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTrafficMirrorFiltersInput

type DescribeTrafficMirrorFiltersInput struct {
	// One or more filters. The possible values are:
	//
	//     * description: The Traffic
	// Mirror filter description.
	//
	//     * traffic-mirror-filter-id: The ID of the
	// Traffic Mirror filter.
	Filters []*types.Filter
	// The ID of the Traffic Mirror filter.
	TrafficMirrorFilterIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeTrafficMirrorFiltersOutput

type DescribeTrafficMirrorFiltersOutput struct {
	// Information about one or more Traffic Mirror filters.
	TrafficMirrorFilters []*types.TrafficMirrorFilter
	// The token to use to retrieve the next page of results. The value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTrafficMirrorSessionsInput

type DescribeTrafficMirrorSessionsInput struct {
	// The ID of the Traffic Mirror session.
	TrafficMirrorSessionIds []*string
	// One or more filters. The possible values are:
	//
	//     * description: The Traffic
	// Mirror session description.
	//
	//     * network-interface-id: The ID of the Traffic
	// Mirror session network interface.
	//
	//     * owner-id: The ID of the account that
	// owns the Traffic Mirror session.
	//
	//     * packet-length: The assigned number of
	// packets to mirror.
	//
	//     * session-number: The assigned session number.
	//
	//     *
	// traffic-mirror-filter-id: The ID of the Traffic Mirror filter.
	//
	//     *
	// traffic-mirror-session-id: The ID of the Traffic Mirror session.
	//
	//     *
	// traffic-mirror-target-id: The ID of the Traffic Mirror target.
	//
	//     *
	// virtual-network-id: The virtual network ID of the Traffic Mirror session.
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeTrafficMirrorSessionsOutput

type DescribeTrafficMirrorSessionsOutput struct {
	// The token to use to retrieve the next page of results. The value is null when
	// there are no more results to return.
	NextToken *string
	// Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror
	// sessions are described. Alternatively, you can filter the results.
	TrafficMirrorSessions []*types.TrafficMirrorSession

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTrafficMirrorTargetsInput

type DescribeTrafficMirrorTargetsInput struct {
	// The ID of the Traffic Mirror targets.
	TrafficMirrorTargetIds []*string
	// One or more filters. The possible values are:
	//
	//     * description: The Traffic
	// Mirror target description.
	//
	//     * network-interface-id: The ID of the Traffic
	// Mirror session network interface.
	//
	//     * network-load-balancer-arn: The Amazon
	// Resource Name (ARN) of the Network Load Balancer that is associated with the
	// session.
	//
	//     * owner-id: The ID of the account that owns the Traffic Mirror
	// session.
	//
	//     * traffic-mirror-target-id: The ID of the Traffic Mirror target.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type DescribeTrafficMirrorTargetsOutput

type DescribeTrafficMirrorTargetsOutput struct {
	// Information about one or more Traffic Mirror targets.
	TrafficMirrorTargets []*types.TrafficMirrorTarget
	// The token to use to retrieve the next page of results. The value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTransitGatewayAttachmentsInput

type DescribeTransitGatewayAttachmentsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// One or more filters. The possible values are:
	//
	//     * association.state - The
	// state of the association (associating | associated | disassociating).
	//
	//     *
	// association.transit-gateway-route-table-id - The ID of the route table for the
	// transit gateway.
	//
	//     * resource-id - The ID of the resource.
	//
	//     *
	// resource-owner-id - The ID of the AWS account that owns the resource.
	//
	//     *
	// resource-type - The resource type (vpc | vpn).
	//
	//     * state - The state of the
	// attachment (available | deleted | deleting | failed | modifying |
	// pendingAcceptance | pending | rollingBack | rejected | rejecting).
	//
	//     *
	// transit-gateway-attachment-id - The ID of the attachment.
	//
	//     *
	// transit-gateway-id - The ID of the transit gateway.
	//
	//     *
	// transit-gateway-owner-id - The ID of the AWS account that owns the transit
	// gateway.
	Filters []*types.Filter
	// The IDs of the attachments.
	TransitGatewayAttachmentIds []*string
}

type DescribeTransitGatewayAttachmentsOutput

type DescribeTransitGatewayAttachmentsOutput struct {
	// Information about the attachments.
	TransitGatewayAttachments []*types.TransitGatewayAttachment
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTransitGatewayMulticastDomainsInput

type DescribeTransitGatewayMulticastDomainsInput struct {
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more filters. The possible values are:
	//
	//     * state - The state of the
	// transit gateway multicast domain. Valid values are pending | available |
	// deleting | deleted.
	//
	//     * transit-gateway-id - The ID of the transit gateway.
	//
	//
	// * transit-gateway-multicast-domain-id - The ID of the transit gateway multicast
	// domain.
	Filters []*types.Filter
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainIds []*string
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeTransitGatewayMulticastDomainsOutput

type DescribeTransitGatewayMulticastDomainsOutput struct {
	// Information about the transit gateway multicast domains.
	TransitGatewayMulticastDomains []*types.TransitGatewayMulticastDomain
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTransitGatewayPeeringAttachmentsInput

type DescribeTransitGatewayPeeringAttachmentsInput struct {
	// The token for the next page of results.
	NextToken *string
	// One or more IDs of the transit gateway peering attachments.
	TransitGatewayAttachmentIds []*string
	// One or more filters. The possible values are:
	//
	//     *
	// transit-gateway-attachment-id - The ID of the transit gateway attachment.
	//
	//     *
	// local-owner-id - The ID of your AWS account.
	//
	//     * remote-owner-id - The ID of
	// the AWS account in the remote Region that owns the transit gateway.
	//
	//     * state
	// - The state of the peering attachment (available | deleted | deleting | failed |
	// modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting).
	//
	//
	// * transit-gateway-id - The ID of the transit gateway.
	Filters []*types.Filter
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeTransitGatewayPeeringAttachmentsOutput

type DescribeTransitGatewayPeeringAttachmentsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// The transit gateway peering attachments.
	TransitGatewayPeeringAttachments []*types.TransitGatewayPeeringAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTransitGatewayRouteTablesInput

type DescribeTransitGatewayRouteTablesInput struct {
	// The IDs of the transit gateway route tables.
	TransitGatewayRouteTableIds []*string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more filters. The possible values are:
	//
	//     *
	// default-association-route-table - Indicates whether this is the default
	// association route table for the transit gateway (true | false).
	//
	//     *
	// default-propagation-route-table - Indicates whether this is the default
	// propagation route table for the transit gateway (true | false).
	//
	//     * state -
	// The state of the attachment (available | deleted | deleting | failed | modifying
	// | pendingAcceptance | pending | rollingBack | rejected | rejecting).
	//
	//     *
	// transit-gateway-id - The ID of the transit gateway.
	//
	//     *
	// transit-gateway-route-table-id - The ID of the transit gateway route table.
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeTransitGatewayRouteTablesOutput

type DescribeTransitGatewayRouteTablesOutput struct {
	// Information about the transit gateway route tables.
	TransitGatewayRouteTables []*types.TransitGatewayRouteTable
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTransitGatewayVpcAttachmentsInput

type DescribeTransitGatewayVpcAttachmentsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more filters. The possible values are:
	//
	//     * state - The state of the
	// attachment (available | deleted | deleting | failed | modifying |
	// pendingAcceptance | pending | rollingBack | rejected | rejecting).
	//
	//     *
	// transit-gateway-attachment-id - The ID of the attachment.
	//
	//     *
	// transit-gateway-id - The ID of the transit gateway.
	//
	//     * vpc-id - The ID of
	// the VPC.
	Filters []*types.Filter
	// The IDs of the attachments.
	TransitGatewayAttachmentIds []*string
}

type DescribeTransitGatewayVpcAttachmentsOutput

type DescribeTransitGatewayVpcAttachmentsOutput struct {
	// Information about the VPC attachments.
	TransitGatewayVpcAttachments []*types.TransitGatewayVpcAttachment
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeTransitGatewaysInput

type DescribeTransitGatewaysInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the transit gateways.
	TransitGatewayIds []*string
	// One or more filters. The possible values are:
	//
	//     *
	// options.propagation-default-route-table-id - The ID of the default propagation
	// route table.
	//
	//     * options.amazon-side-asn - The private ASN for the Amazon
	// side of a BGP session.
	//
	//     * options.association-default-route-table-id - The
	// ID of the default association route table.
	//
	//     *
	// options.auto-accept-shared-attachments - Indicates whether there is automatic
	// acceptance of attachment requests (enable | disable).
	//
	//     *
	// options.default-route-table-association - Indicates whether resource attachments
	// are automatically associated with the default association route table (enable |
	// disable).
	//
	//     * options.default-route-table-propagation - Indicates whether
	// resource attachments automatically propagate routes to the default propagation
	// route table (enable | disable).
	//
	//     * options.dns-support - Indicates whether
	// DNS support is enabled (enable | disable).
	//
	//     * options.vpn-ecmp-support -
	// Indicates whether Equal Cost Multipath Protocol support is enabled (enable |
	// disable).
	//
	//     * owner-id - The ID of the AWS account that owns the transit
	// gateway.
	//
	//     * state - The state of the attachment (available | deleted |
	// deleting | failed | modifying | pendingAcceptance | pending | rollingBack |
	// rejected | rejecting).
	//
	//     * transit-gateway-id - The ID of the transit
	// gateway.
	Filters []*types.Filter
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
}

type DescribeTransitGatewaysOutput

type DescribeTransitGatewaysOutput struct {
	// Information about the transit gateways.
	TransitGateways []*types.TransitGateway
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVolumeAttributeInput

type DescribeVolumeAttributeInput struct {
	// The attribute of the volume. This parameter is required.
	Attribute types.VolumeAttributeName
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the volume.
	VolumeId *string
}

type DescribeVolumeAttributeOutput

type DescribeVolumeAttributeOutput struct {
	// The ID of the volume.
	VolumeId *string
	// The state of autoEnableIO attribute.
	AutoEnableIO *types.AttributeBooleanValue
	// A list of product codes.
	ProductCodes []*types.ProductCode

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVolumeStatusInput

type DescribeVolumeStatusInput struct {
	// The filters.
	//
	//     * action.code - The action code for the event (for example,
	// enable-volume-io).
	//
	//     * action.description - A description of the action.
	//
	//
	// * action.event-id - The event ID associated with the action.
	//
	//     *
	// availability-zone - The Availability Zone of the instance.
	//
	//     *
	// event.description - A description of the event.
	//
	//     * event.event-id - The
	// event ID.
	//
	//     * event.event-type - The event type (for io-enabled: passed |
	// failed; for io-performance: io-performance:degraded |
	// io-performance:severely-degraded | io-performance:stalled).
	//
	//     *
	// event.not-after - The latest end time for the event.
	//
	//     * event.not-before -
	// The earliest start time for the event.
	//
	//     * volume-status.details-name - The
	// cause for volume-status.status (io-enabled | io-performance).
	//
	//     *
	// volume-status.details-status - The status of volume-status.details-name (for
	// io-enabled: passed | failed; for io-performance: normal | degraded |
	// severely-degraded | stalled).
	//
	//     * volume-status.status - The status of the
	// volume (ok | impaired | warning | insufficient-data).
	Filters []*types.Filter
	// The IDs of the volumes. Default: Describes all your volumes.
	VolumeIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of volume results returned by DescribeVolumeStatus in
	// paginated output. When this parameter is used, the request only returns
	// MaxResults results in a single page along with a NextToken response element. The
	// remaining results of the initial request can be seen by sending another request
	// with the returned NextToken value. This value can be between 5 and 1000; if
	// MaxResults is given a value larger than 1000, only 1000 results are returned. If
	// this parameter is not used, then DescribeVolumeStatus returns all results. You
	// cannot specify this parameter and the volume IDs parameter in the same request.
	MaxResults *int32
	// The NextToken value to include in a future DescribeVolumeStatus request. When
	// the results of the request exceed MaxResults, this value can be used to retrieve
	// the next page of results. This value is null when there are no more results to
	// return.
	NextToken *string
}

type DescribeVolumeStatusOutput

type DescribeVolumeStatusOutput struct {
	// Information about the status of the volumes.
	VolumeStatuses []*types.VolumeStatusItem
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVolumesInput

type DescribeVolumesInput struct {
	// The volume IDs.
	VolumeIds []*string
	// The filters.
	//
	//     * attachment.attach-time - The time stamp when the attachment
	// initiated.
	//
	//     * attachment.delete-on-termination - Whether the volume is
	// deleted on instance termination.
	//
	//     * attachment.device - The device name
	// specified in the block device mapping (for example, /dev/sda1).
	//
	//     *
	// attachment.instance-id - The ID of the instance the volume is attached to.
	//
	//
	// * attachment.status - The attachment state (attaching | attached | detaching).
	//
	//
	// * availability-zone - The Availability Zone in which the volume was created.
	//
	//
	// * create-time - The time stamp when the volume was created.
	//
	//     * encrypted -
	// Indicates whether the volume is encrypted (true | false)
	//
	//     *
	// multi-attach-enabled - Indicates whether the volume is enabled for Multi-Attach
	// (true | false)
	//
	//     * fast-restored - Indicates whether the volume was created
	// from a snapshot that is enabled for fast snapshot restore (true | false).
	//
	//     *
	// size - The size of the volume, in GiB.
	//
	//     * snapshot-id - The snapshot from
	// which the volume was created.
	//
	//     * status - The status of the volume (creating
	// | available | in-use | deleting | deleted | error).
	//
	//     * tag: - The key/value
	// combination of a tag assigned to the resource. Use the tag key in the filter
	// name and the tag value as the filter value. For example, to find all resources
	// that have a tag with the key Owner and the value TeamA, specify tag:Owner for
	// the filter name and TeamA for the filter value.
	//
	//     * tag-key - The key of a
	// tag assigned to the resource. Use this filter to find all resources assigned a
	// tag with a specific key, regardless of the tag value.
	//
	//     * volume-id - The
	// volume ID.
	//
	//     * volume-type - The Amazon EBS volume type. This can be gp2 for
	// General Purpose SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized
	// HDD, sc1 for Cold HDD, or standard for Magnetic volumes.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The NextToken value returned from a previous paginated DescribeVolumes request
	// where MaxResults was used and the results exceeded the value of that parameter.
	// Pagination continues from the end of the previous results that returned the
	// NextToken value. This value is null when there are no more results to return.
	NextToken *string
	// The maximum number of volume results returned by DescribeVolumes in paginated
	// output. When this parameter is used, DescribeVolumes only returns MaxResults
	// results in a single page along with a NextToken response element. The remaining
	// results of the initial request can be seen by sending another DescribeVolumes
	// request with the returned NextToken value. This value can be between 5 and 500;
	// if MaxResults is given a value larger than 500, only 500 results are returned.
	// If this parameter is not used, then DescribeVolumes returns all results. You
	// cannot specify this parameter and the volume IDs parameter in the same request.
	MaxResults *int32
}

type DescribeVolumesModificationsInput

type DescribeVolumesModificationsInput struct {
	// The filters.
	//
	//     * modification-state - The current modification state
	// (modifying | optimizing | completed | failed).
	//
	//     * original-iops - The
	// original IOPS rate of the volume.
	//
	//     * original-size - The original size of
	// the volume, in GiB.
	//
	//     * original-volume-type - The original volume type of
	// the volume (standard | io1 | gp2 | sc1 | st1).
	//
	//     * originalMultiAttachEnabled
	// - Indicates whether Multi-Attach support was enabled (true | false).
	//
	//     *
	// start-time - The modification start time.
	//
	//     * target-iops - The target IOPS
	// rate of the volume.
	//
	//     * target-size - The target size of the volume, in
	// GiB.
	//
	//     * target-volume-type - The target volume type of the volume (standard
	// | io1 | gp2 | sc1 | st1).
	//
	//     * targetMultiAttachEnabled - Indicates whether
	// Multi-Attach support is to be enabled (true | false).
	//
	//     * volume-id - The ID
	// of the volume.
	Filters []*types.Filter
	// The nextToken value returned by a previous paginated request.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results (up to a limit of 500) to be returned in a
	// paginated request.
	MaxResults *int32
	// The IDs of the volumes.
	VolumeIds []*string
}

type DescribeVolumesModificationsOutput

type DescribeVolumesModificationsOutput struct {
	// Information about the volume modifications.
	VolumesModifications []*types.VolumeModification
	// Token for pagination, null if there are no more results
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVolumesOutput

type DescribeVolumesOutput struct {
	// Information about the volumes.
	Volumes []*types.Volume
	// The NextToken value to include in a future DescribeVolumes request. When the
	// results of a DescribeVolumes request exceed MaxResults, this value can be used
	// to retrieve the next page of results. This value is null when there are no more
	// results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcAttributeInput

type DescribeVpcAttributeInput struct {
	// The ID of the VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The VPC attribute.
	Attribute types.VpcAttributeName
}

type DescribeVpcAttributeOutput

type DescribeVpcAttributeOutput struct {
	// The ID of the VPC.
	VpcId *string
	// Indicates whether DNS resolution is enabled for the VPC. If this attribute is
	// true, the Amazon DNS server resolves DNS hostnames for your instances to their
	// corresponding IP addresses; otherwise, it does not.
	EnableDnsSupport *types.AttributeBooleanValue
	// Indicates whether the instances launched in the VPC get DNS hostnames. If this
	// attribute is true, instances in the VPC get DNS hostnames; otherwise, they do
	// not.
	EnableDnsHostnames *types.AttributeBooleanValue

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcClassicLinkDnsSupportInput

type DescribeVpcClassicLinkDnsSupportInput struct {
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more VPC IDs.
	VpcIds []*string
	// The token for the next page of results.
	NextToken *string
}

type DescribeVpcClassicLinkDnsSupportOutput

type DescribeVpcClassicLinkDnsSupportOutput struct {
	// Information about the ClassicLink DNS support status of the VPCs.
	Vpcs []*types.ClassicLinkDnsSupport
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcClassicLinkInput

type DescribeVpcClassicLinkInput struct {
	// One or more filters.
	//
	//     * is-classic-link-enabled - Whether the VPC is enabled
	// for ClassicLink (true | false).
	//
	//     * tag: - The key/value combination of a tag
	// assigned to the resource. Use the tag key in the filter name and the tag value
	// as the filter value. For example, to find all resources that have a tag with the
	// key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA
	// for the filter value.
	//
	//     * tag-key - The key of a tag assigned to the
	// resource. Use this filter to find all resources assigned a tag with a specific
	// key, regardless of the tag value.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more VPCs for which you want to describe the ClassicLink status.
	VpcIds []*string
}

type DescribeVpcClassicLinkOutput

type DescribeVpcClassicLinkOutput struct {
	// The ClassicLink status of one or more VPCs.
	Vpcs []*types.VpcClassicLink

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcEndpointConnectionNotificationsInput

type DescribeVpcEndpointConnectionNotificationsInput struct {
	// One or more filters.
	//
	//     * connection-notification-arn - The ARN of the SNS
	// topic for the notification.
	//
	//     * connection-notification-id - The ID of the
	// notification.
	//
	//     * connection-notification-state - The state of the
	// notification (Enabled | Disabled).
	//
	//     * connection-notification-type - The
	// type of notification (Topic).
	//
	//     * service-id - The ID of the endpoint
	// service.
	//
	//     * vpc-endpoint-id - The ID of the VPC endpoint.
	Filters []*types.Filter
	// The maximum number of results to return in a single call. To retrieve the
	// remaining results, make another request with the returned NextToken value.
	MaxResults *int32
	// The token to request the next page of results.
	NextToken *string
	// The ID of the notification.
	ConnectionNotificationId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DescribeVpcEndpointConnectionNotificationsOutput

type DescribeVpcEndpointConnectionNotificationsOutput struct {
	// One or more notifications.
	ConnectionNotificationSet []*types.ConnectionNotification
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcEndpointConnectionsInput

type DescribeVpcEndpointConnectionsInput struct {
	// One or more filters.
	//
	//     * service-id - The ID of the service.
	//
	//     *
	// vpc-endpoint-owner - The AWS account number of the owner of the endpoint.
	//
	//     *
	// vpc-endpoint-state - The state of the endpoint (pendingAcceptance | pending |
	// available | deleting | deleted | rejected | failed).
	//
	//     * vpc-endpoint-id -
	// The ID of the endpoint.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return for the request in a single page. The
	// remaining results of the initial request can be seen by sending another request
	// with the returned NextToken value. This value can be between 5 and 1,000; if
	// MaxResults is given a value larger than 1,000, only 1,000 results are returned.
	MaxResults *int32
	// The token to retrieve the next page of results.
	NextToken *string
}

type DescribeVpcEndpointConnectionsOutput

type DescribeVpcEndpointConnectionsOutput struct {
	// Information about one or more VPC endpoint connections.
	VpcEndpointConnections []*types.VpcEndpointConnection
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcEndpointServiceConfigurationsInput

type DescribeVpcEndpointServiceConfigurationsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * service-name - The name of the service.
	//
	//     *
	// service-id - The ID of the service.
	//
	//     * service-state - The state of the
	// service (Pending | Available | Deleting | Deleted | Failed).
	//
	//     * tag: - The
	// key/value combination of a tag assigned to the resource. Use the tag key in the
	// filter name and the tag value as the filter value. For example, to find all
	// resources that have a tag with the key Owner and the value TeamA, specify
	// tag:Owner for the filter name and TeamA for the filter value.
	//
	//     * tag-key -
	// The key of a tag assigned to the resource. Use this filter to find all resources
	// assigned a tag with a specific key, regardless of the tag value.
	Filters []*types.Filter
	// The IDs of one or more services.
	ServiceIds []*string
	// The maximum number of results to return for the request in a single page. The
	// remaining results of the initial request can be seen by sending another request
	// with the returned NextToken value. This value can be between 5 and 1,000; if
	// MaxResults is given a value larger than 1,000, only 1,000 results are returned.
	MaxResults *int32
	// The token to retrieve the next page of results.
	NextToken *string
}

type DescribeVpcEndpointServiceConfigurationsOutput

type DescribeVpcEndpointServiceConfigurationsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about one or more services.
	ServiceConfigurations []*types.ServiceConfiguration

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcEndpointServicePermissionsInput

type DescribeVpcEndpointServicePermissionsInput struct {
	// One or more filters.
	//
	//     * principal - The ARN of the principal.
	//
	//     *
	// principal-type - The principal type (All | Service | OrganizationUnit | Account
	// | User | Role).
	Filters []*types.Filter
	// The ID of the service.
	ServiceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to retrieve the next page of results.
	NextToken *string
	// The maximum number of results to return for the request in a single page. The
	// remaining results of the initial request can be seen by sending another request
	// with the returned NextToken value. This value can be between 5 and 1,000; if
	// MaxResults is given a value larger than 1,000, only 1,000 results are returned.
	MaxResults *int32
}

type DescribeVpcEndpointServicePermissionsOutput

type DescribeVpcEndpointServicePermissionsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about one or more allowed principals.
	AllowedPrincipals []*types.AllowedPrincipal

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcEndpointServicesInput

type DescribeVpcEndpointServicesInput struct {
	// The token for the next set of items to return. (You received this token from a
	// prior call.)
	NextToken *string
	// One or more filters.
	//
	//     * service-name - The name of the service.
	//
	//     * tag:
	// - The key/value combination of a tag assigned to the resource. Use the tag key
	// in the filter name and the tag value as the filter value. For example, to find
	// all resources that have a tag with the key Owner and the value TeamA, specify
	// tag:Owner for the filter name and TeamA for the filter value.
	//
	//     * tag-key -
	// The key of a tag assigned to the resource. Use this filter to find all resources
	// assigned a tag with a specific key, regardless of the tag value.
	Filters []*types.Filter
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of items to return for this request. The request returns a
	// token that you can specify in a subsequent call to get the next set of results.
	// Constraint: If the value is greater than 1,000, we return only 1,000 items.
	MaxResults *int32
	// One or more service names.
	ServiceNames []*string
}

Contains the parameters for DescribeVpcEndpointServices.

type DescribeVpcEndpointServicesOutput

type DescribeVpcEndpointServicesOutput struct {
	// A list of supported services.
	ServiceNames []*string
	// The token to use when requesting the next set of items. If there are no
	// additional items to return, the string is empty.
	NextToken *string
	// Information about the service.
	ServiceDetails []*types.ServiceDetail

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeVpcEndpointServices.

type DescribeVpcEndpointsInput

type DescribeVpcEndpointsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * service-name - The name of the service.
	//
	//     *
	// vpc-id - The ID of the VPC in which the endpoint resides.
	//
	//     * vpc-endpoint-id
	// - The ID of the endpoint.
	//
	//     * vpc-endpoint-state - The state of the endpoint
	// (pendingAcceptance | pending | available | deleting | deleted | rejected |
	// failed).
	//
	//     * tag: - The key/value combination of a tag assigned to the
	// resource. Use the tag key in the filter name and the tag value as the filter
	// value. For example, to find all resources that have a tag with the key Owner and
	// the value TeamA, specify tag:Owner for the filter name and TeamA for the filter
	// value.
	//
	//     * tag-key - The key of a tag assigned to the resource. Use this
	// filter to find all resources assigned a tag with a specific key, regardless of
	// the tag value.
	Filters []*types.Filter
	// One or more endpoint IDs.
	VpcEndpointIds []*string
	// The maximum number of items to return for this request. The request returns a
	// token that you can specify in a subsequent call to get the next set of results.
	// Constraint: If the value is greater than 1,000, we return only 1,000 items.
	MaxResults *int32
	// The token for the next set of items to return. (You received this token from a
	// prior call.)
	NextToken *string
}

Contains the parameters for DescribeVpcEndpoints.

type DescribeVpcEndpointsOutput

type DescribeVpcEndpointsOutput struct {
	// The token to use when requesting the next set of items. If there are no
	// additional items to return, the string is empty.
	NextToken *string
	// Information about the endpoints.
	VpcEndpoints []*types.VpcEndpoint

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeVpcEndpoints.

type DescribeVpcPeeringConnectionsInput

type DescribeVpcPeeringConnectionsInput struct {
	// One or more VPC peering connection IDs. Default: Describes all your VPC peering
	// connections.
	VpcPeeringConnectionIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * accepter-vpc-info.cidr-block - The IPv4 CIDR block
	// of the accepter VPC.
	//
	//     * accepter-vpc-info.owner-id - The AWS account ID of
	// the owner of the accepter VPC.
	//
	//     * accepter-vpc-info.vpc-id - The ID of the
	// accepter VPC.
	//
	//     * expiration-time - The expiration date and time for the VPC
	// peering connection.
	//
	//     * requester-vpc-info.cidr-block - The IPv4 CIDR block
	// of the requester's VPC.
	//
	//     * requester-vpc-info.owner-id - The AWS account ID
	// of the owner of the requester VPC.
	//
	//     * requester-vpc-info.vpc-id - The ID of
	// the requester VPC.
	//
	//     * status-code - The status of the VPC peering connection
	// (pending-acceptance | failed | expired | provisioning | active | deleting |
	// deleted | rejected).
	//
	//     * status-message - A message that provides more
	// information about the status of the VPC peering connection, if applicable.
	//
	//
	// * tag: - The key/value combination of a tag assigned to the resource. Use the
	// tag key in the filter name and the tag value as the filter value. For example,
	// to find all resources that have a tag with the key Owner and the value TeamA,
	// specify tag:Owner for the filter name and TeamA for the filter value.
	//
	//     *
	// tag-key - The key of a tag assigned to the resource. Use this filter to find all
	// resources assigned a tag with a specific key, regardless of the tag value.
	//
	//
	// * vpc-peering-connection-id - The ID of the VPC peering connection.
	Filters []*types.Filter
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
}

type DescribeVpcPeeringConnectionsOutput

type DescribeVpcPeeringConnectionsOutput struct {
	// Information about the VPC peering connections.
	VpcPeeringConnections []*types.VpcPeeringConnection
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpcsInput

type DescribeVpcsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * cidr - The primary IPv4 CIDR block of the VPC. The
	// CIDR block you specify must exactly match the VPC's CIDR block for information
	// to be returned for the VPC. Must contain the slash followed by one or two digits
	// (for example, /28).
	//
	//     * cidr-block-association.cidr-block - An IPv4 CIDR
	// block associated with the VPC.
	//
	//     * cidr-block-association.association-id -
	// The association ID for an IPv4 CIDR block associated with the VPC.
	//
	//     *
	// cidr-block-association.state - The state of an IPv4 CIDR block associated with
	// the VPC.
	//
	//     * dhcp-options-id - The ID of a set of DHCP options.
	//
	//     *
	// ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with
	// the VPC.
	//
	//     * ipv6-cidr-block-association.ipv6-pool - The ID of the IPv6
	// address pool from which the IPv6 CIDR block is allocated.
	//
	//     *
	// ipv6-cidr-block-association.association-id - The association ID for an IPv6 CIDR
	// block associated with the VPC.
	//
	//     * ipv6-cidr-block-association.state - The
	// state of an IPv6 CIDR block associated with the VPC.
	//
	//     * isDefault -
	// Indicates whether the VPC is the default VPC.
	//
	//     * owner-id - The ID of the
	// AWS account that owns the VPC.
	//
	//     * state - The state of the VPC (pending |
	// available).
	//
	//     * tag: - The key/value combination of a tag assigned to the
	// resource. Use the tag key in the filter name and the tag value as the filter
	// value. For example, to find all resources that have a tag with the key Owner and
	// the value TeamA, specify tag:Owner for the filter name and TeamA for the filter
	// value.
	//
	//     * tag-key - The key of a tag assigned to the resource. Use this
	// filter to find all resources assigned a tag with a specific key, regardless of
	// the tag value.
	//
	//     * vpc-id - The ID of the VPC.
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// One or more VPC IDs. Default: Describes all your VPCs.
	VpcIds []*string
}

type DescribeVpcsOutput

type DescribeVpcsOutput struct {
	// Information about one or more VPCs.
	Vpcs []*types.Vpc
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeVpnConnectionsInput

type DescribeVpnConnectionsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters.
	//
	//     * customer-gateway-configuration - The configuration
	// information for the customer gateway.
	//
	//     * customer-gateway-id - The ID of a
	// customer gateway associated with the VPN connection.
	//
	//     * state - The state of
	// the VPN connection (pending | available | deleting | deleted).
	//
	//     *
	// option.static-routes-only - Indicates whether the connection has static routes
	// only. Used for devices that do not support Border Gateway Protocol (BGP).
	//
	//     *
	// route.destination-cidr-block - The destination CIDR block. This corresponds to
	// the subnet used in a customer data center.
	//
	//     * bgp-asn - The BGP Autonomous
	// System Number (ASN) associated with a BGP device.
	//
	//     * tag: - The key/value
	// combination of a tag assigned to the resource. Use the tag key in the filter
	// name and the tag value as the filter value. For example, to find all resources
	// that have a tag with the key Owner and the value TeamA, specify tag:Owner for
	// the filter name and TeamA for the filter value.
	//
	//     * tag-key - The key of a
	// tag assigned to the resource. Use this filter to find all resources assigned a
	// tag with a specific key, regardless of the tag value.
	//
	//     * type - The type of
	// VPN connection. Currently the only supported type is ipsec.1.
	//
	//     *
	// vpn-connection-id - The ID of the VPN connection.
	//
	//     * vpn-gateway-id - The ID
	// of a virtual private gateway associated with the VPN connection.
	//
	//     *
	// transit-gateway-id - The ID of a transit gateway associated with the VPN
	// connection.
	Filters []*types.Filter
	// One or more VPN connection IDs. Default: Describes your VPN connections.
	VpnConnectionIds []*string
}

Contains the parameters for DescribeVpnConnections.

type DescribeVpnConnectionsOutput

type DescribeVpnConnectionsOutput struct {
	// Information about one or more VPN connections.
	VpnConnections []*types.VpnConnection

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeVpnConnections.

type DescribeVpnGatewaysInput

type DescribeVpnGatewaysInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more virtual private gateway IDs. Default: Describes all your virtual
	// private gateways.
	VpnGatewayIds []*string
	// One or more filters.
	//
	//     * amazon-side-asn - The Autonomous System Number (ASN)
	// for the Amazon side of the gateway.
	//
	//     * attachment.state - The current state
	// of the attachment between the gateway and the VPC (attaching | attached |
	// detaching | detached).
	//
	//     * attachment.vpc-id - The ID of an attached VPC.
	//
	//
	// * availability-zone - The Availability Zone for the virtual private gateway (if
	// applicable).
	//
	//     * state - The state of the virtual private gateway (pending |
	// available | deleting | deleted).
	//
	//     * tag: - The key/value combination of a
	// tag assigned to the resource. Use the tag key in the filter name and the tag
	// value as the filter value. For example, to find all resources that have a tag
	// with the key Owner and the value TeamA, specify tag:Owner for the filter name
	// and TeamA for the filter value.
	//
	//     * tag-key - The key of a tag assigned to
	// the resource. Use this filter to find all resources assigned a tag with a
	// specific key, regardless of the tag value.
	//
	//     * type - The type of virtual
	// private gateway. Currently the only supported type is ipsec.1.
	//
	//     *
	// vpn-gateway-id - The ID of the virtual private gateway.
	Filters []*types.Filter
}

Contains the parameters for DescribeVpnGateways.

type DescribeVpnGatewaysOutput

type DescribeVpnGatewaysOutput struct {
	// Information about one or more virtual private gateways.
	VpnGateways []*types.VpnGateway

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of DescribeVpnGateways.

type DetachClassicLinkVpcInput

type DetachClassicLinkVpcInput struct {
	// The ID of the VPC to which the instance is linked.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the instance to unlink from the VPC.
	InstanceId *string
}

type DetachClassicLinkVpcOutput

type DetachClassicLinkVpcOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DetachInternetGatewayInput

type DetachInternetGatewayInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the internet gateway.
	InternetGatewayId *string
	// The ID of the VPC.
	VpcId *string
}

type DetachInternetGatewayOutput

type DetachInternetGatewayOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DetachNetworkInterfaceInput

type DetachNetworkInterfaceInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Specifies whether to force a detachment.
	//
	//     * Use the Force parameter only as
	// a last resort to detach a network interface from a failed instance.
	//
	//     * If
	// you use the Force parameter to detach a network interface, you might not be able
	// to attach a different network interface to the same index on the instance
	// without first stopping and starting the instance.
	//
	//     * If you force the
	// detachment of a network interface, the instance metadata
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html)
	// might not get updated. This means that the attributes associated with the
	// detached network interface might still be visible. The instance metadata will
	// get updated when you stop and start the instance.
	Force *bool
	// The ID of the attachment.
	AttachmentId *string
}

Contains the parameters for DetachNetworkInterface.

type DetachNetworkInterfaceOutput

type DetachNetworkInterfaceOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DetachVolumeInput

type DetachVolumeInput struct {
	// The ID of the volume.
	VolumeId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Forces detachment if the previous detachment attempt did not occur cleanly (for
	// example, logging into an instance, unmounting the volume, and detaching
	// normally). This option can lead to data loss or a corrupted file system. Use
	// this option only as a last resort to detach a volume from a failed instance. The
	// instance won't have an opportunity to flush file system caches or file system
	// metadata. If you use this option, you must perform file system check and repair
	// procedures.
	Force *bool
	// The ID of the instance. If you are detaching a Multi-Attach enabled volume, you
	// must specify an instance ID.
	InstanceId *string
	// The device name.
	Device *string
}

type DetachVolumeOutput

type DetachVolumeOutput struct {
	// The ID of the volume.
	VolumeId *string
	// The ID of the instance.
	InstanceId *string
	// The time stamp when the attachment initiated.
	AttachTime *time.Time
	// The device name.
	Device *string
	// Indicates whether the EBS volume is deleted on instance termination.
	DeleteOnTermination *bool
	// The attachment state of the volume.
	State types.VolumeAttachmentState

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes volume attachment details.

type DetachVpnGatewayInput

type DetachVpnGatewayInput struct {
	// The ID of the virtual private gateway.
	VpnGatewayId *string
	// The ID of the VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for DetachVpnGateway.

type DetachVpnGatewayOutput

type DetachVpnGatewayOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisableEbsEncryptionByDefaultInput

type DisableEbsEncryptionByDefaultInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DisableEbsEncryptionByDefaultOutput

type DisableEbsEncryptionByDefaultOutput struct {
	// The updated status of encryption by default.
	EbsEncryptionByDefault *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisableFastSnapshotRestoresInput

type DisableFastSnapshotRestoresInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more Availability Zones. For example, us-east-2a.
	AvailabilityZones []*string
	// The IDs of one or more snapshots. For example, snap-1234567890abcdef0.
	SourceSnapshotIds []*string
}

type DisableFastSnapshotRestoresOutput

type DisableFastSnapshotRestoresOutput struct {
	// Information about the snapshots for which fast snapshot restores could not be
	// disabled.
	Unsuccessful []*types.DisableFastSnapshotRestoreErrorItem
	// Information about the snapshots for which fast snapshot restores were
	// successfully disabled.
	Successful []*types.DisableFastSnapshotRestoreSuccessItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisableTransitGatewayRouteTablePropagationInput

type DisableTransitGatewayRouteTablePropagationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// The ID of the propagation route table.
	TransitGatewayRouteTableId *string
}

type DisableTransitGatewayRouteTablePropagationOutput

type DisableTransitGatewayRouteTablePropagationOutput struct {
	// Information about route propagation.
	Propagation *types.TransitGatewayPropagation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisableVgwRoutePropagationInput

type DisableVgwRoutePropagationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the virtual private gateway.
	GatewayId *string
	// The ID of the route table.
	RouteTableId *string
}

Contains the parameters for DisableVgwRoutePropagation.

type DisableVgwRoutePropagationOutput

type DisableVgwRoutePropagationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisableVpcClassicLinkDnsSupportInput

type DisableVpcClassicLinkDnsSupportInput struct {
	// The ID of the VPC.
	VpcId *string
}

type DisableVpcClassicLinkDnsSupportOutput

type DisableVpcClassicLinkDnsSupportOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisableVpcClassicLinkInput

type DisableVpcClassicLinkInput struct {
	// The ID of the VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DisableVpcClassicLinkOutput

type DisableVpcClassicLinkOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateAddressInput

type DisassociateAddressInput struct {
	// [EC2-VPC] The association ID. Required for EC2-VPC.
	AssociationId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// [EC2-Classic] The Elastic IP address. Required for EC2-Classic.
	PublicIp *string
}

type DisassociateAddressOutput

type DisassociateAddressOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateClientVpnTargetNetworkInput

type DisassociateClientVpnTargetNetworkInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the target network association.
	AssociationId *string
	// The ID of the Client VPN endpoint from which to disassociate the target network.
	ClientVpnEndpointId *string
}

type DisassociateClientVpnTargetNetworkOutput

type DisassociateClientVpnTargetNetworkOutput struct {
	// The ID of the target network association.
	AssociationId *string
	// The current state of the target network association.
	Status *types.AssociationStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateIamInstanceProfileInput

type DisassociateIamInstanceProfileInput struct {
	// The ID of the IAM instance profile association.
	AssociationId *string
}

type DisassociateIamInstanceProfileOutput

type DisassociateIamInstanceProfileOutput struct {
	// Information about the IAM instance profile association.
	IamInstanceProfileAssociation *types.IamInstanceProfileAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateRouteTableInput

type DisassociateRouteTableInput struct {
	// The association ID representing the current association between the route table
	// and subnet or gateway.
	AssociationId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type DisassociateRouteTableOutput

type DisassociateRouteTableOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateSubnetCidrBlockInput

type DisassociateSubnetCidrBlockInput struct {
	// The association ID for the CIDR block.
	AssociationId *string
}

type DisassociateSubnetCidrBlockOutput

type DisassociateSubnetCidrBlockOutput struct {
	// Information about the IPv6 CIDR block association.
	Ipv6CidrBlockAssociation *types.SubnetIpv6CidrBlockAssociation
	// The ID of the subnet.
	SubnetId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateTransitGatewayMulticastDomainInput

type DisassociateTransitGatewayMulticastDomainInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// The IDs of the subnets;
	SubnetIds []*string
}

type DisassociateTransitGatewayMulticastDomainOutput

type DisassociateTransitGatewayMulticastDomainOutput struct {
	// Information about the association.
	Associations *types.TransitGatewayMulticastDomainAssociations

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateTransitGatewayRouteTableInput

type DisassociateTransitGatewayRouteTableInput struct {
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
}

type DisassociateTransitGatewayRouteTableOutput

type DisassociateTransitGatewayRouteTableOutput struct {
	// Information about the association.
	Association *types.TransitGatewayAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateVpcCidrBlockInput

type DisassociateVpcCidrBlockInput struct {
	// The association ID for the CIDR block.
	AssociationId *string
}

type DisassociateVpcCidrBlockOutput

type DisassociateVpcCidrBlockOutput struct {
	// The ID of the VPC.
	VpcId *string
	// Information about the IPv4 CIDR block association.
	CidrBlockAssociation *types.VpcCidrBlockAssociation
	// Information about the IPv6 CIDR block association.
	Ipv6CidrBlockAssociation *types.VpcIpv6CidrBlockAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EnableEbsEncryptionByDefaultInput

type EnableEbsEncryptionByDefaultInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type EnableEbsEncryptionByDefaultOutput

type EnableEbsEncryptionByDefaultOutput struct {
	// The updated status of encryption by default.
	EbsEncryptionByDefault *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EnableFastSnapshotRestoresInput

type EnableFastSnapshotRestoresInput struct {
	// One or more Availability Zones. For example, us-east-2a.
	AvailabilityZones []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can
	// specify a snapshot that was shared with you from another AWS account.
	SourceSnapshotIds []*string
}

type EnableFastSnapshotRestoresOutput

type EnableFastSnapshotRestoresOutput struct {
	// Information about the snapshots for which fast snapshot restores were
	// successfully enabled.
	Successful []*types.EnableFastSnapshotRestoreSuccessItem
	// Information about the snapshots for which fast snapshot restores could not be
	// enabled.
	Unsuccessful []*types.EnableFastSnapshotRestoreErrorItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EnableTransitGatewayRouteTablePropagationInput

type EnableTransitGatewayRouteTablePropagationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the propagation route table.
	TransitGatewayRouteTableId *string
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
}

type EnableTransitGatewayRouteTablePropagationOutput

type EnableTransitGatewayRouteTablePropagationOutput struct {
	// Information about route propagation.
	Propagation *types.TransitGatewayPropagation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EnableVgwRoutePropagationInput

type EnableVgwRoutePropagationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the virtual private gateway that is attached to a VPC. The virtual
	// private gateway must be attached to the same VPC that the routing tables are
	// associated with.
	GatewayId *string
	// The ID of the route table. The routing table must be associated with the same
	// VPC that the virtual private gateway is attached to.
	RouteTableId *string
}

Contains the parameters for EnableVgwRoutePropagation.

type EnableVgwRoutePropagationOutput

type EnableVgwRoutePropagationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EnableVolumeIOInput

type EnableVolumeIOInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the volume.
	VolumeId *string
}

type EnableVolumeIOOutput

type EnableVolumeIOOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EnableVpcClassicLinkDnsSupportInput

type EnableVpcClassicLinkDnsSupportInput struct {
	// The ID of the VPC.
	VpcId *string
}

type EnableVpcClassicLinkDnsSupportOutput

type EnableVpcClassicLinkDnsSupportOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EnableVpcClassicLinkInput

type EnableVpcClassicLinkInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the VPC.
	VpcId *string
}

type EnableVpcClassicLinkOutput

type EnableVpcClassicLinkOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EndpointResolver

type EndpointResolver interface {
	ResolveEndpoint(region string, options ResolverOptions) (aws.Endpoint, error)
}

EndpointResolver interface for resolving service endpoints.

func WithEndpointResolver

func WithEndpointResolver(awsResolver aws.EndpointResolver, fallbackResolver EndpointResolver) EndpointResolver

WithEndpointResolver returns an EndpointResolver that first delegates endpoint resolution to the awsResolver. If awsResolver returns aws.EndpointNotFoundError error, the resolver will use the the provided fallbackResolver for resolution. awsResolver and fallbackResolver must not be nil

type EndpointResolverFunc

type EndpointResolverFunc func(region string, options ResolverOptions) (aws.Endpoint, error)

EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.

func (EndpointResolverFunc) ResolveEndpoint

func (fn EndpointResolverFunc) ResolveEndpoint(region string, options ResolverOptions) (endpoint aws.Endpoint, err error)

type ExportClientVpnClientCertificateRevocationListInput

type ExportClientVpnClientCertificateRevocationListInput struct {
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ExportClientVpnClientCertificateRevocationListOutput

type ExportClientVpnClientCertificateRevocationListOutput struct {
	// The current state of the client certificate revocation list.
	Status *types.ClientCertificateRevocationListStatus
	// Information about the client certificate revocation list.
	CertificateRevocationList *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ExportClientVpnClientConfigurationInput

type ExportClientVpnClientConfigurationInput struct {
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ExportClientVpnClientConfigurationOutput

type ExportClientVpnClientConfigurationOutput struct {
	// The contents of the Client VPN endpoint configuration file.
	ClientConfiguration *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ExportImageInput

type ExportImageInput struct {
	// The name of the role that grants VM Import/Export permission to export images to
	// your Amazon S3 bucket. If this parameter is not specified, the default role is
	// named 'vmimport'.
	RoleName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to apply to the image being exported.
	TagSpecifications []*types.TagSpecification
	// The ID of the image.
	ImageId *string
	// A description of the image being exported. The maximum length is 255 characters.
	Description *string
	// The disk image format.
	DiskImageFormat types.DiskImageFormat
	// Information about the destination Amazon S3 bucket. The bucket must exist and
	// grant WRITE and READ_ACP permissions to the AWS account
	// vm-import-export@amazon.com.
	S3ExportLocation *types.ExportTaskS3LocationRequest
	// Token to enable idempotency for export image requests.
	ClientToken *string
}

type ExportImageOutput

type ExportImageOutput struct {
	// The disk image format for the exported image.
	DiskImageFormat types.DiskImageFormat
	// The status message for the export image task.
	StatusMessage *string
	// The percent complete of the export image task.
	Progress *string
	// A description of the image being exported.
	Description *string
	// The ID of the export image task.
	ExportImageTaskId *string
	// The status of the export image task. The possible values are active, completed,
	// deleting, and deleted.
	Status *string
	// Any tags assigned to the image being exported.
	Tags []*types.Tag
	// The ID of the image.
	ImageId *string
	// The name of the role that grants VM Import/Export permission to export images to
	// your Amazon S3 bucket.
	RoleName *string
	// Information about the destination Amazon S3 bucket.
	S3ExportLocation *types.ExportTaskS3Location

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ExportTransitGatewayRoutesInput

type ExportTransitGatewayRoutesInput struct {
	// The name of the S3 bucket.
	S3Bucket *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters. The possible values are:
	//
	//     *
	// attachment.transit-gateway-attachment-id - The id of the transit gateway
	// attachment.
	//
	//     * attachment.resource-id - The resource id of the transit
	// gateway attachment.
	//
	//     * route-search.exact-match - The exact match of the
	// specified filter.
	//
	//     * route-search.longest-prefix-match - The longest prefix
	// that matches the route.
	//
	//     * route-search.subnet-of-match - The routes with a
	// subnet that match the specified CIDR filter.
	//
	//     *
	// route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR
	// filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your
	// route table and you specify supernet-of-match as 10.0.1.0/30, then the result
	// returns 10.0.1.0/29.
	//
	//     * state - The state of the attachment (available |
	// deleted | deleting | failed | modifying | pendingAcceptance | pending |
	// rollingBack | rejected | rejecting).
	//
	//     *
	// transit-gateway-route-destination-cidr-block - The CIDR range.
	//
	//     * type - The
	// type of route (active | blackhole).
	Filters []*types.Filter
	// The ID of the route table.
	TransitGatewayRouteTableId *string
}

type ExportTransitGatewayRoutesOutput

type ExportTransitGatewayRoutesOutput struct {
	// The URL of the exported file in Amazon S3. For example,
	// s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
	S3Location *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetAssociatedIpv6PoolCidrsInput

type GetAssociatedIpv6PoolCidrsInput struct {
	// The ID of the IPv6 address pool.
	PoolId *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetAssociatedIpv6PoolCidrsOutput

type GetAssociatedIpv6PoolCidrsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the IPv6 CIDR block associations.
	Ipv6CidrAssociations []*types.Ipv6CidrAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetCapacityReservationUsageInput

type GetCapacityReservationUsageInput struct {
	// The ID of the Capacity Reservation.
	CapacityReservationId *string
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the returned
	// nextToken value. This value can be between 5 and 500. If maxResults is given a
	// larger value than 500, you receive an error. Valid range: Minimum value of 1.
	// Maximum value of 1000.
	MaxResults *int32
	// The token to use to retrieve the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetCapacityReservationUsageOutput

type GetCapacityReservationUsageOutput struct {
	// The number of instances for which the Capacity Reservation reserves capacity.
	TotalInstanceCount *int32
	// The ID of the Capacity Reservation.
	CapacityReservationId *string
	// The type of instance for which the Capacity Reservation reserves capacity.
	InstanceType *string
	// The current state of the Capacity Reservation. A Capacity Reservation can be in
	// one of the following states:
	//
	//     * active - The Capacity Reservation is active
	// and the capacity is available for your use.
	//
	//     * expired - The Capacity
	// Reservation expired automatically at the date and time specified in your
	// request. The reserved capacity is no longer available for your use.
	//
	//     *
	// cancelled - The Capacity Reservation was manually cancelled. The reserved
	// capacity is no longer available for your use.
	//
	//     * pending - The Capacity
	// Reservation request was successful but the capacity provisioning is still
	// pending.
	//
	//     * failed - The Capacity Reservation request has failed. A request
	// might fail due to invalid request parameters, capacity constraints, or instance
	// limit constraints. Failed requests are retained for 60 minutes.
	State types.CapacityReservationState
	// The remaining capacity. Indicates the number of instances that can be launched
	// in the Capacity Reservation.
	AvailableInstanceCount *int32
	// Information about the Capacity Reservation usage.
	InstanceUsages []*types.InstanceUsage
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetCoipPoolUsageInput

type GetCoipPoolUsageInput struct {
	// The ID of the address pool.
	PoolId *string
	// The filters. The following are the possible values:
	//
	//     *
	// coip-address-usage.allocation-id
	//
	//     * coip-address-usage.aws-account-id
	//
	//     *
	// coip-address-usage.aws-service
	//
	//     * coip-address-usage.co-ip
	Filters []*types.Filter
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
}

type GetCoipPoolUsageOutput

type GetCoipPoolUsageOutput struct {
	// Information about the address usage.
	CoipAddressUsages []*types.CoipAddressUsage
	// The ID of the local gateway route table.
	LocalGatewayRouteTableId *string
	// The ID of the customer-owned address pool.
	CoipPoolId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetConsoleOutputInput

type GetConsoleOutputInput struct {
	// When enabled, retrieves the latest console output for the instance. Default:
	// disabled (false)
	Latest *bool
	// The ID of the instance.
	InstanceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetConsoleOutputOutput

type GetConsoleOutputOutput struct {
	// The console output, base64-encoded. If you are using a command line tool, the
	// tool decodes the output for you.
	Output *string
	// The ID of the instance.
	InstanceId *string
	// The time at which the output was last updated.
	Timestamp *time.Time

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetConsoleScreenshotInput

type GetConsoleScreenshotInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the instance.
	InstanceId *string
	// When set to true, acts as keystroke input and wakes up an instance that's in
	// standby or "sleep" mode.
	WakeUp *bool
}

type GetConsoleScreenshotOutput

type GetConsoleScreenshotOutput struct {
	// The ID of the instance.
	InstanceId *string
	// The data that comprises the image.
	ImageData *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetDefaultCreditSpecificationInput

type GetDefaultCreditSpecificationInput struct {
	// The instance family.
	InstanceFamily types.UnlimitedSupportedInstanceFamily
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetDefaultCreditSpecificationOutput

type GetDefaultCreditSpecificationOutput struct {
	// The default credit option for CPU usage of the instance family.
	InstanceFamilyCreditSpecification *types.InstanceFamilyCreditSpecification

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetEbsDefaultKmsKeyIdInput

type GetEbsDefaultKmsKeyIdInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetEbsDefaultKmsKeyIdOutput

type GetEbsDefaultKmsKeyIdOutput struct {
	// The Amazon Resource Name (ARN) of the default CMK for encryption by default.
	KmsKeyId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetEbsEncryptionByDefaultInput

type GetEbsEncryptionByDefaultInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetEbsEncryptionByDefaultOutput

type GetEbsEncryptionByDefaultOutput struct {
	// Indicates whether encryption by default is enabled.
	EbsEncryptionByDefault *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetGroupsForCapacityReservationInput

type GetGroupsForCapacityReservationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token to use to retrieve the next page of results.
	NextToken *string
	// The maximum number of results to return for the request in a single page. The
	// remaining results can be seen by sending another request with the returned
	// nextToken value. This value can be between 5 and 500. If maxResults is given a
	// larger value than 500, you receive an error.
	MaxResults *int32
	// The ID of the Capacity Reservation.
	CapacityReservationId *string
}

type GetGroupsForCapacityReservationOutput

type GetGroupsForCapacityReservationOutput struct {
	// Information about the resource groups to which the Capacity Reservation has been
	// added.
	CapacityReservationGroups []*types.CapacityReservationGroup
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetHostReservationPurchasePreviewInput

type GetHostReservationPurchasePreviewInput struct {
	// The IDs of the Dedicated Hosts with which the reservation is associated.
	HostIdSet []*string
	// The offering ID of the reservation.
	OfferingId *string
}

type GetHostReservationPurchasePreviewOutput

type GetHostReservationPurchasePreviewOutput struct {
	// The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are
	// specified. At this time, the only supported currency is USD.
	CurrencyCode types.CurrencyCodeValues
	// The potential total hourly price of the reservation per hour.
	TotalHourlyPrice *string
	// The purchase information of the Dedicated Host reservation and the Dedicated
	// Hosts associated with it.
	Purchase []*types.Purchase
	// The potential total upfront price. This is billed immediately.
	TotalUpfrontPrice *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetLaunchTemplateDataInput

type GetLaunchTemplateDataInput struct {
	// The ID of the instance.
	InstanceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetLaunchTemplateDataOutput

type GetLaunchTemplateDataOutput struct {
	// The instance data.
	LaunchTemplateData *types.ResponseLaunchTemplateData

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetManagedPrefixListAssociationsInput

type GetManagedPrefixListAssociationsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The ID of the prefix list.
	PrefixListId *string
}

type GetManagedPrefixListAssociationsOutput

type GetManagedPrefixListAssociationsOutput struct {
	// Information about the associations.
	PrefixListAssociations []*types.PrefixListAssociation
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetManagedPrefixListEntriesInput

type GetManagedPrefixListEntriesInput struct {
	// The version of the prefix list for which to return the entries. The default is
	// the current version.
	TargetVersion *int64
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// The ID of the prefix list.
	PrefixListId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetManagedPrefixListEntriesOutput

type GetManagedPrefixListEntriesOutput struct {
	// Information about the prefix list entries.
	Entries []*types.PrefixListEntry
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetPasswordDataInput

type GetPasswordDataInput struct {
	// The ID of the Windows instance.
	InstanceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type GetPasswordDataOutput

type GetPasswordDataOutput struct {
	// The ID of the Windows instance.
	InstanceId *string
	// The time the data was last updated.
	Timestamp *time.Time
	// The password of the instance. Returns an empty string if the password is not
	// available.
	PasswordData *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetReservedInstancesExchangeQuoteInput

type GetReservedInstancesExchangeQuoteInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The configuration of the target Convertible Reserved Instance to exchange for
	// your current Convertible Reserved Instances.
	TargetConfigurations []*types.TargetConfigurationRequest
	// The IDs of the Convertible Reserved Instances to exchange.
	ReservedInstanceIds []*string
}

Contains the parameters for GetReservedInstanceExchangeQuote.

type GetReservedInstancesExchangeQuoteOutput

type GetReservedInstancesExchangeQuoteOutput struct {
	// If true, the exchange is valid. If false, the exchange cannot be completed.
	IsValidExchange *bool
	// The configuration of your Convertible Reserved Instances.
	ReservedInstanceValueSet []*types.ReservedInstanceReservationValue
	// The values of the target Convertible Reserved Instances.
	TargetConfigurationValueSet []*types.TargetReservationValue
	// The new end date of the reservation term.
	OutputReservedInstancesWillExpireAt *time.Time
	// The cost associated with the Reserved Instance.
	TargetConfigurationValueRollup *types.ReservationValue
	// Describes the reason why the exchange cannot be completed.
	ValidationFailureReason *string
	// The cost associated with the Reserved Instance.
	ReservedInstanceValueRollup *types.ReservationValue
	// The currency of the transaction.
	CurrencyCode *string
	// The total true upfront charge for the exchange.
	PaymentDue *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of GetReservedInstancesExchangeQuote.

type GetTransitGatewayAttachmentPropagationsInput

type GetTransitGatewayAttachmentPropagationsInput struct {
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// One or more filters. The possible values are:
	//
	//     *
	// transit-gateway-route-table-id - The ID of the transit gateway route table.
	Filters []*types.Filter
}

type GetTransitGatewayAttachmentPropagationsOutput

type GetTransitGatewayAttachmentPropagationsOutput struct {
	// Information about the propagation route tables.
	TransitGatewayAttachmentPropagations []*types.TransitGatewayAttachmentPropagation
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetTransitGatewayMulticastDomainAssociationsInput

type GetTransitGatewayMulticastDomainAssociationsInput struct {
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
	// The token for the next page of results.
	NextToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// One or more filters. The possible values are:
	//
	//     * resource-id - The ID of the
	// resource.
	//
	//     * resource-type - The type of resource. The valid value is:
	// vpc.
	//
	//     * <p> <code>state</code> - The state of the subnet association. Valid
	// values are <code>associated</code> | <code>associating</code> |
	// <code>disassociated</code> | <code>disassociating</code>.</p> </li> <li> <p>
	// <code>subnet-id</code> - The ID of the subnet.</p> </li> <li> <p>
	// <code>transit-gateway-attachment-id</code> - The id of the transit gateway
	// attachment.</p> </li> </ul>
	Filters []*types.Filter
}

type GetTransitGatewayMulticastDomainAssociationsOutput

type GetTransitGatewayMulticastDomainAssociationsOutput struct {
	// Information about the multicast domain associations.
	MulticastDomainAssociations []*types.TransitGatewayMulticastDomainAssociation
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetTransitGatewayRouteTableAssociationsInput

type GetTransitGatewayRouteTableAssociationsInput struct {
	// One or more filters. The possible values are:
	//
	//     * resource-id - The ID of the
	// resource.
	//
	//     * resource-type - The resource type (vpc | vpn).
	//
	//     *
	// transit-gateway-attachment-id - The ID of the attachment.
	Filters []*types.Filter
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
}

type GetTransitGatewayRouteTableAssociationsOutput

type GetTransitGatewayRouteTableAssociationsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the associations.
	Associations []*types.TransitGatewayRouteTableAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type GetTransitGatewayRouteTablePropagationsInput

type GetTransitGatewayRouteTablePropagationsInput struct {
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The token for the next page of results.
	NextToken *string
	// One or more filters. The possible values are:
	//
	//     * resource-id - The ID of the
	// resource.
	//
	//     * resource-type - The resource type (vpc | vpn).
	//
	//     *
	// transit-gateway-attachment-id - The ID of the attachment.
	Filters []*types.Filter
}

type GetTransitGatewayRouteTablePropagationsOutput

type GetTransitGatewayRouteTablePropagationsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the route table propagations.
	TransitGatewayRouteTablePropagations []*types.TransitGatewayRouteTablePropagation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type HTTPClient

type HTTPClient interface {
	Do(*http.Request) (*http.Response, error)
}

type HTTPSignerV4

type HTTPSignerV4 interface {
	SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time) error
}

type IdempotencyTokenProvider

type IdempotencyTokenProvider interface {
	GetIdempotencyToken() (string, error)
}

IdempotencyTokenProvider interface for providing idempotency token

type ImportClientVpnClientCertificateRevocationListInput

type ImportClientVpnClientCertificateRevocationListInput struct {
	// The ID of the Client VPN endpoint to which the client certificate revocation
	// list applies.
	ClientVpnEndpointId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The client certificate revocation list file. For more information, see Generate
	// a Client Certificate Revocation List
	// (https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate)
	// in the AWS Client VPN Administrator Guide.
	CertificateRevocationList *string
}

type ImportClientVpnClientCertificateRevocationListOutput

type ImportClientVpnClientCertificateRevocationListOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ImportImageInput

type ImportImageInput struct {
	// The ARNs of the license configurations.
	LicenseSpecifications []*types.ImportImageLicenseConfigurationRequest
	// An identifier for the symmetric AWS Key Management Service (AWS KMS) customer
	// master key (CMK) to use when creating the encrypted AMI. This parameter is only
	// required if you want to use a non-default CMK; if this parameter is not
	// specified, the default CMK for EBS is used. If a KmsKeyId is specified, the
	// Encrypted flag must also be set. The CMK identifier may be provided in any of
	// the following formats:
	//
	//     * Key ID
	//
	//     * Key alias. The alias ARN contains
	// the arn:aws:kms namespace, followed by the Region of the CMK, the AWS account ID
	// of the CMK owner, the alias namespace, and then the CMK alias. For example,
	// arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
	//
	//     * ARN using key ID.
	// The ID ARN contains the arn:aws:kms namespace, followed by the Region of the
	// CMK, the AWS account ID of the CMK owner, the key namespace, and then the CMK
	// ID. For example,
	// arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
	//
	//
	// * ARN using key alias. The alias ARN contains the arn:aws:kms namespace,
	// followed by the Region of the CMK, the AWS account ID of the CMK owner, the
	// alias namespace, and then the CMK alias. For example,
	// arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
	//
	// AWS parses KmsKeyId
	// asynchronously, meaning that the action you call may appear to complete even
	// though you provided an invalid identifier. This action will eventually report
	// failure. The specified CMK must exist in the Region that the AMI is being copied
	// to. Amazon EBS does not support asymmetric CMKs.
	KmsKeyId *string
	// The operating system of the virtual machine. Valid values: Windows | Linux
	Platform *string
	// The tags to apply to the image being imported.
	TagSpecifications []*types.TagSpecification
	// The architecture of the virtual machine. Valid values: i386 | x86_64 | arm64
	Architecture *string
	// The token to enable idempotency for VM import requests.
	ClientToken *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// A description string for the import image task.
	Description *string
	// The client-specific data.
	ClientData *types.ClientData
	// The name of the role to use when not using the default role, 'vmimport'.
	RoleName *string
	// Information about the disk containers.
	DiskContainers []*types.ImageDiskContainer
	// The license type to be used for the Amazon Machine Image (AMI) after importing.
	// By default, we detect the source-system operating system (OS) and apply the
	// appropriate license. Specify AWS to replace the source-system license with an
	// AWS license, if appropriate. Specify BYOL to retain the source-system license,
	// if appropriate. To use BYOL, you must have existing licenses with rights to use
	// these licenses in a third party cloud, such as AWS. For more information, see
	// Prerequisites
	// (https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image)
	// in the VM Import/Export User Guide.
	LicenseType *string
	// Specifies whether the destination AMI of the imported image should be encrypted.
	// The default CMK for EBS is used unless you specify a non-default AWS Key
	// Management Service (AWS KMS) CMK using KmsKeyId. For more information, see
	// Amazon EBS Encryption
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	Encrypted *bool
	// The target hypervisor platform. Valid values: xen
	Hypervisor *string
}

type ImportImageOutput

type ImportImageOutput struct {
	// The ID of the Amazon Machine Image (AMI) created by the import task.
	ImageId *string
	// Any tags assigned to the image being imported.
	Tags []*types.Tag
	// The ARNs of the license configurations.
	LicenseSpecifications []*types.ImportImageLicenseConfigurationResponse
	// The architecture of the virtual machine.
	Architecture *string
	// A brief status of the task.
	Status *string
	// A description of the import task.
	Description *string
	// The target hypervisor of the import task.
	Hypervisor *string
	// The identifier for the symmetric AWS Key Management Service (AWS KMS) customer
	// master key (CMK) that was used to create the encrypted AMI.
	KmsKeyId *string
	// The license type of the virtual machine.
	LicenseType *string
	// The operating system of the virtual machine.
	Platform *string
	// Indicates whether the AMI is encrypted.
	Encrypted *bool
	// Information about the snapshots.
	SnapshotDetails []*types.SnapshotDetail
	// The progress of the task.
	Progress *string
	// A detailed status message of the import task.
	StatusMessage *string
	// The task ID of the import image task.
	ImportTaskId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ImportInstanceInput

type ImportInstanceInput struct {
	// A description for the instance being imported.
	Description *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The launch specification.
	LaunchSpecification *types.ImportInstanceLaunchSpecification
	// The disk image.
	DiskImages []*types.DiskImage
	// The instance operating system.
	Platform types.PlatformValues
}

type ImportInstanceOutput

type ImportInstanceOutput struct {
	// Information about the conversion task.
	ConversionTask *types.ConversionTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ImportKeyPairInput

type ImportKeyPairInput struct {
	// A unique name for the key pair.
	KeyName *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to apply to the imported key pair.
	TagSpecifications []*types.TagSpecification
	// The public key. For API calls, the text must be base64-encoded. For command line
	// tools, base64 encoding is performed for you.
	PublicKeyMaterial []byte
}

type ImportKeyPairOutput

type ImportKeyPairOutput struct {
	// The key pair name you provided.
	KeyName *string
	// The tags applied to the imported key pair.
	Tags []*types.Tag
	// The ID of the resulting key pair.
	KeyPairId *string
	// The MD5 public key fingerprint as specified in section 4 of RFC 4716.
	KeyFingerprint *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ImportSnapshotInput

type ImportSnapshotInput struct {
	// The name of the role to use when not using the default role, 'vmimport'.
	RoleName *string
	// The description string for the import snapshot task.
	Description *string
	// Token to enable idempotency for VM import requests.
	ClientToken *string
	// Information about the disk container.
	DiskContainer *types.SnapshotDiskContainer
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The tags to apply to the snapshot being imported.
	TagSpecifications []*types.TagSpecification
	// The client-specific data.
	ClientData *types.ClientData
	// Specifies whether the destination snapshot of the imported image should be
	// encrypted. The default CMK for EBS is used unless you specify a non-default AWS
	// Key Management Service (AWS KMS) CMK using KmsKeyId. For more information, see
	// Amazon EBS Encryption
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	Encrypted *bool
	// An identifier for the symmetric AWS Key Management Service (AWS KMS) customer
	// master key (CMK) to use when creating the encrypted snapshot. This parameter is
	// only required if you want to use a non-default CMK; if this parameter is not
	// specified, the default CMK for EBS is used. If a KmsKeyId is specified, the
	// Encrypted flag must also be set. The CMK identifier may be provided in any of
	// the following formats:
	//
	//     * Key ID
	//
	//     * Key alias. The alias ARN contains
	// the arn:aws:kms namespace, followed by the Region of the CMK, the AWS account ID
	// of the CMK owner, the alias namespace, and then the CMK alias. For example,
	// arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
	//
	//     * ARN using key ID.
	// The ID ARN contains the arn:aws:kms namespace, followed by the Region of the
	// CMK, the AWS account ID of the CMK owner, the key namespace, and then the CMK
	// ID. For example,
	// arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
	//
	//
	// * ARN using key alias. The alias ARN contains the arn:aws:kms namespace,
	// followed by the Region of the CMK, the AWS account ID of the CMK owner, the
	// alias namespace, and then the CMK alias. For example,
	// arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
	//
	// AWS parses KmsKeyId
	// asynchronously, meaning that the action you call may appear to complete even
	// though you provided an invalid identifier. This action will eventually report
	// failure. The specified CMK must exist in the Region that the snapshot is being
	// copied to. Amazon EBS does not support asymmetric CMKs.
	KmsKeyId *string
}

type ImportSnapshotOutput

type ImportSnapshotOutput struct {
	// A description of the import snapshot task.
	Description *string
	// Any tags assigned to the snapshot being imported.
	Tags []*types.Tag
	// Information about the import snapshot task.
	SnapshotTaskDetail *types.SnapshotTaskDetail
	// The ID of the import snapshot task.
	ImportTaskId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ImportVolumeInput

type ImportVolumeInput struct {
	// The Availability Zone for the resulting EBS volume.
	AvailabilityZone *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// A description of the volume.
	Description *string
	// The volume size.
	Volume *types.VolumeDetail
	// The disk image.
	Image *types.DiskImageDetail
}

type ImportVolumeOutput

type ImportVolumeOutput struct {
	// Information about the conversion task.
	ConversionTask *types.ConversionTask

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyAvailabilityZoneGroupInput

type ModifyAvailabilityZoneGroupInput struct {
	// Indicates whether to enable or disable membership. The valid values are
	// opted-in. You must contact AWS Support
	// (https://console.aws.amazon.com/support/home#/case/create%3FissueType=customer-service%26serviceCode=general-info%26getting-started%26categoryCode=using-aws%26services)
	// to disable an Availability Zone group.
	OptInStatus types.ModifyAvailabilityZoneOptInStatus
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The name of the Availability Zone Group.
	GroupName *string
}

type ModifyAvailabilityZoneGroupOutput

type ModifyAvailabilityZoneGroupOutput struct {
	// Is true if the request succeeds, and an error otherwise.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyCapacityReservationInput

type ModifyCapacityReservationInput struct {
	// The date and time at which the Capacity Reservation expires. When a Capacity
	// Reservation expires, the reserved capacity is released and you can no longer
	// launch instances into it. The Capacity Reservation's state changes to expired
	// when it reaches its end date and time. The Capacity Reservation is cancelled
	// within an hour from the specified time. For example, if you specify 5/31/2019,
	// 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and
	// 14:30:55 on 5/31/2019. You must provide an EndDate value if EndDateType is
	// limited. Omit EndDate if EndDateType is unlimited.
	EndDate *time.Time
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The number of instances for which to reserve capacity.
	InstanceCount *int32
	// Indicates the way in which the Capacity Reservation ends. A Capacity Reservation
	// can have one of the following end types:
	//
	//     * unlimited - The Capacity
	// Reservation remains active until you explicitly cancel it. Do not provide an
	// EndDate value if EndDateType is unlimited.
	//
	//     * limited - The Capacity
	// Reservation expires automatically at a specified date and time. You must provide
	// an EndDate value if EndDateType is limited.
	EndDateType types.EndDateType
	// The ID of the Capacity Reservation.
	CapacityReservationId *string
}

type ModifyCapacityReservationOutput

type ModifyCapacityReservationOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyClientVpnEndpointInput

type ModifyClientVpnEndpointInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
	// Valid Values: 443 | 1194 Default Value: 443
	VpnPort *int32
	// The IDs of one or more security groups to apply to the target network.
	SecurityGroupIds []*string
	// A brief description of the Client VPN endpoint.
	Description *string
	// Information about the client connection logging options. If you enable client
	// connection logging, data about client connections is sent to a Cloudwatch Logs
	// log stream. The following information is logged:
	//
	//     * Client connection
	// requests
	//
	//     * Client connection results (successful and unsuccessful)
	//
	//     *
	// Reasons for unsuccessful client connection requests
	//
	//     * Client connection
	// termination time
	ConnectionLogOptions *types.ConnectionLogOptions
	// The ARN of the server certificate to be used. The server certificate must be
	// provisioned in AWS Certificate Manager (ACM).
	ServerCertificateArn *string
	// Information about the DNS servers to be used by Client VPN connections. A Client
	// VPN endpoint can have up to two DNS servers.
	DnsServers *types.DnsServersOptionsModifyStructure
	// Indicates whether the VPN is split-tunnel. For information about split-tunnel
	// VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint
	// (https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html)
	// in the AWS Client VPN Administrator Guide.
	SplitTunnel *bool
	// The ID of the VPC to associate with the Client VPN endpoint.
	VpcId *string
	// The ID of the Client VPN endpoint to modify.
	ClientVpnEndpointId *string
}

type ModifyClientVpnEndpointOutput

type ModifyClientVpnEndpointOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyDefaultCreditSpecificationInput

type ModifyDefaultCreditSpecificationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The credit option for CPU usage of the instance family. Valid Values: standard |
	// unlimited
	CpuCredits *string
	// The instance family.
	InstanceFamily types.UnlimitedSupportedInstanceFamily
}

type ModifyDefaultCreditSpecificationOutput

type ModifyDefaultCreditSpecificationOutput struct {
	// The default credit option for CPU usage of the instance family.
	InstanceFamilyCreditSpecification *types.InstanceFamilyCreditSpecification

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyEbsDefaultKmsKeyIdInput

type ModifyEbsDefaultKmsKeyIdInput struct {
	// The identifier of the AWS Key Management Service (AWS KMS) customer master key
	// (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your
	// AWS managed CMK for EBS is used. If KmsKeyId is specified, the encrypted state
	// must be true. You can specify the CMK using any of the following:
	//
	//     * Key ID.
	// For example, key/1234abcd-12ab-34cd-56ef-1234567890ab.
	//
	//     * Key alias. For
	// example, alias/ExampleAlias.
	//
	//     * Key ARN. For example,
	// arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
	//
	//
	// * Alias ARN. For example,
	// arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
	//
	// AWS authenticates the
	// CMK asynchronously. Therefore, if you specify an ID, alias, or ARN that is not
	// valid, the action can appear to complete, but eventually fails. Amazon EBS does
	// not support asymmetric CMKs.
	KmsKeyId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyEbsDefaultKmsKeyIdOutput

type ModifyEbsDefaultKmsKeyIdOutput struct {
	// The Amazon Resource Name (ARN) of the default CMK for encryption by default.
	KmsKeyId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyFleetInput

type ModifyFleetInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the EC2 Fleet.
	FleetId *string
	// Indicates whether running instances should be terminated if the total target
	// capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
	ExcessCapacityTerminationPolicy types.FleetExcessCapacityTerminationPolicy
	// The size of the EC2 Fleet.
	TargetCapacitySpecification *types.TargetCapacitySpecificationRequest
}

type ModifyFleetOutput

type ModifyFleetOutput struct {
	// Is true if the request succeeds, and an error otherwise.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyFpgaImageAttributeInput

type ModifyFpgaImageAttributeInput struct {
	// The user groups. This parameter is valid only when modifying the loadPermission
	// attribute.
	UserGroups []*string
	// The ID of the AFI.
	FpgaImageId *string
	// The product codes. After you add a product code to an AFI, it can't be removed.
	// This parameter is valid only when modifying the productCodes attribute.
	ProductCodes []*string
	// The name of the attribute.
	Attribute types.FpgaImageAttributeName
	// A description for the AFI.
	Description *string
	// The load permission for the AFI.
	LoadPermission *types.LoadPermissionModifications
	// A name for the AFI.
	Name *string
	// The operation type.
	OperationType types.OperationType
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The AWS account IDs. This parameter is valid only when modifying the
	// loadPermission attribute.
	UserIds []*string
}

type ModifyFpgaImageAttributeOutput

type ModifyFpgaImageAttributeOutput struct {
	// Information about the attribute.
	FpgaImageAttribute *types.FpgaImageAttribute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyHostsInput

type ModifyHostsInput struct {
	// Specify whether to enable or disable auto-placement.
	AutoPlacement types.AutoPlacement
	// Specifies the instance family to be supported by the Dedicated Host. Specify
	// this parameter to modify a Dedicated Host to support multiple instance types
	// within its current instance family.  <p>If you want to modify a Dedicated Host
	// to support a specific instance type only, omit this parameter and specify
	// <b>InstanceType</b> instead. You cannot specify <b>InstanceFamily</b> and
	// <b>InstanceType</b> in the same request.</p>
	InstanceFamily *string
	// Specifies the instance type to be supported by the Dedicated Host. Specify this
	// parameter to modify a Dedicated Host to support only a specific instance type.
	// <p>If you want to modify a Dedicated Host to support multiple instance types in
	// its current instance family, omit this parameter and specify
	// <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and
	// <b>InstanceFamily</b> in the same request.</p>
	InstanceType *string
	// Indicates whether to enable or disable host recovery for the Dedicated Host. For
	// more information, see  Host Recovery
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html)
	// in the Amazon Elastic Compute Cloud User Guide.
	HostRecovery types.HostRecovery
	// The IDs of the Dedicated Hosts to modify.
	HostIds []*string
}

type ModifyHostsOutput

type ModifyHostsOutput struct {
	// The IDs of the Dedicated Hosts that could not be modified. Check whether the
	// setting you requested can be used.
	Unsuccessful []*types.UnsuccessfulItem
	// The IDs of the Dedicated Hosts that were successfully modified.
	Successful []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyIdFormatInput

type ModifyIdFormatInput struct {
	// Indicate whether the resource should use longer IDs (17-character IDs).
	UseLongIds *bool
	// The type of resource: bundle | conversion-task | customer-gateway | dhcp-options
	// | elastic-ip-allocation | elastic-ip-association | export-task | flow-log |
	// image | import-task | internet-gateway | network-acl | network-acl-association |
	// network-interface | network-interface-attachment | prefix-list | route-table |
	// route-table-association | security-group | subnet |
	// subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint
	// | vpc-peering-connection | vpn-connection | vpn-gateway. Alternatively, use the
	// all-current option to include all resource types that are currently within their
	// opt-in period for longer IDs.
	Resource *string
}

type ModifyIdFormatOutput

type ModifyIdFormatOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyIdentityIdFormatInput

type ModifyIdentityIdFormatInput struct {
	// Indicates whether the resource should use longer IDs (17-character IDs)
	UseLongIds *bool
	// The type of resource: bundle | conversion-task | customer-gateway | dhcp-options
	// | elastic-ip-allocation | elastic-ip-association | export-task | flow-log |
	// image | import-task | internet-gateway | network-acl | network-acl-association |
	// network-interface | network-interface-attachment | prefix-list | route-table |
	// route-table-association | security-group | subnet |
	// subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint
	// | vpc-peering-connection | vpn-connection | vpn-gateway. Alternatively, use the
	// all-current option to include all resource types that are currently within their
	// opt-in period for longer IDs.
	Resource *string
	// The ARN of the principal, which can be an IAM user, IAM role, or the root user.
	// Specify all to modify the ID format for all IAM users, IAM roles, and the root
	// user of the account.
	PrincipalArn *string
}

type ModifyIdentityIdFormatOutput

type ModifyIdentityIdFormatOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyImageAttributeInput

type ModifyImageAttributeInput struct {
	// The value of the attribute being modified. This parameter can be used only when
	// the Attribute parameter is description or productCodes.
	Value *string
	// The operation type. This parameter can be used only when the Attribute parameter
	// is launchPermission.
	OperationType types.OperationType
	// The ID of the AMI.
	ImageId *string
	// A new description for the AMI.
	Description *types.AttributeValue
	// The DevPay product codes. After you add a product code to an AMI, it can't be
	// removed.
	ProductCodes []*string
	// The name of the attribute to modify. The valid values are description,
	// launchPermission, and productCodes.
	Attribute *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The user groups. This parameter can be used only when the Attribute parameter is
	// launchPermission.
	UserGroups []*string
	// A new launch permission for the AMI.
	LaunchPermission *types.LaunchPermissionModifications
	// The AWS account IDs. This parameter can be used only when the Attribute
	// parameter is launchPermission.
	UserIds []*string
}

Contains the parameters for ModifyImageAttribute.

type ModifyImageAttributeOutput

type ModifyImageAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyInstanceAttributeInput

type ModifyInstanceAttributeInput struct {
	// Changes the instance type to the specified value. For more information, see
	// Instance types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html). If
	// the instance type is not valid, the error returned is
	// InvalidInstanceAttributeValue.
	InstanceType *types.AttributeValue
	// Set to simple to enable enhanced networking with the Intel 82599 Virtual
	// Function interface for the instance. There is no way to disable enhanced
	// networking with the Intel 82599 Virtual Function interface at this time. This
	// option is supported only for HVM instances. Specifying this option with a PV
	// instance can make it unreachable.
	SriovNetSupport *types.AttributeValue
	// A new value for the attribute. Use only with the kernel, ramdisk, userData,
	// disableApiTermination, or instanceInitiatedShutdownBehavior attribute.
	Value *string
	// Specifies whether an instance stops or terminates when you initiate shutdown
	// from the instance (using the operating system command for system shutdown).
	InstanceInitiatedShutdownBehavior *types.AttributeValue
	// Changes the instance's RAM disk to the specified value. We recommend that you
	// use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html).
	Ramdisk *types.AttributeValue
	// If the value is true, you can't terminate the instance using the Amazon EC2
	// console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot
	// Instances.
	DisableApiTermination *types.AttributeBooleanValue
	// Changes the instance's kernel to the specified value. We recommend that you use
	// PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html).
	Kernel *types.AttributeValue
	// The ID of the instance.
	InstanceId *string
	// Modifies the DeleteOnTermination attribute for volumes that are currently
	// attached. The volume must be owned by the caller. If no value is specified for
	// DeleteOnTermination, the default is true and the volume is deleted when the
	// instance is terminated. To add instance store volumes to an Amazon EBS-backed
	// instance, you must add them when you launch the instance. For more information,
	// see Updating the block device mapping when launching an instance
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM)
	// in the Amazon Elastic Compute Cloud User Guide.
	BlockDeviceMappings []*types.InstanceBlockDeviceMappingSpecification
	// Set to true to enable enhanced networking with ENA for the instance. This option
	// is supported only for HVM instances. Specifying this option with a PV instance
	// can make it unreachable.
	EnaSupport *types.AttributeBooleanValue
	// [EC2-VPC] Changes the security groups of the instance. You must specify at least
	// one security group, even if it's just the default security group for the VPC.
	// You must specify the security group ID, not the security group name.
	Groups []*string
	// Changes the instance's user data to the specified value. If you are using an AWS
	// SDK or command line tool, base64-encoding is performed for you, and you can load
	// the text from a file. Otherwise, you must provide base64-encoded text.
	UserData *types.BlobAttributeValue
	// The name of the attribute.
	Attribute types.InstanceAttributeName
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Specifies whether source/destination checking is enabled. A value of true means
	// that checking is enabled, and false means that checking is disabled. This value
	// must be false for a NAT instance to perform NAT.
	SourceDestCheck *types.AttributeBooleanValue
	// Specifies whether the instance is optimized for Amazon EBS I/O. This
	// optimization provides dedicated throughput to Amazon EBS and an optimized
	// configuration stack to provide optimal EBS I/O performance. This optimization
	// isn't available with all instance types. Additional usage charges apply when
	// using an EBS Optimized instance.
	EbsOptimized *types.AttributeBooleanValue
}

type ModifyInstanceAttributeOutput

type ModifyInstanceAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyInstanceCapacityReservationAttributesInput

type ModifyInstanceCapacityReservationAttributesInput struct {
	// The ID of the instance to be modified.
	InstanceId *string
	// Information about the Capacity Reservation targeting option.
	CapacityReservationSpecification *types.CapacityReservationSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyInstanceCapacityReservationAttributesOutput

type ModifyInstanceCapacityReservationAttributesOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyInstanceCreditSpecificationInput

type ModifyInstanceCreditSpecificationInput struct {
	// A unique, case-sensitive token that you provide to ensure idempotency of your
	// modification request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// Information about the credit option for CPU usage.
	InstanceCreditSpecifications []*types.InstanceCreditSpecificationRequest
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyInstanceCreditSpecificationOutput

type ModifyInstanceCreditSpecificationOutput struct {
	// Information about the instances whose credit option for CPU usage was
	// successfully modified.
	SuccessfulInstanceCreditSpecifications []*types.SuccessfulInstanceCreditSpecificationItem
	// Information about the instances whose credit option for CPU usage was not
	// modified.
	UnsuccessfulInstanceCreditSpecifications []*types.UnsuccessfulInstanceCreditSpecificationItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyInstanceEventStartTimeInput

type ModifyInstanceEventStartTimeInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the instance with the scheduled event.
	InstanceId *string
	// The new date and time when the event will take place.
	NotBefore *time.Time
	// The ID of the event whose date and time you are modifying.
	InstanceEventId *string
}

type ModifyInstanceEventStartTimeOutput

type ModifyInstanceEventStartTimeOutput struct {
	// Describes a scheduled event for an instance.
	Event *types.InstanceStatusEvent

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyInstanceMetadataOptionsInput

type ModifyInstanceMetadataOptionsInput struct {
	// This parameter enables or disables the HTTP metadata endpoint on your instances.
	// If the parameter is not specified, the existing state is maintained. If you
	// specify a value of disabled, you will not be able to access your instance
	// metadata.
	HttpEndpoint types.InstanceMetadataEndpointState
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The state of token usage for your instance metadata requests. If the parameter
	// is not specified in the request, the default state is optional. If the state is
	// optional, you can choose to retrieve instance metadata with or without a signed
	// token header on your request. If you retrieve the IAM role credentials without a
	// token, the version 1.0 role credentials are returned. If you retrieve the IAM
	// role credentials using a valid signed token, the version 2.0 role credentials
	// are returned. If the state is required, you must send a signed token header with
	// any instance metadata retrieval requests. In this state, retrieving the IAM role
	// credential always returns the version 2.0 credentials; the version 1.0
	// credentials are not available.
	HttpTokens types.HttpTokensState
	// The desired HTTP PUT response hop limit for instance metadata requests. The
	// larger the number, the further instance metadata requests can travel. If no
	// parameter is specified, the existing state is maintained. Possible values:
	// Integers from 1 to 64
	HttpPutResponseHopLimit *int32
	// The ID of the instance.
	InstanceId *string
}

type ModifyInstanceMetadataOptionsOutput

type ModifyInstanceMetadataOptionsOutput struct {
	// The metadata options for the instance.
	InstanceMetadataOptions *types.InstanceMetadataOptionsResponse
	// The ID of the instance.
	InstanceId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyInstancePlacementInput

type ModifyInstancePlacementInput struct {
	// The affinity setting for the instance.
	Affinity types.Affinity
	// The ID of the instance that you are modifying.
	InstanceId *string
	// The name of the placement group in which to place the instance. For spread
	// placement groups, the instance must have a tenancy of default. For cluster and
	// partition placement groups, the instance must have a tenancy of default or
	// dedicated. To remove an instance from a placement group, specify an empty string
	// ("").
	GroupName *string
	// The tenancy for the instance.
	Tenancy types.HostTenancy
	// Reserved for future use.
	PartitionNumber *int32
	// The ARN of the host resource group in which to place the instance.
	HostResourceGroupArn *string
	// The ID of the Dedicated Host with which to associate the instance.
	HostId *string
}

type ModifyInstancePlacementOutput

type ModifyInstancePlacementOutput struct {
	// Is true if the request succeeds, and an error otherwise.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyLaunchTemplateInput

type ModifyLaunchTemplateInput struct {
	// The ID of the launch template. You must specify either the launch template ID or
	// launch template name in the request.
	LaunchTemplateId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The version number of the launch template to set as the default version.
	DefaultVersion *string
	// Unique, case-sensitive identifier you provide to ensure the idempotency of the
	// request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	// Constraint: Maximum 128 ASCII characters.
	ClientToken *string
	// The name of the launch template. You must specify either the launch template ID
	// or launch template name in the request.
	LaunchTemplateName *string
}

type ModifyLaunchTemplateOutput

type ModifyLaunchTemplateOutput struct {
	// Information about the launch template.
	LaunchTemplate *types.LaunchTemplate

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyManagedPrefixListInput

type ModifyManagedPrefixListInput struct {
	// One or more entries to add to the prefix list.
	AddEntries []*types.AddPrefixListEntry
	// The ID of the prefix list.
	PrefixListId *string
	// The current version of the prefix list.
	CurrentVersion *int64
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// A name for the prefix list.
	PrefixListName *string
	// One or more entries to remove from the prefix list.
	RemoveEntries []*types.RemovePrefixListEntry
}

type ModifyManagedPrefixListOutput

type ModifyManagedPrefixListOutput struct {
	// Information about the prefix list.
	PrefixList *types.ManagedPrefixList

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyNetworkInterfaceAttributeInput

type ModifyNetworkInterfaceAttributeInput struct {
	// Indicates whether source/destination checking is enabled. A value of true means
	// checking is enabled, and false means checking is disabled. This value must be
	// false for a NAT instance to perform NAT. For more information, see NAT Instances
	// (https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html)
	// in the Amazon Virtual Private Cloud User Guide.
	SourceDestCheck *types.AttributeBooleanValue
	// Changes the security groups for the network interface. The new set of groups you
	// specify replaces the current set. You must specify at least one group, even if
	// it's just the default security group in the VPC. You must specify the ID of the
	// security group, not the name.
	Groups []*string
	// A description for the network interface.
	Description *types.AttributeValue
	// Information about the interface attachment. If modifying the 'delete on
	// termination' attribute, you must specify the ID of the interface attachment.
	Attachment *types.NetworkInterfaceAttachmentChanges
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the network interface.
	NetworkInterfaceId *string
}

Contains the parameters for ModifyNetworkInterfaceAttribute.

type ModifyNetworkInterfaceAttributeOutput

type ModifyNetworkInterfaceAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyReservedInstancesInput

type ModifyReservedInstancesInput struct {
	// The configuration settings for the Reserved Instances to modify.
	TargetConfigurations []*types.ReservedInstancesConfiguration
	// The IDs of the Reserved Instances to modify.
	ReservedInstancesIds []*string
	// A unique, case-sensitive token you provide to ensure idempotency of your
	// modification request. For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
}

Contains the parameters for ModifyReservedInstances.

type ModifyReservedInstancesOutput

type ModifyReservedInstancesOutput struct {
	// The ID for the modification.
	ReservedInstancesModificationId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of ModifyReservedInstances.

type ModifySnapshotAttributeInput

type ModifySnapshotAttributeInput struct {
	// The account ID to modify for the snapshot.
	UserIds []*string
	// The ID of the snapshot.
	SnapshotId *string
	// The type of operation to perform to the attribute.
	OperationType types.OperationType
	// The snapshot attribute to modify. Only volume creation permissions can be
	// modified.
	Attribute types.SnapshotAttributeName
	// A JSON representation of the snapshot attribute modification.
	CreateVolumePermission *types.CreateVolumePermissionModifications
	// The group to modify for the snapshot.
	GroupNames []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifySnapshotAttributeOutput

type ModifySnapshotAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifySpotFleetRequestInput

type ModifySpotFleetRequestInput struct {
	// The ID of the Spot Fleet request.
	SpotFleetRequestId *string
	// The size of the fleet.
	TargetCapacity *int32
	// The number of On-Demand Instances in the fleet.
	OnDemandTargetCapacity *int32
	// Indicates whether running Spot Instances should be terminated if the target
	// capacity of the Spot Fleet request is decreased below the current size of the
	// Spot Fleet.
	ExcessCapacityTerminationPolicy types.ExcessCapacityTerminationPolicy
}

Contains the parameters for ModifySpotFleetRequest.

type ModifySpotFleetRequestOutput

type ModifySpotFleetRequestOutput struct {
	// Is true if the request succeeds, and an error otherwise.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of ModifySpotFleetRequest.

type ModifySubnetAttributeInput

type ModifySubnetAttributeInput struct {
	// The ID of the subnet.
	SubnetId *string
	// The customer-owned IPv4 address pool associated with the subnet. You must set
	// this value when you specify true for MapCustomerOwnedIpOnLaunch.
	CustomerOwnedIpv4Pool *string
	// Specify true to indicate that network interfaces created in the specified subnet
	// should be assigned an IPv6 address. This includes a network interface that's
	// created when launching an instance into the subnet (the instance therefore
	// receives an IPv6 address). If you enable the IPv6 addressing feature for your
	// subnet, your network interface or instance only receives an IPv6 address if it's
	// created using version 2016-11-15 or later of the Amazon EC2 API.
	AssignIpv6AddressOnCreation *types.AttributeBooleanValue
	// Specify true to indicate that network interfaces attached to instances created
	// in the specified subnet should be assigned a customer-owned IPv4 address. When
	// this value is true, you must specify the customer-owned IP pool using
	// CustomerOwnedIpv4Pool.
	MapCustomerOwnedIpOnLaunch *types.AttributeBooleanValue
	// Specify true to indicate that network interfaces attached to instances created
	// in the specified subnet should be assigned a public IPv4 address.
	MapPublicIpOnLaunch *types.AttributeBooleanValue
}

type ModifySubnetAttributeOutput

type ModifySubnetAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyTrafficMirrorFilterNetworkServicesInput

type ModifyTrafficMirrorFilterNetworkServicesInput struct {
	// The ID of the Traffic Mirror filter.
	TrafficMirrorFilterId *string
	// The network service, for example Amazon DNS, that you want to mirror.
	AddNetworkServices []types.TrafficMirrorNetworkService
	// The network service, for example Amazon DNS, that you no longer want to mirror.
	RemoveNetworkServices []types.TrafficMirrorNetworkService
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyTrafficMirrorFilterNetworkServicesOutput

type ModifyTrafficMirrorFilterNetworkServicesOutput struct {
	// The Traffic Mirror filter that the network service is associated with.
	TrafficMirrorFilter *types.TrafficMirrorFilter

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyTrafficMirrorFilterRuleInput

type ModifyTrafficMirrorFilterRuleInput struct {
	// The number of the Traffic Mirror rule. This number must be unique for each
	// Traffic Mirror rule in a given direction. The rules are processed in ascending
	// order by rule number.
	RuleNumber *int32
	// The protocol, for example TCP, to assign to the Traffic Mirror rule.
	Protocol *int32
	// The source CIDR block to assign to the Traffic Mirror rule.
	SourceCidrBlock *string
	// The type of traffic (ingress | egress) to assign to the rule.
	TrafficDirection types.TrafficDirection
	// The description to assign to the Traffic Mirror rule.
	Description *string
	// The action to assign to the rule.
	RuleAction types.TrafficMirrorRuleAction
	// The destination ports that are associated with the Traffic Mirror rule.
	DestinationPortRange *types.TrafficMirrorPortRangeRequest
	// The ID of the Traffic Mirror rule.
	TrafficMirrorFilterRuleId *string
	// The port range to assign to the Traffic Mirror rule.
	SourcePortRange *types.TrafficMirrorPortRangeRequest
	// The destination CIDR block to assign to the Traffic Mirror rule.
	DestinationCidrBlock *string
	// The properties that you want to remove from the Traffic Mirror filter rule. When
	// you remove a property from a Traffic Mirror filter rule, the property is set to
	// the default.
	RemoveFields []types.TrafficMirrorFilterRuleField
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyTrafficMirrorFilterRuleOutput

type ModifyTrafficMirrorFilterRuleOutput struct {
	// Modifies a Traffic Mirror rule.
	TrafficMirrorFilterRule *types.TrafficMirrorFilterRule

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyTrafficMirrorSessionInput

type ModifyTrafficMirrorSessionInput struct {
	// The description to assign to the Traffic Mirror session.
	Description *string
	// The properties that you want to remove from the Traffic Mirror session. When you
	// remove a property from a Traffic Mirror session, the property is set to the
	// default.
	RemoveFields []types.TrafficMirrorSessionField
	// The Traffic Mirror target. The target must be in the same VPC as the source, or
	// have a VPC peering connection with the source.
	TrafficMirrorTargetId *string
	// The ID of the Traffic Mirror filter.
	TrafficMirrorFilterId *string
	// The ID of the Traffic Mirror session.
	TrafficMirrorSessionId *string
	// The number of bytes in each packet to mirror. These are bytes after the VXLAN
	// header. To mirror a subset, set this to the length (in bytes) to mirror. For
	// example, if you set this value to 100, then the first 100 bytes that meet the
	// filter criteria are copied to the target. Do not specify this parameter when you
	// want to mirror the entire packet.
	PacketLength *int32
	// The session number determines the order in which sessions are evaluated when an
	// interface is used by multiple sessions. The first session with a matching filter
	// is the one that mirrors the packets. Valid values are 1-32766.
	SessionNumber *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The virtual network ID of the Traffic Mirror session.
	VirtualNetworkId *int32
}

type ModifyTrafficMirrorSessionOutput

type ModifyTrafficMirrorSessionOutput struct {
	// Information about the Traffic Mirror session.
	TrafficMirrorSession *types.TrafficMirrorSession

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyTransitGatewayVpcAttachmentInput

type ModifyTransitGatewayVpcAttachmentInput struct {
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// The new VPC attachment options. You cannot modify the IPv6 options.
	Options *types.ModifyTransitGatewayVpcAttachmentRequestOptions
	// The IDs of one or more subnets to add. You can specify at most one subnet per
	// Availability Zone.
	AddSubnetIds []*string
	// The IDs of one or more subnets to remove.
	RemoveSubnetIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyTransitGatewayVpcAttachmentOutput

type ModifyTransitGatewayVpcAttachmentOutput struct {
	// Information about the modified attachment.
	TransitGatewayVpcAttachment *types.TransitGatewayVpcAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVolumeAttributeInput

type ModifyVolumeAttributeInput struct {
	// Indicates whether the volume should be auto-enabled for I/O operations.
	AutoEnableIO *types.AttributeBooleanValue
	// The ID of the volume.
	VolumeId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyVolumeAttributeOutput

type ModifyVolumeAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVolumeInput

type ModifyVolumeInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The target size of the volume, in GiB. The target volume size must be greater
	// than or equal to than the existing size of the volume. For information about
	// available EBS volume sizes, see Amazon EBS Volume Types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).
	// Default: If no size is specified, the existing size is retained.
	Size *int32
	// The ID of the volume.
	VolumeId *string
	// The target IOPS rate of the volume. This is only valid for Provisioned IOPS SSD
	// (io1) volumes. For more information, see Provisioned IOPS SSD (io1) Volumes
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html#EBSVolumeTypes_piops).
	// Default: If no IOPS value is specified, the existing value is retained.
	Iops *int32
	// The target EBS volume type of the volume. Default: If no type is specified, the
	// existing type is retained.
	VolumeType types.VolumeType
}

type ModifyVolumeOutput

type ModifyVolumeOutput struct {
	// Information about the volume modification.
	VolumeModification *types.VolumeModification

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpcAttributeInput

type ModifyVpcAttributeInput struct {
	// Indicates whether the DNS resolution is supported for the VPC. If enabled,
	// queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or
	// the reserved IP address at the base of the VPC network range "plus two" succeed.
	// If disabled, the Amazon provided DNS service in the VPC that resolves public DNS
	// hostnames to IP addresses is not enabled. You cannot modify the DNS resolution
	// and DNS hostnames attributes in the same request. Use separate requests for each
	// attribute.
	EnableDnsSupport *types.AttributeBooleanValue
	// The ID of the VPC.
	VpcId *string
	// Indicates whether the instances launched in the VPC get DNS hostnames. If
	// enabled, instances in the VPC get DNS hostnames; otherwise, they do not. You
	// cannot modify the DNS resolution and DNS hostnames attributes in the same
	// request. Use separate requests for each attribute. You can only enable DNS
	// hostnames if you've enabled DNS support.
	EnableDnsHostnames *types.AttributeBooleanValue
}

type ModifyVpcAttributeOutput

type ModifyVpcAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpcEndpointConnectionNotificationInput

type ModifyVpcEndpointConnectionNotificationInput struct {
	// The ARN for the SNS topic for the notification.
	ConnectionNotificationArn *string
	// One or more events for the endpoint. Valid values are Accept, Connect, Delete,
	// and Reject.
	ConnectionEvents []*string
	// The ID of the notification.
	ConnectionNotificationId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyVpcEndpointConnectionNotificationOutput

type ModifyVpcEndpointConnectionNotificationOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	ReturnValue *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpcEndpointInput

type ModifyVpcEndpointInput struct {
	// (Gateway endpoint) One or more route table IDs to disassociate from the
	// endpoint.
	RemoveRouteTableIds []*string
	// (Interface endpoint) Indicates whether a private hosted zone is associated with
	// the VPC.
	PrivateDnsEnabled *bool
	// The ID of the endpoint.
	VpcEndpointId *string
	// (Gateway endpoint) Specify true to reset the policy document to the default
	// policy. The default policy allows full access to the service.
	ResetPolicy *bool
	// (Interface endpoint) One or more subnet IDs in which to serve the endpoint.
	AddSubnetIds []*string
	// A policy to attach to the endpoint that controls access to the service. The
	// policy must be in valid JSON format.
	PolicyDocument *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// (Interface endpoint) One or more security group IDs to associate with the
	// network interface.
	AddSecurityGroupIds []*string
	// (Interface endpoint) One or more security group IDs to disassociate from the
	// network interface.
	RemoveSecurityGroupIds []*string
	// (Gateway endpoint) One or more route tables IDs to associate with the endpoint.
	AddRouteTableIds []*string
	// (Interface endpoint) One or more subnets IDs in which to remove the endpoint.
	RemoveSubnetIds []*string
}

Contains the parameters for ModifyVpcEndpoint.

type ModifyVpcEndpointOutput

type ModifyVpcEndpointOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpcEndpointServiceConfigurationInput

type ModifyVpcEndpointServiceConfigurationInput struct {
	// The Amazon Resource Names (ARNs) of Network Load Balancers to add to your
	// service configuration.
	AddNetworkLoadBalancerArns []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your
	// service configuration.
	RemoveNetworkLoadBalancerArns []*string
	// The ID of the service.
	ServiceId *string
	// The private DNS name to assign to the endpoint service.
	PrivateDnsName *string
	// Indicates whether requests to create an endpoint to your service must be
	// accepted.
	AcceptanceRequired *bool
	// Removes the private DNS name of the endpoint service.
	RemovePrivateDnsName *bool
}

type ModifyVpcEndpointServiceConfigurationOutput

type ModifyVpcEndpointServiceConfigurationOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpcEndpointServicePermissionsInput

type ModifyVpcEndpointServicePermissionsInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The Amazon Resource Names (ARN) of one or more principals. Permissions are
	// granted to the principals in this list. To grant permissions to all principals,
	// specify an asterisk (*).
	AddAllowedPrincipals []*string
	// The ID of the service.
	ServiceId *string
	// The Amazon Resource Names (ARN) of one or more principals. Permissions are
	// revoked for principals in this list.
	RemoveAllowedPrincipals []*string
}

type ModifyVpcEndpointServicePermissionsOutput

type ModifyVpcEndpointServicePermissionsOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	ReturnValue *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpcPeeringConnectionOptionsInput

type ModifyVpcPeeringConnectionOptionsInput struct {
	// The ID of the VPC peering connection.
	VpcPeeringConnectionId *string
	// The VPC peering connection options for the requester VPC.
	RequesterPeeringConnectionOptions *types.PeeringConnectionOptionsRequest
	// The VPC peering connection options for the accepter VPC.
	AccepterPeeringConnectionOptions *types.PeeringConnectionOptionsRequest
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyVpcPeeringConnectionOptionsOutput

type ModifyVpcPeeringConnectionOptionsOutput struct {
	// Information about the VPC peering connection options for the accepter VPC.
	AccepterPeeringConnectionOptions *types.PeeringConnectionOptions
	// Information about the VPC peering connection options for the requester VPC.
	RequesterPeeringConnectionOptions *types.PeeringConnectionOptions

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpcTenancyInput

type ModifyVpcTenancyInput struct {
	// The instance tenancy attribute for the VPC.
	InstanceTenancy types.VpcTenancy
	// The ID of the VPC.
	VpcId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ModifyVpcTenancyOutput

type ModifyVpcTenancyOutput struct {
	// Returns true if the request succeeds; otherwise, returns an error.
	ReturnValue *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpnConnectionInput

type ModifyVpnConnectionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the customer gateway at your end of the VPN connection.
	CustomerGatewayId *string
	// The ID of the VPN connection.
	VpnConnectionId *string
	// The ID of the transit gateway.
	TransitGatewayId *string
	// The ID of the virtual private gateway at the AWS side of the VPN connection.
	VpnGatewayId *string
}

type ModifyVpnConnectionOutput

type ModifyVpnConnectionOutput struct {
	// Describes a VPN connection.
	VpnConnection *types.VpnConnection

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpnTunnelCertificateInput

type ModifyVpnTunnelCertificateInput struct {
	// The ID of the AWS Site-to-Site VPN connection.
	VpnConnectionId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The external IP address of the VPN tunnel.
	VpnTunnelOutsideIpAddress *string
}

type ModifyVpnTunnelCertificateOutput

type ModifyVpnTunnelCertificateOutput struct {
	// Describes a VPN connection.
	VpnConnection *types.VpnConnection

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ModifyVpnTunnelOptionsInput

type ModifyVpnTunnelOptionsInput struct {
	// The ID of the AWS Site-to-Site VPN connection.
	VpnConnectionId *string
	// The tunnel options to modify.
	TunnelOptions *types.ModifyVpnTunnelOptionsSpecification
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The external IP address of the VPN tunnel.
	VpnTunnelOutsideIpAddress *string
}

type ModifyVpnTunnelOptionsOutput

type ModifyVpnTunnelOptionsOutput struct {
	// Describes a VPN connection.
	VpnConnection *types.VpnConnection

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type MonitorInstancesInput

type MonitorInstancesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the instances.
	InstanceIds []*string
}

type MonitorInstancesOutput

type MonitorInstancesOutput struct {
	// The monitoring information.
	InstanceMonitorings []*types.InstanceMonitoring

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type MoveAddressToVpcInput

type MoveAddressToVpcInput struct {
	// The Elastic IP address.
	PublicIp *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type MoveAddressToVpcOutput

type MoveAddressToVpcOutput struct {
	// The status of the move of the IP address.
	Status types.Status
	// The allocation ID for the Elastic IP address.
	AllocationId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type Options

type Options struct {
	// Set of options to modify how an operation is invoked. These apply to all
	// operations invoked for this client. Use functional options on operation call to
	// modify this list for per operation behavior.
	APIOptions []func(*middleware.Stack) error

	// The credentials object to use when signing requests.
	Credentials aws.CredentialsProvider

	// The endpoint options to be used when attempting to resolve an endpoint.
	EndpointOptions ResolverOptions

	// The service endpoint resolver.
	EndpointResolver EndpointResolver

	// Signature Version 4 (SigV4) Signer
	HTTPSignerV4 HTTPSignerV4

	// Provides idempotency tokens values that will be automatically populated into
	// idempotent API operations.
	IdempotencyTokenProvider IdempotencyTokenProvider

	// The region to send requests to. (Required)
	Region string

	// Retryer guides how HTTP requests should be retried in case of recoverable
	// failures. When nil the API client will use a default retryer.
	Retryer retry.Retryer

	// The HTTP client to invoke API calls with. Defaults to client's default HTTP
	// implementation if nil.
	HTTPClient HTTPClient
}

func (Options) Copy

func (o Options) Copy() Options

Copy creates a clone where the APIOptions list is deep copied.

func (Options) GetCredentials

func (o Options) GetCredentials() aws.CredentialsProvider

func (Options) GetEndpointOptions

func (o Options) GetEndpointOptions() ResolverOptions

func (Options) GetEndpointResolver

func (o Options) GetEndpointResolver() EndpointResolver

func (Options) GetHTTPSignerV4

func (o Options) GetHTTPSignerV4() HTTPSignerV4

func (Options) GetIdempotencyTokenProvider

func (o Options) GetIdempotencyTokenProvider() IdempotencyTokenProvider

func (Options) GetRegion

func (o Options) GetRegion() string

func (Options) GetRetryer

func (o Options) GetRetryer() retry.Retryer

type ProvisionByoipCidrInput

type ProvisionByoipCidrInput struct {
	// The tags to apply to the address pool.
	PoolTagSpecifications []*types.TagSpecification
	// (IPv6 only) Indicate whether the address range will be publicly advertised to
	// the internet. Default: true
	PubliclyAdvertisable *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// A description for the address range and the address pool.
	Description *string
	// A signed document that proves that you are authorized to bring the specified IP
	// address range to Amazon using BYOIP.
	CidrAuthorizationContext *types.CidrAuthorizationContext
	// The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4
	// prefix that you can specify is /24. The most specific IPv6 prefix you can
	// specify is /56. The address range cannot overlap with another address range that
	// you've brought to this or another Region.
	Cidr *string
}

type ProvisionByoipCidrOutput

type ProvisionByoipCidrOutput struct {
	// Information about the address range.
	ByoipCidr *types.ByoipCidr

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type PurchaseHostReservationInput

type PurchaseHostReservationInput struct {
	// The tags to apply to the Dedicated Host Reservation during purchase.
	TagSpecifications []*types.TagSpecification
	// The specified limit is checked against the total upfront cost of the reservation
	// (calculated as the offering's upfront cost multiplied by the host count). If the
	// total upfront cost is greater than the specified price limit, the request fails.
	// This is used to ensure that the purchase does not exceed the expected upfront
	// cost of the purchase. At this time, the only supported currency is USD. For
	// example, to indicate a limit price of USD 100, specify 100.00.
	LimitPrice *string
	// The currency in which the totalUpfrontPrice, LimitPrice, and totalHourlyPrice
	// amounts are specified. At this time, the only supported currency is USD.
	CurrencyCode types.CurrencyCodeValues
	// The IDs of the Dedicated Hosts with which the reservation will be associated.
	HostIdSet []*string
	// The ID of the offering.
	OfferingId *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
}

type PurchaseHostReservationOutput

type PurchaseHostReservationOutput struct {
	// The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are
	// specified. At this time, the only supported currency is USD.
	CurrencyCode types.CurrencyCodeValues
	// Describes the details of the purchase.
	Purchase []*types.Purchase
	// The total amount charged to your account when you purchase the reservation.
	TotalUpfrontPrice *string
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The total hourly price of the reservation calculated per hour.
	TotalHourlyPrice *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type PurchaseReservedInstancesOfferingInput

type PurchaseReservedInstancesOfferingInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the Reserved Instance offering to purchase.
	ReservedInstancesOfferingId *string
	// The number of Reserved Instances to purchase.
	InstanceCount *int32
	// Specified for Reserved Instance Marketplace offerings to limit the total order
	// and ensure that the Reserved Instances are not purchased at unexpected prices.
	LimitPrice *types.ReservedInstanceLimitPrice
	// The time at which to purchase the Reserved Instance, in UTC format (for example,
	// YYYY-MM-DDTHH:MM:SSZ).
	PurchaseTime *time.Time
}

Contains the parameters for PurchaseReservedInstancesOffering.

type PurchaseReservedInstancesOfferingOutput

type PurchaseReservedInstancesOfferingOutput struct {
	// The IDs of the purchased Reserved Instances.
	ReservedInstancesId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of PurchaseReservedInstancesOffering.

type PurchaseScheduledInstancesInput

type PurchaseScheduledInstancesInput struct {
	// Unique, case-sensitive identifier that ensures the idempotency of the request.
	// For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
	// The purchase requests.
	PurchaseRequests []*types.PurchaseRequest
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for PurchaseScheduledInstances.

type PurchaseScheduledInstancesOutput

type PurchaseScheduledInstancesOutput struct {
	// Information about the Scheduled Instances.
	ScheduledInstanceSet []*types.ScheduledInstance

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of PurchaseScheduledInstances.

type RebootInstancesInput

type RebootInstancesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The instance IDs.
	InstanceIds []*string
}

type RebootInstancesOutput

type RebootInstancesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RegisterImageInput

type RegisterImageInput struct {
	// Set to simple to enable enhanced networking with the Intel 82599 Virtual
	// Function interface for the AMI and any instances that you launch from the AMI.
	// There is no way to disable sriovNetSupport at this time. This option is
	// supported only for HVM AMIs. Specifying this option with a PV AMI can make
	// instances launched from the AMI unreachable.
	SriovNetSupport *string
	// The full path to your AMI manifest in Amazon S3 storage. The specified bucket
	// must have the aws-exec-read canned access control list (ACL) to ensure that it
	// can be accessed by Amazon EC2. For more information, see Canned ACLs
	// (https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl)
	// in the Amazon S3 Service Developer Guide.
	ImageLocation *string
	// The device name of the root device volume (for example, /dev/sda1).
	RootDeviceName *string
	// The billing product codes. Your account must be authorized to specify billing
	// product codes. Otherwise, you can use the AWS Marketplace to bill for the use of
	// an AMI.
	BillingProducts []*string
	// The architecture of the AMI. Default: For Amazon EBS-backed AMIs, i386. For
	// instance store-backed AMIs, the architecture specified in the manifest file.
	Architecture types.ArchitectureValues
	// The type of virtualization (hvm | paravirtual). Default: paravirtual
	VirtualizationType *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the kernel.
	KernelId *string
	// The ID of the RAM disk.
	RamdiskId *string
	// A name for your AMI. Constraints: 3-128 alphanumeric characters, parentheses
	// (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-),
	// single quotes ('), at-signs (@), or underscores(_)
	Name *string
	// A description for your AMI.
	Description *string
	// The block device mapping entries.
	BlockDeviceMappings []*types.BlockDeviceMapping
	// Set to true to enable enhanced networking with ENA for the AMI and any instances
	// that you launch from the AMI. This option is supported only for HVM AMIs.
	// Specifying this option with a PV AMI can make instances launched from the AMI
	// unreachable.
	EnaSupport *bool
}

Contains the parameters for RegisterImage.

type RegisterImageOutput

type RegisterImageOutput struct {
	// The ID of the newly registered AMI.
	ImageId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of RegisterImage.

type RegisterInstanceEventNotificationAttributesInput

type RegisterInstanceEventNotificationAttributesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Information about the tag keys to register.
	InstanceTagAttribute *types.RegisterInstanceTagAttributeRequest
}

type RegisterInstanceEventNotificationAttributesOutput

type RegisterInstanceEventNotificationAttributesOutput struct {
	// The resulting set of tag keys.
	InstanceTagAttribute *types.InstanceTagNotificationAttribute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RegisterTransitGatewayMulticastGroupMembersInput

type RegisterTransitGatewayMulticastGroupMembersInput struct {
	// The group members' network interface IDs to register with the transit gateway
	// multicast group.
	NetworkInterfaceIds []*string
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IP address assigned to the transit gateway multicast group.
	GroupIpAddress *string
}

type RegisterTransitGatewayMulticastGroupMembersOutput

type RegisterTransitGatewayMulticastGroupMembersOutput struct {
	// Information about the registered transit gateway multicast group members.
	RegisteredMulticastGroupMembers *types.TransitGatewayMulticastRegisteredGroupMembers

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RegisterTransitGatewayMulticastGroupSourcesInput

type RegisterTransitGatewayMulticastGroupSourcesInput struct {
	// The IP address assigned to the transit gateway multicast group.
	GroupIpAddress *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The group sources' network interface IDs to register with the transit gateway
	// multicast group.
	NetworkInterfaceIds []*string
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
}

type RegisterTransitGatewayMulticastGroupSourcesOutput

type RegisterTransitGatewayMulticastGroupSourcesOutput struct {
	// Information about the transit gateway multicast group sources.
	RegisteredMulticastGroupSources *types.TransitGatewayMulticastRegisteredGroupSources

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RejectTransitGatewayPeeringAttachmentInput

type RejectTransitGatewayPeeringAttachmentInput struct {
	// The ID of the transit gateway peering attachment.
	TransitGatewayAttachmentId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type RejectTransitGatewayPeeringAttachmentOutput

type RejectTransitGatewayPeeringAttachmentOutput struct {
	// The transit gateway peering attachment.
	TransitGatewayPeeringAttachment *types.TransitGatewayPeeringAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RejectTransitGatewayVpcAttachmentInput

type RejectTransitGatewayVpcAttachmentInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
}

type RejectTransitGatewayVpcAttachmentOutput

type RejectTransitGatewayVpcAttachmentOutput struct {
	// Information about the attachment.
	TransitGatewayVpcAttachment *types.TransitGatewayVpcAttachment

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RejectVpcEndpointConnectionsInput

type RejectVpcEndpointConnectionsInput struct {
	// The IDs of one or more VPC endpoints.
	VpcEndpointIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the service.
	ServiceId *string
}

type RejectVpcEndpointConnectionsOutput

type RejectVpcEndpointConnectionsOutput struct {
	// Information about the endpoints that were not rejected, if applicable.
	Unsuccessful []*types.UnsuccessfulItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RejectVpcPeeringConnectionInput

type RejectVpcPeeringConnectionInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the VPC peering connection.
	VpcPeeringConnectionId *string
}

type RejectVpcPeeringConnectionOutput

type RejectVpcPeeringConnectionOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReleaseAddressInput

type ReleaseAddressInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The location that the IP address is released from. If you provide an incorrect
	// network border group, you will receive an InvalidAddress.NotFound error. For
	// more information, see Error Codes
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html).
	// You cannot use a network border group with EC2 Classic. If you attempt this
	// operation on EC2 classic, you will receive an InvalidParameterCombination error.
	// For more information, see Error Codes
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html).
	NetworkBorderGroup *string
	// [EC2-Classic] The Elastic IP address. Required for EC2-Classic.
	PublicIp *string
	// [EC2-VPC] The allocation ID. Required for EC2-VPC.
	AllocationId *string
}

type ReleaseAddressOutput

type ReleaseAddressOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReleaseHostsInput

type ReleaseHostsInput struct {
	// The IDs of the Dedicated Hosts to release.
	HostIds []*string
}

type ReleaseHostsOutput

type ReleaseHostsOutput struct {
	// The IDs of the Dedicated Hosts that were successfully released.
	Successful []*string
	// The IDs of the Dedicated Hosts that could not be released, including an error
	// message.
	Unsuccessful []*types.UnsuccessfulItem

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReplaceIamInstanceProfileAssociationInput

type ReplaceIamInstanceProfileAssociationInput struct {
	// The IAM instance profile.
	IamInstanceProfile *types.IamInstanceProfileSpecification
	// The ID of the existing IAM instance profile association.
	AssociationId *string
}

type ReplaceIamInstanceProfileAssociationOutput

type ReplaceIamInstanceProfileAssociationOutput struct {
	// Information about the IAM instance profile association.
	IamInstanceProfileAssociation *types.IamInstanceProfileAssociation

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReplaceNetworkAclAssociationInput

type ReplaceNetworkAclAssociationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the current association between the original network ACL and the
	// subnet.
	AssociationId *string
	// The ID of the new network ACL to associate with the subnet.
	NetworkAclId *string
}

type ReplaceNetworkAclAssociationOutput

type ReplaceNetworkAclAssociationOutput struct {
	// The ID of the new association.
	NewAssociationId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReplaceNetworkAclEntryInput

type ReplaceNetworkAclEntryInput struct {
	// The IPv4 network range to allow or deny, in CIDR notation (for example
	// 172.16.0.0/24).
	CidrBlock *string
	// Indicates whether to replace the egress rule. Default: If no value is specified,
	// we replace the ingress rule.
	Egress *bool
	// The rule number of the entry to replace.
	RuleNumber *int32
	// Indicates whether to allow or deny the traffic that matches the rule.
	RuleAction types.RuleAction
	// The protocol number. A value of "-1" means all protocols. If you specify "-1" or
	// a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on
	// all ports is allowed, regardless of any ports or ICMP types or codes that you
	// specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block,
	// traffic for all ICMP types and codes allowed, regardless of any that you
	// specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block,
	// you must specify an ICMP type and code.
	Protocol *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// TCP or UDP protocols: The range of ports the rule applies to. Required if
	// specifying protocol 6 (TCP) or 17 (UDP).
	PortRange *types.PortRange
	// The IPv6 network range to allow or deny, in CIDR notation (for example
	// 2001:bd8:1234:1a00::/64).
	Ipv6CidrBlock *string
	// The ID of the ACL.
	NetworkAclId *string
	// ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
	// 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.
	IcmpTypeCode *types.IcmpTypeCode
}

type ReplaceNetworkAclEntryOutput

type ReplaceNetworkAclEntryOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReplaceRouteInput

type ReplaceRouteInput struct {
	// The ID of the route table.
	RouteTableId *string
	// The ID of a transit gateway.
	TransitGatewayId *string
	// The IPv6 CIDR address block used for the destination match. The value that you
	// provide must match the CIDR of an existing route in the table.
	DestinationIpv6CidrBlock *string
	// The ID of the local gateway.
	LocalGatewayId *string
	// Specifies whether to reset the local route to its default target (local).
	LocalTarget *bool
	// The IPv4 CIDR address block used for the destination match. The value that you
	// provide must match the CIDR of an existing route in the table.
	DestinationCidrBlock *string
	// The ID of the prefix list for the route.
	DestinationPrefixListId *string
	// The ID of an internet gateway or virtual private gateway.
	GatewayId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// [IPv6 traffic only] The ID of an egress-only internet gateway.
	EgressOnlyInternetGatewayId *string
	// The ID of a VPC peering connection.
	VpcPeeringConnectionId *string
	// The ID of a network interface.
	NetworkInterfaceId *string
	// [IPv4 traffic only] The ID of a NAT gateway.
	NatGatewayId *string
	// The ID of a NAT instance in your VPC.
	InstanceId *string
}

type ReplaceRouteOutput

type ReplaceRouteOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReplaceRouteTableAssociationInput

type ReplaceRouteTableAssociationInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The association ID.
	AssociationId *string
	// The ID of the new route table to associate with the subnet.
	RouteTableId *string
}

type ReplaceRouteTableAssociationOutput

type ReplaceRouteTableAssociationOutput struct {
	// The ID of the new association.
	NewAssociationId *string
	// The state of the association.
	AssociationState *types.RouteTableAssociationState

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReplaceTransitGatewayRouteInput

type ReplaceTransitGatewayRouteInput struct {
	// The ID of the attachment.
	TransitGatewayAttachmentId *string
	// The ID of the route table.
	TransitGatewayRouteTableId *string
	// The CIDR range used for the destination match. Routing decisions are based on
	// the most specific match.
	DestinationCidrBlock *string
	// Indicates whether traffic matching this route is to be dropped.
	Blackhole *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ReplaceTransitGatewayRouteOutput

type ReplaceTransitGatewayRouteOutput struct {
	// Information about the modified route.
	Route *types.TransitGatewayRoute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ReportInstanceStatusInput

type ReportInstanceStatusInput struct {
	// The time at which the reported instance health state began.
	StartTime *time.Time
	// The time at which the reported instance health state ended.
	EndTime *time.Time
	// The instances.
	Instances []*string
	// The reason codes that describe the health state of your instance.
	//
	//     *
	// instance-stuck-in-state: My instance is stuck in a state.
	//
	//     * unresponsive:
	// My instance is unresponsive.
	//
	//     * not-accepting-credentials: My instance is
	// not accepting my credentials.
	//
	//     * password-not-available: A password is not
	// available for my instance.
	//
	//     * performance-network: My instance is
	// experiencing performance problems that I believe are network related.
	//
	//     *
	// performance-instance-store: My instance is experiencing performance problems
	// that I believe are related to the instance stores.
	//
	//     *
	// performance-ebs-volume: My instance is experiencing performance problems that I
	// believe are related to an EBS volume.
	//
	//     * performance-other: My instance is
	// experiencing performance problems.
	//
	//     * other: [explain using the description
	// parameter]
	ReasonCodes []types.ReportInstanceReasonCodes
	// The status of all instances listed.
	Status types.ReportStatusType
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// Descriptive text about the health state of your instance.
	Description *string
}

type ReportInstanceStatusOutput

type ReportInstanceStatusOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RequestSpotFleetInput

type RequestSpotFleetInput struct {
	// The configuration for the Spot Fleet request.
	SpotFleetRequestConfig *types.SpotFleetRequestConfigData
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for RequestSpotFleet.

type RequestSpotFleetOutput

type RequestSpotFleetOutput struct {
	// The ID of the Spot Fleet request.
	SpotFleetRequestId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of RequestSpotFleet.

type RequestSpotInstancesInput

type RequestSpotInstancesInput struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency of
	// the request. For more information, see How to Ensure Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html)
	// in the Amazon EC2 User Guide for Linux Instances.
	ClientToken *string
	// The end date of the request. If this is a one-time request, the request remains
	// active until all instances launch, the request is canceled, or this date is
	// reached. If the request is persistent, it remains active until it is canceled or
	// this date is reached. The default end date is 7 days from the current date.
	ValidUntil *time.Time
	// The launch specification.
	LaunchSpecification *types.RequestSpotLaunchSpecification
	// The maximum price per hour that you are willing to pay for a Spot Instance. The
	// default is the On-Demand price.
	SpotPrice *string
	// The Spot Instance request type. Default: one-time
	Type types.SpotInstanceType
	// The key-value pair for tagging the Spot Instance request on creation. The value
	// for ResourceType must be spot-instances-request, otherwise the Spot Instance
	// request fails. To tag the Spot Instance request after it has been created, see
	// CreateTags
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
	TagSpecifications []*types.TagSpecification
	// The instance launch group. Launch groups are Spot Instances that launch together
	// and terminate together. Default: Instances are launched and terminated
	// individually
	LaunchGroup *string
	// The behavior when a Spot Instance is interrupted. The default is terminate.
	InstanceInterruptionBehavior types.InstanceInterruptionBehavior
	// The start date of the request. If this is a one-time request, the request
	// becomes active at this date and time and remains active until all instances
	// launch, the request expires, or the request is canceled. If the request is
	// persistent, the request becomes active at this date and time and remains active
	// until it expires or is canceled. The specified start date and time cannot be
	// equal to the current date and time. You must specify a start date and time that
	// occurs after the current date and time.
	ValidFrom *time.Time
	// The maximum number of Spot Instances to launch. Default: 1
	InstanceCount *int32
	// The user-specified name for a logical grouping of requests. When you specify an
	// Availability Zone group in a Spot Instance request, all Spot Instances in the
	// request are launched in the same Availability Zone. Instance proximity is
	// maintained with this parameter, but the choice of Availability Zone is not. The
	// group applies only to requests for Spot Instances of the same instance type. Any
	// additional Spot Instance requests that are specified with the same Availability
	// Zone group name are launched in that same Availability Zone, as long as at least
	// one instance from the group is still active. If there is no active instance
	// running in the Availability Zone group that you specify for a new Spot Instance
	// request (all instances are terminated, the request is expired, or the maximum
	// price you specified falls below current Spot price), then Amazon EC2 launches
	// the instance in any Availability Zone where the constraint can be met.
	// Consequently, the subsequent set of Spot Instances could be placed in a
	// different zone from the original request, even if you specified the same
	// Availability Zone group. Default: Instances are launched in any available
	// Availability Zone.
	AvailabilityZoneGroup *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The required duration for the Spot Instances (also known as Spot blocks), in
	// minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).
	// The duration period starts as soon as your Spot Instance receives its instance
	// ID. At the end of the duration period, Amazon EC2 marks the Spot Instance for
	// termination and provides a Spot Instance termination notice, which gives the
	// instance a two-minute warning before it terminates. You can't specify an
	// Availability Zone group or a launch group if you specify a duration.
	BlockDurationMinutes *int32
}

Contains the parameters for RequestSpotInstances.

type RequestSpotInstancesOutput

type RequestSpotInstancesOutput struct {
	// One or more Spot Instance requests.
	SpotInstanceRequests []*types.SpotInstanceRequest

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of RequestSpotInstances.

type ResetEbsDefaultKmsKeyIdInput

type ResetEbsDefaultKmsKeyIdInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type ResetEbsDefaultKmsKeyIdOutput

type ResetEbsDefaultKmsKeyIdOutput struct {
	// The Amazon Resource Name (ARN) of the default CMK for EBS encryption by default.
	KmsKeyId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ResetFpgaImageAttributeInput

type ResetFpgaImageAttributeInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the AFI.
	FpgaImageId *string
	// The attribute.
	Attribute types.ResetFpgaImageAttributeName
}

type ResetFpgaImageAttributeOutput

type ResetFpgaImageAttributeOutput struct {
	// Is true if the request succeeds, and an error otherwise.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ResetImageAttributeInput

type ResetImageAttributeInput struct {
	// The attribute to reset (currently you can only reset the launch permission
	// attribute).
	Attribute types.ResetImageAttributeName
	// The ID of the AMI.
	ImageId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

Contains the parameters for ResetImageAttribute.

type ResetImageAttributeOutput

type ResetImageAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ResetInstanceAttributeInput

type ResetInstanceAttributeInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the instance.
	InstanceId *string
	// The attribute to reset. You can only reset the following attributes: kernel |
	// ramdisk | sourceDestCheck. To change an instance attribute, use
	// ModifyInstanceAttribute ().
	Attribute types.InstanceAttributeName
}

type ResetInstanceAttributeOutput

type ResetInstanceAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ResetNetworkInterfaceAttributeInput

type ResetNetworkInterfaceAttributeInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The source/destination checking attribute. Resets the value to true.
	SourceDestCheck *string
}

Contains the parameters for ResetNetworkInterfaceAttribute.

type ResetNetworkInterfaceAttributeOutput

type ResetNetworkInterfaceAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ResetSnapshotAttributeInput

type ResetSnapshotAttributeInput struct {
	// The ID of the snapshot.
	SnapshotId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The attribute to reset. Currently, only the attribute for permission to create
	// volumes can be reset.
	Attribute types.SnapshotAttributeName
}

type ResetSnapshotAttributeOutput

type ResetSnapshotAttributeOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ResolveEndpoint

type ResolveEndpoint struct {
	Resolver EndpointResolver
	Options  ResolverOptions
}

func (*ResolveEndpoint) HandleSerialize

func (*ResolveEndpoint) ID

func (*ResolveEndpoint) ID() string

type ResolveEndpointMiddlewareOptions

type ResolveEndpointMiddlewareOptions interface {
	GetEndpointResolver() EndpointResolver
	GetEndpointOptions() ResolverOptions
}

type ResolverOptions

type ResolverOptions = internalendpoints.Options

ResolverOptions is the service endpoint resolver options

type RestoreAddressToClassicInput

type RestoreAddressToClassicInput struct {
	// The Elastic IP address.
	PublicIp *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type RestoreAddressToClassicOutput

type RestoreAddressToClassicOutput struct {
	// The move status for the IP address.
	Status types.Status
	// The Elastic IP address.
	PublicIp *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RestoreManagedPrefixListVersionInput

type RestoreManagedPrefixListVersionInput struct {
	// The ID of the prefix list.
	PrefixListId *string
	// The version to restore.
	PreviousVersion *int64
	// The current version number for the prefix list.
	CurrentVersion *int64
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type RestoreManagedPrefixListVersionOutput

type RestoreManagedPrefixListVersionOutput struct {
	// Information about the prefix list.
	PrefixList *types.ManagedPrefixList

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RevokeClientVpnIngressInput

type RevokeClientVpnIngressInput struct {
	// The ID of the Client VPN endpoint with which the authorization rule is
	// associated.
	ClientVpnEndpointId *string
	// The IPv4 address range, in CIDR notation, of the network for which access is
	// being removed.
	TargetNetworkCidr *string
	// Indicates whether access should be revoked for all clients.
	RevokeAllGroups *bool
	// The ID of the Active Directory group for which to revoke access.
	AccessGroupId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type RevokeClientVpnIngressOutput

type RevokeClientVpnIngressOutput struct {
	// The current state of the authorization rule.
	Status *types.ClientVpnAuthorizationRuleStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RevokeSecurityGroupEgressInput

type RevokeSecurityGroupEgressInput struct {
	// Not supported. Use a set of IP permissions to specify the port.
	FromPort *int32
	// The ID of the security group.
	GroupId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The sets of IP permissions. You can't specify a destination security group and a
	// CIDR IP address range in the same set of permissions.
	IpPermissions []*types.IpPermission
	// Not supported. Use a set of IP permissions to specify a destination security
	// group.
	SourceSecurityGroupName *string
	// Not supported. Use a set of IP permissions to specify the CIDR.
	CidrIp *string
	// Not supported. Use a set of IP permissions to specify a destination security
	// group.
	SourceSecurityGroupOwnerId *string
	// Not supported. Use a set of IP permissions to specify the port.
	ToPort *int32
	// Not supported. Use a set of IP permissions to specify the protocol name or
	// number.
	IpProtocol *string
}

type RevokeSecurityGroupEgressOutput

type RevokeSecurityGroupEgressOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RevokeSecurityGroupIngressInput

type RevokeSecurityGroupIngressInput struct {
	// The ID of the security group. You must specify either the security group ID or
	// the security group name in the request. For security groups in a nondefault VPC,
	// you must specify the security group ID.
	GroupId *string
	// [EC2-Classic, default VPC] The name of the source security group. You can't
	// specify this parameter in combination with the following parameters: the CIDR IP
	// address range, the start of the port range, the IP protocol, and the end of the
	// port range. For EC2-VPC, the source security group must be in the same VPC. To
	// revoke a specific rule for an IP protocol and port range, use a set of IP
	// permissions instead.
	SourceSecurityGroupName *string
	// The sets of IP permissions. You can't specify a source security group and a CIDR
	// IP address range in the same set of permissions.
	IpPermissions []*types.IpPermission
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The start of port range for the TCP and UDP protocols, or an ICMP type number.
	// For the ICMP type number, use -1 to specify all ICMP types.
	FromPort *int32
	// [EC2-Classic, default VPC] The name of the security group. You must specify
	// either the security group ID or the security group name in the request.
	GroupName *string
	// The end of port range for the TCP and UDP protocols, or an ICMP code number. For
	// the ICMP code number, use -1 to specify all ICMP codes for the ICMP type.
	ToPort *int32
	// The CIDR IP address range. You can't specify this parameter when specifying a
	// source security group.
	CidrIp *string
	// [EC2-Classic] The AWS account ID of the source security group, if the source
	// security group is in a different account. You can't specify this parameter in
	// combination with the following parameters: the CIDR IP address range, the IP
	// protocol, the start of the port range, and the end of the port range. To revoke
	// a specific rule for an IP protocol and port range, use a set of IP permissions
	// instead.
	SourceSecurityGroupOwnerId *string
	// The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers
	// (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)). Use
	// -1 to specify all.
	IpProtocol *string
}

type RevokeSecurityGroupIngressOutput

type RevokeSecurityGroupIngressOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RunInstancesInput

type RunInstancesInput struct {
	// [EC2-VPC] The number of IPv6 addresses to associate with the primary network
	// interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet.
	// You cannot specify this option and the option to assign specific IPv6 addresses
	// in the same request. You can specify this option if you've specified a minimum
	// number of instances to launch. You cannot specify this option and the network
	// interfaces option in the same request.
	Ipv6AddressCount *int32
	// The IAM instance profile.
	IamInstanceProfile *types.IamInstanceProfileSpecification
	// An elastic inference accelerator to associate with the instance. Elastic
	// inference accelerators are a resource you can attach to your Amazon EC2
	// instances to accelerate your Deep Learning (DL) inference workloads. You cannot
	// specify accelerators from different generations in the same request.
	ElasticInferenceAccelerators []*types.ElasticInferenceAccelerator
	// If you set this parameter to true, you can't terminate the instance using the
	// Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute
	// after launch, use ModifyInstanceAttribute
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html).
	// Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you
	// can terminate the instance by running the shutdown command from the instance.
	// Default: false
	DisableApiTermination *bool
	// Unique, case-sensitive identifier you provide to ensure the idempotency of the
	// request. If you do not specify a client token, a randomly generated token is
	// used for the request to ensure idempotency.  <p>For more information, see <a
	// href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
	// Idempotency</a>.</p> <p>Constraints: Maximum 64 ASCII characters</p>
	ClientToken *string
	// The placement for the instance.
	Placement *types.Placement
	// Information about the Capacity Reservation targeting option. If you do not
	// specify this parameter, the instance's Capacity Reservation preference defaults
	// to open, which enables it to run in any open Capacity Reservation that has
	// matching attributes (instance type, platform, Availability Zone).
	CapacityReservationSpecification *types.CapacityReservationSpecification
	// The metadata options for the instance. For more information, see Instance
	// metadata and user data
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html).
	MetadataOptions *types.InstanceMetadataOptionsRequest
	// Specifies whether detailed monitoring is enabled for the instance.
	Monitoring *types.RunInstancesMonitoringEnabled
	// The ID of the RAM disk to select. Some kernels require additional drivers at
	// launch. Check the kernel requirements for information about whether you need to
	// specify a RAM disk. To find kernel requirements, go to the AWS Resource Center
	// and search for the kernel ID. We recommend that you use PV-GRUB instead of
	// kernels and RAM disks. For more information, see  PV-GRUB
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html)
	// in the Amazon Elastic Compute Cloud User Guide.
	RamdiskId *string
	// Indicates whether the instance is optimized for Amazon EBS I/O. This
	// optimization provides dedicated throughput to Amazon EBS and an optimized
	// configuration stack to provide optimal Amazon EBS I/O performance. This
	// optimization isn't available with all instance types. Additional usage charges
	// apply when using an EBS-optimized instance. Default: false
	EbsOptimized *bool
	// The tags to apply to the resources during launch. You can only tag instances and
	// volumes on launch. The specified tags are applied to all instances or volumes
	// that are created during launch. To tag a resource after it has been created, see
	// CreateTags
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
	TagSpecifications []*types.TagSpecification
	// The license configurations.
	LicenseSpecifications []*types.LicenseConfigurationRequest
	// The minimum number of instances to launch. If you specify a minimum that is more
	// instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2
	// launches no instances. Constraints: Between 1 and the maximum number you're
	// allowed for the specified instance type. For more information about the default
	// limits, and how to request an increase, see How many instances can I run in
	// Amazon EC2
	// (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) in
	// the Amazon EC2 General FAQ.
	MinCount *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the security groups. You can create a security group using
	// CreateSecurityGroup
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html).
	// If you specify a network interface, you must specify any security groups as part
	// of the network interface.
	SecurityGroupIds []*string
	// An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource
	// that you can attach to your Windows instance to accelerate the graphics
	// performance of your applications. For more information, see  Amazon EC2 Elastic
	// GPUs
	// (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html)
	// in the Amazon Elastic Compute Cloud User Guide.
	ElasticGpuSpecification []*types.ElasticGpuSpecification
	// The block device mapping entries.
	BlockDeviceMappings []*types.BlockDeviceMapping
	// The CPU options for the instance. For more information, see Optimizing CPU
	// options
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html)
	// in the Amazon Elastic Compute Cloud User Guide.
	CpuOptions *types.CpuOptionsRequest
	// The market (purchasing) option for the instances. For RunInstances (),
	// persistent Spot Instance requests are only supported when
	// InstanceInterruptionBehavior is set to either hibernate or stop.
	InstanceMarketOptions *types.InstanceMarketOptionsRequest
	// The maximum number of instances to launch. If you specify more instances than
	// Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the
	// largest possible number of instances above MinCount. Constraints: Between 1 and
	// the maximum number you're allowed for the specified instance type. For more
	// information about the default limits, and how to request an increase, see How
	// many instances can I run in Amazon EC2
	// (http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2) in
	// the Amazon EC2 FAQ.
	MaxCount *int32
	// The network interfaces to associate with the instance. If you specify a network
	// interface, you must specify any security groups and subnets as part of the
	// network interface.
	NetworkInterfaces []*types.InstanceNetworkInterfaceSpecification
	// Indicates whether an instance stops or terminates when you initiate shutdown
	// from the instance (using the operating system command for system shutdown).
	// Default: stop
	InstanceInitiatedShutdownBehavior types.ShutdownBehavior
	// Reserved.
	AdditionalInfo *string
	// The ID of the AMI. An AMI ID is required to launch an instance and must be
	// specified here or in a launch template.
	ImageId *string
	// The name of the key pair. You can create a key pair using CreateKeyPair
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html)
	// or ImportKeyPair
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html).
	// If you do not specify a key pair, you can't connect to the instance unless you
	// choose an AMI that is configured to allow users another way to log in.
	KeyName *string
	// The credit option for CPU usage of the burstable performance instance. Valid
	// values are standard and unlimited. To change this attribute after launch, use
	// ModifyInstanceCreditSpecification
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html).
	// For more information, see Burstable performance instances
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html)
	// in the Amazon Elastic Compute Cloud User Guide. Default: standard (T2 instances)
	// or unlimited (T3/T3a instances)
	CreditSpecification *types.CreditSpecificationRequest
	// [EC2-Classic, default VPC] The names of the security groups. For a nondefault
	// VPC, you must use security group IDs instead. If you specify a network
	// interface, you must specify any security groups as part of the network
	// interface. Default: Amazon EC2 uses the default security group.
	SecurityGroups []*string
	// Indicates whether an instance is enabled for hibernation. For more information,
	// see Hibernate your instance
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the
	// Amazon Elastic Compute Cloud User Guide.
	HibernationOptions *types.HibernationOptionsRequest
	// The instance type. For more information, see Instance types
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the
	// Amazon Elastic Compute Cloud User Guide. Default: m1.small
	InstanceType types.InstanceType
	// [EC2-VPC] The primary IPv4 address. You must specify a value from the IPv4
	// address range of the subnet. Only one private IP address can be designated as
	// primary. You can't specify this option if you've specified the option to
	// designate a private IP address as the primary IP address in a network interface
	// specification. You cannot specify this option if you're launching more than one
	// instance in the request. You cannot specify this option and the network
	// interfaces option in the same request.
	PrivateIpAddress *string
	// [EC2-VPC] The ID of the subnet to launch the instance into. If you specify a
	// network interface, you must specify any subnets as part of the network
	// interface.
	SubnetId *string
	// The user data to make available to the instance. For more information, see
	// Running commands on your Linux instance at launch
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) (Linux) and
	// Adding User Data
	// (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data)
	// (Windows). If you are using a command line tool, base64-encoding is performed
	// for you, and you can load the text from a file. Otherwise, you must provide
	// base64-encoded text. User data is limited to 16 KB.
	UserData *string
	// The launch template to use to launch the instances. Any parameters that you
	// specify in RunInstances () override the same parameters in the launch template.
	// You can specify either the name or ID of a launch template, but not both.
	LaunchTemplate *types.LaunchTemplateSpecification
	// [EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the
	// primary network interface. You cannot specify this option and the option to
	// assign a number of IPv6 addresses in the same request. You cannot specify this
	// option if you've specified a minimum number of instances to launch. You cannot
	// specify this option and the network interfaces option in the same request.
	Ipv6Addresses []*types.InstanceIpv6Address
	// The ID of the kernel. We recommend that you use PV-GRUB instead of kernels and
	// RAM disks. For more information, see  PV-GRUB
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html)
	// in the Amazon Elastic Compute Cloud User Guide.
	KernelId *string
}

type RunInstancesOutput

type RunInstancesOutput struct {
	// [EC2-Classic only] The security groups.
	Groups []*types.GroupIdentifier
	// The instances.
	Instances []*types.Instance
	// The ID of the requester that launched the instances on your behalf (for example,
	// AWS Management Console or Auto Scaling).
	RequesterId *string
	// The ID of the reservation.
	ReservationId *string
	// The ID of the AWS account that owns the reservation.
	OwnerId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes a reservation.

type RunScheduledInstancesInput

type RunScheduledInstancesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The launch specification. You must match the instance type, Availability Zone,
	// network, and platform of the schedule that you purchased.
	LaunchSpecification *types.ScheduledInstancesLaunchSpecification
	// The Scheduled Instance ID.
	ScheduledInstanceId *string
	// The number of instances. Default: 1
	InstanceCount *int32
	// Unique, case-sensitive identifier that ensures the idempotency of the request.
	// For more information, see Ensuring Idempotency
	// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string
}

Contains the parameters for RunScheduledInstances.

type RunScheduledInstancesOutput

type RunScheduledInstancesOutput struct {
	// The IDs of the newly launched instances.
	InstanceIdSet []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Contains the output of RunScheduledInstances.

type SearchLocalGatewayRoutesInput

type SearchLocalGatewayRoutesInput struct {
	// One or more filters.
	Filters []*types.Filter
	// The ID of the local gateway route table.
	LocalGatewayRouteTableId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
}

type SearchLocalGatewayRoutesOutput

type SearchLocalGatewayRoutesOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the routes.
	Routes []*types.LocalGatewayRoute

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type SearchTransitGatewayMulticastGroupsInput

type SearchTransitGatewayMulticastGroupsInput struct {
	// The ID of the transit gateway multicast domain.
	TransitGatewayMulticastDomainId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The maximum number of results to return with a single call. To retrieve the
	// remaining results, make another call with the returned nextToken value.
	MaxResults *int32
	// The token for the next page of results.
	NextToken *string
	// One or more filters. The possible values are:
	//
	//     * group-ip-address - The IP
	// address of the transit gateway multicast group.
	//
	//     * is-group-member - The
	// resource is a group member. Valid values are true | false.
	//
	//     *
	// is-group-source - The resource is a group source. Valid values are true |
	// false.
	//
	//     * member-type - The member type. Valid values are igmp | static.
	//
	//
	// * resource-id - The ID of the resource.
	//
	//     * resource-type - The type of
	// resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering.
	//
	//
	// * source-type - The source type. Valid values are igmp | static.
	//
	//     * state -
	// The state of the subnet association. Valid values are associated | associated |
	// disassociated | disassociating.
	//
	//     * subnet-id - The ID of the subnet.
	//
	//     *
	// transit-gateway-attachment-id - The id of the transit gateway attachment.
	Filters []*types.Filter
}

type SearchTransitGatewayMulticastGroupsOutput

type SearchTransitGatewayMulticastGroupsOutput struct {
	// The token to use to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string
	// Information about the transit gateway multicast group.
	MulticastGroups []*types.TransitGatewayMulticastGroup

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type SearchTransitGatewayRoutesInput

type SearchTransitGatewayRoutesInput struct {
	// One or more filters. The possible values are:
	//
	//     *
	// attachment.transit-gateway-attachment-id- The id of the transit gateway
	// attachment.
	//
	//     * attachment.resource-id - The resource id of the transit
	// gateway attachment.
	//
	//     * attachment.resource-type - The attachment resource
	// type (vpc | vpn).
	//
	//     * route-search.exact-match - The exact match of the
	// specified filter.
	//
	//     * route-search.longest-prefix-match - The longest prefix
	// that matches the route.
	//
	//     * route-search.subnet-of-match - The routes with a
	// subnet that match the specified CIDR filter.
	//
	//     *
	// route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR
	// filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your
	// route table and you specify supernet-of-match as 10.0.1.0/30, then the result
	// returns 10.0.1.0/29.
	//
	//     * state - The state of the route (active |
	// blackhole).
	//
	//     * type - The type of route (propagated | static).
	Filters []*types.Filter
	// The ID of the transit gateway route table.
	TransitGatewayRouteTableId *string
	// The maximum number of routes to return.
	MaxResults *int32
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type SearchTransitGatewayRoutesOutput

type SearchTransitGatewayRoutesOutput struct {
	// Information about the routes.
	Routes []*types.TransitGatewayRoute
	// Indicates whether there are additional routes available.
	AdditionalRoutesAvailable *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type SendDiagnosticInterruptInput

type SendDiagnosticInterruptInput struct {
	// The ID of the instance.
	InstanceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type SendDiagnosticInterruptOutput

type SendDiagnosticInterruptOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type StartInstancesInput

type StartInstancesInput struct {
	// The IDs of the instances.
	InstanceIds []*string
	// Reserved.
	AdditionalInfo *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type StartInstancesOutput

type StartInstancesOutput struct {
	// Information about the started instances.
	StartingInstances []*types.InstanceStateChange

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type StartVpcEndpointServicePrivateDnsVerificationInput

type StartVpcEndpointServicePrivateDnsVerificationInput struct {
	// The ID of the endpoint service.
	ServiceId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type StartVpcEndpointServicePrivateDnsVerificationOutput

type StartVpcEndpointServicePrivateDnsVerificationOutput struct {
	// Returns true if the request succeeds; otherwise, it returns an error.
	ReturnValue *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type StopInstancesInput

type StopInstancesInput struct {
	// Forces the instances to stop. The instances do not have an opportunity to flush
	// file system caches or file system metadata. If you use this option, you must
	// perform file system check and repair procedures. This option is not recommended
	// for Windows instances. Default: false
	Force *bool
	// The IDs of the instances.
	InstanceIds []*string
	// Hibernates the instance if the instance was enabled for hibernation at launch.
	// If the instance cannot hibernate successfully, a normal shutdown occurs. For
	// more information, see Hibernate your instance
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the
	// Amazon Elastic Compute Cloud User Guide. Default: false
	Hibernate *bool
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type StopInstancesOutput

type StopInstancesOutput struct {
	// Information about the stopped instances.
	StoppingInstances []*types.InstanceStateChange

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type TerminateClientVpnConnectionsInput

type TerminateClientVpnConnectionsInput struct {
	// The ID of the client connection to be terminated.
	ConnectionId *string
	// The ID of the Client VPN endpoint to which the client is connected.
	ClientVpnEndpointId *string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The name of the user who initiated the connection. Use this option to terminate
	// all active connections for the specified user. This option can only be used if
	// the user has established up to five connections.
	Username *string
}

type TerminateClientVpnConnectionsOutput

type TerminateClientVpnConnectionsOutput struct {
	// The current state of the client connections.
	ConnectionStatuses []*types.TerminateConnectionStatus
	// The ID of the Client VPN endpoint.
	ClientVpnEndpointId *string
	// The user who established the terminated client connections.
	Username *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type TerminateInstancesInput

type TerminateInstancesInput struct {
	// The IDs of the instances. Constraints: Up to 1000 instance IDs. We recommend
	// breaking up this request into smaller batches.
	InstanceIds []*string
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
}

type TerminateInstancesOutput

type TerminateInstancesOutput struct {
	// Information about the terminated instances.
	TerminatingInstances []*types.InstanceStateChange

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type UnassignIpv6AddressesInput

type UnassignIpv6AddressesInput struct {
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The IPv6 addresses to unassign from the network interface.
	Ipv6Addresses []*string
}

type UnassignIpv6AddressesOutput

type UnassignIpv6AddressesOutput struct {
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The IPv6 addresses that have been unassigned from the network interface.
	UnassignedIpv6Addresses []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type UnassignPrivateIpAddressesInput

type UnassignPrivateIpAddressesInput struct {
	// The ID of the network interface.
	NetworkInterfaceId *string
	// The secondary private IP addresses to unassign from the network interface. You
	// can specify this option multiple times to unassign more than one IP address.
	PrivateIpAddresses []*string
}

Contains the parameters for UnassignPrivateIpAddresses.

type UnassignPrivateIpAddressesOutput

type UnassignPrivateIpAddressesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type UnmonitorInstancesInput

type UnmonitorInstancesInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The IDs of the instances.
	InstanceIds []*string
}

type UnmonitorInstancesOutput

type UnmonitorInstancesOutput struct {
	// The monitoring information.
	InstanceMonitorings []*types.InstanceMonitoring

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type UpdateSecurityGroupRuleDescriptionsEgressInput

type UpdateSecurityGroupRuleDescriptionsEgressInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The ID of the security group. You must specify either the security group ID or
	// the security group name in the request. For security groups in a nondefault VPC,
	// you must specify the security group ID.
	GroupId *string
	// The IP permissions for the security group rule.
	IpPermissions []*types.IpPermission
	// [Default VPC] The name of the security group. You must specify either the
	// security group ID or the security group name in the request.
	GroupName *string
}

type UpdateSecurityGroupRuleDescriptionsEgressOutput

type UpdateSecurityGroupRuleDescriptionsEgressOutput struct {
	// Returns true if the request succeeds; otherwise, returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type UpdateSecurityGroupRuleDescriptionsIngressInput

type UpdateSecurityGroupRuleDescriptionsIngressInput struct {
	// The IP permissions for the security group rule.
	IpPermissions []*types.IpPermission
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// [EC2-Classic, default VPC] The name of the security group. You must specify
	// either the security group ID or the security group name in the request.
	GroupName *string
	// The ID of the security group. You must specify either the security group ID or
	// the security group name in the request. For security groups in a nondefault VPC,
	// you must specify the security group ID.
	GroupId *string
}

type UpdateSecurityGroupRuleDescriptionsIngressOutput

type UpdateSecurityGroupRuleDescriptionsIngressOutput struct {
	// Returns true if the request succeeds; otherwise, returns an error.
	Return *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type WithdrawByoipCidrInput

type WithdrawByoipCidrInput struct {
	// Checks whether you have the required permissions for the action, without
	// actually making the request, and provides an error response. If you have the
	// required permissions, the error response is DryRunOperation. Otherwise, it is
	// UnauthorizedOperation.
	DryRun *bool
	// The address range, in CIDR notation.
	Cidr *string
}

type WithdrawByoipCidrOutput

type WithdrawByoipCidrOutput struct {
	// Information about the address pool.
	ByoipCidr *types.ByoipCidr

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Source Files

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL