Documentation
¶
Overview ¶
Package ec2 provides the client and types for making API requests to 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)
See https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15 for more information on this service.
See ec2 package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/ec2/
Using the Client ¶
To contact Amazon Elastic Compute Cloud with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Elastic Compute Cloud client EC2 for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/ec2/#New
Index ¶
- Constants
- type AcceptReservedInstancesExchangeQuoteInput
- func (s AcceptReservedInstancesExchangeQuoteInput) GoString() string
- func (s *AcceptReservedInstancesExchangeQuoteInput) SetDryRun(v bool) *AcceptReservedInstancesExchangeQuoteInput
- func (s *AcceptReservedInstancesExchangeQuoteInput) SetReservedInstanceIds(v []*string) *AcceptReservedInstancesExchangeQuoteInput
- func (s *AcceptReservedInstancesExchangeQuoteInput) SetTargetConfigurations(v []*TargetConfigurationRequest) *AcceptReservedInstancesExchangeQuoteInput
- func (s AcceptReservedInstancesExchangeQuoteInput) String() string
- func (s *AcceptReservedInstancesExchangeQuoteInput) Validate() error
- type AcceptReservedInstancesExchangeQuoteOutput
- type AcceptTransitGatewayPeeringAttachmentInput
- func (s AcceptTransitGatewayPeeringAttachmentInput) GoString() string
- func (s *AcceptTransitGatewayPeeringAttachmentInput) SetDryRun(v bool) *AcceptTransitGatewayPeeringAttachmentInput
- func (s *AcceptTransitGatewayPeeringAttachmentInput) SetTransitGatewayAttachmentId(v string) *AcceptTransitGatewayPeeringAttachmentInput
- func (s AcceptTransitGatewayPeeringAttachmentInput) String() string
- func (s *AcceptTransitGatewayPeeringAttachmentInput) Validate() error
- type AcceptTransitGatewayPeeringAttachmentOutput
- func (s AcceptTransitGatewayPeeringAttachmentOutput) GoString() string
- func (s *AcceptTransitGatewayPeeringAttachmentOutput) SetTransitGatewayPeeringAttachment(v *TransitGatewayPeeringAttachment) *AcceptTransitGatewayPeeringAttachmentOutput
- func (s AcceptTransitGatewayPeeringAttachmentOutput) String() string
- type AcceptTransitGatewayVpcAttachmentInput
- func (s AcceptTransitGatewayVpcAttachmentInput) GoString() string
- func (s *AcceptTransitGatewayVpcAttachmentInput) SetDryRun(v bool) *AcceptTransitGatewayVpcAttachmentInput
- func (s *AcceptTransitGatewayVpcAttachmentInput) SetTransitGatewayAttachmentId(v string) *AcceptTransitGatewayVpcAttachmentInput
- func (s AcceptTransitGatewayVpcAttachmentInput) String() string
- func (s *AcceptTransitGatewayVpcAttachmentInput) Validate() error
- type AcceptTransitGatewayVpcAttachmentOutput
- type AcceptVpcEndpointConnectionsInput
- func (s AcceptVpcEndpointConnectionsInput) GoString() string
- func (s *AcceptVpcEndpointConnectionsInput) SetDryRun(v bool) *AcceptVpcEndpointConnectionsInput
- func (s *AcceptVpcEndpointConnectionsInput) SetServiceId(v string) *AcceptVpcEndpointConnectionsInput
- func (s *AcceptVpcEndpointConnectionsInput) SetVpcEndpointIds(v []*string) *AcceptVpcEndpointConnectionsInput
- func (s AcceptVpcEndpointConnectionsInput) String() string
- func (s *AcceptVpcEndpointConnectionsInput) Validate() error
- type AcceptVpcEndpointConnectionsOutput
- type AcceptVpcPeeringConnectionInput
- func (s AcceptVpcPeeringConnectionInput) GoString() string
- func (s *AcceptVpcPeeringConnectionInput) SetDryRun(v bool) *AcceptVpcPeeringConnectionInput
- func (s *AcceptVpcPeeringConnectionInput) SetVpcPeeringConnectionId(v string) *AcceptVpcPeeringConnectionInput
- func (s AcceptVpcPeeringConnectionInput) String() string
- type AcceptVpcPeeringConnectionOutput
- type AccountAttribute
- type AccountAttributeValue
- type ActiveInstance
- func (s ActiveInstance) GoString() string
- func (s *ActiveInstance) SetInstanceHealth(v string) *ActiveInstance
- func (s *ActiveInstance) SetInstanceId(v string) *ActiveInstance
- func (s *ActiveInstance) SetInstanceType(v string) *ActiveInstance
- func (s *ActiveInstance) SetSpotInstanceRequestId(v string) *ActiveInstance
- func (s ActiveInstance) String() string
- type Address
- func (s Address) GoString() string
- func (s *Address) SetAllocationId(v string) *Address
- func (s *Address) SetAssociationId(v string) *Address
- func (s *Address) SetCustomerOwnedIp(v string) *Address
- func (s *Address) SetCustomerOwnedIpv4Pool(v string) *Address
- func (s *Address) SetDomain(v string) *Address
- func (s *Address) SetInstanceId(v string) *Address
- func (s *Address) SetNetworkBorderGroup(v string) *Address
- func (s *Address) SetNetworkInterfaceId(v string) *Address
- func (s *Address) SetNetworkInterfaceOwnerId(v string) *Address
- func (s *Address) SetPrivateIpAddress(v string) *Address
- func (s *Address) SetPublicIp(v string) *Address
- func (s *Address) SetPublicIpv4Pool(v string) *Address
- func (s *Address) SetTags(v []*Tag) *Address
- func (s Address) String() string
- type AdvertiseByoipCidrInput
- func (s AdvertiseByoipCidrInput) GoString() string
- func (s *AdvertiseByoipCidrInput) SetCidr(v string) *AdvertiseByoipCidrInput
- func (s *AdvertiseByoipCidrInput) SetDryRun(v bool) *AdvertiseByoipCidrInput
- func (s AdvertiseByoipCidrInput) String() string
- func (s *AdvertiseByoipCidrInput) Validate() error
- type AdvertiseByoipCidrOutput
- type AllocateAddressInput
- func (s AllocateAddressInput) GoString() string
- func (s *AllocateAddressInput) SetAddress(v string) *AllocateAddressInput
- func (s *AllocateAddressInput) SetCustomerOwnedIpv4Pool(v string) *AllocateAddressInput
- func (s *AllocateAddressInput) SetDomain(v string) *AllocateAddressInput
- func (s *AllocateAddressInput) SetDryRun(v bool) *AllocateAddressInput
- func (s *AllocateAddressInput) SetNetworkBorderGroup(v string) *AllocateAddressInput
- func (s *AllocateAddressInput) SetPublicIpv4Pool(v string) *AllocateAddressInput
- func (s AllocateAddressInput) String() string
- type AllocateAddressOutput
- func (s AllocateAddressOutput) GoString() string
- func (s *AllocateAddressOutput) SetAllocationId(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetCustomerOwnedIp(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetCustomerOwnedIpv4Pool(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetDomain(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetNetworkBorderGroup(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetPublicIp(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetPublicIpv4Pool(v string) *AllocateAddressOutput
- func (s AllocateAddressOutput) String() string
- type AllocateHostsInput
- func (s AllocateHostsInput) GoString() string
- func (s *AllocateHostsInput) SetAutoPlacement(v string) *AllocateHostsInput
- func (s *AllocateHostsInput) SetAvailabilityZone(v string) *AllocateHostsInput
- func (s *AllocateHostsInput) SetClientToken(v string) *AllocateHostsInput
- func (s *AllocateHostsInput) SetHostRecovery(v string) *AllocateHostsInput
- func (s *AllocateHostsInput) SetInstanceFamily(v string) *AllocateHostsInput
- func (s *AllocateHostsInput) SetInstanceType(v string) *AllocateHostsInput
- func (s *AllocateHostsInput) SetQuantity(v int64) *AllocateHostsInput
- func (s *AllocateHostsInput) SetTagSpecifications(v []*TagSpecification) *AllocateHostsInput
- func (s AllocateHostsInput) String() string
- func (s *AllocateHostsInput) Validate() error
- type AllocateHostsOutput
- type AllowedPrincipal
- type ApplySecurityGroupsToClientVpnTargetNetworkInput
- func (s ApplySecurityGroupsToClientVpnTargetNetworkInput) GoString() string
- func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetClientVpnEndpointId(v string) *ApplySecurityGroupsToClientVpnTargetNetworkInput
- func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetDryRun(v bool) *ApplySecurityGroupsToClientVpnTargetNetworkInput
- func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetSecurityGroupIds(v []*string) *ApplySecurityGroupsToClientVpnTargetNetworkInput
- func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetVpcId(v string) *ApplySecurityGroupsToClientVpnTargetNetworkInput
- func (s ApplySecurityGroupsToClientVpnTargetNetworkInput) String() string
- func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) Validate() error
- type ApplySecurityGroupsToClientVpnTargetNetworkOutput
- type AssignIpv6AddressesInput
- func (s AssignIpv6AddressesInput) GoString() string
- func (s *AssignIpv6AddressesInput) SetIpv6AddressCount(v int64) *AssignIpv6AddressesInput
- func (s *AssignIpv6AddressesInput) SetIpv6Addresses(v []*string) *AssignIpv6AddressesInput
- func (s *AssignIpv6AddressesInput) SetNetworkInterfaceId(v string) *AssignIpv6AddressesInput
- func (s AssignIpv6AddressesInput) String() string
- func (s *AssignIpv6AddressesInput) Validate() error
- type AssignIpv6AddressesOutput
- type AssignPrivateIpAddressesInput
- func (s AssignPrivateIpAddressesInput) GoString() string
- func (s *AssignPrivateIpAddressesInput) SetAllowReassignment(v bool) *AssignPrivateIpAddressesInput
- func (s *AssignPrivateIpAddressesInput) SetNetworkInterfaceId(v string) *AssignPrivateIpAddressesInput
- func (s *AssignPrivateIpAddressesInput) SetPrivateIpAddresses(v []*string) *AssignPrivateIpAddressesInput
- func (s *AssignPrivateIpAddressesInput) SetSecondaryPrivateIpAddressCount(v int64) *AssignPrivateIpAddressesInput
- func (s AssignPrivateIpAddressesInput) String() string
- func (s *AssignPrivateIpAddressesInput) Validate() error
- type AssignPrivateIpAddressesOutput
- func (s AssignPrivateIpAddressesOutput) GoString() string
- func (s *AssignPrivateIpAddressesOutput) SetAssignedPrivateIpAddresses(v []*AssignedPrivateIpAddress) *AssignPrivateIpAddressesOutput
- func (s *AssignPrivateIpAddressesOutput) SetNetworkInterfaceId(v string) *AssignPrivateIpAddressesOutput
- func (s AssignPrivateIpAddressesOutput) String() string
- type AssignedPrivateIpAddress
- type AssociateAddressInput
- func (s AssociateAddressInput) GoString() string
- func (s *AssociateAddressInput) SetAllocationId(v string) *AssociateAddressInput
- func (s *AssociateAddressInput) SetAllowReassociation(v bool) *AssociateAddressInput
- func (s *AssociateAddressInput) SetDryRun(v bool) *AssociateAddressInput
- func (s *AssociateAddressInput) SetInstanceId(v string) *AssociateAddressInput
- func (s *AssociateAddressInput) SetNetworkInterfaceId(v string) *AssociateAddressInput
- func (s *AssociateAddressInput) SetPrivateIpAddress(v string) *AssociateAddressInput
- func (s *AssociateAddressInput) SetPublicIp(v string) *AssociateAddressInput
- func (s AssociateAddressInput) String() string
- type AssociateAddressOutput
- type AssociateClientVpnTargetNetworkInput
- func (s AssociateClientVpnTargetNetworkInput) GoString() string
- func (s *AssociateClientVpnTargetNetworkInput) SetClientToken(v string) *AssociateClientVpnTargetNetworkInput
- func (s *AssociateClientVpnTargetNetworkInput) SetClientVpnEndpointId(v string) *AssociateClientVpnTargetNetworkInput
- func (s *AssociateClientVpnTargetNetworkInput) SetDryRun(v bool) *AssociateClientVpnTargetNetworkInput
- func (s *AssociateClientVpnTargetNetworkInput) SetSubnetId(v string) *AssociateClientVpnTargetNetworkInput
- func (s AssociateClientVpnTargetNetworkInput) String() string
- func (s *AssociateClientVpnTargetNetworkInput) Validate() error
- type AssociateClientVpnTargetNetworkOutput
- func (s AssociateClientVpnTargetNetworkOutput) GoString() string
- func (s *AssociateClientVpnTargetNetworkOutput) SetAssociationId(v string) *AssociateClientVpnTargetNetworkOutput
- func (s *AssociateClientVpnTargetNetworkOutput) SetStatus(v *AssociationStatus) *AssociateClientVpnTargetNetworkOutput
- func (s AssociateClientVpnTargetNetworkOutput) String() string
- type AssociateDhcpOptionsInput
- func (s AssociateDhcpOptionsInput) GoString() string
- func (s *AssociateDhcpOptionsInput) SetDhcpOptionsId(v string) *AssociateDhcpOptionsInput
- func (s *AssociateDhcpOptionsInput) SetDryRun(v bool) *AssociateDhcpOptionsInput
- func (s *AssociateDhcpOptionsInput) SetVpcId(v string) *AssociateDhcpOptionsInput
- func (s AssociateDhcpOptionsInput) String() string
- func (s *AssociateDhcpOptionsInput) Validate() error
- type AssociateDhcpOptionsOutput
- type AssociateIamInstanceProfileInput
- func (s AssociateIamInstanceProfileInput) GoString() string
- func (s *AssociateIamInstanceProfileInput) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *AssociateIamInstanceProfileInput
- func (s *AssociateIamInstanceProfileInput) SetInstanceId(v string) *AssociateIamInstanceProfileInput
- func (s AssociateIamInstanceProfileInput) String() string
- func (s *AssociateIamInstanceProfileInput) Validate() error
- type AssociateIamInstanceProfileOutput
- type AssociateRouteTableInput
- func (s AssociateRouteTableInput) GoString() string
- func (s *AssociateRouteTableInput) SetDryRun(v bool) *AssociateRouteTableInput
- func (s *AssociateRouteTableInput) SetGatewayId(v string) *AssociateRouteTableInput
- func (s *AssociateRouteTableInput) SetRouteTableId(v string) *AssociateRouteTableInput
- func (s *AssociateRouteTableInput) SetSubnetId(v string) *AssociateRouteTableInput
- func (s AssociateRouteTableInput) String() string
- func (s *AssociateRouteTableInput) Validate() error
- type AssociateRouteTableOutput
- func (s AssociateRouteTableOutput) GoString() string
- func (s *AssociateRouteTableOutput) SetAssociationId(v string) *AssociateRouteTableOutput
- func (s *AssociateRouteTableOutput) SetAssociationState(v *RouteTableAssociationState) *AssociateRouteTableOutput
- func (s AssociateRouteTableOutput) String() string
- type AssociateSubnetCidrBlockInput
- func (s AssociateSubnetCidrBlockInput) GoString() string
- func (s *AssociateSubnetCidrBlockInput) SetIpv6CidrBlock(v string) *AssociateSubnetCidrBlockInput
- func (s *AssociateSubnetCidrBlockInput) SetSubnetId(v string) *AssociateSubnetCidrBlockInput
- func (s AssociateSubnetCidrBlockInput) String() string
- func (s *AssociateSubnetCidrBlockInput) Validate() error
- type AssociateSubnetCidrBlockOutput
- func (s AssociateSubnetCidrBlockOutput) GoString() string
- func (s *AssociateSubnetCidrBlockOutput) SetIpv6CidrBlockAssociation(v *SubnetIpv6CidrBlockAssociation) *AssociateSubnetCidrBlockOutput
- func (s *AssociateSubnetCidrBlockOutput) SetSubnetId(v string) *AssociateSubnetCidrBlockOutput
- func (s AssociateSubnetCidrBlockOutput) String() string
- type AssociateTransitGatewayMulticastDomainInput
- func (s AssociateTransitGatewayMulticastDomainInput) GoString() string
- func (s *AssociateTransitGatewayMulticastDomainInput) SetDryRun(v bool) *AssociateTransitGatewayMulticastDomainInput
- func (s *AssociateTransitGatewayMulticastDomainInput) SetSubnetIds(v []*string) *AssociateTransitGatewayMulticastDomainInput
- func (s *AssociateTransitGatewayMulticastDomainInput) SetTransitGatewayAttachmentId(v string) *AssociateTransitGatewayMulticastDomainInput
- func (s *AssociateTransitGatewayMulticastDomainInput) SetTransitGatewayMulticastDomainId(v string) *AssociateTransitGatewayMulticastDomainInput
- func (s AssociateTransitGatewayMulticastDomainInput) String() string
- type AssociateTransitGatewayMulticastDomainOutput
- func (s AssociateTransitGatewayMulticastDomainOutput) GoString() string
- func (s *AssociateTransitGatewayMulticastDomainOutput) SetAssociations(v *TransitGatewayMulticastDomainAssociations) *AssociateTransitGatewayMulticastDomainOutput
- func (s AssociateTransitGatewayMulticastDomainOutput) String() string
- type AssociateTransitGatewayRouteTableInput
- func (s AssociateTransitGatewayRouteTableInput) GoString() string
- func (s *AssociateTransitGatewayRouteTableInput) SetDryRun(v bool) *AssociateTransitGatewayRouteTableInput
- func (s *AssociateTransitGatewayRouteTableInput) SetTransitGatewayAttachmentId(v string) *AssociateTransitGatewayRouteTableInput
- func (s *AssociateTransitGatewayRouteTableInput) SetTransitGatewayRouteTableId(v string) *AssociateTransitGatewayRouteTableInput
- func (s AssociateTransitGatewayRouteTableInput) String() string
- func (s *AssociateTransitGatewayRouteTableInput) Validate() error
- type AssociateTransitGatewayRouteTableOutput
- type AssociateVpcCidrBlockInput
- func (s AssociateVpcCidrBlockInput) GoString() string
- func (s *AssociateVpcCidrBlockInput) SetAmazonProvidedIpv6CidrBlock(v bool) *AssociateVpcCidrBlockInput
- func (s *AssociateVpcCidrBlockInput) SetCidrBlock(v string) *AssociateVpcCidrBlockInput
- func (s *AssociateVpcCidrBlockInput) SetIpv6CidrBlockNetworkBorderGroup(v string) *AssociateVpcCidrBlockInput
- func (s *AssociateVpcCidrBlockInput) SetVpcId(v string) *AssociateVpcCidrBlockInput
- func (s AssociateVpcCidrBlockInput) String() string
- func (s *AssociateVpcCidrBlockInput) Validate() error
- type AssociateVpcCidrBlockOutput
- func (s AssociateVpcCidrBlockOutput) GoString() string
- func (s *AssociateVpcCidrBlockOutput) SetCidrBlockAssociation(v *VpcCidrBlockAssociation) *AssociateVpcCidrBlockOutput
- func (s *AssociateVpcCidrBlockOutput) SetIpv6CidrBlockAssociation(v *VpcIpv6CidrBlockAssociation) *AssociateVpcCidrBlockOutput
- func (s *AssociateVpcCidrBlockOutput) SetVpcId(v string) *AssociateVpcCidrBlockOutput
- func (s AssociateVpcCidrBlockOutput) String() string
- type AssociatedTargetNetwork
- type AssociationStatus
- type AttachClassicLinkVpcInput
- func (s AttachClassicLinkVpcInput) GoString() string
- func (s *AttachClassicLinkVpcInput) SetDryRun(v bool) *AttachClassicLinkVpcInput
- func (s *AttachClassicLinkVpcInput) SetGroups(v []*string) *AttachClassicLinkVpcInput
- func (s *AttachClassicLinkVpcInput) SetInstanceId(v string) *AttachClassicLinkVpcInput
- func (s *AttachClassicLinkVpcInput) SetVpcId(v string) *AttachClassicLinkVpcInput
- func (s AttachClassicLinkVpcInput) String() string
- func (s *AttachClassicLinkVpcInput) Validate() error
- type AttachClassicLinkVpcOutput
- type AttachInternetGatewayInput
- func (s AttachInternetGatewayInput) GoString() string
- func (s *AttachInternetGatewayInput) SetDryRun(v bool) *AttachInternetGatewayInput
- func (s *AttachInternetGatewayInput) SetInternetGatewayId(v string) *AttachInternetGatewayInput
- func (s *AttachInternetGatewayInput) SetVpcId(v string) *AttachInternetGatewayInput
- func (s AttachInternetGatewayInput) String() string
- func (s *AttachInternetGatewayInput) Validate() error
- type AttachInternetGatewayOutput
- type AttachNetworkInterfaceInput
- func (s AttachNetworkInterfaceInput) GoString() string
- func (s *AttachNetworkInterfaceInput) SetDeviceIndex(v int64) *AttachNetworkInterfaceInput
- func (s *AttachNetworkInterfaceInput) SetDryRun(v bool) *AttachNetworkInterfaceInput
- func (s *AttachNetworkInterfaceInput) SetInstanceId(v string) *AttachNetworkInterfaceInput
- func (s *AttachNetworkInterfaceInput) SetNetworkInterfaceId(v string) *AttachNetworkInterfaceInput
- func (s AttachNetworkInterfaceInput) String() string
- func (s *AttachNetworkInterfaceInput) Validate() error
- type AttachNetworkInterfaceOutput
- type AttachVolumeInput
- func (s AttachVolumeInput) GoString() string
- func (s *AttachVolumeInput) SetDevice(v string) *AttachVolumeInput
- func (s *AttachVolumeInput) SetDryRun(v bool) *AttachVolumeInput
- func (s *AttachVolumeInput) SetInstanceId(v string) *AttachVolumeInput
- func (s *AttachVolumeInput) SetVolumeId(v string) *AttachVolumeInput
- func (s AttachVolumeInput) String() string
- func (s *AttachVolumeInput) Validate() error
- type AttachVpnGatewayInput
- func (s AttachVpnGatewayInput) GoString() string
- func (s *AttachVpnGatewayInput) SetDryRun(v bool) *AttachVpnGatewayInput
- func (s *AttachVpnGatewayInput) SetVpcId(v string) *AttachVpnGatewayInput
- func (s *AttachVpnGatewayInput) SetVpnGatewayId(v string) *AttachVpnGatewayInput
- func (s AttachVpnGatewayInput) String() string
- func (s *AttachVpnGatewayInput) Validate() error
- type AttachVpnGatewayOutput
- type AttributeBooleanValue
- type AttributeValue
- type AuthorizationRule
- func (s AuthorizationRule) GoString() string
- func (s *AuthorizationRule) SetAccessAll(v bool) *AuthorizationRule
- func (s *AuthorizationRule) SetClientVpnEndpointId(v string) *AuthorizationRule
- func (s *AuthorizationRule) SetDescription(v string) *AuthorizationRule
- func (s *AuthorizationRule) SetDestinationCidr(v string) *AuthorizationRule
- func (s *AuthorizationRule) SetGroupId(v string) *AuthorizationRule
- func (s *AuthorizationRule) SetStatus(v *ClientVpnAuthorizationRuleStatus) *AuthorizationRule
- func (s AuthorizationRule) String() string
- type AuthorizeClientVpnIngressInput
- func (s AuthorizeClientVpnIngressInput) GoString() string
- func (s *AuthorizeClientVpnIngressInput) SetAccessGroupId(v string) *AuthorizeClientVpnIngressInput
- func (s *AuthorizeClientVpnIngressInput) SetAuthorizeAllGroups(v bool) *AuthorizeClientVpnIngressInput
- func (s *AuthorizeClientVpnIngressInput) SetClientToken(v string) *AuthorizeClientVpnIngressInput
- func (s *AuthorizeClientVpnIngressInput) SetClientVpnEndpointId(v string) *AuthorizeClientVpnIngressInput
- func (s *AuthorizeClientVpnIngressInput) SetDescription(v string) *AuthorizeClientVpnIngressInput
- func (s *AuthorizeClientVpnIngressInput) SetDryRun(v bool) *AuthorizeClientVpnIngressInput
- func (s *AuthorizeClientVpnIngressInput) SetTargetNetworkCidr(v string) *AuthorizeClientVpnIngressInput
- func (s AuthorizeClientVpnIngressInput) String() string
- func (s *AuthorizeClientVpnIngressInput) Validate() error
- type AuthorizeClientVpnIngressOutput
- type AuthorizeSecurityGroupEgressInput
- func (s AuthorizeSecurityGroupEgressInput) GoString() string
- func (s *AuthorizeSecurityGroupEgressInput) SetCidrIp(v string) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetDryRun(v bool) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetFromPort(v int64) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetGroupId(v string) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetIpPermissions(v []*IpPermission) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetIpProtocol(v string) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetSourceSecurityGroupName(v string) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetSourceSecurityGroupOwnerId(v string) *AuthorizeSecurityGroupEgressInput
- func (s *AuthorizeSecurityGroupEgressInput) SetToPort(v int64) *AuthorizeSecurityGroupEgressInput
- func (s AuthorizeSecurityGroupEgressInput) String() string
- func (s *AuthorizeSecurityGroupEgressInput) Validate() error
- type AuthorizeSecurityGroupEgressOutput
- type AuthorizeSecurityGroupIngressInput
- func (s AuthorizeSecurityGroupIngressInput) GoString() string
- func (s *AuthorizeSecurityGroupIngressInput) SetCidrIp(v string) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetDryRun(v bool) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetFromPort(v int64) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetGroupId(v string) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetGroupName(v string) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetIpPermissions(v []*IpPermission) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetIpProtocol(v string) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetSourceSecurityGroupName(v string) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetSourceSecurityGroupOwnerId(v string) *AuthorizeSecurityGroupIngressInput
- func (s *AuthorizeSecurityGroupIngressInput) SetToPort(v int64) *AuthorizeSecurityGroupIngressInput
- func (s AuthorizeSecurityGroupIngressInput) String() string
- type AuthorizeSecurityGroupIngressOutput
- type AvailabilityZone
- func (s AvailabilityZone) GoString() string
- func (s *AvailabilityZone) SetGroupName(v string) *AvailabilityZone
- func (s *AvailabilityZone) SetMessages(v []*AvailabilityZoneMessage) *AvailabilityZone
- func (s *AvailabilityZone) SetNetworkBorderGroup(v string) *AvailabilityZone
- func (s *AvailabilityZone) SetOptInStatus(v string) *AvailabilityZone
- func (s *AvailabilityZone) SetRegionName(v string) *AvailabilityZone
- func (s *AvailabilityZone) SetState(v string) *AvailabilityZone
- func (s *AvailabilityZone) SetZoneId(v string) *AvailabilityZone
- func (s *AvailabilityZone) SetZoneName(v string) *AvailabilityZone
- func (s AvailabilityZone) String() string
- type AvailabilityZoneMessage
- type AvailableCapacity
- type BlobAttributeValue
- type BlockDeviceMapping
- func (s BlockDeviceMapping) GoString() string
- func (s *BlockDeviceMapping) SetDeviceName(v string) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetEbs(v *EbsBlockDevice) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetNoDevice(v string) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping
- func (s BlockDeviceMapping) String() string
- type BundleInstanceInput
- func (s BundleInstanceInput) GoString() string
- func (s *BundleInstanceInput) SetDryRun(v bool) *BundleInstanceInput
- func (s *BundleInstanceInput) SetInstanceId(v string) *BundleInstanceInput
- func (s *BundleInstanceInput) SetStorage(v *Storage) *BundleInstanceInput
- func (s BundleInstanceInput) String() string
- func (s *BundleInstanceInput) Validate() error
- type BundleInstanceOutput
- type BundleTask
- func (s BundleTask) GoString() string
- func (s *BundleTask) SetBundleId(v string) *BundleTask
- func (s *BundleTask) SetBundleTaskError(v *BundleTaskError) *BundleTask
- func (s *BundleTask) SetInstanceId(v string) *BundleTask
- func (s *BundleTask) SetProgress(v string) *BundleTask
- func (s *BundleTask) SetStartTime(v time.Time) *BundleTask
- func (s *BundleTask) SetState(v string) *BundleTask
- func (s *BundleTask) SetStorage(v *Storage) *BundleTask
- func (s *BundleTask) SetUpdateTime(v time.Time) *BundleTask
- func (s BundleTask) String() string
- type BundleTaskError
- type ByoipCidr
- type CancelBundleTaskInput
- type CancelBundleTaskOutput
- type CancelCapacityReservationInput
- func (s CancelCapacityReservationInput) GoString() string
- func (s *CancelCapacityReservationInput) SetCapacityReservationId(v string) *CancelCapacityReservationInput
- func (s *CancelCapacityReservationInput) SetDryRun(v bool) *CancelCapacityReservationInput
- func (s CancelCapacityReservationInput) String() string
- func (s *CancelCapacityReservationInput) Validate() error
- type CancelCapacityReservationOutput
- type CancelConversionTaskInput
- func (s CancelConversionTaskInput) GoString() string
- func (s *CancelConversionTaskInput) SetConversionTaskId(v string) *CancelConversionTaskInput
- func (s *CancelConversionTaskInput) SetDryRun(v bool) *CancelConversionTaskInput
- func (s *CancelConversionTaskInput) SetReasonMessage(v string) *CancelConversionTaskInput
- func (s CancelConversionTaskInput) String() string
- func (s *CancelConversionTaskInput) Validate() error
- type CancelConversionTaskOutput
- type CancelExportTaskInput
- type CancelExportTaskOutput
- type CancelImportTaskInput
- func (s CancelImportTaskInput) GoString() string
- func (s *CancelImportTaskInput) SetCancelReason(v string) *CancelImportTaskInput
- func (s *CancelImportTaskInput) SetDryRun(v bool) *CancelImportTaskInput
- func (s *CancelImportTaskInput) SetImportTaskId(v string) *CancelImportTaskInput
- func (s CancelImportTaskInput) String() string
- type CancelImportTaskOutput
- func (s CancelImportTaskOutput) GoString() string
- func (s *CancelImportTaskOutput) SetImportTaskId(v string) *CancelImportTaskOutput
- func (s *CancelImportTaskOutput) SetPreviousState(v string) *CancelImportTaskOutput
- func (s *CancelImportTaskOutput) SetState(v string) *CancelImportTaskOutput
- func (s CancelImportTaskOutput) String() string
- type CancelReservedInstancesListingInput
- func (s CancelReservedInstancesListingInput) GoString() string
- func (s *CancelReservedInstancesListingInput) SetReservedInstancesListingId(v string) *CancelReservedInstancesListingInput
- func (s CancelReservedInstancesListingInput) String() string
- func (s *CancelReservedInstancesListingInput) Validate() error
- type CancelReservedInstancesListingOutput
- type CancelSpotFleetRequestsError
- type CancelSpotFleetRequestsErrorItem
- func (s CancelSpotFleetRequestsErrorItem) GoString() string
- func (s *CancelSpotFleetRequestsErrorItem) SetError(v *CancelSpotFleetRequestsError) *CancelSpotFleetRequestsErrorItem
- func (s *CancelSpotFleetRequestsErrorItem) SetSpotFleetRequestId(v string) *CancelSpotFleetRequestsErrorItem
- func (s CancelSpotFleetRequestsErrorItem) String() string
- type CancelSpotFleetRequestsInput
- func (s CancelSpotFleetRequestsInput) GoString() string
- func (s *CancelSpotFleetRequestsInput) SetDryRun(v bool) *CancelSpotFleetRequestsInput
- func (s *CancelSpotFleetRequestsInput) SetSpotFleetRequestIds(v []*string) *CancelSpotFleetRequestsInput
- func (s *CancelSpotFleetRequestsInput) SetTerminateInstances(v bool) *CancelSpotFleetRequestsInput
- func (s CancelSpotFleetRequestsInput) String() string
- func (s *CancelSpotFleetRequestsInput) Validate() error
- type CancelSpotFleetRequestsOutput
- func (s CancelSpotFleetRequestsOutput) GoString() string
- func (s *CancelSpotFleetRequestsOutput) SetSuccessfulFleetRequests(v []*CancelSpotFleetRequestsSuccessItem) *CancelSpotFleetRequestsOutput
- func (s *CancelSpotFleetRequestsOutput) SetUnsuccessfulFleetRequests(v []*CancelSpotFleetRequestsErrorItem) *CancelSpotFleetRequestsOutput
- func (s CancelSpotFleetRequestsOutput) String() string
- type CancelSpotFleetRequestsSuccessItem
- func (s CancelSpotFleetRequestsSuccessItem) GoString() string
- func (s *CancelSpotFleetRequestsSuccessItem) SetCurrentSpotFleetRequestState(v string) *CancelSpotFleetRequestsSuccessItem
- func (s *CancelSpotFleetRequestsSuccessItem) SetPreviousSpotFleetRequestState(v string) *CancelSpotFleetRequestsSuccessItem
- func (s *CancelSpotFleetRequestsSuccessItem) SetSpotFleetRequestId(v string) *CancelSpotFleetRequestsSuccessItem
- func (s CancelSpotFleetRequestsSuccessItem) String() string
- type CancelSpotInstanceRequestsInput
- func (s CancelSpotInstanceRequestsInput) GoString() string
- func (s *CancelSpotInstanceRequestsInput) SetDryRun(v bool) *CancelSpotInstanceRequestsInput
- func (s *CancelSpotInstanceRequestsInput) SetSpotInstanceRequestIds(v []*string) *CancelSpotInstanceRequestsInput
- func (s CancelSpotInstanceRequestsInput) String() string
- func (s *CancelSpotInstanceRequestsInput) Validate() error
- type CancelSpotInstanceRequestsOutput
- type CancelledSpotInstanceRequest
- func (s CancelledSpotInstanceRequest) GoString() string
- func (s *CancelledSpotInstanceRequest) SetSpotInstanceRequestId(v string) *CancelledSpotInstanceRequest
- func (s *CancelledSpotInstanceRequest) SetState(v string) *CancelledSpotInstanceRequest
- func (s CancelledSpotInstanceRequest) String() string
- type CapacityReservation
- func (s CapacityReservation) GoString() string
- func (s *CapacityReservation) SetAvailabilityZone(v string) *CapacityReservation
- func (s *CapacityReservation) SetAvailabilityZoneId(v string) *CapacityReservation
- func (s *CapacityReservation) SetAvailableInstanceCount(v int64) *CapacityReservation
- func (s *CapacityReservation) SetCapacityReservationArn(v string) *CapacityReservation
- func (s *CapacityReservation) SetCapacityReservationId(v string) *CapacityReservation
- func (s *CapacityReservation) SetCreateDate(v time.Time) *CapacityReservation
- func (s *CapacityReservation) SetEbsOptimized(v bool) *CapacityReservation
- func (s *CapacityReservation) SetEndDate(v time.Time) *CapacityReservation
- func (s *CapacityReservation) SetEndDateType(v string) *CapacityReservation
- func (s *CapacityReservation) SetEphemeralStorage(v bool) *CapacityReservation
- func (s *CapacityReservation) SetInstanceMatchCriteria(v string) *CapacityReservation
- func (s *CapacityReservation) SetInstancePlatform(v string) *CapacityReservation
- func (s *CapacityReservation) SetInstanceType(v string) *CapacityReservation
- func (s *CapacityReservation) SetOwnerId(v string) *CapacityReservation
- func (s *CapacityReservation) SetState(v string) *CapacityReservation
- func (s *CapacityReservation) SetTags(v []*Tag) *CapacityReservation
- func (s *CapacityReservation) SetTenancy(v string) *CapacityReservation
- func (s *CapacityReservation) SetTotalInstanceCount(v int64) *CapacityReservation
- func (s CapacityReservation) String() string
- type CapacityReservationOptions
- type CapacityReservationOptionsRequest
- type CapacityReservationSpecification
- func (s CapacityReservationSpecification) GoString() string
- func (s *CapacityReservationSpecification) SetCapacityReservationPreference(v string) *CapacityReservationSpecification
- func (s *CapacityReservationSpecification) SetCapacityReservationTarget(v *CapacityReservationTarget) *CapacityReservationSpecification
- func (s CapacityReservationSpecification) String() string
- type CapacityReservationSpecificationResponse
- func (s CapacityReservationSpecificationResponse) GoString() string
- func (s *CapacityReservationSpecificationResponse) SetCapacityReservationPreference(v string) *CapacityReservationSpecificationResponse
- func (s *CapacityReservationSpecificationResponse) SetCapacityReservationTarget(v *CapacityReservationTargetResponse) *CapacityReservationSpecificationResponse
- func (s CapacityReservationSpecificationResponse) String() string
- type CapacityReservationTarget
- type CapacityReservationTargetResponse
- type CertificateAuthentication
- type CertificateAuthenticationRequest
- type CidrAuthorizationContext
- func (s CidrAuthorizationContext) GoString() string
- func (s *CidrAuthorizationContext) SetMessage(v string) *CidrAuthorizationContext
- func (s *CidrAuthorizationContext) SetSignature(v string) *CidrAuthorizationContext
- func (s CidrAuthorizationContext) String() string
- func (s *CidrAuthorizationContext) Validate() error
- type CidrBlock
- type ClassicLinkDnsSupport
- type ClassicLinkInstance
- func (s ClassicLinkInstance) GoString() string
- func (s *ClassicLinkInstance) SetGroups(v []*GroupIdentifier) *ClassicLinkInstance
- func (s *ClassicLinkInstance) SetInstanceId(v string) *ClassicLinkInstance
- func (s *ClassicLinkInstance) SetTags(v []*Tag) *ClassicLinkInstance
- func (s *ClassicLinkInstance) SetVpcId(v string) *ClassicLinkInstance
- func (s ClassicLinkInstance) String() string
- type ClassicLoadBalancer
- type ClassicLoadBalancersConfig
- type ClientCertificateRevocationListStatus
- func (s ClientCertificateRevocationListStatus) GoString() string
- func (s *ClientCertificateRevocationListStatus) SetCode(v string) *ClientCertificateRevocationListStatus
- func (s *ClientCertificateRevocationListStatus) SetMessage(v string) *ClientCertificateRevocationListStatus
- func (s ClientCertificateRevocationListStatus) String() string
- type ClientData
- func (s ClientData) GoString() string
- func (s *ClientData) SetComment(v string) *ClientData
- func (s *ClientData) SetUploadEnd(v time.Time) *ClientData
- func (s *ClientData) SetUploadSize(v float64) *ClientData
- func (s *ClientData) SetUploadStart(v time.Time) *ClientData
- func (s ClientData) String() string
- type ClientVpnAuthentication
- func (s ClientVpnAuthentication) GoString() string
- func (s *ClientVpnAuthentication) SetActiveDirectory(v *DirectoryServiceAuthentication) *ClientVpnAuthentication
- func (s *ClientVpnAuthentication) SetMutualAuthentication(v *CertificateAuthentication) *ClientVpnAuthentication
- func (s *ClientVpnAuthentication) SetType(v string) *ClientVpnAuthentication
- func (s ClientVpnAuthentication) String() string
- type ClientVpnAuthenticationRequest
- func (s ClientVpnAuthenticationRequest) GoString() string
- func (s *ClientVpnAuthenticationRequest) SetActiveDirectory(v *DirectoryServiceAuthenticationRequest) *ClientVpnAuthenticationRequest
- func (s *ClientVpnAuthenticationRequest) SetMutualAuthentication(v *CertificateAuthenticationRequest) *ClientVpnAuthenticationRequest
- func (s *ClientVpnAuthenticationRequest) SetType(v string) *ClientVpnAuthenticationRequest
- func (s ClientVpnAuthenticationRequest) String() string
- type ClientVpnAuthorizationRuleStatus
- func (s ClientVpnAuthorizationRuleStatus) GoString() string
- func (s *ClientVpnAuthorizationRuleStatus) SetCode(v string) *ClientVpnAuthorizationRuleStatus
- func (s *ClientVpnAuthorizationRuleStatus) SetMessage(v string) *ClientVpnAuthorizationRuleStatus
- func (s ClientVpnAuthorizationRuleStatus) String() string
- type ClientVpnConnection
- func (s ClientVpnConnection) GoString() string
- func (s *ClientVpnConnection) SetClientIp(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetClientVpnEndpointId(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetCommonName(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetConnectionEndTime(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetConnectionEstablishedTime(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetConnectionId(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetEgressBytes(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetEgressPackets(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetIngressBytes(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetIngressPackets(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetStatus(v *ClientVpnConnectionStatus) *ClientVpnConnection
- func (s *ClientVpnConnection) SetTimestamp(v string) *ClientVpnConnection
- func (s *ClientVpnConnection) SetUsername(v string) *ClientVpnConnection
- func (s ClientVpnConnection) String() string
- type ClientVpnConnectionStatus
- type ClientVpnEndpoint
- func (s ClientVpnEndpoint) GoString() string
- func (s *ClientVpnEndpoint) SetAssociatedTargetNetworks(v []*AssociatedTargetNetwork) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetAuthenticationOptions(v []*ClientVpnAuthentication) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetClientCidrBlock(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetClientVpnEndpointId(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetConnectionLogOptions(v *ConnectionLogResponseOptions) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetCreationTime(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetDeletionTime(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetDescription(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetDnsName(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetDnsServers(v []*string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetServerCertificateArn(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetSplitTunnel(v bool) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetStatus(v *ClientVpnEndpointStatus) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetTags(v []*Tag) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetTransportProtocol(v string) *ClientVpnEndpoint
- func (s *ClientVpnEndpoint) SetVpnProtocol(v string) *ClientVpnEndpoint
- func (s ClientVpnEndpoint) String() string
- type ClientVpnEndpointStatus
- type ClientVpnRoute
- func (s ClientVpnRoute) GoString() string
- func (s *ClientVpnRoute) SetClientVpnEndpointId(v string) *ClientVpnRoute
- func (s *ClientVpnRoute) SetDescription(v string) *ClientVpnRoute
- func (s *ClientVpnRoute) SetDestinationCidr(v string) *ClientVpnRoute
- func (s *ClientVpnRoute) SetOrigin(v string) *ClientVpnRoute
- func (s *ClientVpnRoute) SetStatus(v *ClientVpnRouteStatus) *ClientVpnRoute
- func (s *ClientVpnRoute) SetTargetSubnet(v string) *ClientVpnRoute
- func (s *ClientVpnRoute) SetType(v string) *ClientVpnRoute
- func (s ClientVpnRoute) String() string
- type ClientVpnRouteStatus
- type CoipAddressUsage
- func (s CoipAddressUsage) GoString() string
- func (s *CoipAddressUsage) SetAllocationId(v string) *CoipAddressUsage
- func (s *CoipAddressUsage) SetAwsAccountId(v string) *CoipAddressUsage
- func (s *CoipAddressUsage) SetAwsService(v string) *CoipAddressUsage
- func (s *CoipAddressUsage) SetCoIp(v string) *CoipAddressUsage
- func (s CoipAddressUsage) String() string
- type CoipPool
- type ConfirmProductInstanceInput
- func (s ConfirmProductInstanceInput) GoString() string
- func (s *ConfirmProductInstanceInput) SetDryRun(v bool) *ConfirmProductInstanceInput
- func (s *ConfirmProductInstanceInput) SetInstanceId(v string) *ConfirmProductInstanceInput
- func (s *ConfirmProductInstanceInput) SetProductCode(v string) *ConfirmProductInstanceInput
- func (s ConfirmProductInstanceInput) String() string
- func (s *ConfirmProductInstanceInput) Validate() error
- type ConfirmProductInstanceOutput
- type ConnectionLogOptions
- func (s ConnectionLogOptions) GoString() string
- func (s *ConnectionLogOptions) SetCloudwatchLogGroup(v string) *ConnectionLogOptions
- func (s *ConnectionLogOptions) SetCloudwatchLogStream(v string) *ConnectionLogOptions
- func (s *ConnectionLogOptions) SetEnabled(v bool) *ConnectionLogOptions
- func (s ConnectionLogOptions) String() string
- type ConnectionLogResponseOptions
- func (s ConnectionLogResponseOptions) GoString() string
- func (s *ConnectionLogResponseOptions) SetCloudwatchLogGroup(v string) *ConnectionLogResponseOptions
- func (s *ConnectionLogResponseOptions) SetCloudwatchLogStream(v string) *ConnectionLogResponseOptions
- func (s *ConnectionLogResponseOptions) SetEnabled(v bool) *ConnectionLogResponseOptions
- func (s ConnectionLogResponseOptions) String() string
- type ConnectionNotification
- func (s ConnectionNotification) GoString() string
- func (s *ConnectionNotification) SetConnectionEvents(v []*string) *ConnectionNotification
- func (s *ConnectionNotification) SetConnectionNotificationArn(v string) *ConnectionNotification
- func (s *ConnectionNotification) SetConnectionNotificationId(v string) *ConnectionNotification
- func (s *ConnectionNotification) SetConnectionNotificationState(v string) *ConnectionNotification
- func (s *ConnectionNotification) SetConnectionNotificationType(v string) *ConnectionNotification
- func (s *ConnectionNotification) SetServiceId(v string) *ConnectionNotification
- func (s *ConnectionNotification) SetVpcEndpointId(v string) *ConnectionNotification
- func (s ConnectionNotification) String() string
- type ConversionTask
- func (s ConversionTask) GoString() string
- func (s *ConversionTask) SetConversionTaskId(v string) *ConversionTask
- func (s *ConversionTask) SetExpirationTime(v string) *ConversionTask
- func (s *ConversionTask) SetImportInstance(v *ImportInstanceTaskDetails) *ConversionTask
- func (s *ConversionTask) SetImportVolume(v *ImportVolumeTaskDetails) *ConversionTask
- func (s *ConversionTask) SetState(v string) *ConversionTask
- func (s *ConversionTask) SetStatusMessage(v string) *ConversionTask
- func (s *ConversionTask) SetTags(v []*Tag) *ConversionTask
- func (s ConversionTask) String() string
- type CopyFpgaImageInput
- func (s CopyFpgaImageInput) GoString() string
- func (s *CopyFpgaImageInput) SetClientToken(v string) *CopyFpgaImageInput
- func (s *CopyFpgaImageInput) SetDescription(v string) *CopyFpgaImageInput
- func (s *CopyFpgaImageInput) SetDryRun(v bool) *CopyFpgaImageInput
- func (s *CopyFpgaImageInput) SetName(v string) *CopyFpgaImageInput
- func (s *CopyFpgaImageInput) SetSourceFpgaImageId(v string) *CopyFpgaImageInput
- func (s *CopyFpgaImageInput) SetSourceRegion(v string) *CopyFpgaImageInput
- func (s CopyFpgaImageInput) String() string
- func (s *CopyFpgaImageInput) Validate() error
- type CopyFpgaImageOutput
- type CopyImageInput
- func (s CopyImageInput) GoString() string
- func (s *CopyImageInput) SetClientToken(v string) *CopyImageInput
- func (s *CopyImageInput) SetDescription(v string) *CopyImageInput
- func (s *CopyImageInput) SetDryRun(v bool) *CopyImageInput
- func (s *CopyImageInput) SetEncrypted(v bool) *CopyImageInput
- func (s *CopyImageInput) SetKmsKeyId(v string) *CopyImageInput
- func (s *CopyImageInput) SetName(v string) *CopyImageInput
- func (s *CopyImageInput) SetSourceImageId(v string) *CopyImageInput
- func (s *CopyImageInput) SetSourceRegion(v string) *CopyImageInput
- func (s CopyImageInput) String() string
- func (s *CopyImageInput) Validate() error
- type CopyImageOutput
- type CopySnapshotInput
- func (s CopySnapshotInput) GoString() string
- func (s *CopySnapshotInput) SetDescription(v string) *CopySnapshotInput
- func (s *CopySnapshotInput) SetDestinationRegion(v string) *CopySnapshotInput
- func (s *CopySnapshotInput) SetDryRun(v bool) *CopySnapshotInput
- func (s *CopySnapshotInput) SetEncrypted(v bool) *CopySnapshotInput
- func (s *CopySnapshotInput) SetKmsKeyId(v string) *CopySnapshotInput
- func (s *CopySnapshotInput) SetPresignedUrl(v string) *CopySnapshotInput
- func (s *CopySnapshotInput) SetSourceRegion(v string) *CopySnapshotInput
- func (s *CopySnapshotInput) SetSourceSnapshotId(v string) *CopySnapshotInput
- func (s *CopySnapshotInput) SetTagSpecifications(v []*TagSpecification) *CopySnapshotInput
- func (s CopySnapshotInput) String() string
- func (s *CopySnapshotInput) Validate() error
- type CopySnapshotOutput
- type CpuOptions
- type CpuOptionsRequest
- type CreateCapacityReservationInput
- func (s CreateCapacityReservationInput) GoString() string
- func (s *CreateCapacityReservationInput) SetAvailabilityZone(v string) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetAvailabilityZoneId(v string) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetClientToken(v string) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetDryRun(v bool) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetEbsOptimized(v bool) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetEndDate(v time.Time) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetEndDateType(v string) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetEphemeralStorage(v bool) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetInstanceCount(v int64) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetInstanceMatchCriteria(v string) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetInstancePlatform(v string) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetInstanceType(v string) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetTagSpecifications(v []*TagSpecification) *CreateCapacityReservationInput
- func (s *CreateCapacityReservationInput) SetTenancy(v string) *CreateCapacityReservationInput
- func (s CreateCapacityReservationInput) String() string
- func (s *CreateCapacityReservationInput) Validate() error
- type CreateCapacityReservationOutput
- type CreateClientVpnEndpointInput
- func (s CreateClientVpnEndpointInput) GoString() string
- func (s *CreateClientVpnEndpointInput) SetAuthenticationOptions(v []*ClientVpnAuthenticationRequest) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetClientCidrBlock(v string) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetClientToken(v string) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetConnectionLogOptions(v *ConnectionLogOptions) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetDescription(v string) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetDnsServers(v []*string) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetDryRun(v bool) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetServerCertificateArn(v string) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetSplitTunnel(v bool) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetTagSpecifications(v []*TagSpecification) *CreateClientVpnEndpointInput
- func (s *CreateClientVpnEndpointInput) SetTransportProtocol(v string) *CreateClientVpnEndpointInput
- func (s CreateClientVpnEndpointInput) String() string
- func (s *CreateClientVpnEndpointInput) Validate() error
- type CreateClientVpnEndpointOutput
- func (s CreateClientVpnEndpointOutput) GoString() string
- func (s *CreateClientVpnEndpointOutput) SetClientVpnEndpointId(v string) *CreateClientVpnEndpointOutput
- func (s *CreateClientVpnEndpointOutput) SetDnsName(v string) *CreateClientVpnEndpointOutput
- func (s *CreateClientVpnEndpointOutput) SetStatus(v *ClientVpnEndpointStatus) *CreateClientVpnEndpointOutput
- func (s CreateClientVpnEndpointOutput) String() string
- type CreateClientVpnRouteInput
- func (s CreateClientVpnRouteInput) GoString() string
- func (s *CreateClientVpnRouteInput) SetClientToken(v string) *CreateClientVpnRouteInput
- func (s *CreateClientVpnRouteInput) SetClientVpnEndpointId(v string) *CreateClientVpnRouteInput
- func (s *CreateClientVpnRouteInput) SetDescription(v string) *CreateClientVpnRouteInput
- func (s *CreateClientVpnRouteInput) SetDestinationCidrBlock(v string) *CreateClientVpnRouteInput
- func (s *CreateClientVpnRouteInput) SetDryRun(v bool) *CreateClientVpnRouteInput
- func (s *CreateClientVpnRouteInput) SetTargetVpcSubnetId(v string) *CreateClientVpnRouteInput
- func (s CreateClientVpnRouteInput) String() string
- func (s *CreateClientVpnRouteInput) Validate() error
- type CreateClientVpnRouteOutput
- type CreateCustomerGatewayInput
- func (s CreateCustomerGatewayInput) GoString() string
- func (s *CreateCustomerGatewayInput) SetBgpAsn(v int64) *CreateCustomerGatewayInput
- func (s *CreateCustomerGatewayInput) SetCertificateArn(v string) *CreateCustomerGatewayInput
- func (s *CreateCustomerGatewayInput) SetDeviceName(v string) *CreateCustomerGatewayInput
- func (s *CreateCustomerGatewayInput) SetDryRun(v bool) *CreateCustomerGatewayInput
- func (s *CreateCustomerGatewayInput) SetPublicIp(v string) *CreateCustomerGatewayInput
- func (s *CreateCustomerGatewayInput) SetType(v string) *CreateCustomerGatewayInput
- func (s CreateCustomerGatewayInput) String() string
- func (s *CreateCustomerGatewayInput) Validate() error
- type CreateCustomerGatewayOutput
- type CreateDefaultSubnetInput
- func (s CreateDefaultSubnetInput) GoString() string
- func (s *CreateDefaultSubnetInput) SetAvailabilityZone(v string) *CreateDefaultSubnetInput
- func (s *CreateDefaultSubnetInput) SetDryRun(v bool) *CreateDefaultSubnetInput
- func (s CreateDefaultSubnetInput) String() string
- func (s *CreateDefaultSubnetInput) Validate() error
- type CreateDefaultSubnetOutput
- type CreateDefaultVpcInput
- type CreateDefaultVpcOutput
- type CreateDhcpOptionsInput
- func (s CreateDhcpOptionsInput) GoString() string
- func (s *CreateDhcpOptionsInput) SetDhcpConfigurations(v []*NewDhcpConfiguration) *CreateDhcpOptionsInput
- func (s *CreateDhcpOptionsInput) SetDryRun(v bool) *CreateDhcpOptionsInput
- func (s CreateDhcpOptionsInput) String() string
- func (s *CreateDhcpOptionsInput) Validate() error
- type CreateDhcpOptionsOutput
- type CreateEgressOnlyInternetGatewayInput
- func (s CreateEgressOnlyInternetGatewayInput) GoString() string
- func (s *CreateEgressOnlyInternetGatewayInput) SetClientToken(v string) *CreateEgressOnlyInternetGatewayInput
- func (s *CreateEgressOnlyInternetGatewayInput) SetDryRun(v bool) *CreateEgressOnlyInternetGatewayInput
- func (s *CreateEgressOnlyInternetGatewayInput) SetVpcId(v string) *CreateEgressOnlyInternetGatewayInput
- func (s CreateEgressOnlyInternetGatewayInput) String() string
- func (s *CreateEgressOnlyInternetGatewayInput) Validate() error
- type CreateEgressOnlyInternetGatewayOutput
- func (s CreateEgressOnlyInternetGatewayOutput) GoString() string
- func (s *CreateEgressOnlyInternetGatewayOutput) SetClientToken(v string) *CreateEgressOnlyInternetGatewayOutput
- func (s *CreateEgressOnlyInternetGatewayOutput) SetEgressOnlyInternetGateway(v *EgressOnlyInternetGateway) *CreateEgressOnlyInternetGatewayOutput
- func (s CreateEgressOnlyInternetGatewayOutput) String() string
- type CreateFleetError
- func (s CreateFleetError) GoString() string
- func (s *CreateFleetError) SetErrorCode(v string) *CreateFleetError
- func (s *CreateFleetError) SetErrorMessage(v string) *CreateFleetError
- func (s *CreateFleetError) SetLaunchTemplateAndOverrides(v *LaunchTemplateAndOverridesResponse) *CreateFleetError
- func (s *CreateFleetError) SetLifecycle(v string) *CreateFleetError
- func (s CreateFleetError) String() string
- type CreateFleetInput
- func (s CreateFleetInput) GoString() string
- func (s *CreateFleetInput) SetClientToken(v string) *CreateFleetInput
- func (s *CreateFleetInput) SetDryRun(v bool) *CreateFleetInput
- func (s *CreateFleetInput) SetExcessCapacityTerminationPolicy(v string) *CreateFleetInput
- func (s *CreateFleetInput) SetLaunchTemplateConfigs(v []*FleetLaunchTemplateConfigRequest) *CreateFleetInput
- func (s *CreateFleetInput) SetOnDemandOptions(v *OnDemandOptionsRequest) *CreateFleetInput
- func (s *CreateFleetInput) SetReplaceUnhealthyInstances(v bool) *CreateFleetInput
- func (s *CreateFleetInput) SetSpotOptions(v *SpotOptionsRequest) *CreateFleetInput
- func (s *CreateFleetInput) SetTagSpecifications(v []*TagSpecification) *CreateFleetInput
- func (s *CreateFleetInput) SetTargetCapacitySpecification(v *TargetCapacitySpecificationRequest) *CreateFleetInput
- func (s *CreateFleetInput) SetTerminateInstancesWithExpiration(v bool) *CreateFleetInput
- func (s *CreateFleetInput) SetType(v string) *CreateFleetInput
- func (s *CreateFleetInput) SetValidFrom(v time.Time) *CreateFleetInput
- func (s *CreateFleetInput) SetValidUntil(v time.Time) *CreateFleetInput
- func (s CreateFleetInput) String() string
- func (s *CreateFleetInput) Validate() error
- type CreateFleetInstance
- func (s CreateFleetInstance) GoString() string
- func (s *CreateFleetInstance) SetInstanceIds(v []*string) *CreateFleetInstance
- func (s *CreateFleetInstance) SetInstanceType(v string) *CreateFleetInstance
- func (s *CreateFleetInstance) SetLaunchTemplateAndOverrides(v *LaunchTemplateAndOverridesResponse) *CreateFleetInstance
- func (s *CreateFleetInstance) SetLifecycle(v string) *CreateFleetInstance
- func (s *CreateFleetInstance) SetPlatform(v string) *CreateFleetInstance
- func (s CreateFleetInstance) String() string
- type CreateFleetOutput
- func (s CreateFleetOutput) GoString() string
- func (s *CreateFleetOutput) SetErrors(v []*CreateFleetError) *CreateFleetOutput
- func (s *CreateFleetOutput) SetFleetId(v string) *CreateFleetOutput
- func (s *CreateFleetOutput) SetInstances(v []*CreateFleetInstance) *CreateFleetOutput
- func (s CreateFleetOutput) String() string
- type CreateFlowLogsInput
- func (s CreateFlowLogsInput) GoString() string
- func (s *CreateFlowLogsInput) SetClientToken(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetDeliverLogsPermissionArn(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetDryRun(v bool) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetLogDestination(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetLogDestinationType(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetLogFormat(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetLogGroupName(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetResourceIds(v []*string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetResourceType(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetTrafficType(v string) *CreateFlowLogsInput
- func (s CreateFlowLogsInput) String() string
- func (s *CreateFlowLogsInput) Validate() error
- type CreateFlowLogsOutput
- func (s CreateFlowLogsOutput) GoString() string
- func (s *CreateFlowLogsOutput) SetClientToken(v string) *CreateFlowLogsOutput
- func (s *CreateFlowLogsOutput) SetFlowLogIds(v []*string) *CreateFlowLogsOutput
- func (s *CreateFlowLogsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *CreateFlowLogsOutput
- func (s CreateFlowLogsOutput) String() string
- type CreateFpgaImageInput
- func (s CreateFpgaImageInput) GoString() string
- func (s *CreateFpgaImageInput) SetClientToken(v string) *CreateFpgaImageInput
- func (s *CreateFpgaImageInput) SetDescription(v string) *CreateFpgaImageInput
- func (s *CreateFpgaImageInput) SetDryRun(v bool) *CreateFpgaImageInput
- func (s *CreateFpgaImageInput) SetInputStorageLocation(v *StorageLocation) *CreateFpgaImageInput
- func (s *CreateFpgaImageInput) SetLogsStorageLocation(v *StorageLocation) *CreateFpgaImageInput
- func (s *CreateFpgaImageInput) SetName(v string) *CreateFpgaImageInput
- func (s *CreateFpgaImageInput) SetTagSpecifications(v []*TagSpecification) *CreateFpgaImageInput
- func (s CreateFpgaImageInput) String() string
- func (s *CreateFpgaImageInput) Validate() error
- type CreateFpgaImageOutput
- type CreateImageInput
- func (s CreateImageInput) GoString() string
- func (s *CreateImageInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *CreateImageInput
- func (s *CreateImageInput) SetDescription(v string) *CreateImageInput
- func (s *CreateImageInput) SetDryRun(v bool) *CreateImageInput
- func (s *CreateImageInput) SetInstanceId(v string) *CreateImageInput
- func (s *CreateImageInput) SetName(v string) *CreateImageInput
- func (s *CreateImageInput) SetNoReboot(v bool) *CreateImageInput
- func (s CreateImageInput) String() string
- func (s *CreateImageInput) Validate() error
- type CreateImageOutput
- type CreateInstanceExportTaskInput
- func (s CreateInstanceExportTaskInput) GoString() string
- func (s *CreateInstanceExportTaskInput) SetDescription(v string) *CreateInstanceExportTaskInput
- func (s *CreateInstanceExportTaskInput) SetExportToS3Task(v *ExportToS3TaskSpecification) *CreateInstanceExportTaskInput
- func (s *CreateInstanceExportTaskInput) SetInstanceId(v string) *CreateInstanceExportTaskInput
- func (s *CreateInstanceExportTaskInput) SetTargetEnvironment(v string) *CreateInstanceExportTaskInput
- func (s CreateInstanceExportTaskInput) String() string
- func (s *CreateInstanceExportTaskInput) Validate() error
- type CreateInstanceExportTaskOutput
- type CreateInternetGatewayInput
- type CreateInternetGatewayOutput
- type CreateKeyPairInput
- type CreateKeyPairOutput
- func (s CreateKeyPairOutput) GoString() string
- func (s *CreateKeyPairOutput) SetKeyFingerprint(v string) *CreateKeyPairOutput
- func (s *CreateKeyPairOutput) SetKeyMaterial(v string) *CreateKeyPairOutput
- func (s *CreateKeyPairOutput) SetKeyName(v string) *CreateKeyPairOutput
- func (s *CreateKeyPairOutput) SetKeyPairId(v string) *CreateKeyPairOutput
- func (s CreateKeyPairOutput) String() string
- type CreateLaunchTemplateInput
- func (s CreateLaunchTemplateInput) GoString() string
- func (s *CreateLaunchTemplateInput) SetClientToken(v string) *CreateLaunchTemplateInput
- func (s *CreateLaunchTemplateInput) SetDryRun(v bool) *CreateLaunchTemplateInput
- func (s *CreateLaunchTemplateInput) SetLaunchTemplateData(v *RequestLaunchTemplateData) *CreateLaunchTemplateInput
- func (s *CreateLaunchTemplateInput) SetLaunchTemplateName(v string) *CreateLaunchTemplateInput
- func (s *CreateLaunchTemplateInput) SetTagSpecifications(v []*TagSpecification) *CreateLaunchTemplateInput
- func (s *CreateLaunchTemplateInput) SetVersionDescription(v string) *CreateLaunchTemplateInput
- func (s CreateLaunchTemplateInput) String() string
- func (s *CreateLaunchTemplateInput) Validate() error
- type CreateLaunchTemplateOutput
- type CreateLaunchTemplateVersionInput
- func (s CreateLaunchTemplateVersionInput) GoString() string
- func (s *CreateLaunchTemplateVersionInput) SetClientToken(v string) *CreateLaunchTemplateVersionInput
- func (s *CreateLaunchTemplateVersionInput) SetDryRun(v bool) *CreateLaunchTemplateVersionInput
- func (s *CreateLaunchTemplateVersionInput) SetLaunchTemplateData(v *RequestLaunchTemplateData) *CreateLaunchTemplateVersionInput
- func (s *CreateLaunchTemplateVersionInput) SetLaunchTemplateId(v string) *CreateLaunchTemplateVersionInput
- func (s *CreateLaunchTemplateVersionInput) SetLaunchTemplateName(v string) *CreateLaunchTemplateVersionInput
- func (s *CreateLaunchTemplateVersionInput) SetSourceVersion(v string) *CreateLaunchTemplateVersionInput
- func (s *CreateLaunchTemplateVersionInput) SetVersionDescription(v string) *CreateLaunchTemplateVersionInput
- func (s CreateLaunchTemplateVersionInput) String() string
- func (s *CreateLaunchTemplateVersionInput) Validate() error
- type CreateLaunchTemplateVersionOutput
- type CreateLocalGatewayRouteInput
- func (s CreateLocalGatewayRouteInput) GoString() string
- func (s *CreateLocalGatewayRouteInput) SetDestinationCidrBlock(v string) *CreateLocalGatewayRouteInput
- func (s *CreateLocalGatewayRouteInput) SetDryRun(v bool) *CreateLocalGatewayRouteInput
- func (s *CreateLocalGatewayRouteInput) SetLocalGatewayRouteTableId(v string) *CreateLocalGatewayRouteInput
- func (s *CreateLocalGatewayRouteInput) SetLocalGatewayVirtualInterfaceGroupId(v string) *CreateLocalGatewayRouteInput
- func (s CreateLocalGatewayRouteInput) String() string
- func (s *CreateLocalGatewayRouteInput) Validate() error
- type CreateLocalGatewayRouteOutput
- type CreateLocalGatewayRouteTableVpcAssociationInput
- func (s CreateLocalGatewayRouteTableVpcAssociationInput) GoString() string
- func (s *CreateLocalGatewayRouteTableVpcAssociationInput) SetDryRun(v bool) *CreateLocalGatewayRouteTableVpcAssociationInput
- func (s *CreateLocalGatewayRouteTableVpcAssociationInput) SetLocalGatewayRouteTableId(v string) *CreateLocalGatewayRouteTableVpcAssociationInput
- func (s *CreateLocalGatewayRouteTableVpcAssociationInput) SetVpcId(v string) *CreateLocalGatewayRouteTableVpcAssociationInput
- func (s CreateLocalGatewayRouteTableVpcAssociationInput) String() string
- func (s *CreateLocalGatewayRouteTableVpcAssociationInput) Validate() error
- type CreateLocalGatewayRouteTableVpcAssociationOutput
- func (s CreateLocalGatewayRouteTableVpcAssociationOutput) GoString() string
- func (s *CreateLocalGatewayRouteTableVpcAssociationOutput) SetLocalGatewayRouteTableVpcAssociation(v *LocalGatewayRouteTableVpcAssociation) *CreateLocalGatewayRouteTableVpcAssociationOutput
- func (s CreateLocalGatewayRouteTableVpcAssociationOutput) String() string
- type CreateNatGatewayInput
- func (s CreateNatGatewayInput) GoString() string
- func (s *CreateNatGatewayInput) SetAllocationId(v string) *CreateNatGatewayInput
- func (s *CreateNatGatewayInput) SetClientToken(v string) *CreateNatGatewayInput
- func (s *CreateNatGatewayInput) SetSubnetId(v string) *CreateNatGatewayInput
- func (s CreateNatGatewayInput) String() string
- func (s *CreateNatGatewayInput) Validate() error
- type CreateNatGatewayOutput
- type CreateNetworkAclEntryInput
- func (s CreateNetworkAclEntryInput) GoString() string
- func (s *CreateNetworkAclEntryInput) SetCidrBlock(v string) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetDryRun(v bool) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetEgress(v bool) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetIcmpTypeCode(v *IcmpTypeCode) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetIpv6CidrBlock(v string) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetNetworkAclId(v string) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetPortRange(v *PortRange) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetProtocol(v string) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetRuleAction(v string) *CreateNetworkAclEntryInput
- func (s *CreateNetworkAclEntryInput) SetRuleNumber(v int64) *CreateNetworkAclEntryInput
- func (s CreateNetworkAclEntryInput) String() string
- func (s *CreateNetworkAclEntryInput) Validate() error
- type CreateNetworkAclEntryOutput
- type CreateNetworkAclInput
- type CreateNetworkAclOutput
- type CreateNetworkInterfaceInput
- func (s CreateNetworkInterfaceInput) GoString() string
- func (s *CreateNetworkInterfaceInput) SetDescription(v string) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetDryRun(v bool) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetGroups(v []*string) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetInterfaceType(v string) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetIpv6AddressCount(v int64) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetIpv6Addresses(v []*InstanceIpv6Address) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetPrivateIpAddress(v string) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetPrivateIpAddresses(v []*PrivateIpAddressSpecification) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetSecondaryPrivateIpAddressCount(v int64) *CreateNetworkInterfaceInput
- func (s *CreateNetworkInterfaceInput) SetSubnetId(v string) *CreateNetworkInterfaceInput
- func (s CreateNetworkInterfaceInput) String() string
- func (s *CreateNetworkInterfaceInput) Validate() error
- type CreateNetworkInterfaceOutput
- type CreateNetworkInterfacePermissionInput
- func (s CreateNetworkInterfacePermissionInput) GoString() string
- func (s *CreateNetworkInterfacePermissionInput) SetAwsAccountId(v string) *CreateNetworkInterfacePermissionInput
- func (s *CreateNetworkInterfacePermissionInput) SetAwsService(v string) *CreateNetworkInterfacePermissionInput
- func (s *CreateNetworkInterfacePermissionInput) SetDryRun(v bool) *CreateNetworkInterfacePermissionInput
- func (s *CreateNetworkInterfacePermissionInput) SetNetworkInterfaceId(v string) *CreateNetworkInterfacePermissionInput
- func (s *CreateNetworkInterfacePermissionInput) SetPermission(v string) *CreateNetworkInterfacePermissionInput
- func (s CreateNetworkInterfacePermissionInput) String() string
- func (s *CreateNetworkInterfacePermissionInput) Validate() error
- type CreateNetworkInterfacePermissionOutput
- type CreatePlacementGroupInput
- func (s CreatePlacementGroupInput) GoString() string
- func (s *CreatePlacementGroupInput) SetDryRun(v bool) *CreatePlacementGroupInput
- func (s *CreatePlacementGroupInput) SetGroupName(v string) *CreatePlacementGroupInput
- func (s *CreatePlacementGroupInput) SetPartitionCount(v int64) *CreatePlacementGroupInput
- func (s *CreatePlacementGroupInput) SetStrategy(v string) *CreatePlacementGroupInput
- func (s CreatePlacementGroupInput) String() string
- type CreatePlacementGroupOutput
- type CreateReservedInstancesListingInput
- func (s CreateReservedInstancesListingInput) GoString() string
- func (s *CreateReservedInstancesListingInput) SetClientToken(v string) *CreateReservedInstancesListingInput
- func (s *CreateReservedInstancesListingInput) SetInstanceCount(v int64) *CreateReservedInstancesListingInput
- func (s *CreateReservedInstancesListingInput) SetPriceSchedules(v []*PriceScheduleSpecification) *CreateReservedInstancesListingInput
- func (s *CreateReservedInstancesListingInput) SetReservedInstancesId(v string) *CreateReservedInstancesListingInput
- func (s CreateReservedInstancesListingInput) String() string
- func (s *CreateReservedInstancesListingInput) Validate() error
- type CreateReservedInstancesListingOutput
- type CreateRouteInput
- func (s CreateRouteInput) GoString() string
- func (s *CreateRouteInput) SetDestinationCidrBlock(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetDestinationIpv6CidrBlock(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetDryRun(v bool) *CreateRouteInput
- func (s *CreateRouteInput) SetEgressOnlyInternetGatewayId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetGatewayId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetInstanceId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetLocalGatewayId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetNatGatewayId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetNetworkInterfaceId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetRouteTableId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetTransitGatewayId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetVpcPeeringConnectionId(v string) *CreateRouteInput
- func (s CreateRouteInput) String() string
- func (s *CreateRouteInput) Validate() error
- type CreateRouteOutput
- type CreateRouteTableInput
- type CreateRouteTableOutput
- type CreateSecurityGroupInput
- func (s CreateSecurityGroupInput) GoString() string
- func (s *CreateSecurityGroupInput) SetDescription(v string) *CreateSecurityGroupInput
- func (s *CreateSecurityGroupInput) SetDryRun(v bool) *CreateSecurityGroupInput
- func (s *CreateSecurityGroupInput) SetGroupName(v string) *CreateSecurityGroupInput
- func (s *CreateSecurityGroupInput) SetVpcId(v string) *CreateSecurityGroupInput
- func (s CreateSecurityGroupInput) String() string
- func (s *CreateSecurityGroupInput) Validate() error
- type CreateSecurityGroupOutput
- type CreateSnapshotInput
- func (s CreateSnapshotInput) GoString() string
- func (s *CreateSnapshotInput) SetDescription(v string) *CreateSnapshotInput
- func (s *CreateSnapshotInput) SetDryRun(v bool) *CreateSnapshotInput
- func (s *CreateSnapshotInput) SetTagSpecifications(v []*TagSpecification) *CreateSnapshotInput
- func (s *CreateSnapshotInput) SetVolumeId(v string) *CreateSnapshotInput
- func (s CreateSnapshotInput) String() string
- func (s *CreateSnapshotInput) Validate() error
- type CreateSnapshotsInput
- func (s CreateSnapshotsInput) GoString() string
- func (s *CreateSnapshotsInput) SetCopyTagsFromSource(v string) *CreateSnapshotsInput
- func (s *CreateSnapshotsInput) SetDescription(v string) *CreateSnapshotsInput
- func (s *CreateSnapshotsInput) SetDryRun(v bool) *CreateSnapshotsInput
- func (s *CreateSnapshotsInput) SetInstanceSpecification(v *InstanceSpecification) *CreateSnapshotsInput
- func (s *CreateSnapshotsInput) SetTagSpecifications(v []*TagSpecification) *CreateSnapshotsInput
- func (s CreateSnapshotsInput) String() string
- func (s *CreateSnapshotsInput) Validate() error
- type CreateSnapshotsOutput
- type CreateSpotDatafeedSubscriptionInput
- func (s CreateSpotDatafeedSubscriptionInput) GoString() string
- func (s *CreateSpotDatafeedSubscriptionInput) SetBucket(v string) *CreateSpotDatafeedSubscriptionInput
- func (s *CreateSpotDatafeedSubscriptionInput) SetDryRun(v bool) *CreateSpotDatafeedSubscriptionInput
- func (s *CreateSpotDatafeedSubscriptionInput) SetPrefix(v string) *CreateSpotDatafeedSubscriptionInput
- func (s CreateSpotDatafeedSubscriptionInput) String() string
- func (s *CreateSpotDatafeedSubscriptionInput) Validate() error
- type CreateSpotDatafeedSubscriptionOutput
- type CreateSubnetInput
- func (s CreateSubnetInput) GoString() string
- func (s *CreateSubnetInput) SetAvailabilityZone(v string) *CreateSubnetInput
- func (s *CreateSubnetInput) SetAvailabilityZoneId(v string) *CreateSubnetInput
- func (s *CreateSubnetInput) SetCidrBlock(v string) *CreateSubnetInput
- func (s *CreateSubnetInput) SetDryRun(v bool) *CreateSubnetInput
- func (s *CreateSubnetInput) SetIpv6CidrBlock(v string) *CreateSubnetInput
- func (s *CreateSubnetInput) SetOutpostArn(v string) *CreateSubnetInput
- func (s *CreateSubnetInput) SetVpcId(v string) *CreateSubnetInput
- func (s CreateSubnetInput) String() string
- func (s *CreateSubnetInput) Validate() error
- type CreateSubnetOutput
- type CreateTagsInput
- func (s CreateTagsInput) GoString() string
- func (s *CreateTagsInput) SetDryRun(v bool) *CreateTagsInput
- func (s *CreateTagsInput) SetResources(v []*string) *CreateTagsInput
- func (s *CreateTagsInput) SetTags(v []*Tag) *CreateTagsInput
- func (s CreateTagsInput) String() string
- func (s *CreateTagsInput) Validate() error
- type CreateTagsOutput
- type CreateTrafficMirrorFilterInput
- func (s CreateTrafficMirrorFilterInput) GoString() string
- func (s *CreateTrafficMirrorFilterInput) SetClientToken(v string) *CreateTrafficMirrorFilterInput
- func (s *CreateTrafficMirrorFilterInput) SetDescription(v string) *CreateTrafficMirrorFilterInput
- func (s *CreateTrafficMirrorFilterInput) SetDryRun(v bool) *CreateTrafficMirrorFilterInput
- func (s *CreateTrafficMirrorFilterInput) SetTagSpecifications(v []*TagSpecification) *CreateTrafficMirrorFilterInput
- func (s CreateTrafficMirrorFilterInput) String() string
- type CreateTrafficMirrorFilterOutput
- func (s CreateTrafficMirrorFilterOutput) GoString() string
- func (s *CreateTrafficMirrorFilterOutput) SetClientToken(v string) *CreateTrafficMirrorFilterOutput
- func (s *CreateTrafficMirrorFilterOutput) SetTrafficMirrorFilter(v *TrafficMirrorFilter) *CreateTrafficMirrorFilterOutput
- func (s CreateTrafficMirrorFilterOutput) String() string
- type CreateTrafficMirrorFilterRuleInput
- func (s CreateTrafficMirrorFilterRuleInput) GoString() string
- func (s *CreateTrafficMirrorFilterRuleInput) SetClientToken(v string) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetDescription(v string) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetDestinationCidrBlock(v string) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetDestinationPortRange(v *TrafficMirrorPortRangeRequest) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetDryRun(v bool) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetProtocol(v int64) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetRuleAction(v string) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetRuleNumber(v int64) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetSourceCidrBlock(v string) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetSourcePortRange(v *TrafficMirrorPortRangeRequest) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetTrafficDirection(v string) *CreateTrafficMirrorFilterRuleInput
- func (s *CreateTrafficMirrorFilterRuleInput) SetTrafficMirrorFilterId(v string) *CreateTrafficMirrorFilterRuleInput
- func (s CreateTrafficMirrorFilterRuleInput) String() string
- func (s *CreateTrafficMirrorFilterRuleInput) Validate() error
- type CreateTrafficMirrorFilterRuleOutput
- func (s CreateTrafficMirrorFilterRuleOutput) GoString() string
- func (s *CreateTrafficMirrorFilterRuleOutput) SetClientToken(v string) *CreateTrafficMirrorFilterRuleOutput
- func (s *CreateTrafficMirrorFilterRuleOutput) SetTrafficMirrorFilterRule(v *TrafficMirrorFilterRule) *CreateTrafficMirrorFilterRuleOutput
- func (s CreateTrafficMirrorFilterRuleOutput) String() string
- type CreateTrafficMirrorSessionInput
- func (s CreateTrafficMirrorSessionInput) GoString() string
- func (s *CreateTrafficMirrorSessionInput) SetClientToken(v string) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetDescription(v string) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetDryRun(v bool) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetNetworkInterfaceId(v string) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetPacketLength(v int64) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetSessionNumber(v int64) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetTagSpecifications(v []*TagSpecification) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetTrafficMirrorFilterId(v string) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetTrafficMirrorTargetId(v string) *CreateTrafficMirrorSessionInput
- func (s *CreateTrafficMirrorSessionInput) SetVirtualNetworkId(v int64) *CreateTrafficMirrorSessionInput
- func (s CreateTrafficMirrorSessionInput) String() string
- func (s *CreateTrafficMirrorSessionInput) Validate() error
- type CreateTrafficMirrorSessionOutput
- func (s CreateTrafficMirrorSessionOutput) GoString() string
- func (s *CreateTrafficMirrorSessionOutput) SetClientToken(v string) *CreateTrafficMirrorSessionOutput
- func (s *CreateTrafficMirrorSessionOutput) SetTrafficMirrorSession(v *TrafficMirrorSession) *CreateTrafficMirrorSessionOutput
- func (s CreateTrafficMirrorSessionOutput) String() string
- type CreateTrafficMirrorTargetInput
- func (s CreateTrafficMirrorTargetInput) GoString() string
- func (s *CreateTrafficMirrorTargetInput) SetClientToken(v string) *CreateTrafficMirrorTargetInput
- func (s *CreateTrafficMirrorTargetInput) SetDescription(v string) *CreateTrafficMirrorTargetInput
- func (s *CreateTrafficMirrorTargetInput) SetDryRun(v bool) *CreateTrafficMirrorTargetInput
- func (s *CreateTrafficMirrorTargetInput) SetNetworkInterfaceId(v string) *CreateTrafficMirrorTargetInput
- func (s *CreateTrafficMirrorTargetInput) SetNetworkLoadBalancerArn(v string) *CreateTrafficMirrorTargetInput
- func (s *CreateTrafficMirrorTargetInput) SetTagSpecifications(v []*TagSpecification) *CreateTrafficMirrorTargetInput
- func (s CreateTrafficMirrorTargetInput) String() string
- type CreateTrafficMirrorTargetOutput
- func (s CreateTrafficMirrorTargetOutput) GoString() string
- func (s *CreateTrafficMirrorTargetOutput) SetClientToken(v string) *CreateTrafficMirrorTargetOutput
- func (s *CreateTrafficMirrorTargetOutput) SetTrafficMirrorTarget(v *TrafficMirrorTarget) *CreateTrafficMirrorTargetOutput
- func (s CreateTrafficMirrorTargetOutput) String() string
- type CreateTransitGatewayInput
- func (s CreateTransitGatewayInput) GoString() string
- func (s *CreateTransitGatewayInput) SetDescription(v string) *CreateTransitGatewayInput
- func (s *CreateTransitGatewayInput) SetDryRun(v bool) *CreateTransitGatewayInput
- func (s *CreateTransitGatewayInput) SetOptions(v *TransitGatewayRequestOptions) *CreateTransitGatewayInput
- func (s *CreateTransitGatewayInput) SetTagSpecifications(v []*TagSpecification) *CreateTransitGatewayInput
- func (s CreateTransitGatewayInput) String() string
- type CreateTransitGatewayMulticastDomainInput
- func (s CreateTransitGatewayMulticastDomainInput) GoString() string
- func (s *CreateTransitGatewayMulticastDomainInput) SetDryRun(v bool) *CreateTransitGatewayMulticastDomainInput
- func (s *CreateTransitGatewayMulticastDomainInput) SetTagSpecifications(v []*TagSpecification) *CreateTransitGatewayMulticastDomainInput
- func (s *CreateTransitGatewayMulticastDomainInput) SetTransitGatewayId(v string) *CreateTransitGatewayMulticastDomainInput
- func (s CreateTransitGatewayMulticastDomainInput) String() string
- func (s *CreateTransitGatewayMulticastDomainInput) Validate() error
- type CreateTransitGatewayMulticastDomainOutput
- type CreateTransitGatewayOutput
- type CreateTransitGatewayPeeringAttachmentInput
- func (s CreateTransitGatewayPeeringAttachmentInput) GoString() string
- func (s *CreateTransitGatewayPeeringAttachmentInput) SetDryRun(v bool) *CreateTransitGatewayPeeringAttachmentInput
- func (s *CreateTransitGatewayPeeringAttachmentInput) SetPeerAccountId(v string) *CreateTransitGatewayPeeringAttachmentInput
- func (s *CreateTransitGatewayPeeringAttachmentInput) SetPeerRegion(v string) *CreateTransitGatewayPeeringAttachmentInput
- func (s *CreateTransitGatewayPeeringAttachmentInput) SetPeerTransitGatewayId(v string) *CreateTransitGatewayPeeringAttachmentInput
- func (s *CreateTransitGatewayPeeringAttachmentInput) SetTagSpecifications(v []*TagSpecification) *CreateTransitGatewayPeeringAttachmentInput
- func (s *CreateTransitGatewayPeeringAttachmentInput) SetTransitGatewayId(v string) *CreateTransitGatewayPeeringAttachmentInput
- func (s CreateTransitGatewayPeeringAttachmentInput) String() string
- func (s *CreateTransitGatewayPeeringAttachmentInput) Validate() error
- type CreateTransitGatewayPeeringAttachmentOutput
- func (s CreateTransitGatewayPeeringAttachmentOutput) GoString() string
- func (s *CreateTransitGatewayPeeringAttachmentOutput) SetTransitGatewayPeeringAttachment(v *TransitGatewayPeeringAttachment) *CreateTransitGatewayPeeringAttachmentOutput
- func (s CreateTransitGatewayPeeringAttachmentOutput) String() string
- type CreateTransitGatewayRouteInput
- func (s CreateTransitGatewayRouteInput) GoString() string
- func (s *CreateTransitGatewayRouteInput) SetBlackhole(v bool) *CreateTransitGatewayRouteInput
- func (s *CreateTransitGatewayRouteInput) SetDestinationCidrBlock(v string) *CreateTransitGatewayRouteInput
- func (s *CreateTransitGatewayRouteInput) SetDryRun(v bool) *CreateTransitGatewayRouteInput
- func (s *CreateTransitGatewayRouteInput) SetTransitGatewayAttachmentId(v string) *CreateTransitGatewayRouteInput
- func (s *CreateTransitGatewayRouteInput) SetTransitGatewayRouteTableId(v string) *CreateTransitGatewayRouteInput
- func (s CreateTransitGatewayRouteInput) String() string
- func (s *CreateTransitGatewayRouteInput) Validate() error
- type CreateTransitGatewayRouteOutput
- type CreateTransitGatewayRouteTableInput
- func (s CreateTransitGatewayRouteTableInput) GoString() string
- func (s *CreateTransitGatewayRouteTableInput) SetDryRun(v bool) *CreateTransitGatewayRouteTableInput
- func (s *CreateTransitGatewayRouteTableInput) SetTagSpecifications(v []*TagSpecification) *CreateTransitGatewayRouteTableInput
- func (s *CreateTransitGatewayRouteTableInput) SetTransitGatewayId(v string) *CreateTransitGatewayRouteTableInput
- func (s CreateTransitGatewayRouteTableInput) String() string
- func (s *CreateTransitGatewayRouteTableInput) Validate() error
- type CreateTransitGatewayRouteTableOutput
- type CreateTransitGatewayVpcAttachmentInput
- func (s CreateTransitGatewayVpcAttachmentInput) GoString() string
- func (s *CreateTransitGatewayVpcAttachmentInput) SetDryRun(v bool) *CreateTransitGatewayVpcAttachmentInput
- func (s *CreateTransitGatewayVpcAttachmentInput) SetOptions(v *CreateTransitGatewayVpcAttachmentRequestOptions) *CreateTransitGatewayVpcAttachmentInput
- func (s *CreateTransitGatewayVpcAttachmentInput) SetSubnetIds(v []*string) *CreateTransitGatewayVpcAttachmentInput
- func (s *CreateTransitGatewayVpcAttachmentInput) SetTagSpecifications(v []*TagSpecification) *CreateTransitGatewayVpcAttachmentInput
- func (s *CreateTransitGatewayVpcAttachmentInput) SetTransitGatewayId(v string) *CreateTransitGatewayVpcAttachmentInput
- func (s *CreateTransitGatewayVpcAttachmentInput) SetVpcId(v string) *CreateTransitGatewayVpcAttachmentInput
- func (s CreateTransitGatewayVpcAttachmentInput) String() string
- func (s *CreateTransitGatewayVpcAttachmentInput) Validate() error
- type CreateTransitGatewayVpcAttachmentOutput
- type CreateTransitGatewayVpcAttachmentRequestOptions
- func (s CreateTransitGatewayVpcAttachmentRequestOptions) GoString() string
- func (s *CreateTransitGatewayVpcAttachmentRequestOptions) SetDnsSupport(v string) *CreateTransitGatewayVpcAttachmentRequestOptions
- func (s *CreateTransitGatewayVpcAttachmentRequestOptions) SetIpv6Support(v string) *CreateTransitGatewayVpcAttachmentRequestOptions
- func (s CreateTransitGatewayVpcAttachmentRequestOptions) String() string
- type CreateVolumeInput
- func (s CreateVolumeInput) GoString() string
- func (s *CreateVolumeInput) SetAvailabilityZone(v string) *CreateVolumeInput
- func (s *CreateVolumeInput) SetDryRun(v bool) *CreateVolumeInput
- func (s *CreateVolumeInput) SetEncrypted(v bool) *CreateVolumeInput
- func (s *CreateVolumeInput) SetIops(v int64) *CreateVolumeInput
- func (s *CreateVolumeInput) SetKmsKeyId(v string) *CreateVolumeInput
- func (s *CreateVolumeInput) SetOutpostArn(v string) *CreateVolumeInput
- func (s *CreateVolumeInput) SetSize(v int64) *CreateVolumeInput
- func (s *CreateVolumeInput) SetSnapshotId(v string) *CreateVolumeInput
- func (s *CreateVolumeInput) SetTagSpecifications(v []*TagSpecification) *CreateVolumeInput
- func (s *CreateVolumeInput) SetVolumeType(v string) *CreateVolumeInput
- func (s CreateVolumeInput) String() string
- func (s *CreateVolumeInput) Validate() error
- type CreateVolumePermission
- type CreateVolumePermissionModifications
- func (s CreateVolumePermissionModifications) GoString() string
- func (s *CreateVolumePermissionModifications) SetAdd(v []*CreateVolumePermission) *CreateVolumePermissionModifications
- func (s *CreateVolumePermissionModifications) SetRemove(v []*CreateVolumePermission) *CreateVolumePermissionModifications
- func (s CreateVolumePermissionModifications) String() string
- type CreateVpcEndpointConnectionNotificationInput
- func (s CreateVpcEndpointConnectionNotificationInput) GoString() string
- func (s *CreateVpcEndpointConnectionNotificationInput) SetClientToken(v string) *CreateVpcEndpointConnectionNotificationInput
- func (s *CreateVpcEndpointConnectionNotificationInput) SetConnectionEvents(v []*string) *CreateVpcEndpointConnectionNotificationInput
- func (s *CreateVpcEndpointConnectionNotificationInput) SetConnectionNotificationArn(v string) *CreateVpcEndpointConnectionNotificationInput
- func (s *CreateVpcEndpointConnectionNotificationInput) SetDryRun(v bool) *CreateVpcEndpointConnectionNotificationInput
- func (s *CreateVpcEndpointConnectionNotificationInput) SetServiceId(v string) *CreateVpcEndpointConnectionNotificationInput
- func (s *CreateVpcEndpointConnectionNotificationInput) SetVpcEndpointId(v string) *CreateVpcEndpointConnectionNotificationInput
- func (s CreateVpcEndpointConnectionNotificationInput) String() string
- func (s *CreateVpcEndpointConnectionNotificationInput) Validate() error
- type CreateVpcEndpointConnectionNotificationOutput
- func (s CreateVpcEndpointConnectionNotificationOutput) GoString() string
- func (s *CreateVpcEndpointConnectionNotificationOutput) SetClientToken(v string) *CreateVpcEndpointConnectionNotificationOutput
- func (s *CreateVpcEndpointConnectionNotificationOutput) SetConnectionNotification(v *ConnectionNotification) *CreateVpcEndpointConnectionNotificationOutput
- func (s CreateVpcEndpointConnectionNotificationOutput) String() string
- type CreateVpcEndpointInput
- func (s CreateVpcEndpointInput) GoString() string
- func (s *CreateVpcEndpointInput) SetClientToken(v string) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetDryRun(v bool) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetPolicyDocument(v string) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetPrivateDnsEnabled(v bool) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetRouteTableIds(v []*string) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetSecurityGroupIds(v []*string) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetServiceName(v string) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetSubnetIds(v []*string) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetVpcEndpointType(v string) *CreateVpcEndpointInput
- func (s *CreateVpcEndpointInput) SetVpcId(v string) *CreateVpcEndpointInput
- func (s CreateVpcEndpointInput) String() string
- func (s *CreateVpcEndpointInput) Validate() error
- type CreateVpcEndpointOutput
- type CreateVpcEndpointServiceConfigurationInput
- func (s CreateVpcEndpointServiceConfigurationInput) GoString() string
- func (s *CreateVpcEndpointServiceConfigurationInput) SetAcceptanceRequired(v bool) *CreateVpcEndpointServiceConfigurationInput
- func (s *CreateVpcEndpointServiceConfigurationInput) SetClientToken(v string) *CreateVpcEndpointServiceConfigurationInput
- func (s *CreateVpcEndpointServiceConfigurationInput) SetDryRun(v bool) *CreateVpcEndpointServiceConfigurationInput
- func (s *CreateVpcEndpointServiceConfigurationInput) SetNetworkLoadBalancerArns(v []*string) *CreateVpcEndpointServiceConfigurationInput
- func (s *CreateVpcEndpointServiceConfigurationInput) SetPrivateDnsName(v string) *CreateVpcEndpointServiceConfigurationInput
- func (s CreateVpcEndpointServiceConfigurationInput) String() string
- func (s *CreateVpcEndpointServiceConfigurationInput) Validate() error
- type CreateVpcEndpointServiceConfigurationOutput
- func (s CreateVpcEndpointServiceConfigurationOutput) GoString() string
- func (s *CreateVpcEndpointServiceConfigurationOutput) SetClientToken(v string) *CreateVpcEndpointServiceConfigurationOutput
- func (s *CreateVpcEndpointServiceConfigurationOutput) SetServiceConfiguration(v *ServiceConfiguration) *CreateVpcEndpointServiceConfigurationOutput
- func (s CreateVpcEndpointServiceConfigurationOutput) String() string
- type CreateVpcInput
- func (s CreateVpcInput) GoString() string
- func (s *CreateVpcInput) SetAmazonProvidedIpv6CidrBlock(v bool) *CreateVpcInput
- func (s *CreateVpcInput) SetCidrBlock(v string) *CreateVpcInput
- func (s *CreateVpcInput) SetDryRun(v bool) *CreateVpcInput
- func (s *CreateVpcInput) SetInstanceTenancy(v string) *CreateVpcInput
- func (s *CreateVpcInput) SetIpv6CidrBlockNetworkBorderGroup(v string) *CreateVpcInput
- func (s CreateVpcInput) String() string
- func (s *CreateVpcInput) Validate() error
- type CreateVpcOutput
- type CreateVpcPeeringConnectionInput
- func (s CreateVpcPeeringConnectionInput) GoString() string
- func (s *CreateVpcPeeringConnectionInput) SetDryRun(v bool) *CreateVpcPeeringConnectionInput
- func (s *CreateVpcPeeringConnectionInput) SetPeerOwnerId(v string) *CreateVpcPeeringConnectionInput
- func (s *CreateVpcPeeringConnectionInput) SetPeerRegion(v string) *CreateVpcPeeringConnectionInput
- func (s *CreateVpcPeeringConnectionInput) SetPeerVpcId(v string) *CreateVpcPeeringConnectionInput
- func (s *CreateVpcPeeringConnectionInput) SetVpcId(v string) *CreateVpcPeeringConnectionInput
- func (s CreateVpcPeeringConnectionInput) String() string
- type CreateVpcPeeringConnectionOutput
- type CreateVpnConnectionInput
- func (s CreateVpnConnectionInput) GoString() string
- func (s *CreateVpnConnectionInput) SetCustomerGatewayId(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetDryRun(v bool) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetOptions(v *VpnConnectionOptionsSpecification) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetTransitGatewayId(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetType(v string) *CreateVpnConnectionInput
- func (s *CreateVpnConnectionInput) SetVpnGatewayId(v string) *CreateVpnConnectionInput
- func (s CreateVpnConnectionInput) String() string
- func (s *CreateVpnConnectionInput) Validate() error
- type CreateVpnConnectionOutput
- type CreateVpnConnectionRouteInput
- func (s CreateVpnConnectionRouteInput) GoString() string
- func (s *CreateVpnConnectionRouteInput) SetDestinationCidrBlock(v string) *CreateVpnConnectionRouteInput
- func (s *CreateVpnConnectionRouteInput) SetVpnConnectionId(v string) *CreateVpnConnectionRouteInput
- func (s CreateVpnConnectionRouteInput) String() string
- func (s *CreateVpnConnectionRouteInput) Validate() error
- type CreateVpnConnectionRouteOutput
- type CreateVpnGatewayInput
- func (s CreateVpnGatewayInput) GoString() string
- func (s *CreateVpnGatewayInput) SetAmazonSideAsn(v int64) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetAvailabilityZone(v string) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetDryRun(v bool) *CreateVpnGatewayInput
- func (s *CreateVpnGatewayInput) SetType(v string) *CreateVpnGatewayInput
- func (s CreateVpnGatewayInput) String() string
- func (s *CreateVpnGatewayInput) Validate() error
- type CreateVpnGatewayOutput
- type CreditSpecification
- type CreditSpecificationRequest
- type CustomerGateway
- func (s CustomerGateway) GoString() string
- func (s *CustomerGateway) SetBgpAsn(v string) *CustomerGateway
- func (s *CustomerGateway) SetCertificateArn(v string) *CustomerGateway
- func (s *CustomerGateway) SetCustomerGatewayId(v string) *CustomerGateway
- func (s *CustomerGateway) SetDeviceName(v string) *CustomerGateway
- func (s *CustomerGateway) SetIpAddress(v string) *CustomerGateway
- func (s *CustomerGateway) SetState(v string) *CustomerGateway
- func (s *CustomerGateway) SetTags(v []*Tag) *CustomerGateway
- func (s *CustomerGateway) SetType(v string) *CustomerGateway
- func (s CustomerGateway) String() string
- type DeleteClientVpnEndpointInput
- func (s DeleteClientVpnEndpointInput) GoString() string
- func (s *DeleteClientVpnEndpointInput) SetClientVpnEndpointId(v string) *DeleteClientVpnEndpointInput
- func (s *DeleteClientVpnEndpointInput) SetDryRun(v bool) *DeleteClientVpnEndpointInput
- func (s DeleteClientVpnEndpointInput) String() string
- func (s *DeleteClientVpnEndpointInput) Validate() error
- type DeleteClientVpnEndpointOutput
- type DeleteClientVpnRouteInput
- func (s DeleteClientVpnRouteInput) GoString() string
- func (s *DeleteClientVpnRouteInput) SetClientVpnEndpointId(v string) *DeleteClientVpnRouteInput
- func (s *DeleteClientVpnRouteInput) SetDestinationCidrBlock(v string) *DeleteClientVpnRouteInput
- func (s *DeleteClientVpnRouteInput) SetDryRun(v bool) *DeleteClientVpnRouteInput
- func (s *DeleteClientVpnRouteInput) SetTargetVpcSubnetId(v string) *DeleteClientVpnRouteInput
- func (s DeleteClientVpnRouteInput) String() string
- func (s *DeleteClientVpnRouteInput) Validate() error
- type DeleteClientVpnRouteOutput
- type DeleteCustomerGatewayInput
- func (s DeleteCustomerGatewayInput) GoString() string
- func (s *DeleteCustomerGatewayInput) SetCustomerGatewayId(v string) *DeleteCustomerGatewayInput
- func (s *DeleteCustomerGatewayInput) SetDryRun(v bool) *DeleteCustomerGatewayInput
- func (s DeleteCustomerGatewayInput) String() string
- func (s *DeleteCustomerGatewayInput) Validate() error
- type DeleteCustomerGatewayOutput
- type DeleteDhcpOptionsInput
- func (s DeleteDhcpOptionsInput) GoString() string
- func (s *DeleteDhcpOptionsInput) SetDhcpOptionsId(v string) *DeleteDhcpOptionsInput
- func (s *DeleteDhcpOptionsInput) SetDryRun(v bool) *DeleteDhcpOptionsInput
- func (s DeleteDhcpOptionsInput) String() string
- func (s *DeleteDhcpOptionsInput) Validate() error
- type DeleteDhcpOptionsOutput
- type DeleteEgressOnlyInternetGatewayInput
- func (s DeleteEgressOnlyInternetGatewayInput) GoString() string
- func (s *DeleteEgressOnlyInternetGatewayInput) SetDryRun(v bool) *DeleteEgressOnlyInternetGatewayInput
- func (s *DeleteEgressOnlyInternetGatewayInput) SetEgressOnlyInternetGatewayId(v string) *DeleteEgressOnlyInternetGatewayInput
- func (s DeleteEgressOnlyInternetGatewayInput) String() string
- func (s *DeleteEgressOnlyInternetGatewayInput) Validate() error
- type DeleteEgressOnlyInternetGatewayOutput
- type DeleteFleetError
- type DeleteFleetErrorItem
- type DeleteFleetSuccessItem
- func (s DeleteFleetSuccessItem) GoString() string
- func (s *DeleteFleetSuccessItem) SetCurrentFleetState(v string) *DeleteFleetSuccessItem
- func (s *DeleteFleetSuccessItem) SetFleetId(v string) *DeleteFleetSuccessItem
- func (s *DeleteFleetSuccessItem) SetPreviousFleetState(v string) *DeleteFleetSuccessItem
- func (s DeleteFleetSuccessItem) String() string
- type DeleteFleetsInput
- func (s DeleteFleetsInput) GoString() string
- func (s *DeleteFleetsInput) SetDryRun(v bool) *DeleteFleetsInput
- func (s *DeleteFleetsInput) SetFleetIds(v []*string) *DeleteFleetsInput
- func (s *DeleteFleetsInput) SetTerminateInstances(v bool) *DeleteFleetsInput
- func (s DeleteFleetsInput) String() string
- func (s *DeleteFleetsInput) Validate() error
- type DeleteFleetsOutput
- func (s DeleteFleetsOutput) GoString() string
- func (s *DeleteFleetsOutput) SetSuccessfulFleetDeletions(v []*DeleteFleetSuccessItem) *DeleteFleetsOutput
- func (s *DeleteFleetsOutput) SetUnsuccessfulFleetDeletions(v []*DeleteFleetErrorItem) *DeleteFleetsOutput
- func (s DeleteFleetsOutput) String() string
- type DeleteFlowLogsInput
- type DeleteFlowLogsOutput
- type DeleteFpgaImageInput
- type DeleteFpgaImageOutput
- type DeleteInternetGatewayInput
- func (s DeleteInternetGatewayInput) GoString() string
- func (s *DeleteInternetGatewayInput) SetDryRun(v bool) *DeleteInternetGatewayInput
- func (s *DeleteInternetGatewayInput) SetInternetGatewayId(v string) *DeleteInternetGatewayInput
- func (s DeleteInternetGatewayInput) String() string
- func (s *DeleteInternetGatewayInput) Validate() error
- type DeleteInternetGatewayOutput
- type DeleteKeyPairInput
- type DeleteKeyPairOutput
- type DeleteLaunchTemplateInput
- func (s DeleteLaunchTemplateInput) GoString() string
- func (s *DeleteLaunchTemplateInput) SetDryRun(v bool) *DeleteLaunchTemplateInput
- func (s *DeleteLaunchTemplateInput) SetLaunchTemplateId(v string) *DeleteLaunchTemplateInput
- func (s *DeleteLaunchTemplateInput) SetLaunchTemplateName(v string) *DeleteLaunchTemplateInput
- func (s DeleteLaunchTemplateInput) String() string
- func (s *DeleteLaunchTemplateInput) Validate() error
- type DeleteLaunchTemplateOutput
- type DeleteLaunchTemplateVersionsInput
- func (s DeleteLaunchTemplateVersionsInput) GoString() string
- func (s *DeleteLaunchTemplateVersionsInput) SetDryRun(v bool) *DeleteLaunchTemplateVersionsInput
- func (s *DeleteLaunchTemplateVersionsInput) SetLaunchTemplateId(v string) *DeleteLaunchTemplateVersionsInput
- func (s *DeleteLaunchTemplateVersionsInput) SetLaunchTemplateName(v string) *DeleteLaunchTemplateVersionsInput
- func (s *DeleteLaunchTemplateVersionsInput) SetVersions(v []*string) *DeleteLaunchTemplateVersionsInput
- func (s DeleteLaunchTemplateVersionsInput) String() string
- func (s *DeleteLaunchTemplateVersionsInput) Validate() error
- type DeleteLaunchTemplateVersionsOutput
- func (s DeleteLaunchTemplateVersionsOutput) GoString() string
- func (s *DeleteLaunchTemplateVersionsOutput) SetSuccessfullyDeletedLaunchTemplateVersions(v []*DeleteLaunchTemplateVersionsResponseSuccessItem) *DeleteLaunchTemplateVersionsOutput
- func (s *DeleteLaunchTemplateVersionsOutput) SetUnsuccessfullyDeletedLaunchTemplateVersions(v []*DeleteLaunchTemplateVersionsResponseErrorItem) *DeleteLaunchTemplateVersionsOutput
- func (s DeleteLaunchTemplateVersionsOutput) String() string
- type DeleteLaunchTemplateVersionsResponseErrorItem
- func (s DeleteLaunchTemplateVersionsResponseErrorItem) GoString() string
- func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetLaunchTemplateId(v string) *DeleteLaunchTemplateVersionsResponseErrorItem
- func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetLaunchTemplateName(v string) *DeleteLaunchTemplateVersionsResponseErrorItem
- func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetResponseError(v *ResponseError) *DeleteLaunchTemplateVersionsResponseErrorItem
- func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetVersionNumber(v int64) *DeleteLaunchTemplateVersionsResponseErrorItem
- func (s DeleteLaunchTemplateVersionsResponseErrorItem) String() string
- type DeleteLaunchTemplateVersionsResponseSuccessItem
- func (s DeleteLaunchTemplateVersionsResponseSuccessItem) GoString() string
- func (s *DeleteLaunchTemplateVersionsResponseSuccessItem) SetLaunchTemplateId(v string) *DeleteLaunchTemplateVersionsResponseSuccessItem
- func (s *DeleteLaunchTemplateVersionsResponseSuccessItem) SetLaunchTemplateName(v string) *DeleteLaunchTemplateVersionsResponseSuccessItem
- func (s *DeleteLaunchTemplateVersionsResponseSuccessItem) SetVersionNumber(v int64) *DeleteLaunchTemplateVersionsResponseSuccessItem
- func (s DeleteLaunchTemplateVersionsResponseSuccessItem) String() string
- type DeleteLocalGatewayRouteInput
- func (s DeleteLocalGatewayRouteInput) GoString() string
- func (s *DeleteLocalGatewayRouteInput) SetDestinationCidrBlock(v string) *DeleteLocalGatewayRouteInput
- func (s *DeleteLocalGatewayRouteInput) SetDryRun(v bool) *DeleteLocalGatewayRouteInput
- func (s *DeleteLocalGatewayRouteInput) SetLocalGatewayRouteTableId(v string) *DeleteLocalGatewayRouteInput
- func (s DeleteLocalGatewayRouteInput) String() string
- func (s *DeleteLocalGatewayRouteInput) Validate() error
- type DeleteLocalGatewayRouteOutput
- type DeleteLocalGatewayRouteTableVpcAssociationInput
- func (s DeleteLocalGatewayRouteTableVpcAssociationInput) GoString() string
- func (s *DeleteLocalGatewayRouteTableVpcAssociationInput) SetDryRun(v bool) *DeleteLocalGatewayRouteTableVpcAssociationInput
- func (s *DeleteLocalGatewayRouteTableVpcAssociationInput) SetLocalGatewayRouteTableVpcAssociationId(v string) *DeleteLocalGatewayRouteTableVpcAssociationInput
- func (s DeleteLocalGatewayRouteTableVpcAssociationInput) String() string
- func (s *DeleteLocalGatewayRouteTableVpcAssociationInput) Validate() error
- type DeleteLocalGatewayRouteTableVpcAssociationOutput
- func (s DeleteLocalGatewayRouteTableVpcAssociationOutput) GoString() string
- func (s *DeleteLocalGatewayRouteTableVpcAssociationOutput) SetLocalGatewayRouteTableVpcAssociation(v *LocalGatewayRouteTableVpcAssociation) *DeleteLocalGatewayRouteTableVpcAssociationOutput
- func (s DeleteLocalGatewayRouteTableVpcAssociationOutput) String() string
- type DeleteNatGatewayInput
- type DeleteNatGatewayOutput
- type DeleteNetworkAclEntryInput
- func (s DeleteNetworkAclEntryInput) GoString() string
- func (s *DeleteNetworkAclEntryInput) SetDryRun(v bool) *DeleteNetworkAclEntryInput
- func (s *DeleteNetworkAclEntryInput) SetEgress(v bool) *DeleteNetworkAclEntryInput
- func (s *DeleteNetworkAclEntryInput) SetNetworkAclId(v string) *DeleteNetworkAclEntryInput
- func (s *DeleteNetworkAclEntryInput) SetRuleNumber(v int64) *DeleteNetworkAclEntryInput
- func (s DeleteNetworkAclEntryInput) String() string
- func (s *DeleteNetworkAclEntryInput) Validate() error
- type DeleteNetworkAclEntryOutput
- type DeleteNetworkAclInput
- type DeleteNetworkAclOutput
- type DeleteNetworkInterfaceInput
- func (s DeleteNetworkInterfaceInput) GoString() string
- func (s *DeleteNetworkInterfaceInput) SetDryRun(v bool) *DeleteNetworkInterfaceInput
- func (s *DeleteNetworkInterfaceInput) SetNetworkInterfaceId(v string) *DeleteNetworkInterfaceInput
- func (s DeleteNetworkInterfaceInput) String() string
- func (s *DeleteNetworkInterfaceInput) Validate() error
- type DeleteNetworkInterfaceOutput
- type DeleteNetworkInterfacePermissionInput
- func (s DeleteNetworkInterfacePermissionInput) GoString() string
- func (s *DeleteNetworkInterfacePermissionInput) SetDryRun(v bool) *DeleteNetworkInterfacePermissionInput
- func (s *DeleteNetworkInterfacePermissionInput) SetForce(v bool) *DeleteNetworkInterfacePermissionInput
- func (s *DeleteNetworkInterfacePermissionInput) SetNetworkInterfacePermissionId(v string) *DeleteNetworkInterfacePermissionInput
- func (s DeleteNetworkInterfacePermissionInput) String() string
- func (s *DeleteNetworkInterfacePermissionInput) Validate() error
- type DeleteNetworkInterfacePermissionOutput
- type DeletePlacementGroupInput
- func (s DeletePlacementGroupInput) GoString() string
- func (s *DeletePlacementGroupInput) SetDryRun(v bool) *DeletePlacementGroupInput
- func (s *DeletePlacementGroupInput) SetGroupName(v string) *DeletePlacementGroupInput
- func (s DeletePlacementGroupInput) String() string
- func (s *DeletePlacementGroupInput) Validate() error
- type DeletePlacementGroupOutput
- type DeleteQueuedReservedInstancesError
- func (s DeleteQueuedReservedInstancesError) GoString() string
- func (s *DeleteQueuedReservedInstancesError) SetCode(v string) *DeleteQueuedReservedInstancesError
- func (s *DeleteQueuedReservedInstancesError) SetMessage(v string) *DeleteQueuedReservedInstancesError
- func (s DeleteQueuedReservedInstancesError) String() string
- type DeleteQueuedReservedInstancesInput
- func (s DeleteQueuedReservedInstancesInput) GoString() string
- func (s *DeleteQueuedReservedInstancesInput) SetDryRun(v bool) *DeleteQueuedReservedInstancesInput
- func (s *DeleteQueuedReservedInstancesInput) SetReservedInstancesIds(v []*string) *DeleteQueuedReservedInstancesInput
- func (s DeleteQueuedReservedInstancesInput) String() string
- func (s *DeleteQueuedReservedInstancesInput) Validate() error
- type DeleteQueuedReservedInstancesOutput
- func (s DeleteQueuedReservedInstancesOutput) GoString() string
- func (s *DeleteQueuedReservedInstancesOutput) SetFailedQueuedPurchaseDeletions(v []*FailedQueuedPurchaseDeletion) *DeleteQueuedReservedInstancesOutput
- func (s *DeleteQueuedReservedInstancesOutput) SetSuccessfulQueuedPurchaseDeletions(v []*SuccessfulQueuedPurchaseDeletion) *DeleteQueuedReservedInstancesOutput
- func (s DeleteQueuedReservedInstancesOutput) String() string
- type DeleteRouteInput
- func (s DeleteRouteInput) GoString() string
- func (s *DeleteRouteInput) SetDestinationCidrBlock(v string) *DeleteRouteInput
- func (s *DeleteRouteInput) SetDestinationIpv6CidrBlock(v string) *DeleteRouteInput
- func (s *DeleteRouteInput) SetDryRun(v bool) *DeleteRouteInput
- func (s *DeleteRouteInput) SetRouteTableId(v string) *DeleteRouteInput
- func (s DeleteRouteInput) String() string
- func (s *DeleteRouteInput) Validate() error
- type DeleteRouteOutput
- type DeleteRouteTableInput
- type DeleteRouteTableOutput
- type DeleteSecurityGroupInput
- func (s DeleteSecurityGroupInput) GoString() string
- func (s *DeleteSecurityGroupInput) SetDryRun(v bool) *DeleteSecurityGroupInput
- func (s *DeleteSecurityGroupInput) SetGroupId(v string) *DeleteSecurityGroupInput
- func (s *DeleteSecurityGroupInput) SetGroupName(v string) *DeleteSecurityGroupInput
- func (s DeleteSecurityGroupInput) String() string
- type DeleteSecurityGroupOutput
- type DeleteSnapshotInput
- type DeleteSnapshotOutput
- type DeleteSpotDatafeedSubscriptionInput
- type DeleteSpotDatafeedSubscriptionOutput
- type DeleteSubnetInput
- type DeleteSubnetOutput
- type DeleteTagsInput
- func (s DeleteTagsInput) GoString() string
- func (s *DeleteTagsInput) SetDryRun(v bool) *DeleteTagsInput
- func (s *DeleteTagsInput) SetResources(v []*string) *DeleteTagsInput
- func (s *DeleteTagsInput) SetTags(v []*Tag) *DeleteTagsInput
- func (s DeleteTagsInput) String() string
- func (s *DeleteTagsInput) Validate() error
- type DeleteTagsOutput
- type DeleteTrafficMirrorFilterInput
- func (s DeleteTrafficMirrorFilterInput) GoString() string
- func (s *DeleteTrafficMirrorFilterInput) SetDryRun(v bool) *DeleteTrafficMirrorFilterInput
- func (s *DeleteTrafficMirrorFilterInput) SetTrafficMirrorFilterId(v string) *DeleteTrafficMirrorFilterInput
- func (s DeleteTrafficMirrorFilterInput) String() string
- func (s *DeleteTrafficMirrorFilterInput) Validate() error
- type DeleteTrafficMirrorFilterOutput
- type DeleteTrafficMirrorFilterRuleInput
- func (s DeleteTrafficMirrorFilterRuleInput) GoString() string
- func (s *DeleteTrafficMirrorFilterRuleInput) SetDryRun(v bool) *DeleteTrafficMirrorFilterRuleInput
- func (s *DeleteTrafficMirrorFilterRuleInput) SetTrafficMirrorFilterRuleId(v string) *DeleteTrafficMirrorFilterRuleInput
- func (s DeleteTrafficMirrorFilterRuleInput) String() string
- func (s *DeleteTrafficMirrorFilterRuleInput) Validate() error
- type DeleteTrafficMirrorFilterRuleOutput
- type DeleteTrafficMirrorSessionInput
- func (s DeleteTrafficMirrorSessionInput) GoString() string
- func (s *DeleteTrafficMirrorSessionInput) SetDryRun(v bool) *DeleteTrafficMirrorSessionInput
- func (s *DeleteTrafficMirrorSessionInput) SetTrafficMirrorSessionId(v string) *DeleteTrafficMirrorSessionInput
- func (s DeleteTrafficMirrorSessionInput) String() string
- func (s *DeleteTrafficMirrorSessionInput) Validate() error
- type DeleteTrafficMirrorSessionOutput
- type DeleteTrafficMirrorTargetInput
- func (s DeleteTrafficMirrorTargetInput) GoString() string
- func (s *DeleteTrafficMirrorTargetInput) SetDryRun(v bool) *DeleteTrafficMirrorTargetInput
- func (s *DeleteTrafficMirrorTargetInput) SetTrafficMirrorTargetId(v string) *DeleteTrafficMirrorTargetInput
- func (s DeleteTrafficMirrorTargetInput) String() string
- func (s *DeleteTrafficMirrorTargetInput) Validate() error
- type DeleteTrafficMirrorTargetOutput
- type DeleteTransitGatewayInput
- func (s DeleteTransitGatewayInput) GoString() string
- func (s *DeleteTransitGatewayInput) SetDryRun(v bool) *DeleteTransitGatewayInput
- func (s *DeleteTransitGatewayInput) SetTransitGatewayId(v string) *DeleteTransitGatewayInput
- func (s DeleteTransitGatewayInput) String() string
- func (s *DeleteTransitGatewayInput) Validate() error
- type DeleteTransitGatewayMulticastDomainInput
- func (s DeleteTransitGatewayMulticastDomainInput) GoString() string
- func (s *DeleteTransitGatewayMulticastDomainInput) SetDryRun(v bool) *DeleteTransitGatewayMulticastDomainInput
- func (s *DeleteTransitGatewayMulticastDomainInput) SetTransitGatewayMulticastDomainId(v string) *DeleteTransitGatewayMulticastDomainInput
- func (s DeleteTransitGatewayMulticastDomainInput) String() string
- func (s *DeleteTransitGatewayMulticastDomainInput) Validate() error
- type DeleteTransitGatewayMulticastDomainOutput
- type DeleteTransitGatewayOutput
- type DeleteTransitGatewayPeeringAttachmentInput
- func (s DeleteTransitGatewayPeeringAttachmentInput) GoString() string
- func (s *DeleteTransitGatewayPeeringAttachmentInput) SetDryRun(v bool) *DeleteTransitGatewayPeeringAttachmentInput
- func (s *DeleteTransitGatewayPeeringAttachmentInput) SetTransitGatewayAttachmentId(v string) *DeleteTransitGatewayPeeringAttachmentInput
- func (s DeleteTransitGatewayPeeringAttachmentInput) String() string
- func (s *DeleteTransitGatewayPeeringAttachmentInput) Validate() error
- type DeleteTransitGatewayPeeringAttachmentOutput
- func (s DeleteTransitGatewayPeeringAttachmentOutput) GoString() string
- func (s *DeleteTransitGatewayPeeringAttachmentOutput) SetTransitGatewayPeeringAttachment(v *TransitGatewayPeeringAttachment) *DeleteTransitGatewayPeeringAttachmentOutput
- func (s DeleteTransitGatewayPeeringAttachmentOutput) String() string
- type DeleteTransitGatewayRouteInput
- func (s DeleteTransitGatewayRouteInput) GoString() string
- func (s *DeleteTransitGatewayRouteInput) SetDestinationCidrBlock(v string) *DeleteTransitGatewayRouteInput
- func (s *DeleteTransitGatewayRouteInput) SetDryRun(v bool) *DeleteTransitGatewayRouteInput
- func (s *DeleteTransitGatewayRouteInput) SetTransitGatewayRouteTableId(v string) *DeleteTransitGatewayRouteInput
- func (s DeleteTransitGatewayRouteInput) String() string
- func (s *DeleteTransitGatewayRouteInput) Validate() error
- type DeleteTransitGatewayRouteOutput
- type DeleteTransitGatewayRouteTableInput
- func (s DeleteTransitGatewayRouteTableInput) GoString() string
- func (s *DeleteTransitGatewayRouteTableInput) SetDryRun(v bool) *DeleteTransitGatewayRouteTableInput
- func (s *DeleteTransitGatewayRouteTableInput) SetTransitGatewayRouteTableId(v string) *DeleteTransitGatewayRouteTableInput
- func (s DeleteTransitGatewayRouteTableInput) String() string
- func (s *DeleteTransitGatewayRouteTableInput) Validate() error
- type DeleteTransitGatewayRouteTableOutput
- type DeleteTransitGatewayVpcAttachmentInput
- func (s DeleteTransitGatewayVpcAttachmentInput) GoString() string
- func (s *DeleteTransitGatewayVpcAttachmentInput) SetDryRun(v bool) *DeleteTransitGatewayVpcAttachmentInput
- func (s *DeleteTransitGatewayVpcAttachmentInput) SetTransitGatewayAttachmentId(v string) *DeleteTransitGatewayVpcAttachmentInput
- func (s DeleteTransitGatewayVpcAttachmentInput) String() string
- func (s *DeleteTransitGatewayVpcAttachmentInput) Validate() error
- type DeleteTransitGatewayVpcAttachmentOutput
- type DeleteVolumeInput
- type DeleteVolumeOutput
- type DeleteVpcEndpointConnectionNotificationsInput
- func (s DeleteVpcEndpointConnectionNotificationsInput) GoString() string
- func (s *DeleteVpcEndpointConnectionNotificationsInput) SetConnectionNotificationIds(v []*string) *DeleteVpcEndpointConnectionNotificationsInput
- func (s *DeleteVpcEndpointConnectionNotificationsInput) SetDryRun(v bool) *DeleteVpcEndpointConnectionNotificationsInput
- func (s DeleteVpcEndpointConnectionNotificationsInput) String() string
- func (s *DeleteVpcEndpointConnectionNotificationsInput) Validate() error
- type DeleteVpcEndpointConnectionNotificationsOutput
- type DeleteVpcEndpointServiceConfigurationsInput
- func (s DeleteVpcEndpointServiceConfigurationsInput) GoString() string
- func (s *DeleteVpcEndpointServiceConfigurationsInput) SetDryRun(v bool) *DeleteVpcEndpointServiceConfigurationsInput
- func (s *DeleteVpcEndpointServiceConfigurationsInput) SetServiceIds(v []*string) *DeleteVpcEndpointServiceConfigurationsInput
- func (s DeleteVpcEndpointServiceConfigurationsInput) String() string
- func (s *DeleteVpcEndpointServiceConfigurationsInput) Validate() error
- type DeleteVpcEndpointServiceConfigurationsOutput
- type DeleteVpcEndpointsInput
- func (s DeleteVpcEndpointsInput) GoString() string
- func (s *DeleteVpcEndpointsInput) SetDryRun(v bool) *DeleteVpcEndpointsInput
- func (s *DeleteVpcEndpointsInput) SetVpcEndpointIds(v []*string) *DeleteVpcEndpointsInput
- func (s DeleteVpcEndpointsInput) String() string
- func (s *DeleteVpcEndpointsInput) Validate() error
- type DeleteVpcEndpointsOutput
- type DeleteVpcInput
- type DeleteVpcOutput
- type DeleteVpcPeeringConnectionInput
- func (s DeleteVpcPeeringConnectionInput) GoString() string
- func (s *DeleteVpcPeeringConnectionInput) SetDryRun(v bool) *DeleteVpcPeeringConnectionInput
- func (s *DeleteVpcPeeringConnectionInput) SetVpcPeeringConnectionId(v string) *DeleteVpcPeeringConnectionInput
- func (s DeleteVpcPeeringConnectionInput) String() string
- func (s *DeleteVpcPeeringConnectionInput) Validate() error
- type DeleteVpcPeeringConnectionOutput
- type DeleteVpnConnectionInput
- func (s DeleteVpnConnectionInput) GoString() string
- func (s *DeleteVpnConnectionInput) SetDryRun(v bool) *DeleteVpnConnectionInput
- func (s *DeleteVpnConnectionInput) SetVpnConnectionId(v string) *DeleteVpnConnectionInput
- func (s DeleteVpnConnectionInput) String() string
- func (s *DeleteVpnConnectionInput) Validate() error
- type DeleteVpnConnectionOutput
- type DeleteVpnConnectionRouteInput
- func (s DeleteVpnConnectionRouteInput) GoString() string
- func (s *DeleteVpnConnectionRouteInput) SetDestinationCidrBlock(v string) *DeleteVpnConnectionRouteInput
- func (s *DeleteVpnConnectionRouteInput) SetVpnConnectionId(v string) *DeleteVpnConnectionRouteInput
- func (s DeleteVpnConnectionRouteInput) String() string
- func (s *DeleteVpnConnectionRouteInput) Validate() error
- type DeleteVpnConnectionRouteOutput
- type DeleteVpnGatewayInput
- type DeleteVpnGatewayOutput
- type DeprovisionByoipCidrInput
- func (s DeprovisionByoipCidrInput) GoString() string
- func (s *DeprovisionByoipCidrInput) SetCidr(v string) *DeprovisionByoipCidrInput
- func (s *DeprovisionByoipCidrInput) SetDryRun(v bool) *DeprovisionByoipCidrInput
- func (s DeprovisionByoipCidrInput) String() string
- func (s *DeprovisionByoipCidrInput) Validate() error
- type DeprovisionByoipCidrOutput
- type DeregisterImageInput
- type DeregisterImageOutput
- type DeregisterTransitGatewayMulticastGroupMembersInput
- func (s DeregisterTransitGatewayMulticastGroupMembersInput) GoString() string
- func (s *DeregisterTransitGatewayMulticastGroupMembersInput) SetDryRun(v bool) *DeregisterTransitGatewayMulticastGroupMembersInput
- func (s *DeregisterTransitGatewayMulticastGroupMembersInput) SetGroupIpAddress(v string) *DeregisterTransitGatewayMulticastGroupMembersInput
- func (s *DeregisterTransitGatewayMulticastGroupMembersInput) SetNetworkInterfaceIds(v []*string) *DeregisterTransitGatewayMulticastGroupMembersInput
- func (s *DeregisterTransitGatewayMulticastGroupMembersInput) SetTransitGatewayMulticastDomainId(v string) *DeregisterTransitGatewayMulticastGroupMembersInput
- func (s DeregisterTransitGatewayMulticastGroupMembersInput) String() string
- type DeregisterTransitGatewayMulticastGroupMembersOutput
- func (s DeregisterTransitGatewayMulticastGroupMembersOutput) GoString() string
- func (s *DeregisterTransitGatewayMulticastGroupMembersOutput) SetDeregisteredMulticastGroupMembers(v *TransitGatewayMulticastDeregisteredGroupMembers) *DeregisterTransitGatewayMulticastGroupMembersOutput
- func (s DeregisterTransitGatewayMulticastGroupMembersOutput) String() string
- type DeregisterTransitGatewayMulticastGroupSourcesInput
- func (s DeregisterTransitGatewayMulticastGroupSourcesInput) GoString() string
- func (s *DeregisterTransitGatewayMulticastGroupSourcesInput) SetDryRun(v bool) *DeregisterTransitGatewayMulticastGroupSourcesInput
- func (s *DeregisterTransitGatewayMulticastGroupSourcesInput) SetGroupIpAddress(v string) *DeregisterTransitGatewayMulticastGroupSourcesInput
- func (s *DeregisterTransitGatewayMulticastGroupSourcesInput) SetNetworkInterfaceIds(v []*string) *DeregisterTransitGatewayMulticastGroupSourcesInput
- func (s *DeregisterTransitGatewayMulticastGroupSourcesInput) SetTransitGatewayMulticastDomainId(v string) *DeregisterTransitGatewayMulticastGroupSourcesInput
- func (s DeregisterTransitGatewayMulticastGroupSourcesInput) String() string
- type DeregisterTransitGatewayMulticastGroupSourcesOutput
- func (s DeregisterTransitGatewayMulticastGroupSourcesOutput) GoString() string
- func (s *DeregisterTransitGatewayMulticastGroupSourcesOutput) SetDeregisteredMulticastGroupSources(v *TransitGatewayMulticastDeregisteredGroupSources) *DeregisterTransitGatewayMulticastGroupSourcesOutput
- func (s DeregisterTransitGatewayMulticastGroupSourcesOutput) String() string
- type DescribeAccountAttributesInput
- func (s DescribeAccountAttributesInput) GoString() string
- func (s *DescribeAccountAttributesInput) SetAttributeNames(v []*string) *DescribeAccountAttributesInput
- func (s *DescribeAccountAttributesInput) SetDryRun(v bool) *DescribeAccountAttributesInput
- func (s DescribeAccountAttributesInput) String() string
- type DescribeAccountAttributesOutput
- type DescribeAddressesInput
- func (s DescribeAddressesInput) GoString() string
- func (s *DescribeAddressesInput) SetAllocationIds(v []*string) *DescribeAddressesInput
- func (s *DescribeAddressesInput) SetDryRun(v bool) *DescribeAddressesInput
- func (s *DescribeAddressesInput) SetFilters(v []*Filter) *DescribeAddressesInput
- func (s *DescribeAddressesInput) SetPublicIps(v []*string) *DescribeAddressesInput
- func (s DescribeAddressesInput) String() string
- type DescribeAddressesOutput
- type DescribeAggregateIdFormatInput
- type DescribeAggregateIdFormatOutput
- func (s DescribeAggregateIdFormatOutput) GoString() string
- func (s *DescribeAggregateIdFormatOutput) SetStatuses(v []*IdFormat) *DescribeAggregateIdFormatOutput
- func (s *DescribeAggregateIdFormatOutput) SetUseLongIdsAggregated(v bool) *DescribeAggregateIdFormatOutput
- func (s DescribeAggregateIdFormatOutput) String() string
- type DescribeAvailabilityZonesInput
- func (s DescribeAvailabilityZonesInput) GoString() string
- func (s *DescribeAvailabilityZonesInput) SetAllAvailabilityZones(v bool) *DescribeAvailabilityZonesInput
- func (s *DescribeAvailabilityZonesInput) SetDryRun(v bool) *DescribeAvailabilityZonesInput
- func (s *DescribeAvailabilityZonesInput) SetFilters(v []*Filter) *DescribeAvailabilityZonesInput
- func (s *DescribeAvailabilityZonesInput) SetZoneIds(v []*string) *DescribeAvailabilityZonesInput
- func (s *DescribeAvailabilityZonesInput) SetZoneNames(v []*string) *DescribeAvailabilityZonesInput
- func (s DescribeAvailabilityZonesInput) String() string
- type DescribeAvailabilityZonesOutput
- type DescribeBundleTasksInput
- func (s DescribeBundleTasksInput) GoString() string
- func (s *DescribeBundleTasksInput) SetBundleIds(v []*string) *DescribeBundleTasksInput
- func (s *DescribeBundleTasksInput) SetDryRun(v bool) *DescribeBundleTasksInput
- func (s *DescribeBundleTasksInput) SetFilters(v []*Filter) *DescribeBundleTasksInput
- func (s DescribeBundleTasksInput) String() string
- type DescribeBundleTasksOutput
- type DescribeByoipCidrsInput
- func (s DescribeByoipCidrsInput) GoString() string
- func (s *DescribeByoipCidrsInput) SetDryRun(v bool) *DescribeByoipCidrsInput
- func (s *DescribeByoipCidrsInput) SetMaxResults(v int64) *DescribeByoipCidrsInput
- func (s *DescribeByoipCidrsInput) SetNextToken(v string) *DescribeByoipCidrsInput
- func (s DescribeByoipCidrsInput) String() string
- func (s *DescribeByoipCidrsInput) Validate() error
- type DescribeByoipCidrsOutput
- type DescribeCapacityReservationsInput
- func (s DescribeCapacityReservationsInput) GoString() string
- func (s *DescribeCapacityReservationsInput) SetCapacityReservationIds(v []*string) *DescribeCapacityReservationsInput
- func (s *DescribeCapacityReservationsInput) SetDryRun(v bool) *DescribeCapacityReservationsInput
- func (s *DescribeCapacityReservationsInput) SetFilters(v []*Filter) *DescribeCapacityReservationsInput
- func (s *DescribeCapacityReservationsInput) SetMaxResults(v int64) *DescribeCapacityReservationsInput
- func (s *DescribeCapacityReservationsInput) SetNextToken(v string) *DescribeCapacityReservationsInput
- func (s DescribeCapacityReservationsInput) String() string
- func (s *DescribeCapacityReservationsInput) Validate() error
- type DescribeCapacityReservationsOutput
- func (s DescribeCapacityReservationsOutput) GoString() string
- func (s *DescribeCapacityReservationsOutput) SetCapacityReservations(v []*CapacityReservation) *DescribeCapacityReservationsOutput
- func (s *DescribeCapacityReservationsOutput) SetNextToken(v string) *DescribeCapacityReservationsOutput
- func (s DescribeCapacityReservationsOutput) String() string
- type DescribeClassicLinkInstancesInput
- func (s DescribeClassicLinkInstancesInput) GoString() string
- func (s *DescribeClassicLinkInstancesInput) SetDryRun(v bool) *DescribeClassicLinkInstancesInput
- func (s *DescribeClassicLinkInstancesInput) SetFilters(v []*Filter) *DescribeClassicLinkInstancesInput
- func (s *DescribeClassicLinkInstancesInput) SetInstanceIds(v []*string) *DescribeClassicLinkInstancesInput
- func (s *DescribeClassicLinkInstancesInput) SetMaxResults(v int64) *DescribeClassicLinkInstancesInput
- func (s *DescribeClassicLinkInstancesInput) SetNextToken(v string) *DescribeClassicLinkInstancesInput
- func (s DescribeClassicLinkInstancesInput) String() string
- func (s *DescribeClassicLinkInstancesInput) Validate() error
- type DescribeClassicLinkInstancesOutput
- func (s DescribeClassicLinkInstancesOutput) GoString() string
- func (s *DescribeClassicLinkInstancesOutput) SetInstances(v []*ClassicLinkInstance) *DescribeClassicLinkInstancesOutput
- func (s *DescribeClassicLinkInstancesOutput) SetNextToken(v string) *DescribeClassicLinkInstancesOutput
- func (s DescribeClassicLinkInstancesOutput) String() string
- type DescribeClientVpnAuthorizationRulesInput
- func (s DescribeClientVpnAuthorizationRulesInput) GoString() string
- func (s *DescribeClientVpnAuthorizationRulesInput) SetClientVpnEndpointId(v string) *DescribeClientVpnAuthorizationRulesInput
- func (s *DescribeClientVpnAuthorizationRulesInput) SetDryRun(v bool) *DescribeClientVpnAuthorizationRulesInput
- func (s *DescribeClientVpnAuthorizationRulesInput) SetFilters(v []*Filter) *DescribeClientVpnAuthorizationRulesInput
- func (s *DescribeClientVpnAuthorizationRulesInput) SetMaxResults(v int64) *DescribeClientVpnAuthorizationRulesInput
- func (s *DescribeClientVpnAuthorizationRulesInput) SetNextToken(v string) *DescribeClientVpnAuthorizationRulesInput
- func (s DescribeClientVpnAuthorizationRulesInput) String() string
- func (s *DescribeClientVpnAuthorizationRulesInput) Validate() error
- type DescribeClientVpnAuthorizationRulesOutput
- func (s DescribeClientVpnAuthorizationRulesOutput) GoString() string
- func (s *DescribeClientVpnAuthorizationRulesOutput) SetAuthorizationRules(v []*AuthorizationRule) *DescribeClientVpnAuthorizationRulesOutput
- func (s *DescribeClientVpnAuthorizationRulesOutput) SetNextToken(v string) *DescribeClientVpnAuthorizationRulesOutput
- func (s DescribeClientVpnAuthorizationRulesOutput) String() string
- type DescribeClientVpnConnectionsInput
- func (s DescribeClientVpnConnectionsInput) GoString() string
- func (s *DescribeClientVpnConnectionsInput) SetClientVpnEndpointId(v string) *DescribeClientVpnConnectionsInput
- func (s *DescribeClientVpnConnectionsInput) SetDryRun(v bool) *DescribeClientVpnConnectionsInput
- func (s *DescribeClientVpnConnectionsInput) SetFilters(v []*Filter) *DescribeClientVpnConnectionsInput
- func (s *DescribeClientVpnConnectionsInput) SetMaxResults(v int64) *DescribeClientVpnConnectionsInput
- func (s *DescribeClientVpnConnectionsInput) SetNextToken(v string) *DescribeClientVpnConnectionsInput
- func (s DescribeClientVpnConnectionsInput) String() string
- func (s *DescribeClientVpnConnectionsInput) Validate() error
- type DescribeClientVpnConnectionsOutput
- func (s DescribeClientVpnConnectionsOutput) GoString() string
- func (s *DescribeClientVpnConnectionsOutput) SetConnections(v []*ClientVpnConnection) *DescribeClientVpnConnectionsOutput
- func (s *DescribeClientVpnConnectionsOutput) SetNextToken(v string) *DescribeClientVpnConnectionsOutput
- func (s DescribeClientVpnConnectionsOutput) String() string
- type DescribeClientVpnEndpointsInput
- func (s DescribeClientVpnEndpointsInput) GoString() string
- func (s *DescribeClientVpnEndpointsInput) SetClientVpnEndpointIds(v []*string) *DescribeClientVpnEndpointsInput
- func (s *DescribeClientVpnEndpointsInput) SetDryRun(v bool) *DescribeClientVpnEndpointsInput
- func (s *DescribeClientVpnEndpointsInput) SetFilters(v []*Filter) *DescribeClientVpnEndpointsInput
- func (s *DescribeClientVpnEndpointsInput) SetMaxResults(v int64) *DescribeClientVpnEndpointsInput
- func (s *DescribeClientVpnEndpointsInput) SetNextToken(v string) *DescribeClientVpnEndpointsInput
- func (s DescribeClientVpnEndpointsInput) String() string
- func (s *DescribeClientVpnEndpointsInput) Validate() error
- type DescribeClientVpnEndpointsOutput
- func (s DescribeClientVpnEndpointsOutput) GoString() string
- func (s *DescribeClientVpnEndpointsOutput) SetClientVpnEndpoints(v []*ClientVpnEndpoint) *DescribeClientVpnEndpointsOutput
- func (s *DescribeClientVpnEndpointsOutput) SetNextToken(v string) *DescribeClientVpnEndpointsOutput
- func (s DescribeClientVpnEndpointsOutput) String() string
- type DescribeClientVpnRoutesInput
- func (s DescribeClientVpnRoutesInput) GoString() string
- func (s *DescribeClientVpnRoutesInput) SetClientVpnEndpointId(v string) *DescribeClientVpnRoutesInput
- func (s *DescribeClientVpnRoutesInput) SetDryRun(v bool) *DescribeClientVpnRoutesInput
- func (s *DescribeClientVpnRoutesInput) SetFilters(v []*Filter) *DescribeClientVpnRoutesInput
- func (s *DescribeClientVpnRoutesInput) SetMaxResults(v int64) *DescribeClientVpnRoutesInput
- func (s *DescribeClientVpnRoutesInput) SetNextToken(v string) *DescribeClientVpnRoutesInput
- func (s DescribeClientVpnRoutesInput) String() string
- func (s *DescribeClientVpnRoutesInput) Validate() error
- type DescribeClientVpnRoutesOutput
- func (s DescribeClientVpnRoutesOutput) GoString() string
- func (s *DescribeClientVpnRoutesOutput) SetNextToken(v string) *DescribeClientVpnRoutesOutput
- func (s *DescribeClientVpnRoutesOutput) SetRoutes(v []*ClientVpnRoute) *DescribeClientVpnRoutesOutput
- func (s DescribeClientVpnRoutesOutput) String() string
- type DescribeClientVpnTargetNetworksInput
- func (s DescribeClientVpnTargetNetworksInput) GoString() string
- func (s *DescribeClientVpnTargetNetworksInput) SetAssociationIds(v []*string) *DescribeClientVpnTargetNetworksInput
- func (s *DescribeClientVpnTargetNetworksInput) SetClientVpnEndpointId(v string) *DescribeClientVpnTargetNetworksInput
- func (s *DescribeClientVpnTargetNetworksInput) SetDryRun(v bool) *DescribeClientVpnTargetNetworksInput
- func (s *DescribeClientVpnTargetNetworksInput) SetFilters(v []*Filter) *DescribeClientVpnTargetNetworksInput
- func (s *DescribeClientVpnTargetNetworksInput) SetMaxResults(v int64) *DescribeClientVpnTargetNetworksInput
- func (s *DescribeClientVpnTargetNetworksInput) SetNextToken(v string) *DescribeClientVpnTargetNetworksInput
- func (s DescribeClientVpnTargetNetworksInput) String() string
- func (s *DescribeClientVpnTargetNetworksInput) Validate() error
- type DescribeClientVpnTargetNetworksOutput
- func (s DescribeClientVpnTargetNetworksOutput) GoString() string
- func (s *DescribeClientVpnTargetNetworksOutput) SetClientVpnTargetNetworks(v []*TargetNetwork) *DescribeClientVpnTargetNetworksOutput
- func (s *DescribeClientVpnTargetNetworksOutput) SetNextToken(v string) *DescribeClientVpnTargetNetworksOutput
- func (s DescribeClientVpnTargetNetworksOutput) String() string
- type DescribeCoipPoolsInput
- func (s DescribeCoipPoolsInput) GoString() string
- func (s *DescribeCoipPoolsInput) SetDryRun(v bool) *DescribeCoipPoolsInput
- func (s *DescribeCoipPoolsInput) SetFilters(v []*Filter) *DescribeCoipPoolsInput
- func (s *DescribeCoipPoolsInput) SetMaxResults(v int64) *DescribeCoipPoolsInput
- func (s *DescribeCoipPoolsInput) SetNextToken(v string) *DescribeCoipPoolsInput
- func (s *DescribeCoipPoolsInput) SetPoolIds(v []*string) *DescribeCoipPoolsInput
- func (s DescribeCoipPoolsInput) String() string
- func (s *DescribeCoipPoolsInput) Validate() error
- type DescribeCoipPoolsOutput
- type DescribeConversionTasksInput
- type DescribeConversionTasksOutput
- type DescribeCustomerGatewaysInput
- func (s DescribeCustomerGatewaysInput) GoString() string
- func (s *DescribeCustomerGatewaysInput) SetCustomerGatewayIds(v []*string) *DescribeCustomerGatewaysInput
- func (s *DescribeCustomerGatewaysInput) SetDryRun(v bool) *DescribeCustomerGatewaysInput
- func (s *DescribeCustomerGatewaysInput) SetFilters(v []*Filter) *DescribeCustomerGatewaysInput
- func (s DescribeCustomerGatewaysInput) String() string
- type DescribeCustomerGatewaysOutput
- type DescribeDhcpOptionsInput
- func (s DescribeDhcpOptionsInput) GoString() string
- func (s *DescribeDhcpOptionsInput) SetDhcpOptionsIds(v []*string) *DescribeDhcpOptionsInput
- func (s *DescribeDhcpOptionsInput) SetDryRun(v bool) *DescribeDhcpOptionsInput
- func (s *DescribeDhcpOptionsInput) SetFilters(v []*Filter) *DescribeDhcpOptionsInput
- func (s *DescribeDhcpOptionsInput) SetMaxResults(v int64) *DescribeDhcpOptionsInput
- func (s *DescribeDhcpOptionsInput) SetNextToken(v string) *DescribeDhcpOptionsInput
- func (s DescribeDhcpOptionsInput) String() string
- func (s *DescribeDhcpOptionsInput) Validate() error
- type DescribeDhcpOptionsOutput
- type DescribeEgressOnlyInternetGatewaysInput
- func (s DescribeEgressOnlyInternetGatewaysInput) GoString() string
- func (s *DescribeEgressOnlyInternetGatewaysInput) SetDryRun(v bool) *DescribeEgressOnlyInternetGatewaysInput
- func (s *DescribeEgressOnlyInternetGatewaysInput) SetEgressOnlyInternetGatewayIds(v []*string) *DescribeEgressOnlyInternetGatewaysInput
- func (s *DescribeEgressOnlyInternetGatewaysInput) SetFilters(v []*Filter) *DescribeEgressOnlyInternetGatewaysInput
- func (s *DescribeEgressOnlyInternetGatewaysInput) SetMaxResults(v int64) *DescribeEgressOnlyInternetGatewaysInput
- func (s *DescribeEgressOnlyInternetGatewaysInput) SetNextToken(v string) *DescribeEgressOnlyInternetGatewaysInput
- func (s DescribeEgressOnlyInternetGatewaysInput) String() string
- func (s *DescribeEgressOnlyInternetGatewaysInput) Validate() error
- type DescribeEgressOnlyInternetGatewaysOutput
- func (s DescribeEgressOnlyInternetGatewaysOutput) GoString() string
- func (s *DescribeEgressOnlyInternetGatewaysOutput) SetEgressOnlyInternetGateways(v []*EgressOnlyInternetGateway) *DescribeEgressOnlyInternetGatewaysOutput
- func (s *DescribeEgressOnlyInternetGatewaysOutput) SetNextToken(v string) *DescribeEgressOnlyInternetGatewaysOutput
- func (s DescribeEgressOnlyInternetGatewaysOutput) String() string
- type DescribeElasticGpusInput
- func (s DescribeElasticGpusInput) GoString() string
- func (s *DescribeElasticGpusInput) SetDryRun(v bool) *DescribeElasticGpusInput
- func (s *DescribeElasticGpusInput) SetElasticGpuIds(v []*string) *DescribeElasticGpusInput
- func (s *DescribeElasticGpusInput) SetFilters(v []*Filter) *DescribeElasticGpusInput
- func (s *DescribeElasticGpusInput) SetMaxResults(v int64) *DescribeElasticGpusInput
- func (s *DescribeElasticGpusInput) SetNextToken(v string) *DescribeElasticGpusInput
- func (s DescribeElasticGpusInput) String() string
- func (s *DescribeElasticGpusInput) Validate() error
- type DescribeElasticGpusOutput
- func (s DescribeElasticGpusOutput) GoString() string
- func (s *DescribeElasticGpusOutput) SetElasticGpuSet(v []*ElasticGpus) *DescribeElasticGpusOutput
- func (s *DescribeElasticGpusOutput) SetMaxResults(v int64) *DescribeElasticGpusOutput
- func (s *DescribeElasticGpusOutput) SetNextToken(v string) *DescribeElasticGpusOutput
- func (s DescribeElasticGpusOutput) String() string
- type DescribeExportImageTasksInput
- func (s DescribeExportImageTasksInput) GoString() string
- func (s *DescribeExportImageTasksInput) SetDryRun(v bool) *DescribeExportImageTasksInput
- func (s *DescribeExportImageTasksInput) SetExportImageTaskIds(v []*string) *DescribeExportImageTasksInput
- func (s *DescribeExportImageTasksInput) SetFilters(v []*Filter) *DescribeExportImageTasksInput
- func (s *DescribeExportImageTasksInput) SetMaxResults(v int64) *DescribeExportImageTasksInput
- func (s *DescribeExportImageTasksInput) SetNextToken(v string) *DescribeExportImageTasksInput
- func (s DescribeExportImageTasksInput) String() string
- func (s *DescribeExportImageTasksInput) Validate() error
- type DescribeExportImageTasksOutput
- func (s DescribeExportImageTasksOutput) GoString() string
- func (s *DescribeExportImageTasksOutput) SetExportImageTasks(v []*ExportImageTask) *DescribeExportImageTasksOutput
- func (s *DescribeExportImageTasksOutput) SetNextToken(v string) *DescribeExportImageTasksOutput
- func (s DescribeExportImageTasksOutput) String() string
- type DescribeExportTasksInput
- type DescribeExportTasksOutput
- type DescribeFastSnapshotRestoreSuccessItem
- func (s DescribeFastSnapshotRestoreSuccessItem) GoString() string
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetAvailabilityZone(v string) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetDisabledTime(v time.Time) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetDisablingTime(v time.Time) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetEnabledTime(v time.Time) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetEnablingTime(v time.Time) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetOptimizingTime(v time.Time) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetOwnerAlias(v string) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetOwnerId(v string) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetSnapshotId(v string) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetState(v string) *DescribeFastSnapshotRestoreSuccessItem
- func (s *DescribeFastSnapshotRestoreSuccessItem) SetStateTransitionReason(v string) *DescribeFastSnapshotRestoreSuccessItem
- func (s DescribeFastSnapshotRestoreSuccessItem) String() string
- type DescribeFastSnapshotRestoresInput
- func (s DescribeFastSnapshotRestoresInput) GoString() string
- func (s *DescribeFastSnapshotRestoresInput) SetDryRun(v bool) *DescribeFastSnapshotRestoresInput
- func (s *DescribeFastSnapshotRestoresInput) SetFilters(v []*Filter) *DescribeFastSnapshotRestoresInput
- func (s *DescribeFastSnapshotRestoresInput) SetMaxResults(v int64) *DescribeFastSnapshotRestoresInput
- func (s *DescribeFastSnapshotRestoresInput) SetNextToken(v string) *DescribeFastSnapshotRestoresInput
- func (s DescribeFastSnapshotRestoresInput) String() string
- type DescribeFastSnapshotRestoresOutput
- func (s DescribeFastSnapshotRestoresOutput) GoString() string
- func (s *DescribeFastSnapshotRestoresOutput) SetFastSnapshotRestores(v []*DescribeFastSnapshotRestoreSuccessItem) *DescribeFastSnapshotRestoresOutput
- func (s *DescribeFastSnapshotRestoresOutput) SetNextToken(v string) *DescribeFastSnapshotRestoresOutput
- func (s DescribeFastSnapshotRestoresOutput) String() string
- type DescribeFleetError
- func (s DescribeFleetError) GoString() string
- func (s *DescribeFleetError) SetErrorCode(v string) *DescribeFleetError
- func (s *DescribeFleetError) SetErrorMessage(v string) *DescribeFleetError
- func (s *DescribeFleetError) SetLaunchTemplateAndOverrides(v *LaunchTemplateAndOverridesResponse) *DescribeFleetError
- func (s *DescribeFleetError) SetLifecycle(v string) *DescribeFleetError
- func (s DescribeFleetError) String() string
- type DescribeFleetHistoryInput
- func (s DescribeFleetHistoryInput) GoString() string
- func (s *DescribeFleetHistoryInput) SetDryRun(v bool) *DescribeFleetHistoryInput
- func (s *DescribeFleetHistoryInput) SetEventType(v string) *DescribeFleetHistoryInput
- func (s *DescribeFleetHistoryInput) SetFleetId(v string) *DescribeFleetHistoryInput
- func (s *DescribeFleetHistoryInput) SetMaxResults(v int64) *DescribeFleetHistoryInput
- func (s *DescribeFleetHistoryInput) SetNextToken(v string) *DescribeFleetHistoryInput
- func (s *DescribeFleetHistoryInput) SetStartTime(v time.Time) *DescribeFleetHistoryInput
- func (s DescribeFleetHistoryInput) String() string
- func (s *DescribeFleetHistoryInput) Validate() error
- type DescribeFleetHistoryOutput
- func (s DescribeFleetHistoryOutput) GoString() string
- func (s *DescribeFleetHistoryOutput) SetFleetId(v string) *DescribeFleetHistoryOutput
- func (s *DescribeFleetHistoryOutput) SetHistoryRecords(v []*HistoryRecordEntry) *DescribeFleetHistoryOutput
- func (s *DescribeFleetHistoryOutput) SetLastEvaluatedTime(v time.Time) *DescribeFleetHistoryOutput
- func (s *DescribeFleetHistoryOutput) SetNextToken(v string) *DescribeFleetHistoryOutput
- func (s *DescribeFleetHistoryOutput) SetStartTime(v time.Time) *DescribeFleetHistoryOutput
- func (s DescribeFleetHistoryOutput) String() string
- type DescribeFleetInstancesInput
- func (s DescribeFleetInstancesInput) GoString() string
- func (s *DescribeFleetInstancesInput) SetDryRun(v bool) *DescribeFleetInstancesInput
- func (s *DescribeFleetInstancesInput) SetFilters(v []*Filter) *DescribeFleetInstancesInput
- func (s *DescribeFleetInstancesInput) SetFleetId(v string) *DescribeFleetInstancesInput
- func (s *DescribeFleetInstancesInput) SetMaxResults(v int64) *DescribeFleetInstancesInput
- func (s *DescribeFleetInstancesInput) SetNextToken(v string) *DescribeFleetInstancesInput
- func (s DescribeFleetInstancesInput) String() string
- func (s *DescribeFleetInstancesInput) Validate() error
- type DescribeFleetInstancesOutput
- func (s DescribeFleetInstancesOutput) GoString() string
- func (s *DescribeFleetInstancesOutput) SetActiveInstances(v []*ActiveInstance) *DescribeFleetInstancesOutput
- func (s *DescribeFleetInstancesOutput) SetFleetId(v string) *DescribeFleetInstancesOutput
- func (s *DescribeFleetInstancesOutput) SetNextToken(v string) *DescribeFleetInstancesOutput
- func (s DescribeFleetInstancesOutput) String() string
- type DescribeFleetsInput
- func (s DescribeFleetsInput) GoString() string
- func (s *DescribeFleetsInput) SetDryRun(v bool) *DescribeFleetsInput
- func (s *DescribeFleetsInput) SetFilters(v []*Filter) *DescribeFleetsInput
- func (s *DescribeFleetsInput) SetFleetIds(v []*string) *DescribeFleetsInput
- func (s *DescribeFleetsInput) SetMaxResults(v int64) *DescribeFleetsInput
- func (s *DescribeFleetsInput) SetNextToken(v string) *DescribeFleetsInput
- func (s DescribeFleetsInput) String() string
- type DescribeFleetsInstances
- func (s DescribeFleetsInstances) GoString() string
- func (s *DescribeFleetsInstances) SetInstanceIds(v []*string) *DescribeFleetsInstances
- func (s *DescribeFleetsInstances) SetInstanceType(v string) *DescribeFleetsInstances
- func (s *DescribeFleetsInstances) SetLaunchTemplateAndOverrides(v *LaunchTemplateAndOverridesResponse) *DescribeFleetsInstances
- func (s *DescribeFleetsInstances) SetLifecycle(v string) *DescribeFleetsInstances
- func (s *DescribeFleetsInstances) SetPlatform(v string) *DescribeFleetsInstances
- func (s DescribeFleetsInstances) String() string
- type DescribeFleetsOutput
- type DescribeFlowLogsInput
- func (s DescribeFlowLogsInput) GoString() string
- func (s *DescribeFlowLogsInput) SetDryRun(v bool) *DescribeFlowLogsInput
- func (s *DescribeFlowLogsInput) SetFilter(v []*Filter) *DescribeFlowLogsInput
- func (s *DescribeFlowLogsInput) SetFlowLogIds(v []*string) *DescribeFlowLogsInput
- func (s *DescribeFlowLogsInput) SetMaxResults(v int64) *DescribeFlowLogsInput
- func (s *DescribeFlowLogsInput) SetNextToken(v string) *DescribeFlowLogsInput
- func (s DescribeFlowLogsInput) String() string
- type DescribeFlowLogsOutput
- type DescribeFpgaImageAttributeInput
- func (s DescribeFpgaImageAttributeInput) GoString() string
- func (s *DescribeFpgaImageAttributeInput) SetAttribute(v string) *DescribeFpgaImageAttributeInput
- func (s *DescribeFpgaImageAttributeInput) SetDryRun(v bool) *DescribeFpgaImageAttributeInput
- func (s *DescribeFpgaImageAttributeInput) SetFpgaImageId(v string) *DescribeFpgaImageAttributeInput
- func (s DescribeFpgaImageAttributeInput) String() string
- func (s *DescribeFpgaImageAttributeInput) Validate() error
- type DescribeFpgaImageAttributeOutput
- type DescribeFpgaImagesInput
- func (s DescribeFpgaImagesInput) GoString() string
- func (s *DescribeFpgaImagesInput) SetDryRun(v bool) *DescribeFpgaImagesInput
- func (s *DescribeFpgaImagesInput) SetFilters(v []*Filter) *DescribeFpgaImagesInput
- func (s *DescribeFpgaImagesInput) SetFpgaImageIds(v []*string) *DescribeFpgaImagesInput
- func (s *DescribeFpgaImagesInput) SetMaxResults(v int64) *DescribeFpgaImagesInput
- func (s *DescribeFpgaImagesInput) SetNextToken(v string) *DescribeFpgaImagesInput
- func (s *DescribeFpgaImagesInput) SetOwners(v []*string) *DescribeFpgaImagesInput
- func (s DescribeFpgaImagesInput) String() string
- func (s *DescribeFpgaImagesInput) Validate() error
- type DescribeFpgaImagesOutput
- type DescribeHostReservationOfferingsInput
- func (s DescribeHostReservationOfferingsInput) GoString() string
- func (s *DescribeHostReservationOfferingsInput) SetFilter(v []*Filter) *DescribeHostReservationOfferingsInput
- func (s *DescribeHostReservationOfferingsInput) SetMaxDuration(v int64) *DescribeHostReservationOfferingsInput
- func (s *DescribeHostReservationOfferingsInput) SetMaxResults(v int64) *DescribeHostReservationOfferingsInput
- func (s *DescribeHostReservationOfferingsInput) SetMinDuration(v int64) *DescribeHostReservationOfferingsInput
- func (s *DescribeHostReservationOfferingsInput) SetNextToken(v string) *DescribeHostReservationOfferingsInput
- func (s *DescribeHostReservationOfferingsInput) SetOfferingId(v string) *DescribeHostReservationOfferingsInput
- func (s DescribeHostReservationOfferingsInput) String() string
- func (s *DescribeHostReservationOfferingsInput) Validate() error
- type DescribeHostReservationOfferingsOutput
- func (s DescribeHostReservationOfferingsOutput) GoString() string
- func (s *DescribeHostReservationOfferingsOutput) SetNextToken(v string) *DescribeHostReservationOfferingsOutput
- func (s *DescribeHostReservationOfferingsOutput) SetOfferingSet(v []*HostOffering) *DescribeHostReservationOfferingsOutput
- func (s DescribeHostReservationOfferingsOutput) String() string
- type DescribeHostReservationsInput
- func (s DescribeHostReservationsInput) GoString() string
- func (s *DescribeHostReservationsInput) SetFilter(v []*Filter) *DescribeHostReservationsInput
- func (s *DescribeHostReservationsInput) SetHostReservationIdSet(v []*string) *DescribeHostReservationsInput
- func (s *DescribeHostReservationsInput) SetMaxResults(v int64) *DescribeHostReservationsInput
- func (s *DescribeHostReservationsInput) SetNextToken(v string) *DescribeHostReservationsInput
- func (s DescribeHostReservationsInput) String() string
- type DescribeHostReservationsOutput
- func (s DescribeHostReservationsOutput) GoString() string
- func (s *DescribeHostReservationsOutput) SetHostReservationSet(v []*HostReservation) *DescribeHostReservationsOutput
- func (s *DescribeHostReservationsOutput) SetNextToken(v string) *DescribeHostReservationsOutput
- func (s DescribeHostReservationsOutput) String() string
- type DescribeHostsInput
- func (s DescribeHostsInput) GoString() string
- func (s *DescribeHostsInput) SetFilter(v []*Filter) *DescribeHostsInput
- func (s *DescribeHostsInput) SetHostIds(v []*string) *DescribeHostsInput
- func (s *DescribeHostsInput) SetMaxResults(v int64) *DescribeHostsInput
- func (s *DescribeHostsInput) SetNextToken(v string) *DescribeHostsInput
- func (s DescribeHostsInput) String() string
- type DescribeHostsOutput
- type DescribeIamInstanceProfileAssociationsInput
- func (s DescribeIamInstanceProfileAssociationsInput) GoString() string
- func (s *DescribeIamInstanceProfileAssociationsInput) SetAssociationIds(v []*string) *DescribeIamInstanceProfileAssociationsInput
- func (s *DescribeIamInstanceProfileAssociationsInput) SetFilters(v []*Filter) *DescribeIamInstanceProfileAssociationsInput
- func (s *DescribeIamInstanceProfileAssociationsInput) SetMaxResults(v int64) *DescribeIamInstanceProfileAssociationsInput
- func (s *DescribeIamInstanceProfileAssociationsInput) SetNextToken(v string) *DescribeIamInstanceProfileAssociationsInput
- func (s DescribeIamInstanceProfileAssociationsInput) String() string
- func (s *DescribeIamInstanceProfileAssociationsInput) Validate() error
- type DescribeIamInstanceProfileAssociationsOutput
- func (s DescribeIamInstanceProfileAssociationsOutput) GoString() string
- func (s *DescribeIamInstanceProfileAssociationsOutput) SetIamInstanceProfileAssociations(v []*IamInstanceProfileAssociation) *DescribeIamInstanceProfileAssociationsOutput
- func (s *DescribeIamInstanceProfileAssociationsOutput) SetNextToken(v string) *DescribeIamInstanceProfileAssociationsOutput
- func (s DescribeIamInstanceProfileAssociationsOutput) String() string
- type DescribeIdFormatInput
- type DescribeIdFormatOutput
- type DescribeIdentityIdFormatInput
- func (s DescribeIdentityIdFormatInput) GoString() string
- func (s *DescribeIdentityIdFormatInput) SetPrincipalArn(v string) *DescribeIdentityIdFormatInput
- func (s *DescribeIdentityIdFormatInput) SetResource(v string) *DescribeIdentityIdFormatInput
- func (s DescribeIdentityIdFormatInput) String() string
- func (s *DescribeIdentityIdFormatInput) Validate() error
- type DescribeIdentityIdFormatOutput
- type DescribeImageAttributeInput
- func (s DescribeImageAttributeInput) GoString() string
- func (s *DescribeImageAttributeInput) SetAttribute(v string) *DescribeImageAttributeInput
- func (s *DescribeImageAttributeInput) SetDryRun(v bool) *DescribeImageAttributeInput
- func (s *DescribeImageAttributeInput) SetImageId(v string) *DescribeImageAttributeInput
- func (s DescribeImageAttributeInput) String() string
- func (s *DescribeImageAttributeInput) Validate() error
- type DescribeImageAttributeOutput
- func (s DescribeImageAttributeOutput) GoString() string
- func (s *DescribeImageAttributeOutput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *DescribeImageAttributeOutput
- func (s *DescribeImageAttributeOutput) SetDescription(v *AttributeValue) *DescribeImageAttributeOutput
- func (s *DescribeImageAttributeOutput) SetImageId(v string) *DescribeImageAttributeOutput
- func (s *DescribeImageAttributeOutput) SetKernelId(v *AttributeValue) *DescribeImageAttributeOutput
- func (s *DescribeImageAttributeOutput) SetLaunchPermissions(v []*LaunchPermission) *DescribeImageAttributeOutput
- func (s *DescribeImageAttributeOutput) SetProductCodes(v []*ProductCode) *DescribeImageAttributeOutput
- func (s *DescribeImageAttributeOutput) SetRamdiskId(v *AttributeValue) *DescribeImageAttributeOutput
- func (s *DescribeImageAttributeOutput) SetSriovNetSupport(v *AttributeValue) *DescribeImageAttributeOutput
- func (s DescribeImageAttributeOutput) String() string
- type DescribeImagesInput
- func (s DescribeImagesInput) GoString() string
- func (s *DescribeImagesInput) SetDryRun(v bool) *DescribeImagesInput
- func (s *DescribeImagesInput) SetExecutableUsers(v []*string) *DescribeImagesInput
- func (s *DescribeImagesInput) SetFilters(v []*Filter) *DescribeImagesInput
- func (s *DescribeImagesInput) SetImageIds(v []*string) *DescribeImagesInput
- func (s *DescribeImagesInput) SetOwners(v []*string) *DescribeImagesInput
- func (s DescribeImagesInput) String() string
- type DescribeImagesOutput
- type DescribeImportImageTasksInput
- func (s DescribeImportImageTasksInput) GoString() string
- func (s *DescribeImportImageTasksInput) SetDryRun(v bool) *DescribeImportImageTasksInput
- func (s *DescribeImportImageTasksInput) SetFilters(v []*Filter) *DescribeImportImageTasksInput
- func (s *DescribeImportImageTasksInput) SetImportTaskIds(v []*string) *DescribeImportImageTasksInput
- func (s *DescribeImportImageTasksInput) SetMaxResults(v int64) *DescribeImportImageTasksInput
- func (s *DescribeImportImageTasksInput) SetNextToken(v string) *DescribeImportImageTasksInput
- func (s DescribeImportImageTasksInput) String() string
- type DescribeImportImageTasksOutput
- func (s DescribeImportImageTasksOutput) GoString() string
- func (s *DescribeImportImageTasksOutput) SetImportImageTasks(v []*ImportImageTask) *DescribeImportImageTasksOutput
- func (s *DescribeImportImageTasksOutput) SetNextToken(v string) *DescribeImportImageTasksOutput
- func (s DescribeImportImageTasksOutput) String() string
- type DescribeImportSnapshotTasksInput
- func (s DescribeImportSnapshotTasksInput) GoString() string
- func (s *DescribeImportSnapshotTasksInput) SetDryRun(v bool) *DescribeImportSnapshotTasksInput
- func (s *DescribeImportSnapshotTasksInput) SetFilters(v []*Filter) *DescribeImportSnapshotTasksInput
- func (s *DescribeImportSnapshotTasksInput) SetImportTaskIds(v []*string) *DescribeImportSnapshotTasksInput
- func (s *DescribeImportSnapshotTasksInput) SetMaxResults(v int64) *DescribeImportSnapshotTasksInput
- func (s *DescribeImportSnapshotTasksInput) SetNextToken(v string) *DescribeImportSnapshotTasksInput
- func (s DescribeImportSnapshotTasksInput) String() string
- type DescribeImportSnapshotTasksOutput
- func (s DescribeImportSnapshotTasksOutput) GoString() string
- func (s *DescribeImportSnapshotTasksOutput) SetImportSnapshotTasks(v []*ImportSnapshotTask) *DescribeImportSnapshotTasksOutput
- func (s *DescribeImportSnapshotTasksOutput) SetNextToken(v string) *DescribeImportSnapshotTasksOutput
- func (s DescribeImportSnapshotTasksOutput) String() string
- type DescribeInstanceAttributeInput
- func (s DescribeInstanceAttributeInput) GoString() string
- func (s *DescribeInstanceAttributeInput) SetAttribute(v string) *DescribeInstanceAttributeInput
- func (s *DescribeInstanceAttributeInput) SetDryRun(v bool) *DescribeInstanceAttributeInput
- func (s *DescribeInstanceAttributeInput) SetInstanceId(v string) *DescribeInstanceAttributeInput
- func (s DescribeInstanceAttributeInput) String() string
- func (s *DescribeInstanceAttributeInput) Validate() error
- type DescribeInstanceAttributeOutput
- func (s DescribeInstanceAttributeOutput) GoString() string
- func (s *DescribeInstanceAttributeOutput) SetBlockDeviceMappings(v []*InstanceBlockDeviceMapping) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetDisableApiTermination(v *AttributeBooleanValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetEbsOptimized(v *AttributeBooleanValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetEnaSupport(v *AttributeBooleanValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetGroups(v []*GroupIdentifier) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetInstanceId(v string) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetInstanceInitiatedShutdownBehavior(v *AttributeValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetInstanceType(v *AttributeValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetKernelId(v *AttributeValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetProductCodes(v []*ProductCode) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetRamdiskId(v *AttributeValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetRootDeviceName(v *AttributeValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetSourceDestCheck(v *AttributeBooleanValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetSriovNetSupport(v *AttributeValue) *DescribeInstanceAttributeOutput
- func (s *DescribeInstanceAttributeOutput) SetUserData(v *AttributeValue) *DescribeInstanceAttributeOutput
- func (s DescribeInstanceAttributeOutput) String() string
- type DescribeInstanceCreditSpecificationsInput
- func (s DescribeInstanceCreditSpecificationsInput) GoString() string
- func (s *DescribeInstanceCreditSpecificationsInput) SetDryRun(v bool) *DescribeInstanceCreditSpecificationsInput
- func (s *DescribeInstanceCreditSpecificationsInput) SetFilters(v []*Filter) *DescribeInstanceCreditSpecificationsInput
- func (s *DescribeInstanceCreditSpecificationsInput) SetInstanceIds(v []*string) *DescribeInstanceCreditSpecificationsInput
- func (s *DescribeInstanceCreditSpecificationsInput) SetMaxResults(v int64) *DescribeInstanceCreditSpecificationsInput
- func (s *DescribeInstanceCreditSpecificationsInput) SetNextToken(v string) *DescribeInstanceCreditSpecificationsInput
- func (s DescribeInstanceCreditSpecificationsInput) String() string
- func (s *DescribeInstanceCreditSpecificationsInput) Validate() error
- type DescribeInstanceCreditSpecificationsOutput
- func (s DescribeInstanceCreditSpecificationsOutput) GoString() string
- func (s *DescribeInstanceCreditSpecificationsOutput) SetInstanceCreditSpecifications(v []*InstanceCreditSpecification) *DescribeInstanceCreditSpecificationsOutput
- func (s *DescribeInstanceCreditSpecificationsOutput) SetNextToken(v string) *DescribeInstanceCreditSpecificationsOutput
- func (s DescribeInstanceCreditSpecificationsOutput) String() string
- type DescribeInstanceStatusInput
- func (s DescribeInstanceStatusInput) GoString() string
- func (s *DescribeInstanceStatusInput) SetDryRun(v bool) *DescribeInstanceStatusInput
- func (s *DescribeInstanceStatusInput) SetFilters(v []*Filter) *DescribeInstanceStatusInput
- func (s *DescribeInstanceStatusInput) SetIncludeAllInstances(v bool) *DescribeInstanceStatusInput
- func (s *DescribeInstanceStatusInput) SetInstanceIds(v []*string) *DescribeInstanceStatusInput
- func (s *DescribeInstanceStatusInput) SetMaxResults(v int64) *DescribeInstanceStatusInput
- func (s *DescribeInstanceStatusInput) SetNextToken(v string) *DescribeInstanceStatusInput
- func (s DescribeInstanceStatusInput) String() string
- type DescribeInstanceStatusOutput
- func (s DescribeInstanceStatusOutput) GoString() string
- func (s *DescribeInstanceStatusOutput) SetInstanceStatuses(v []*InstanceStatus) *DescribeInstanceStatusOutput
- func (s *DescribeInstanceStatusOutput) SetNextToken(v string) *DescribeInstanceStatusOutput
- func (s DescribeInstanceStatusOutput) String() string
- type DescribeInstanceTypeOfferingsInput
- func (s DescribeInstanceTypeOfferingsInput) GoString() string
- func (s *DescribeInstanceTypeOfferingsInput) SetDryRun(v bool) *DescribeInstanceTypeOfferingsInput
- func (s *DescribeInstanceTypeOfferingsInput) SetFilters(v []*Filter) *DescribeInstanceTypeOfferingsInput
- func (s *DescribeInstanceTypeOfferingsInput) SetLocationType(v string) *DescribeInstanceTypeOfferingsInput
- func (s *DescribeInstanceTypeOfferingsInput) SetMaxResults(v int64) *DescribeInstanceTypeOfferingsInput
- func (s *DescribeInstanceTypeOfferingsInput) SetNextToken(v string) *DescribeInstanceTypeOfferingsInput
- func (s DescribeInstanceTypeOfferingsInput) String() string
- func (s *DescribeInstanceTypeOfferingsInput) Validate() error
- type DescribeInstanceTypeOfferingsOutput
- func (s DescribeInstanceTypeOfferingsOutput) GoString() string
- func (s *DescribeInstanceTypeOfferingsOutput) SetInstanceTypeOfferings(v []*InstanceTypeOffering) *DescribeInstanceTypeOfferingsOutput
- func (s *DescribeInstanceTypeOfferingsOutput) SetNextToken(v string) *DescribeInstanceTypeOfferingsOutput
- func (s DescribeInstanceTypeOfferingsOutput) String() string
- type DescribeInstanceTypesInput
- func (s DescribeInstanceTypesInput) GoString() string
- func (s *DescribeInstanceTypesInput) SetDryRun(v bool) *DescribeInstanceTypesInput
- func (s *DescribeInstanceTypesInput) SetFilters(v []*Filter) *DescribeInstanceTypesInput
- func (s *DescribeInstanceTypesInput) SetInstanceTypes(v []*string) *DescribeInstanceTypesInput
- func (s *DescribeInstanceTypesInput) SetMaxResults(v int64) *DescribeInstanceTypesInput
- func (s *DescribeInstanceTypesInput) SetNextToken(v string) *DescribeInstanceTypesInput
- func (s DescribeInstanceTypesInput) String() string
- func (s *DescribeInstanceTypesInput) Validate() error
- type DescribeInstanceTypesOutput
- func (s DescribeInstanceTypesOutput) GoString() string
- func (s *DescribeInstanceTypesOutput) SetInstanceTypes(v []*InstanceTypeInfo) *DescribeInstanceTypesOutput
- func (s *DescribeInstanceTypesOutput) SetNextToken(v string) *DescribeInstanceTypesOutput
- func (s DescribeInstanceTypesOutput) String() string
- type DescribeInstancesInput
- func (s DescribeInstancesInput) GoString() string
- func (s *DescribeInstancesInput) SetDryRun(v bool) *DescribeInstancesInput
- func (s *DescribeInstancesInput) SetFilters(v []*Filter) *DescribeInstancesInput
- func (s *DescribeInstancesInput) SetInstanceIds(v []*string) *DescribeInstancesInput
- func (s *DescribeInstancesInput) SetMaxResults(v int64) *DescribeInstancesInput
- func (s *DescribeInstancesInput) SetNextToken(v string) *DescribeInstancesInput
- func (s DescribeInstancesInput) String() string
- type DescribeInstancesOutput
- type DescribeInternetGatewaysInput
- func (s DescribeInternetGatewaysInput) GoString() string
- func (s *DescribeInternetGatewaysInput) SetDryRun(v bool) *DescribeInternetGatewaysInput
- func (s *DescribeInternetGatewaysInput) SetFilters(v []*Filter) *DescribeInternetGatewaysInput
- func (s *DescribeInternetGatewaysInput) SetInternetGatewayIds(v []*string) *DescribeInternetGatewaysInput
- func (s *DescribeInternetGatewaysInput) SetMaxResults(v int64) *DescribeInternetGatewaysInput
- func (s *DescribeInternetGatewaysInput) SetNextToken(v string) *DescribeInternetGatewaysInput
- func (s DescribeInternetGatewaysInput) String() string
- func (s *DescribeInternetGatewaysInput) Validate() error
- type DescribeInternetGatewaysOutput
- func (s DescribeInternetGatewaysOutput) GoString() string
- func (s *DescribeInternetGatewaysOutput) SetInternetGateways(v []*InternetGateway) *DescribeInternetGatewaysOutput
- func (s *DescribeInternetGatewaysOutput) SetNextToken(v string) *DescribeInternetGatewaysOutput
- func (s DescribeInternetGatewaysOutput) String() string
- type DescribeKeyPairsInput
- func (s DescribeKeyPairsInput) GoString() string
- func (s *DescribeKeyPairsInput) SetDryRun(v bool) *DescribeKeyPairsInput
- func (s *DescribeKeyPairsInput) SetFilters(v []*Filter) *DescribeKeyPairsInput
- func (s *DescribeKeyPairsInput) SetKeyNames(v []*string) *DescribeKeyPairsInput
- func (s *DescribeKeyPairsInput) SetKeyPairIds(v []*string) *DescribeKeyPairsInput
- func (s DescribeKeyPairsInput) String() string
- type DescribeKeyPairsOutput
- type DescribeLaunchTemplateVersionsInput
- func (s DescribeLaunchTemplateVersionsInput) GoString() string
- func (s *DescribeLaunchTemplateVersionsInput) SetDryRun(v bool) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetFilters(v []*Filter) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetLaunchTemplateId(v string) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetLaunchTemplateName(v string) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetMaxResults(v int64) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetMaxVersion(v string) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetMinVersion(v string) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetNextToken(v string) *DescribeLaunchTemplateVersionsInput
- func (s *DescribeLaunchTemplateVersionsInput) SetVersions(v []*string) *DescribeLaunchTemplateVersionsInput
- func (s DescribeLaunchTemplateVersionsInput) String() string
- func (s *DescribeLaunchTemplateVersionsInput) Validate() error
- type DescribeLaunchTemplateVersionsOutput
- func (s DescribeLaunchTemplateVersionsOutput) GoString() string
- func (s *DescribeLaunchTemplateVersionsOutput) SetLaunchTemplateVersions(v []*LaunchTemplateVersion) *DescribeLaunchTemplateVersionsOutput
- func (s *DescribeLaunchTemplateVersionsOutput) SetNextToken(v string) *DescribeLaunchTemplateVersionsOutput
- func (s DescribeLaunchTemplateVersionsOutput) String() string
- type DescribeLaunchTemplatesInput
- func (s DescribeLaunchTemplatesInput) GoString() string
- func (s *DescribeLaunchTemplatesInput) SetDryRun(v bool) *DescribeLaunchTemplatesInput
- func (s *DescribeLaunchTemplatesInput) SetFilters(v []*Filter) *DescribeLaunchTemplatesInput
- func (s *DescribeLaunchTemplatesInput) SetLaunchTemplateIds(v []*string) *DescribeLaunchTemplatesInput
- func (s *DescribeLaunchTemplatesInput) SetLaunchTemplateNames(v []*string) *DescribeLaunchTemplatesInput
- func (s *DescribeLaunchTemplatesInput) SetMaxResults(v int64) *DescribeLaunchTemplatesInput
- func (s *DescribeLaunchTemplatesInput) SetNextToken(v string) *DescribeLaunchTemplatesInput
- func (s DescribeLaunchTemplatesInput) String() string
- func (s *DescribeLaunchTemplatesInput) Validate() error
- type DescribeLaunchTemplatesOutput
- func (s DescribeLaunchTemplatesOutput) GoString() string
- func (s *DescribeLaunchTemplatesOutput) SetLaunchTemplates(v []*LaunchTemplate) *DescribeLaunchTemplatesOutput
- func (s *DescribeLaunchTemplatesOutput) SetNextToken(v string) *DescribeLaunchTemplatesOutput
- func (s DescribeLaunchTemplatesOutput) String() string
- type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput
- func (s DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) GoString() string
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) SetDryRun(v bool) *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) SetFilters(v []*Filter) *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) SetLocalGatewayRouteTableVirtualInterfaceGroupAssociationIds(v []*string) *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) SetMaxResults(v int64) *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) SetNextToken(v string) *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput
- func (s DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) String() string
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) Validate() error
- type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput
- func (s DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput) GoString() string
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput) SetLocalGatewayRouteTableVirtualInterfaceGroupAssociations(v []*LocalGatewayRouteTableVirtualInterfaceGroupAssociation) *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput
- func (s *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput) SetNextToken(v string) *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput
- func (s DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput) String() string
- type DescribeLocalGatewayRouteTableVpcAssociationsInput
- func (s DescribeLocalGatewayRouteTableVpcAssociationsInput) GoString() string
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsInput) SetDryRun(v bool) *DescribeLocalGatewayRouteTableVpcAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsInput) SetFilters(v []*Filter) *DescribeLocalGatewayRouteTableVpcAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsInput) SetLocalGatewayRouteTableVpcAssociationIds(v []*string) *DescribeLocalGatewayRouteTableVpcAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsInput) SetMaxResults(v int64) *DescribeLocalGatewayRouteTableVpcAssociationsInput
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsInput) SetNextToken(v string) *DescribeLocalGatewayRouteTableVpcAssociationsInput
- func (s DescribeLocalGatewayRouteTableVpcAssociationsInput) String() string
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsInput) Validate() error
- type DescribeLocalGatewayRouteTableVpcAssociationsOutput
- func (s DescribeLocalGatewayRouteTableVpcAssociationsOutput) GoString() string
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsOutput) SetLocalGatewayRouteTableVpcAssociations(v []*LocalGatewayRouteTableVpcAssociation) *DescribeLocalGatewayRouteTableVpcAssociationsOutput
- func (s *DescribeLocalGatewayRouteTableVpcAssociationsOutput) SetNextToken(v string) *DescribeLocalGatewayRouteTableVpcAssociationsOutput
- func (s DescribeLocalGatewayRouteTableVpcAssociationsOutput) String() string
- type DescribeLocalGatewayRouteTablesInput
- func (s DescribeLocalGatewayRouteTablesInput) GoString() string
- func (s *DescribeLocalGatewayRouteTablesInput) SetDryRun(v bool) *DescribeLocalGatewayRouteTablesInput
- func (s *DescribeLocalGatewayRouteTablesInput) SetFilters(v []*Filter) *DescribeLocalGatewayRouteTablesInput
- func (s *DescribeLocalGatewayRouteTablesInput) SetLocalGatewayRouteTableIds(v []*string) *DescribeLocalGatewayRouteTablesInput
- func (s *DescribeLocalGatewayRouteTablesInput) SetMaxResults(v int64) *DescribeLocalGatewayRouteTablesInput
- func (s *DescribeLocalGatewayRouteTablesInput) SetNextToken(v string) *DescribeLocalGatewayRouteTablesInput
- func (s DescribeLocalGatewayRouteTablesInput) String() string
- func (s *DescribeLocalGatewayRouteTablesInput) Validate() error
- type DescribeLocalGatewayRouteTablesOutput
- func (s DescribeLocalGatewayRouteTablesOutput) GoString() string
- func (s *DescribeLocalGatewayRouteTablesOutput) SetLocalGatewayRouteTables(v []*LocalGatewayRouteTable) *DescribeLocalGatewayRouteTablesOutput
- func (s *DescribeLocalGatewayRouteTablesOutput) SetNextToken(v string) *DescribeLocalGatewayRouteTablesOutput
- func (s DescribeLocalGatewayRouteTablesOutput) String() string
- type DescribeLocalGatewayVirtualInterfaceGroupsInput
- func (s DescribeLocalGatewayVirtualInterfaceGroupsInput) GoString() string
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsInput) SetDryRun(v bool) *DescribeLocalGatewayVirtualInterfaceGroupsInput
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsInput) SetFilters(v []*Filter) *DescribeLocalGatewayVirtualInterfaceGroupsInput
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsInput) SetLocalGatewayVirtualInterfaceGroupIds(v []*string) *DescribeLocalGatewayVirtualInterfaceGroupsInput
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsInput) SetMaxResults(v int64) *DescribeLocalGatewayVirtualInterfaceGroupsInput
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsInput) SetNextToken(v string) *DescribeLocalGatewayVirtualInterfaceGroupsInput
- func (s DescribeLocalGatewayVirtualInterfaceGroupsInput) String() string
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsInput) Validate() error
- type DescribeLocalGatewayVirtualInterfaceGroupsOutput
- func (s DescribeLocalGatewayVirtualInterfaceGroupsOutput) GoString() string
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsOutput) SetLocalGatewayVirtualInterfaceGroups(v []*LocalGatewayVirtualInterfaceGroup) *DescribeLocalGatewayVirtualInterfaceGroupsOutput
- func (s *DescribeLocalGatewayVirtualInterfaceGroupsOutput) SetNextToken(v string) *DescribeLocalGatewayVirtualInterfaceGroupsOutput
- func (s DescribeLocalGatewayVirtualInterfaceGroupsOutput) String() string
- type DescribeLocalGatewayVirtualInterfacesInput
- func (s DescribeLocalGatewayVirtualInterfacesInput) GoString() string
- func (s *DescribeLocalGatewayVirtualInterfacesInput) SetDryRun(v bool) *DescribeLocalGatewayVirtualInterfacesInput
- func (s *DescribeLocalGatewayVirtualInterfacesInput) SetFilters(v []*Filter) *DescribeLocalGatewayVirtualInterfacesInput
- func (s *DescribeLocalGatewayVirtualInterfacesInput) SetLocalGatewayVirtualInterfaceIds(v []*string) *DescribeLocalGatewayVirtualInterfacesInput
- func (s *DescribeLocalGatewayVirtualInterfacesInput) SetMaxResults(v int64) *DescribeLocalGatewayVirtualInterfacesInput
- func (s *DescribeLocalGatewayVirtualInterfacesInput) SetNextToken(v string) *DescribeLocalGatewayVirtualInterfacesInput
- func (s DescribeLocalGatewayVirtualInterfacesInput) String() string
- func (s *DescribeLocalGatewayVirtualInterfacesInput) Validate() error
- type DescribeLocalGatewayVirtualInterfacesOutput
- func (s DescribeLocalGatewayVirtualInterfacesOutput) GoString() string
- func (s *DescribeLocalGatewayVirtualInterfacesOutput) SetLocalGatewayVirtualInterfaces(v []*LocalGatewayVirtualInterface) *DescribeLocalGatewayVirtualInterfacesOutput
- func (s *DescribeLocalGatewayVirtualInterfacesOutput) SetNextToken(v string) *DescribeLocalGatewayVirtualInterfacesOutput
- func (s DescribeLocalGatewayVirtualInterfacesOutput) String() string
- type DescribeLocalGatewaysInput
- func (s DescribeLocalGatewaysInput) GoString() string
- func (s *DescribeLocalGatewaysInput) SetDryRun(v bool) *DescribeLocalGatewaysInput
- func (s *DescribeLocalGatewaysInput) SetFilters(v []*Filter) *DescribeLocalGatewaysInput
- func (s *DescribeLocalGatewaysInput) SetLocalGatewayIds(v []*string) *DescribeLocalGatewaysInput
- func (s *DescribeLocalGatewaysInput) SetMaxResults(v int64) *DescribeLocalGatewaysInput
- func (s *DescribeLocalGatewaysInput) SetNextToken(v string) *DescribeLocalGatewaysInput
- func (s DescribeLocalGatewaysInput) String() string
- func (s *DescribeLocalGatewaysInput) Validate() error
- type DescribeLocalGatewaysOutput
- func (s DescribeLocalGatewaysOutput) GoString() string
- func (s *DescribeLocalGatewaysOutput) SetLocalGateways(v []*LocalGateway) *DescribeLocalGatewaysOutput
- func (s *DescribeLocalGatewaysOutput) SetNextToken(v string) *DescribeLocalGatewaysOutput
- func (s DescribeLocalGatewaysOutput) String() string
- type DescribeMovingAddressesInput
- func (s DescribeMovingAddressesInput) GoString() string
- func (s *DescribeMovingAddressesInput) SetDryRun(v bool) *DescribeMovingAddressesInput
- func (s *DescribeMovingAddressesInput) SetFilters(v []*Filter) *DescribeMovingAddressesInput
- func (s *DescribeMovingAddressesInput) SetMaxResults(v int64) *DescribeMovingAddressesInput
- func (s *DescribeMovingAddressesInput) SetNextToken(v string) *DescribeMovingAddressesInput
- func (s *DescribeMovingAddressesInput) SetPublicIps(v []*string) *DescribeMovingAddressesInput
- func (s DescribeMovingAddressesInput) String() string
- func (s *DescribeMovingAddressesInput) Validate() error
- type DescribeMovingAddressesOutput
- func (s DescribeMovingAddressesOutput) GoString() string
- func (s *DescribeMovingAddressesOutput) SetMovingAddressStatuses(v []*MovingAddressStatus) *DescribeMovingAddressesOutput
- func (s *DescribeMovingAddressesOutput) SetNextToken(v string) *DescribeMovingAddressesOutput
- func (s DescribeMovingAddressesOutput) String() string
- type DescribeNatGatewaysInput
- func (s DescribeNatGatewaysInput) GoString() string
- func (s *DescribeNatGatewaysInput) SetFilter(v []*Filter) *DescribeNatGatewaysInput
- func (s *DescribeNatGatewaysInput) SetMaxResults(v int64) *DescribeNatGatewaysInput
- func (s *DescribeNatGatewaysInput) SetNatGatewayIds(v []*string) *DescribeNatGatewaysInput
- func (s *DescribeNatGatewaysInput) SetNextToken(v string) *DescribeNatGatewaysInput
- func (s DescribeNatGatewaysInput) String() string
- func (s *DescribeNatGatewaysInput) Validate() error
- type DescribeNatGatewaysOutput
- type DescribeNetworkAclsInput
- func (s DescribeNetworkAclsInput) GoString() string
- func (s *DescribeNetworkAclsInput) SetDryRun(v bool) *DescribeNetworkAclsInput
- func (s *DescribeNetworkAclsInput) SetFilters(v []*Filter) *DescribeNetworkAclsInput
- func (s *DescribeNetworkAclsInput) SetMaxResults(v int64) *DescribeNetworkAclsInput
- func (s *DescribeNetworkAclsInput) SetNetworkAclIds(v []*string) *DescribeNetworkAclsInput
- func (s *DescribeNetworkAclsInput) SetNextToken(v string) *DescribeNetworkAclsInput
- func (s DescribeNetworkAclsInput) String() string
- func (s *DescribeNetworkAclsInput) Validate() error
- type DescribeNetworkAclsOutput
- type DescribeNetworkInterfaceAttributeInput
- func (s DescribeNetworkInterfaceAttributeInput) GoString() string
- func (s *DescribeNetworkInterfaceAttributeInput) SetAttribute(v string) *DescribeNetworkInterfaceAttributeInput
- func (s *DescribeNetworkInterfaceAttributeInput) SetDryRun(v bool) *DescribeNetworkInterfaceAttributeInput
- func (s *DescribeNetworkInterfaceAttributeInput) SetNetworkInterfaceId(v string) *DescribeNetworkInterfaceAttributeInput
- func (s DescribeNetworkInterfaceAttributeInput) String() string
- func (s *DescribeNetworkInterfaceAttributeInput) Validate() error
- type DescribeNetworkInterfaceAttributeOutput
- func (s DescribeNetworkInterfaceAttributeOutput) GoString() string
- func (s *DescribeNetworkInterfaceAttributeOutput) SetAttachment(v *NetworkInterfaceAttachment) *DescribeNetworkInterfaceAttributeOutput
- func (s *DescribeNetworkInterfaceAttributeOutput) SetDescription(v *AttributeValue) *DescribeNetworkInterfaceAttributeOutput
- func (s *DescribeNetworkInterfaceAttributeOutput) SetGroups(v []*GroupIdentifier) *DescribeNetworkInterfaceAttributeOutput
- func (s *DescribeNetworkInterfaceAttributeOutput) SetNetworkInterfaceId(v string) *DescribeNetworkInterfaceAttributeOutput
- func (s *DescribeNetworkInterfaceAttributeOutput) SetSourceDestCheck(v *AttributeBooleanValue) *DescribeNetworkInterfaceAttributeOutput
- func (s DescribeNetworkInterfaceAttributeOutput) String() string
- type DescribeNetworkInterfacePermissionsInput
- func (s DescribeNetworkInterfacePermissionsInput) GoString() string
- func (s *DescribeNetworkInterfacePermissionsInput) SetFilters(v []*Filter) *DescribeNetworkInterfacePermissionsInput
- func (s *DescribeNetworkInterfacePermissionsInput) SetMaxResults(v int64) *DescribeNetworkInterfacePermissionsInput
- func (s *DescribeNetworkInterfacePermissionsInput) SetNetworkInterfacePermissionIds(v []*string) *DescribeNetworkInterfacePermissionsInput
- func (s *DescribeNetworkInterfacePermissionsInput) SetNextToken(v string) *DescribeNetworkInterfacePermissionsInput
- func (s DescribeNetworkInterfacePermissionsInput) String() string
- func (s *DescribeNetworkInterfacePermissionsInput) Validate() error
- type DescribeNetworkInterfacePermissionsOutput
- func (s DescribeNetworkInterfacePermissionsOutput) GoString() string
- func (s *DescribeNetworkInterfacePermissionsOutput) SetNetworkInterfacePermissions(v []*NetworkInterfacePermission) *DescribeNetworkInterfacePermissionsOutput
- func (s *DescribeNetworkInterfacePermissionsOutput) SetNextToken(v string) *DescribeNetworkInterfacePermissionsOutput
- func (s DescribeNetworkInterfacePermissionsOutput) String() string
- type DescribeNetworkInterfacesInput
- func (s DescribeNetworkInterfacesInput) GoString() string
- func (s *DescribeNetworkInterfacesInput) SetDryRun(v bool) *DescribeNetworkInterfacesInput
- func (s *DescribeNetworkInterfacesInput) SetFilters(v []*Filter) *DescribeNetworkInterfacesInput
- func (s *DescribeNetworkInterfacesInput) SetMaxResults(v int64) *DescribeNetworkInterfacesInput
- func (s *DescribeNetworkInterfacesInput) SetNetworkInterfaceIds(v []*string) *DescribeNetworkInterfacesInput
- func (s *DescribeNetworkInterfacesInput) SetNextToken(v string) *DescribeNetworkInterfacesInput
- func (s DescribeNetworkInterfacesInput) String() string
- func (s *DescribeNetworkInterfacesInput) Validate() error
- type DescribeNetworkInterfacesOutput
- func (s DescribeNetworkInterfacesOutput) GoString() string
- func (s *DescribeNetworkInterfacesOutput) SetNetworkInterfaces(v []*NetworkInterface) *DescribeNetworkInterfacesOutput
- func (s *DescribeNetworkInterfacesOutput) SetNextToken(v string) *DescribeNetworkInterfacesOutput
- func (s DescribeNetworkInterfacesOutput) String() string
- type DescribePlacementGroupsInput
- func (s DescribePlacementGroupsInput) GoString() string
- func (s *DescribePlacementGroupsInput) SetDryRun(v bool) *DescribePlacementGroupsInput
- func (s *DescribePlacementGroupsInput) SetFilters(v []*Filter) *DescribePlacementGroupsInput
- func (s *DescribePlacementGroupsInput) SetGroupIds(v []*string) *DescribePlacementGroupsInput
- func (s *DescribePlacementGroupsInput) SetGroupNames(v []*string) *DescribePlacementGroupsInput
- func (s DescribePlacementGroupsInput) String() string
- type DescribePlacementGroupsOutput
- type DescribePrefixListsInput
- func (s DescribePrefixListsInput) GoString() string
- func (s *DescribePrefixListsInput) SetDryRun(v bool) *DescribePrefixListsInput
- func (s *DescribePrefixListsInput) SetFilters(v []*Filter) *DescribePrefixListsInput
- func (s *DescribePrefixListsInput) SetMaxResults(v int64) *DescribePrefixListsInput
- func (s *DescribePrefixListsInput) SetNextToken(v string) *DescribePrefixListsInput
- func (s *DescribePrefixListsInput) SetPrefixListIds(v []*string) *DescribePrefixListsInput
- func (s DescribePrefixListsInput) String() string
- type DescribePrefixListsOutput
- type DescribePrincipalIdFormatInput
- func (s DescribePrincipalIdFormatInput) GoString() string
- func (s *DescribePrincipalIdFormatInput) SetDryRun(v bool) *DescribePrincipalIdFormatInput
- func (s *DescribePrincipalIdFormatInput) SetMaxResults(v int64) *DescribePrincipalIdFormatInput
- func (s *DescribePrincipalIdFormatInput) SetNextToken(v string) *DescribePrincipalIdFormatInput
- func (s *DescribePrincipalIdFormatInput) SetResources(v []*string) *DescribePrincipalIdFormatInput
- func (s DescribePrincipalIdFormatInput) String() string
- func (s *DescribePrincipalIdFormatInput) Validate() error
- type DescribePrincipalIdFormatOutput
- func (s DescribePrincipalIdFormatOutput) GoString() string
- func (s *DescribePrincipalIdFormatOutput) SetNextToken(v string) *DescribePrincipalIdFormatOutput
- func (s *DescribePrincipalIdFormatOutput) SetPrincipals(v []*PrincipalIdFormat) *DescribePrincipalIdFormatOutput
- func (s DescribePrincipalIdFormatOutput) String() string
- type DescribePublicIpv4PoolsInput
- func (s DescribePublicIpv4PoolsInput) GoString() string
- func (s *DescribePublicIpv4PoolsInput) SetMaxResults(v int64) *DescribePublicIpv4PoolsInput
- func (s *DescribePublicIpv4PoolsInput) SetNextToken(v string) *DescribePublicIpv4PoolsInput
- func (s *DescribePublicIpv4PoolsInput) SetPoolIds(v []*string) *DescribePublicIpv4PoolsInput
- func (s DescribePublicIpv4PoolsInput) String() string
- func (s *DescribePublicIpv4PoolsInput) Validate() error
- type DescribePublicIpv4PoolsOutput
- func (s DescribePublicIpv4PoolsOutput) GoString() string
- func (s *DescribePublicIpv4PoolsOutput) SetNextToken(v string) *DescribePublicIpv4PoolsOutput
- func (s *DescribePublicIpv4PoolsOutput) SetPublicIpv4Pools(v []*PublicIpv4Pool) *DescribePublicIpv4PoolsOutput
- func (s DescribePublicIpv4PoolsOutput) String() string
- type DescribeRegionsInput
- func (s DescribeRegionsInput) GoString() string
- func (s *DescribeRegionsInput) SetAllRegions(v bool) *DescribeRegionsInput
- func (s *DescribeRegionsInput) SetDryRun(v bool) *DescribeRegionsInput
- func (s *DescribeRegionsInput) SetFilters(v []*Filter) *DescribeRegionsInput
- func (s *DescribeRegionsInput) SetRegionNames(v []*string) *DescribeRegionsInput
- func (s DescribeRegionsInput) String() string
- type DescribeRegionsOutput
- type DescribeReservedInstancesInput
- func (s DescribeReservedInstancesInput) GoString() string
- func (s *DescribeReservedInstancesInput) SetDryRun(v bool) *DescribeReservedInstancesInput
- func (s *DescribeReservedInstancesInput) SetFilters(v []*Filter) *DescribeReservedInstancesInput
- func (s *DescribeReservedInstancesInput) SetOfferingClass(v string) *DescribeReservedInstancesInput
- func (s *DescribeReservedInstancesInput) SetOfferingType(v string) *DescribeReservedInstancesInput
- func (s *DescribeReservedInstancesInput) SetReservedInstancesIds(v []*string) *DescribeReservedInstancesInput
- func (s DescribeReservedInstancesInput) String() string
- type DescribeReservedInstancesListingsInput
- func (s DescribeReservedInstancesListingsInput) GoString() string
- func (s *DescribeReservedInstancesListingsInput) SetFilters(v []*Filter) *DescribeReservedInstancesListingsInput
- func (s *DescribeReservedInstancesListingsInput) SetReservedInstancesId(v string) *DescribeReservedInstancesListingsInput
- func (s *DescribeReservedInstancesListingsInput) SetReservedInstancesListingId(v string) *DescribeReservedInstancesListingsInput
- func (s DescribeReservedInstancesListingsInput) String() string
- type DescribeReservedInstancesListingsOutput
- type DescribeReservedInstancesModificationsInput
- func (s DescribeReservedInstancesModificationsInput) GoString() string
- func (s *DescribeReservedInstancesModificationsInput) SetFilters(v []*Filter) *DescribeReservedInstancesModificationsInput
- func (s *DescribeReservedInstancesModificationsInput) SetNextToken(v string) *DescribeReservedInstancesModificationsInput
- func (s *DescribeReservedInstancesModificationsInput) SetReservedInstancesModificationIds(v []*string) *DescribeReservedInstancesModificationsInput
- func (s DescribeReservedInstancesModificationsInput) String() string
- type DescribeReservedInstancesModificationsOutput
- func (s DescribeReservedInstancesModificationsOutput) GoString() string
- func (s *DescribeReservedInstancesModificationsOutput) SetNextToken(v string) *DescribeReservedInstancesModificationsOutput
- func (s *DescribeReservedInstancesModificationsOutput) SetReservedInstancesModifications(v []*ReservedInstancesModification) *DescribeReservedInstancesModificationsOutput
- func (s DescribeReservedInstancesModificationsOutput) String() string
- type DescribeReservedInstancesOfferingsInput
- func (s DescribeReservedInstancesOfferingsInput) GoString() string
- func (s *DescribeReservedInstancesOfferingsInput) SetAvailabilityZone(v string) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetDryRun(v bool) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetFilters(v []*Filter) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetIncludeMarketplace(v bool) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetInstanceTenancy(v string) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetInstanceType(v string) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetMaxDuration(v int64) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetMaxInstanceCount(v int64) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetMaxResults(v int64) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetMinDuration(v int64) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetNextToken(v string) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetOfferingClass(v string) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetOfferingType(v string) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetProductDescription(v string) *DescribeReservedInstancesOfferingsInput
- func (s *DescribeReservedInstancesOfferingsInput) SetReservedInstancesOfferingIds(v []*string) *DescribeReservedInstancesOfferingsInput
- func (s DescribeReservedInstancesOfferingsInput) String() string
- type DescribeReservedInstancesOfferingsOutput
- func (s DescribeReservedInstancesOfferingsOutput) GoString() string
- func (s *DescribeReservedInstancesOfferingsOutput) SetNextToken(v string) *DescribeReservedInstancesOfferingsOutput
- func (s *DescribeReservedInstancesOfferingsOutput) SetReservedInstancesOfferings(v []*ReservedInstancesOffering) *DescribeReservedInstancesOfferingsOutput
- func (s DescribeReservedInstancesOfferingsOutput) String() string
- type DescribeReservedInstancesOutput
- type DescribeRouteTablesInput
- func (s DescribeRouteTablesInput) GoString() string
- func (s *DescribeRouteTablesInput) SetDryRun(v bool) *DescribeRouteTablesInput
- func (s *DescribeRouteTablesInput) SetFilters(v []*Filter) *DescribeRouteTablesInput
- func (s *DescribeRouteTablesInput) SetMaxResults(v int64) *DescribeRouteTablesInput
- func (s *DescribeRouteTablesInput) SetNextToken(v string) *DescribeRouteTablesInput
- func (s *DescribeRouteTablesInput) SetRouteTableIds(v []*string) *DescribeRouteTablesInput
- func (s DescribeRouteTablesInput) String() string
- func (s *DescribeRouteTablesInput) Validate() error
- type DescribeRouteTablesOutput
- type DescribeScheduledInstanceAvailabilityInput
- func (s DescribeScheduledInstanceAvailabilityInput) GoString() string
- func (s *DescribeScheduledInstanceAvailabilityInput) SetDryRun(v bool) *DescribeScheduledInstanceAvailabilityInput
- func (s *DescribeScheduledInstanceAvailabilityInput) SetFilters(v []*Filter) *DescribeScheduledInstanceAvailabilityInput
- func (s *DescribeScheduledInstanceAvailabilityInput) SetFirstSlotStartTimeRange(v *SlotDateTimeRangeRequest) *DescribeScheduledInstanceAvailabilityInput
- func (s *DescribeScheduledInstanceAvailabilityInput) SetMaxResults(v int64) *DescribeScheduledInstanceAvailabilityInput
- func (s *DescribeScheduledInstanceAvailabilityInput) SetMaxSlotDurationInHours(v int64) *DescribeScheduledInstanceAvailabilityInput
- func (s *DescribeScheduledInstanceAvailabilityInput) SetMinSlotDurationInHours(v int64) *DescribeScheduledInstanceAvailabilityInput
- func (s *DescribeScheduledInstanceAvailabilityInput) SetNextToken(v string) *DescribeScheduledInstanceAvailabilityInput
- func (s *DescribeScheduledInstanceAvailabilityInput) SetRecurrence(v *ScheduledInstanceRecurrenceRequest) *DescribeScheduledInstanceAvailabilityInput
- func (s DescribeScheduledInstanceAvailabilityInput) String() string
- func (s *DescribeScheduledInstanceAvailabilityInput) Validate() error
- type DescribeScheduledInstanceAvailabilityOutput
- func (s DescribeScheduledInstanceAvailabilityOutput) GoString() string
- func (s *DescribeScheduledInstanceAvailabilityOutput) SetNextToken(v string) *DescribeScheduledInstanceAvailabilityOutput
- func (s *DescribeScheduledInstanceAvailabilityOutput) SetScheduledInstanceAvailabilitySet(v []*ScheduledInstanceAvailability) *DescribeScheduledInstanceAvailabilityOutput
- func (s DescribeScheduledInstanceAvailabilityOutput) String() string
- type DescribeScheduledInstancesInput
- func (s DescribeScheduledInstancesInput) GoString() string
- func (s *DescribeScheduledInstancesInput) SetDryRun(v bool) *DescribeScheduledInstancesInput
- func (s *DescribeScheduledInstancesInput) SetFilters(v []*Filter) *DescribeScheduledInstancesInput
- func (s *DescribeScheduledInstancesInput) SetMaxResults(v int64) *DescribeScheduledInstancesInput
- func (s *DescribeScheduledInstancesInput) SetNextToken(v string) *DescribeScheduledInstancesInput
- func (s *DescribeScheduledInstancesInput) SetScheduledInstanceIds(v []*string) *DescribeScheduledInstancesInput
- func (s *DescribeScheduledInstancesInput) SetSlotStartTimeRange(v *SlotStartTimeRangeRequest) *DescribeScheduledInstancesInput
- func (s DescribeScheduledInstancesInput) String() string
- type DescribeScheduledInstancesOutput
- func (s DescribeScheduledInstancesOutput) GoString() string
- func (s *DescribeScheduledInstancesOutput) SetNextToken(v string) *DescribeScheduledInstancesOutput
- func (s *DescribeScheduledInstancesOutput) SetScheduledInstanceSet(v []*ScheduledInstance) *DescribeScheduledInstancesOutput
- func (s DescribeScheduledInstancesOutput) String() string
- type DescribeSecurityGroupReferencesInput
- func (s DescribeSecurityGroupReferencesInput) GoString() string
- func (s *DescribeSecurityGroupReferencesInput) SetDryRun(v bool) *DescribeSecurityGroupReferencesInput
- func (s *DescribeSecurityGroupReferencesInput) SetGroupId(v []*string) *DescribeSecurityGroupReferencesInput
- func (s DescribeSecurityGroupReferencesInput) String() string
- func (s *DescribeSecurityGroupReferencesInput) Validate() error
- type DescribeSecurityGroupReferencesOutput
- type DescribeSecurityGroupsInput
- func (s DescribeSecurityGroupsInput) GoString() string
- func (s *DescribeSecurityGroupsInput) SetDryRun(v bool) *DescribeSecurityGroupsInput
- func (s *DescribeSecurityGroupsInput) SetFilters(v []*Filter) *DescribeSecurityGroupsInput
- func (s *DescribeSecurityGroupsInput) SetGroupIds(v []*string) *DescribeSecurityGroupsInput
- func (s *DescribeSecurityGroupsInput) SetGroupNames(v []*string) *DescribeSecurityGroupsInput
- func (s *DescribeSecurityGroupsInput) SetMaxResults(v int64) *DescribeSecurityGroupsInput
- func (s *DescribeSecurityGroupsInput) SetNextToken(v string) *DescribeSecurityGroupsInput
- func (s DescribeSecurityGroupsInput) String() string
- func (s *DescribeSecurityGroupsInput) Validate() error
- type DescribeSecurityGroupsOutput
- func (s DescribeSecurityGroupsOutput) GoString() string
- func (s *DescribeSecurityGroupsOutput) SetNextToken(v string) *DescribeSecurityGroupsOutput
- func (s *DescribeSecurityGroupsOutput) SetSecurityGroups(v []*SecurityGroup) *DescribeSecurityGroupsOutput
- func (s DescribeSecurityGroupsOutput) String() string
- type DescribeSnapshotAttributeInput
- func (s DescribeSnapshotAttributeInput) GoString() string
- func (s *DescribeSnapshotAttributeInput) SetAttribute(v string) *DescribeSnapshotAttributeInput
- func (s *DescribeSnapshotAttributeInput) SetDryRun(v bool) *DescribeSnapshotAttributeInput
- func (s *DescribeSnapshotAttributeInput) SetSnapshotId(v string) *DescribeSnapshotAttributeInput
- func (s DescribeSnapshotAttributeInput) String() string
- func (s *DescribeSnapshotAttributeInput) Validate() error
- type DescribeSnapshotAttributeOutput
- func (s DescribeSnapshotAttributeOutput) GoString() string
- func (s *DescribeSnapshotAttributeOutput) SetCreateVolumePermissions(v []*CreateVolumePermission) *DescribeSnapshotAttributeOutput
- func (s *DescribeSnapshotAttributeOutput) SetProductCodes(v []*ProductCode) *DescribeSnapshotAttributeOutput
- func (s *DescribeSnapshotAttributeOutput) SetSnapshotId(v string) *DescribeSnapshotAttributeOutput
- func (s DescribeSnapshotAttributeOutput) String() string
- type DescribeSnapshotsInput
- func (s DescribeSnapshotsInput) GoString() string
- func (s *DescribeSnapshotsInput) SetDryRun(v bool) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetFilters(v []*Filter) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetMaxResults(v int64) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetNextToken(v string) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetOwnerIds(v []*string) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetRestorableByUserIds(v []*string) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetSnapshotIds(v []*string) *DescribeSnapshotsInput
- func (s DescribeSnapshotsInput) String() string
- type DescribeSnapshotsOutput
- type DescribeSpotDatafeedSubscriptionInput
- type DescribeSpotDatafeedSubscriptionOutput
- type DescribeSpotFleetInstancesInput
- func (s DescribeSpotFleetInstancesInput) GoString() string
- func (s *DescribeSpotFleetInstancesInput) SetDryRun(v bool) *DescribeSpotFleetInstancesInput
- func (s *DescribeSpotFleetInstancesInput) SetMaxResults(v int64) *DescribeSpotFleetInstancesInput
- func (s *DescribeSpotFleetInstancesInput) SetNextToken(v string) *DescribeSpotFleetInstancesInput
- func (s *DescribeSpotFleetInstancesInput) SetSpotFleetRequestId(v string) *DescribeSpotFleetInstancesInput
- func (s DescribeSpotFleetInstancesInput) String() string
- func (s *DescribeSpotFleetInstancesInput) Validate() error
- type DescribeSpotFleetInstancesOutput
- func (s DescribeSpotFleetInstancesOutput) GoString() string
- func (s *DescribeSpotFleetInstancesOutput) SetActiveInstances(v []*ActiveInstance) *DescribeSpotFleetInstancesOutput
- func (s *DescribeSpotFleetInstancesOutput) SetNextToken(v string) *DescribeSpotFleetInstancesOutput
- func (s *DescribeSpotFleetInstancesOutput) SetSpotFleetRequestId(v string) *DescribeSpotFleetInstancesOutput
- func (s DescribeSpotFleetInstancesOutput) String() string
- type DescribeSpotFleetRequestHistoryInput
- func (s DescribeSpotFleetRequestHistoryInput) GoString() string
- func (s *DescribeSpotFleetRequestHistoryInput) SetDryRun(v bool) *DescribeSpotFleetRequestHistoryInput
- func (s *DescribeSpotFleetRequestHistoryInput) SetEventType(v string) *DescribeSpotFleetRequestHistoryInput
- func (s *DescribeSpotFleetRequestHistoryInput) SetMaxResults(v int64) *DescribeSpotFleetRequestHistoryInput
- func (s *DescribeSpotFleetRequestHistoryInput) SetNextToken(v string) *DescribeSpotFleetRequestHistoryInput
- func (s *DescribeSpotFleetRequestHistoryInput) SetSpotFleetRequestId(v string) *DescribeSpotFleetRequestHistoryInput
- func (s *DescribeSpotFleetRequestHistoryInput) SetStartTime(v time.Time) *DescribeSpotFleetRequestHistoryInput
- func (s DescribeSpotFleetRequestHistoryInput) String() string
- func (s *DescribeSpotFleetRequestHistoryInput) Validate() error
- type DescribeSpotFleetRequestHistoryOutput
- func (s DescribeSpotFleetRequestHistoryOutput) GoString() string
- func (s *DescribeSpotFleetRequestHistoryOutput) SetHistoryRecords(v []*HistoryRecord) *DescribeSpotFleetRequestHistoryOutput
- func (s *DescribeSpotFleetRequestHistoryOutput) SetLastEvaluatedTime(v time.Time) *DescribeSpotFleetRequestHistoryOutput
- func (s *DescribeSpotFleetRequestHistoryOutput) SetNextToken(v string) *DescribeSpotFleetRequestHistoryOutput
- func (s *DescribeSpotFleetRequestHistoryOutput) SetSpotFleetRequestId(v string) *DescribeSpotFleetRequestHistoryOutput
- func (s *DescribeSpotFleetRequestHistoryOutput) SetStartTime(v time.Time) *DescribeSpotFleetRequestHistoryOutput
- func (s DescribeSpotFleetRequestHistoryOutput) String() string
- type DescribeSpotFleetRequestsInput
- func (s DescribeSpotFleetRequestsInput) GoString() string
- func (s *DescribeSpotFleetRequestsInput) SetDryRun(v bool) *DescribeSpotFleetRequestsInput
- func (s *DescribeSpotFleetRequestsInput) SetMaxResults(v int64) *DescribeSpotFleetRequestsInput
- func (s *DescribeSpotFleetRequestsInput) SetNextToken(v string) *DescribeSpotFleetRequestsInput
- func (s *DescribeSpotFleetRequestsInput) SetSpotFleetRequestIds(v []*string) *DescribeSpotFleetRequestsInput
- func (s DescribeSpotFleetRequestsInput) String() string
- type DescribeSpotFleetRequestsOutput
- func (s DescribeSpotFleetRequestsOutput) GoString() string
- func (s *DescribeSpotFleetRequestsOutput) SetNextToken(v string) *DescribeSpotFleetRequestsOutput
- func (s *DescribeSpotFleetRequestsOutput) SetSpotFleetRequestConfigs(v []*SpotFleetRequestConfig) *DescribeSpotFleetRequestsOutput
- func (s DescribeSpotFleetRequestsOutput) String() string
- type DescribeSpotInstanceRequestsInput
- func (s DescribeSpotInstanceRequestsInput) GoString() string
- func (s *DescribeSpotInstanceRequestsInput) SetDryRun(v bool) *DescribeSpotInstanceRequestsInput
- func (s *DescribeSpotInstanceRequestsInput) SetFilters(v []*Filter) *DescribeSpotInstanceRequestsInput
- func (s *DescribeSpotInstanceRequestsInput) SetMaxResults(v int64) *DescribeSpotInstanceRequestsInput
- func (s *DescribeSpotInstanceRequestsInput) SetNextToken(v string) *DescribeSpotInstanceRequestsInput
- func (s *DescribeSpotInstanceRequestsInput) SetSpotInstanceRequestIds(v []*string) *DescribeSpotInstanceRequestsInput
- func (s DescribeSpotInstanceRequestsInput) String() string
- type DescribeSpotInstanceRequestsOutput
- func (s DescribeSpotInstanceRequestsOutput) GoString() string
- func (s *DescribeSpotInstanceRequestsOutput) SetNextToken(v string) *DescribeSpotInstanceRequestsOutput
- func (s *DescribeSpotInstanceRequestsOutput) SetSpotInstanceRequests(v []*SpotInstanceRequest) *DescribeSpotInstanceRequestsOutput
- func (s DescribeSpotInstanceRequestsOutput) String() string
- type DescribeSpotPriceHistoryInput
- func (s DescribeSpotPriceHistoryInput) GoString() string
- func (s *DescribeSpotPriceHistoryInput) SetAvailabilityZone(v string) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetDryRun(v bool) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetEndTime(v time.Time) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetFilters(v []*Filter) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetInstanceTypes(v []*string) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetMaxResults(v int64) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetNextToken(v string) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetProductDescriptions(v []*string) *DescribeSpotPriceHistoryInput
- func (s *DescribeSpotPriceHistoryInput) SetStartTime(v time.Time) *DescribeSpotPriceHistoryInput
- func (s DescribeSpotPriceHistoryInput) String() string
- type DescribeSpotPriceHistoryOutput
- func (s DescribeSpotPriceHistoryOutput) GoString() string
- func (s *DescribeSpotPriceHistoryOutput) SetNextToken(v string) *DescribeSpotPriceHistoryOutput
- func (s *DescribeSpotPriceHistoryOutput) SetSpotPriceHistory(v []*SpotPrice) *DescribeSpotPriceHistoryOutput
- func (s DescribeSpotPriceHistoryOutput) String() string
- type DescribeStaleSecurityGroupsInput
- func (s DescribeStaleSecurityGroupsInput) GoString() string
- func (s *DescribeStaleSecurityGroupsInput) SetDryRun(v bool) *DescribeStaleSecurityGroupsInput
- func (s *DescribeStaleSecurityGroupsInput) SetMaxResults(v int64) *DescribeStaleSecurityGroupsInput
- func (s *DescribeStaleSecurityGroupsInput) SetNextToken(v string) *DescribeStaleSecurityGroupsInput
- func (s *DescribeStaleSecurityGroupsInput) SetVpcId(v string) *DescribeStaleSecurityGroupsInput
- func (s DescribeStaleSecurityGroupsInput) String() string
- func (s *DescribeStaleSecurityGroupsInput) Validate() error
- type DescribeStaleSecurityGroupsOutput
- func (s DescribeStaleSecurityGroupsOutput) GoString() string
- func (s *DescribeStaleSecurityGroupsOutput) SetNextToken(v string) *DescribeStaleSecurityGroupsOutput
- func (s *DescribeStaleSecurityGroupsOutput) SetStaleSecurityGroupSet(v []*StaleSecurityGroup) *DescribeStaleSecurityGroupsOutput
- func (s DescribeStaleSecurityGroupsOutput) String() string
- type DescribeSubnetsInput
- func (s DescribeSubnetsInput) GoString() string
- func (s *DescribeSubnetsInput) SetDryRun(v bool) *DescribeSubnetsInput
- func (s *DescribeSubnetsInput) SetFilters(v []*Filter) *DescribeSubnetsInput
- func (s *DescribeSubnetsInput) SetMaxResults(v int64) *DescribeSubnetsInput
- func (s *DescribeSubnetsInput) SetNextToken(v string) *DescribeSubnetsInput
- func (s *DescribeSubnetsInput) SetSubnetIds(v []*string) *DescribeSubnetsInput
- func (s DescribeSubnetsInput) String() string
- func (s *DescribeSubnetsInput) Validate() error
- type DescribeSubnetsOutput
- type DescribeTagsInput
- func (s DescribeTagsInput) GoString() string
- func (s *DescribeTagsInput) SetDryRun(v bool) *DescribeTagsInput
- func (s *DescribeTagsInput) SetFilters(v []*Filter) *DescribeTagsInput
- func (s *DescribeTagsInput) SetMaxResults(v int64) *DescribeTagsInput
- func (s *DescribeTagsInput) SetNextToken(v string) *DescribeTagsInput
- func (s DescribeTagsInput) String() string
- type DescribeTagsOutput
- type DescribeTrafficMirrorFiltersInput
- func (s DescribeTrafficMirrorFiltersInput) GoString() string
- func (s *DescribeTrafficMirrorFiltersInput) SetDryRun(v bool) *DescribeTrafficMirrorFiltersInput
- func (s *DescribeTrafficMirrorFiltersInput) SetFilters(v []*Filter) *DescribeTrafficMirrorFiltersInput
- func (s *DescribeTrafficMirrorFiltersInput) SetMaxResults(v int64) *DescribeTrafficMirrorFiltersInput
- func (s *DescribeTrafficMirrorFiltersInput) SetNextToken(v string) *DescribeTrafficMirrorFiltersInput
- func (s *DescribeTrafficMirrorFiltersInput) SetTrafficMirrorFilterIds(v []*string) *DescribeTrafficMirrorFiltersInput
- func (s DescribeTrafficMirrorFiltersInput) String() string
- func (s *DescribeTrafficMirrorFiltersInput) Validate() error
- type DescribeTrafficMirrorFiltersOutput
- func (s DescribeTrafficMirrorFiltersOutput) GoString() string
- func (s *DescribeTrafficMirrorFiltersOutput) SetNextToken(v string) *DescribeTrafficMirrorFiltersOutput
- func (s *DescribeTrafficMirrorFiltersOutput) SetTrafficMirrorFilters(v []*TrafficMirrorFilter) *DescribeTrafficMirrorFiltersOutput
- func (s DescribeTrafficMirrorFiltersOutput) String() string
- type DescribeTrafficMirrorSessionsInput
- func (s DescribeTrafficMirrorSessionsInput) GoString() string
- func (s *DescribeTrafficMirrorSessionsInput) SetDryRun(v bool) *DescribeTrafficMirrorSessionsInput
- func (s *DescribeTrafficMirrorSessionsInput) SetFilters(v []*Filter) *DescribeTrafficMirrorSessionsInput
- func (s *DescribeTrafficMirrorSessionsInput) SetMaxResults(v int64) *DescribeTrafficMirrorSessionsInput
- func (s *DescribeTrafficMirrorSessionsInput) SetNextToken(v string) *DescribeTrafficMirrorSessionsInput
- func (s *DescribeTrafficMirrorSessionsInput) SetTrafficMirrorSessionIds(v []*string) *DescribeTrafficMirrorSessionsInput
- func (s DescribeTrafficMirrorSessionsInput) String() string
- func (s *DescribeTrafficMirrorSessionsInput) Validate() error
- type DescribeTrafficMirrorSessionsOutput
- func (s DescribeTrafficMirrorSessionsOutput) GoString() string
- func (s *DescribeTrafficMirrorSessionsOutput) SetNextToken(v string) *DescribeTrafficMirrorSessionsOutput
- func (s *DescribeTrafficMirrorSessionsOutput) SetTrafficMirrorSessions(v []*TrafficMirrorSession) *DescribeTrafficMirrorSessionsOutput
- func (s DescribeTrafficMirrorSessionsOutput) String() string
- type DescribeTrafficMirrorTargetsInput
- func (s DescribeTrafficMirrorTargetsInput) GoString() string
- func (s *DescribeTrafficMirrorTargetsInput) SetDryRun(v bool) *DescribeTrafficMirrorTargetsInput
- func (s *DescribeTrafficMirrorTargetsInput) SetFilters(v []*Filter) *DescribeTrafficMirrorTargetsInput
- func (s *DescribeTrafficMirrorTargetsInput) SetMaxResults(v int64) *DescribeTrafficMirrorTargetsInput
- func (s *DescribeTrafficMirrorTargetsInput) SetNextToken(v string) *DescribeTrafficMirrorTargetsInput
- func (s *DescribeTrafficMirrorTargetsInput) SetTrafficMirrorTargetIds(v []*string) *DescribeTrafficMirrorTargetsInput
- func (s DescribeTrafficMirrorTargetsInput) String() string
- func (s *DescribeTrafficMirrorTargetsInput) Validate() error
- type DescribeTrafficMirrorTargetsOutput
- func (s DescribeTrafficMirrorTargetsOutput) GoString() string
- func (s *DescribeTrafficMirrorTargetsOutput) SetNextToken(v string) *DescribeTrafficMirrorTargetsOutput
- func (s *DescribeTrafficMirrorTargetsOutput) SetTrafficMirrorTargets(v []*TrafficMirrorTarget) *DescribeTrafficMirrorTargetsOutput
- func (s DescribeTrafficMirrorTargetsOutput) String() string
- type DescribeTransitGatewayAttachmentsInput
- func (s DescribeTransitGatewayAttachmentsInput) GoString() string
- func (s *DescribeTransitGatewayAttachmentsInput) SetDryRun(v bool) *DescribeTransitGatewayAttachmentsInput
- func (s *DescribeTransitGatewayAttachmentsInput) SetFilters(v []*Filter) *DescribeTransitGatewayAttachmentsInput
- func (s *DescribeTransitGatewayAttachmentsInput) SetMaxResults(v int64) *DescribeTransitGatewayAttachmentsInput
- func (s *DescribeTransitGatewayAttachmentsInput) SetNextToken(v string) *DescribeTransitGatewayAttachmentsInput
- func (s *DescribeTransitGatewayAttachmentsInput) SetTransitGatewayAttachmentIds(v []*string) *DescribeTransitGatewayAttachmentsInput
- func (s DescribeTransitGatewayAttachmentsInput) String() string
- func (s *DescribeTransitGatewayAttachmentsInput) Validate() error
- type DescribeTransitGatewayAttachmentsOutput
- func (s DescribeTransitGatewayAttachmentsOutput) GoString() string
- func (s *DescribeTransitGatewayAttachmentsOutput) SetNextToken(v string) *DescribeTransitGatewayAttachmentsOutput
- func (s *DescribeTransitGatewayAttachmentsOutput) SetTransitGatewayAttachments(v []*TransitGatewayAttachment) *DescribeTransitGatewayAttachmentsOutput
- func (s DescribeTransitGatewayAttachmentsOutput) String() string
- type DescribeTransitGatewayMulticastDomainsInput
- func (s DescribeTransitGatewayMulticastDomainsInput) GoString() string
- func (s *DescribeTransitGatewayMulticastDomainsInput) SetDryRun(v bool) *DescribeTransitGatewayMulticastDomainsInput
- func (s *DescribeTransitGatewayMulticastDomainsInput) SetFilters(v []*Filter) *DescribeTransitGatewayMulticastDomainsInput
- func (s *DescribeTransitGatewayMulticastDomainsInput) SetMaxResults(v int64) *DescribeTransitGatewayMulticastDomainsInput
- func (s *DescribeTransitGatewayMulticastDomainsInput) SetNextToken(v string) *DescribeTransitGatewayMulticastDomainsInput
- func (s *DescribeTransitGatewayMulticastDomainsInput) SetTransitGatewayMulticastDomainIds(v []*string) *DescribeTransitGatewayMulticastDomainsInput
- func (s DescribeTransitGatewayMulticastDomainsInput) String() string
- func (s *DescribeTransitGatewayMulticastDomainsInput) Validate() error
- type DescribeTransitGatewayMulticastDomainsOutput
- func (s DescribeTransitGatewayMulticastDomainsOutput) GoString() string
- func (s *DescribeTransitGatewayMulticastDomainsOutput) SetNextToken(v string) *DescribeTransitGatewayMulticastDomainsOutput
- func (s *DescribeTransitGatewayMulticastDomainsOutput) SetTransitGatewayMulticastDomains(v []*TransitGatewayMulticastDomain) *DescribeTransitGatewayMulticastDomainsOutput
- func (s DescribeTransitGatewayMulticastDomainsOutput) String() string
- type DescribeTransitGatewayPeeringAttachmentsInput
- func (s DescribeTransitGatewayPeeringAttachmentsInput) GoString() string
- func (s *DescribeTransitGatewayPeeringAttachmentsInput) SetDryRun(v bool) *DescribeTransitGatewayPeeringAttachmentsInput
- func (s *DescribeTransitGatewayPeeringAttachmentsInput) SetFilters(v []*Filter) *DescribeTransitGatewayPeeringAttachmentsInput
- func (s *DescribeTransitGatewayPeeringAttachmentsInput) SetMaxResults(v int64) *DescribeTransitGatewayPeeringAttachmentsInput
- func (s *DescribeTransitGatewayPeeringAttachmentsInput) SetNextToken(v string) *DescribeTransitGatewayPeeringAttachmentsInput
- func (s *DescribeTransitGatewayPeeringAttachmentsInput) SetTransitGatewayAttachmentIds(v []*string) *DescribeTransitGatewayPeeringAttachmentsInput
- func (s DescribeTransitGatewayPeeringAttachmentsInput) String() string
- func (s *DescribeTransitGatewayPeeringAttachmentsInput) Validate() error
- type DescribeTransitGatewayPeeringAttachmentsOutput
- func (s DescribeTransitGatewayPeeringAttachmentsOutput) GoString() string
- func (s *DescribeTransitGatewayPeeringAttachmentsOutput) SetNextToken(v string) *DescribeTransitGatewayPeeringAttachmentsOutput
- func (s *DescribeTransitGatewayPeeringAttachmentsOutput) SetTransitGatewayPeeringAttachments(v []*TransitGatewayPeeringAttachment) *DescribeTransitGatewayPeeringAttachmentsOutput
- func (s DescribeTransitGatewayPeeringAttachmentsOutput) String() string
- type DescribeTransitGatewayRouteTablesInput
- func (s DescribeTransitGatewayRouteTablesInput) GoString() string
- func (s *DescribeTransitGatewayRouteTablesInput) SetDryRun(v bool) *DescribeTransitGatewayRouteTablesInput
- func (s *DescribeTransitGatewayRouteTablesInput) SetFilters(v []*Filter) *DescribeTransitGatewayRouteTablesInput
- func (s *DescribeTransitGatewayRouteTablesInput) SetMaxResults(v int64) *DescribeTransitGatewayRouteTablesInput
- func (s *DescribeTransitGatewayRouteTablesInput) SetNextToken(v string) *DescribeTransitGatewayRouteTablesInput
- func (s *DescribeTransitGatewayRouteTablesInput) SetTransitGatewayRouteTableIds(v []*string) *DescribeTransitGatewayRouteTablesInput
- func (s DescribeTransitGatewayRouteTablesInput) String() string
- func (s *DescribeTransitGatewayRouteTablesInput) Validate() error
- type DescribeTransitGatewayRouteTablesOutput
- func (s DescribeTransitGatewayRouteTablesOutput) GoString() string
- func (s *DescribeTransitGatewayRouteTablesOutput) SetNextToken(v string) *DescribeTransitGatewayRouteTablesOutput
- func (s *DescribeTransitGatewayRouteTablesOutput) SetTransitGatewayRouteTables(v []*TransitGatewayRouteTable) *DescribeTransitGatewayRouteTablesOutput
- func (s DescribeTransitGatewayRouteTablesOutput) String() string
- type DescribeTransitGatewayVpcAttachmentsInput
- func (s DescribeTransitGatewayVpcAttachmentsInput) GoString() string
- func (s *DescribeTransitGatewayVpcAttachmentsInput) SetDryRun(v bool) *DescribeTransitGatewayVpcAttachmentsInput
- func (s *DescribeTransitGatewayVpcAttachmentsInput) SetFilters(v []*Filter) *DescribeTransitGatewayVpcAttachmentsInput
- func (s *DescribeTransitGatewayVpcAttachmentsInput) SetMaxResults(v int64) *DescribeTransitGatewayVpcAttachmentsInput
- func (s *DescribeTransitGatewayVpcAttachmentsInput) SetNextToken(v string) *DescribeTransitGatewayVpcAttachmentsInput
- func (s *DescribeTransitGatewayVpcAttachmentsInput) SetTransitGatewayAttachmentIds(v []*string) *DescribeTransitGatewayVpcAttachmentsInput
- func (s DescribeTransitGatewayVpcAttachmentsInput) String() string
- func (s *DescribeTransitGatewayVpcAttachmentsInput) Validate() error
- type DescribeTransitGatewayVpcAttachmentsOutput
- func (s DescribeTransitGatewayVpcAttachmentsOutput) GoString() string
- func (s *DescribeTransitGatewayVpcAttachmentsOutput) SetNextToken(v string) *DescribeTransitGatewayVpcAttachmentsOutput
- func (s *DescribeTransitGatewayVpcAttachmentsOutput) SetTransitGatewayVpcAttachments(v []*TransitGatewayVpcAttachment) *DescribeTransitGatewayVpcAttachmentsOutput
- func (s DescribeTransitGatewayVpcAttachmentsOutput) String() string
- type DescribeTransitGatewaysInput
- func (s DescribeTransitGatewaysInput) GoString() string
- func (s *DescribeTransitGatewaysInput) SetDryRun(v bool) *DescribeTransitGatewaysInput
- func (s *DescribeTransitGatewaysInput) SetFilters(v []*Filter) *DescribeTransitGatewaysInput
- func (s *DescribeTransitGatewaysInput) SetMaxResults(v int64) *DescribeTransitGatewaysInput
- func (s *DescribeTransitGatewaysInput) SetNextToken(v string) *DescribeTransitGatewaysInput
- func (s *DescribeTransitGatewaysInput) SetTransitGatewayIds(v []*string) *DescribeTransitGatewaysInput
- func (s DescribeTransitGatewaysInput) String() string
- func (s *DescribeTransitGatewaysInput) Validate() error
- type DescribeTransitGatewaysOutput
- func (s DescribeTransitGatewaysOutput) GoString() string
- func (s *DescribeTransitGatewaysOutput) SetNextToken(v string) *DescribeTransitGatewaysOutput
- func (s *DescribeTransitGatewaysOutput) SetTransitGateways(v []*TransitGateway) *DescribeTransitGatewaysOutput
- func (s DescribeTransitGatewaysOutput) String() string
- type DescribeVolumeAttributeInput
- func (s DescribeVolumeAttributeInput) GoString() string
- func (s *DescribeVolumeAttributeInput) SetAttribute(v string) *DescribeVolumeAttributeInput
- func (s *DescribeVolumeAttributeInput) SetDryRun(v bool) *DescribeVolumeAttributeInput
- func (s *DescribeVolumeAttributeInput) SetVolumeId(v string) *DescribeVolumeAttributeInput
- func (s DescribeVolumeAttributeInput) String() string
- func (s *DescribeVolumeAttributeInput) Validate() error
- type DescribeVolumeAttributeOutput
- func (s DescribeVolumeAttributeOutput) GoString() string
- func (s *DescribeVolumeAttributeOutput) SetAutoEnableIO(v *AttributeBooleanValue) *DescribeVolumeAttributeOutput
- func (s *DescribeVolumeAttributeOutput) SetProductCodes(v []*ProductCode) *DescribeVolumeAttributeOutput
- func (s *DescribeVolumeAttributeOutput) SetVolumeId(v string) *DescribeVolumeAttributeOutput
- func (s DescribeVolumeAttributeOutput) String() string
- type DescribeVolumeStatusInput
- func (s DescribeVolumeStatusInput) GoString() string
- func (s *DescribeVolumeStatusInput) SetDryRun(v bool) *DescribeVolumeStatusInput
- func (s *DescribeVolumeStatusInput) SetFilters(v []*Filter) *DescribeVolumeStatusInput
- func (s *DescribeVolumeStatusInput) SetMaxResults(v int64) *DescribeVolumeStatusInput
- func (s *DescribeVolumeStatusInput) SetNextToken(v string) *DescribeVolumeStatusInput
- func (s *DescribeVolumeStatusInput) SetVolumeIds(v []*string) *DescribeVolumeStatusInput
- func (s DescribeVolumeStatusInput) String() string
- type DescribeVolumeStatusOutput
- type DescribeVolumesInput
- func (s DescribeVolumesInput) GoString() string
- func (s *DescribeVolumesInput) SetDryRun(v bool) *DescribeVolumesInput
- func (s *DescribeVolumesInput) SetFilters(v []*Filter) *DescribeVolumesInput
- func (s *DescribeVolumesInput) SetMaxResults(v int64) *DescribeVolumesInput
- func (s *DescribeVolumesInput) SetNextToken(v string) *DescribeVolumesInput
- func (s *DescribeVolumesInput) SetVolumeIds(v []*string) *DescribeVolumesInput
- func (s DescribeVolumesInput) String() string
- type DescribeVolumesModificationsInput
- func (s DescribeVolumesModificationsInput) GoString() string
- func (s *DescribeVolumesModificationsInput) SetDryRun(v bool) *DescribeVolumesModificationsInput
- func (s *DescribeVolumesModificationsInput) SetFilters(v []*Filter) *DescribeVolumesModificationsInput
- func (s *DescribeVolumesModificationsInput) SetMaxResults(v int64) *DescribeVolumesModificationsInput
- func (s *DescribeVolumesModificationsInput) SetNextToken(v string) *DescribeVolumesModificationsInput
- func (s *DescribeVolumesModificationsInput) SetVolumeIds(v []*string) *DescribeVolumesModificationsInput
- func (s DescribeVolumesModificationsInput) String() string
- type DescribeVolumesModificationsOutput
- func (s DescribeVolumesModificationsOutput) GoString() string
- func (s *DescribeVolumesModificationsOutput) SetNextToken(v string) *DescribeVolumesModificationsOutput
- func (s *DescribeVolumesModificationsOutput) SetVolumesModifications(v []*VolumeModification) *DescribeVolumesModificationsOutput
- func (s DescribeVolumesModificationsOutput) String() string
- type DescribeVolumesOutput
- type DescribeVpcAttributeInput
- func (s DescribeVpcAttributeInput) GoString() string
- func (s *DescribeVpcAttributeInput) SetAttribute(v string) *DescribeVpcAttributeInput
- func (s *DescribeVpcAttributeInput) SetDryRun(v bool) *DescribeVpcAttributeInput
- func (s *DescribeVpcAttributeInput) SetVpcId(v string) *DescribeVpcAttributeInput
- func (s DescribeVpcAttributeInput) String() string
- func (s *DescribeVpcAttributeInput) Validate() error
- type DescribeVpcAttributeOutput
- func (s DescribeVpcAttributeOutput) GoString() string
- func (s *DescribeVpcAttributeOutput) SetEnableDnsHostnames(v *AttributeBooleanValue) *DescribeVpcAttributeOutput
- func (s *DescribeVpcAttributeOutput) SetEnableDnsSupport(v *AttributeBooleanValue) *DescribeVpcAttributeOutput
- func (s *DescribeVpcAttributeOutput) SetVpcId(v string) *DescribeVpcAttributeOutput
- func (s DescribeVpcAttributeOutput) String() string
- type DescribeVpcClassicLinkDnsSupportInput
- func (s DescribeVpcClassicLinkDnsSupportInput) GoString() string
- func (s *DescribeVpcClassicLinkDnsSupportInput) SetMaxResults(v int64) *DescribeVpcClassicLinkDnsSupportInput
- func (s *DescribeVpcClassicLinkDnsSupportInput) SetNextToken(v string) *DescribeVpcClassicLinkDnsSupportInput
- func (s *DescribeVpcClassicLinkDnsSupportInput) SetVpcIds(v []*string) *DescribeVpcClassicLinkDnsSupportInput
- func (s DescribeVpcClassicLinkDnsSupportInput) String() string
- func (s *DescribeVpcClassicLinkDnsSupportInput) Validate() error
- type DescribeVpcClassicLinkDnsSupportOutput
- func (s DescribeVpcClassicLinkDnsSupportOutput) GoString() string
- func (s *DescribeVpcClassicLinkDnsSupportOutput) SetNextToken(v string) *DescribeVpcClassicLinkDnsSupportOutput
- func (s *DescribeVpcClassicLinkDnsSupportOutput) SetVpcs(v []*ClassicLinkDnsSupport) *DescribeVpcClassicLinkDnsSupportOutput
- func (s DescribeVpcClassicLinkDnsSupportOutput) String() string
- type DescribeVpcClassicLinkInput
- func (s DescribeVpcClassicLinkInput) GoString() string
- func (s *DescribeVpcClassicLinkInput) SetDryRun(v bool) *DescribeVpcClassicLinkInput
- func (s *DescribeVpcClassicLinkInput) SetFilters(v []*Filter) *DescribeVpcClassicLinkInput
- func (s *DescribeVpcClassicLinkInput) SetVpcIds(v []*string) *DescribeVpcClassicLinkInput
- func (s DescribeVpcClassicLinkInput) String() string
- type DescribeVpcClassicLinkOutput
- type DescribeVpcEndpointConnectionNotificationsInput
- func (s DescribeVpcEndpointConnectionNotificationsInput) GoString() string
- func (s *DescribeVpcEndpointConnectionNotificationsInput) SetConnectionNotificationId(v string) *DescribeVpcEndpointConnectionNotificationsInput
- func (s *DescribeVpcEndpointConnectionNotificationsInput) SetDryRun(v bool) *DescribeVpcEndpointConnectionNotificationsInput
- func (s *DescribeVpcEndpointConnectionNotificationsInput) SetFilters(v []*Filter) *DescribeVpcEndpointConnectionNotificationsInput
- func (s *DescribeVpcEndpointConnectionNotificationsInput) SetMaxResults(v int64) *DescribeVpcEndpointConnectionNotificationsInput
- func (s *DescribeVpcEndpointConnectionNotificationsInput) SetNextToken(v string) *DescribeVpcEndpointConnectionNotificationsInput
- func (s DescribeVpcEndpointConnectionNotificationsInput) String() string
- type DescribeVpcEndpointConnectionNotificationsOutput
- func (s DescribeVpcEndpointConnectionNotificationsOutput) GoString() string
- func (s *DescribeVpcEndpointConnectionNotificationsOutput) SetConnectionNotificationSet(v []*ConnectionNotification) *DescribeVpcEndpointConnectionNotificationsOutput
- func (s *DescribeVpcEndpointConnectionNotificationsOutput) SetNextToken(v string) *DescribeVpcEndpointConnectionNotificationsOutput
- func (s DescribeVpcEndpointConnectionNotificationsOutput) String() string
- type DescribeVpcEndpointConnectionsInput
- func (s DescribeVpcEndpointConnectionsInput) GoString() string
- func (s *DescribeVpcEndpointConnectionsInput) SetDryRun(v bool) *DescribeVpcEndpointConnectionsInput
- func (s *DescribeVpcEndpointConnectionsInput) SetFilters(v []*Filter) *DescribeVpcEndpointConnectionsInput
- func (s *DescribeVpcEndpointConnectionsInput) SetMaxResults(v int64) *DescribeVpcEndpointConnectionsInput
- func (s *DescribeVpcEndpointConnectionsInput) SetNextToken(v string) *DescribeVpcEndpointConnectionsInput
- func (s DescribeVpcEndpointConnectionsInput) String() string
- type DescribeVpcEndpointConnectionsOutput
- func (s DescribeVpcEndpointConnectionsOutput) GoString() string
- func (s *DescribeVpcEndpointConnectionsOutput) SetNextToken(v string) *DescribeVpcEndpointConnectionsOutput
- func (s *DescribeVpcEndpointConnectionsOutput) SetVpcEndpointConnections(v []*VpcEndpointConnection) *DescribeVpcEndpointConnectionsOutput
- func (s DescribeVpcEndpointConnectionsOutput) String() string
- type DescribeVpcEndpointServiceConfigurationsInput
- func (s DescribeVpcEndpointServiceConfigurationsInput) GoString() string
- func (s *DescribeVpcEndpointServiceConfigurationsInput) SetDryRun(v bool) *DescribeVpcEndpointServiceConfigurationsInput
- func (s *DescribeVpcEndpointServiceConfigurationsInput) SetFilters(v []*Filter) *DescribeVpcEndpointServiceConfigurationsInput
- func (s *DescribeVpcEndpointServiceConfigurationsInput) SetMaxResults(v int64) *DescribeVpcEndpointServiceConfigurationsInput
- func (s *DescribeVpcEndpointServiceConfigurationsInput) SetNextToken(v string) *DescribeVpcEndpointServiceConfigurationsInput
- func (s *DescribeVpcEndpointServiceConfigurationsInput) SetServiceIds(v []*string) *DescribeVpcEndpointServiceConfigurationsInput
- func (s DescribeVpcEndpointServiceConfigurationsInput) String() string
- type DescribeVpcEndpointServiceConfigurationsOutput
- func (s DescribeVpcEndpointServiceConfigurationsOutput) GoString() string
- func (s *DescribeVpcEndpointServiceConfigurationsOutput) SetNextToken(v string) *DescribeVpcEndpointServiceConfigurationsOutput
- func (s *DescribeVpcEndpointServiceConfigurationsOutput) SetServiceConfigurations(v []*ServiceConfiguration) *DescribeVpcEndpointServiceConfigurationsOutput
- func (s DescribeVpcEndpointServiceConfigurationsOutput) String() string
- type DescribeVpcEndpointServicePermissionsInput
- func (s DescribeVpcEndpointServicePermissionsInput) GoString() string
- func (s *DescribeVpcEndpointServicePermissionsInput) SetDryRun(v bool) *DescribeVpcEndpointServicePermissionsInput
- func (s *DescribeVpcEndpointServicePermissionsInput) SetFilters(v []*Filter) *DescribeVpcEndpointServicePermissionsInput
- func (s *DescribeVpcEndpointServicePermissionsInput) SetMaxResults(v int64) *DescribeVpcEndpointServicePermissionsInput
- func (s *DescribeVpcEndpointServicePermissionsInput) SetNextToken(v string) *DescribeVpcEndpointServicePermissionsInput
- func (s *DescribeVpcEndpointServicePermissionsInput) SetServiceId(v string) *DescribeVpcEndpointServicePermissionsInput
- func (s DescribeVpcEndpointServicePermissionsInput) String() string
- func (s *DescribeVpcEndpointServicePermissionsInput) Validate() error
- type DescribeVpcEndpointServicePermissionsOutput
- func (s DescribeVpcEndpointServicePermissionsOutput) GoString() string
- func (s *DescribeVpcEndpointServicePermissionsOutput) SetAllowedPrincipals(v []*AllowedPrincipal) *DescribeVpcEndpointServicePermissionsOutput
- func (s *DescribeVpcEndpointServicePermissionsOutput) SetNextToken(v string) *DescribeVpcEndpointServicePermissionsOutput
- func (s DescribeVpcEndpointServicePermissionsOutput) String() string
- type DescribeVpcEndpointServicesInput
- func (s DescribeVpcEndpointServicesInput) GoString() string
- func (s *DescribeVpcEndpointServicesInput) SetDryRun(v bool) *DescribeVpcEndpointServicesInput
- func (s *DescribeVpcEndpointServicesInput) SetFilters(v []*Filter) *DescribeVpcEndpointServicesInput
- func (s *DescribeVpcEndpointServicesInput) SetMaxResults(v int64) *DescribeVpcEndpointServicesInput
- func (s *DescribeVpcEndpointServicesInput) SetNextToken(v string) *DescribeVpcEndpointServicesInput
- func (s *DescribeVpcEndpointServicesInput) SetServiceNames(v []*string) *DescribeVpcEndpointServicesInput
- func (s DescribeVpcEndpointServicesInput) String() string
- type DescribeVpcEndpointServicesOutput
- func (s DescribeVpcEndpointServicesOutput) GoString() string
- func (s *DescribeVpcEndpointServicesOutput) SetNextToken(v string) *DescribeVpcEndpointServicesOutput
- func (s *DescribeVpcEndpointServicesOutput) SetServiceDetails(v []*ServiceDetail) *DescribeVpcEndpointServicesOutput
- func (s *DescribeVpcEndpointServicesOutput) SetServiceNames(v []*string) *DescribeVpcEndpointServicesOutput
- func (s DescribeVpcEndpointServicesOutput) String() string
- type DescribeVpcEndpointsInput
- func (s DescribeVpcEndpointsInput) GoString() string
- func (s *DescribeVpcEndpointsInput) SetDryRun(v bool) *DescribeVpcEndpointsInput
- func (s *DescribeVpcEndpointsInput) SetFilters(v []*Filter) *DescribeVpcEndpointsInput
- func (s *DescribeVpcEndpointsInput) SetMaxResults(v int64) *DescribeVpcEndpointsInput
- func (s *DescribeVpcEndpointsInput) SetNextToken(v string) *DescribeVpcEndpointsInput
- func (s *DescribeVpcEndpointsInput) SetVpcEndpointIds(v []*string) *DescribeVpcEndpointsInput
- func (s DescribeVpcEndpointsInput) String() string
- type DescribeVpcEndpointsOutput
- type DescribeVpcPeeringConnectionsInput
- func (s DescribeVpcPeeringConnectionsInput) GoString() string
- func (s *DescribeVpcPeeringConnectionsInput) SetDryRun(v bool) *DescribeVpcPeeringConnectionsInput
- func (s *DescribeVpcPeeringConnectionsInput) SetFilters(v []*Filter) *DescribeVpcPeeringConnectionsInput
- func (s *DescribeVpcPeeringConnectionsInput) SetMaxResults(v int64) *DescribeVpcPeeringConnectionsInput
- func (s *DescribeVpcPeeringConnectionsInput) SetNextToken(v string) *DescribeVpcPeeringConnectionsInput
- func (s *DescribeVpcPeeringConnectionsInput) SetVpcPeeringConnectionIds(v []*string) *DescribeVpcPeeringConnectionsInput
- func (s DescribeVpcPeeringConnectionsInput) String() string
- func (s *DescribeVpcPeeringConnectionsInput) Validate() error
- type DescribeVpcPeeringConnectionsOutput
- func (s DescribeVpcPeeringConnectionsOutput) GoString() string
- func (s *DescribeVpcPeeringConnectionsOutput) SetNextToken(v string) *DescribeVpcPeeringConnectionsOutput
- func (s *DescribeVpcPeeringConnectionsOutput) SetVpcPeeringConnections(v []*VpcPeeringConnection) *DescribeVpcPeeringConnectionsOutput
- func (s DescribeVpcPeeringConnectionsOutput) String() string
- type DescribeVpcsInput
- func (s DescribeVpcsInput) GoString() string
- func (s *DescribeVpcsInput) SetDryRun(v bool) *DescribeVpcsInput
- func (s *DescribeVpcsInput) SetFilters(v []*Filter) *DescribeVpcsInput
- func (s *DescribeVpcsInput) SetMaxResults(v int64) *DescribeVpcsInput
- func (s *DescribeVpcsInput) SetNextToken(v string) *DescribeVpcsInput
- func (s *DescribeVpcsInput) SetVpcIds(v []*string) *DescribeVpcsInput
- func (s DescribeVpcsInput) String() string
- func (s *DescribeVpcsInput) Validate() error
- type DescribeVpcsOutput
- type DescribeVpnConnectionsInput
- func (s DescribeVpnConnectionsInput) GoString() string
- func (s *DescribeVpnConnectionsInput) SetDryRun(v bool) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetFilters(v []*Filter) *DescribeVpnConnectionsInput
- func (s *DescribeVpnConnectionsInput) SetVpnConnectionIds(v []*string) *DescribeVpnConnectionsInput
- func (s DescribeVpnConnectionsInput) String() string
- type DescribeVpnConnectionsOutput
- type DescribeVpnGatewaysInput
- func (s DescribeVpnGatewaysInput) GoString() string
- func (s *DescribeVpnGatewaysInput) SetDryRun(v bool) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetFilters(v []*Filter) *DescribeVpnGatewaysInput
- func (s *DescribeVpnGatewaysInput) SetVpnGatewayIds(v []*string) *DescribeVpnGatewaysInput
- func (s DescribeVpnGatewaysInput) String() string
- type DescribeVpnGatewaysOutput
- type DetachClassicLinkVpcInput
- func (s DetachClassicLinkVpcInput) GoString() string
- func (s *DetachClassicLinkVpcInput) SetDryRun(v bool) *DetachClassicLinkVpcInput
- func (s *DetachClassicLinkVpcInput) SetInstanceId(v string) *DetachClassicLinkVpcInput
- func (s *DetachClassicLinkVpcInput) SetVpcId(v string) *DetachClassicLinkVpcInput
- func (s DetachClassicLinkVpcInput) String() string
- func (s *DetachClassicLinkVpcInput) Validate() error
- type DetachClassicLinkVpcOutput
- type DetachInternetGatewayInput
- func (s DetachInternetGatewayInput) GoString() string
- func (s *DetachInternetGatewayInput) SetDryRun(v bool) *DetachInternetGatewayInput
- func (s *DetachInternetGatewayInput) SetInternetGatewayId(v string) *DetachInternetGatewayInput
- func (s *DetachInternetGatewayInput) SetVpcId(v string) *DetachInternetGatewayInput
- func (s DetachInternetGatewayInput) String() string
- func (s *DetachInternetGatewayInput) Validate() error
- type DetachInternetGatewayOutput
- type DetachNetworkInterfaceInput
- func (s DetachNetworkInterfaceInput) GoString() string
- func (s *DetachNetworkInterfaceInput) SetAttachmentId(v string) *DetachNetworkInterfaceInput
- func (s *DetachNetworkInterfaceInput) SetDryRun(v bool) *DetachNetworkInterfaceInput
- func (s *DetachNetworkInterfaceInput) SetForce(v bool) *DetachNetworkInterfaceInput
- func (s DetachNetworkInterfaceInput) String() string
- func (s *DetachNetworkInterfaceInput) Validate() error
- type DetachNetworkInterfaceOutput
- type DetachVolumeInput
- func (s DetachVolumeInput) GoString() string
- func (s *DetachVolumeInput) SetDevice(v string) *DetachVolumeInput
- func (s *DetachVolumeInput) SetDryRun(v bool) *DetachVolumeInput
- func (s *DetachVolumeInput) SetForce(v bool) *DetachVolumeInput
- func (s *DetachVolumeInput) SetInstanceId(v string) *DetachVolumeInput
- func (s *DetachVolumeInput) SetVolumeId(v string) *DetachVolumeInput
- func (s DetachVolumeInput) String() string
- func (s *DetachVolumeInput) Validate() error
- type DetachVpnGatewayInput
- func (s DetachVpnGatewayInput) GoString() string
- func (s *DetachVpnGatewayInput) SetDryRun(v bool) *DetachVpnGatewayInput
- func (s *DetachVpnGatewayInput) SetVpcId(v string) *DetachVpnGatewayInput
- func (s *DetachVpnGatewayInput) SetVpnGatewayId(v string) *DetachVpnGatewayInput
- func (s DetachVpnGatewayInput) String() string
- func (s *DetachVpnGatewayInput) Validate() error
- type DetachVpnGatewayOutput
- type DhcpConfiguration
- type DhcpOptions
- func (s DhcpOptions) GoString() string
- func (s *DhcpOptions) SetDhcpConfigurations(v []*DhcpConfiguration) *DhcpOptions
- func (s *DhcpOptions) SetDhcpOptionsId(v string) *DhcpOptions
- func (s *DhcpOptions) SetOwnerId(v string) *DhcpOptions
- func (s *DhcpOptions) SetTags(v []*Tag) *DhcpOptions
- func (s DhcpOptions) String() string
- type DirectoryServiceAuthentication
- type DirectoryServiceAuthenticationRequest
- type DisableEbsEncryptionByDefaultInput
- type DisableEbsEncryptionByDefaultOutput
- type DisableFastSnapshotRestoreErrorItem
- func (s DisableFastSnapshotRestoreErrorItem) GoString() string
- func (s *DisableFastSnapshotRestoreErrorItem) SetFastSnapshotRestoreStateErrors(v []*DisableFastSnapshotRestoreStateErrorItem) *DisableFastSnapshotRestoreErrorItem
- func (s *DisableFastSnapshotRestoreErrorItem) SetSnapshotId(v string) *DisableFastSnapshotRestoreErrorItem
- func (s DisableFastSnapshotRestoreErrorItem) String() string
- type DisableFastSnapshotRestoreStateError
- func (s DisableFastSnapshotRestoreStateError) GoString() string
- func (s *DisableFastSnapshotRestoreStateError) SetCode(v string) *DisableFastSnapshotRestoreStateError
- func (s *DisableFastSnapshotRestoreStateError) SetMessage(v string) *DisableFastSnapshotRestoreStateError
- func (s DisableFastSnapshotRestoreStateError) String() string
- type DisableFastSnapshotRestoreStateErrorItem
- func (s DisableFastSnapshotRestoreStateErrorItem) GoString() string
- func (s *DisableFastSnapshotRestoreStateErrorItem) SetAvailabilityZone(v string) *DisableFastSnapshotRestoreStateErrorItem
- func (s *DisableFastSnapshotRestoreStateErrorItem) SetError(v *DisableFastSnapshotRestoreStateError) *DisableFastSnapshotRestoreStateErrorItem
- func (s DisableFastSnapshotRestoreStateErrorItem) String() string
- type DisableFastSnapshotRestoreSuccessItem
- func (s DisableFastSnapshotRestoreSuccessItem) GoString() string
- func (s *DisableFastSnapshotRestoreSuccessItem) SetAvailabilityZone(v string) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetDisabledTime(v time.Time) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetDisablingTime(v time.Time) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetEnabledTime(v time.Time) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetEnablingTime(v time.Time) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetOptimizingTime(v time.Time) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetOwnerAlias(v string) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetOwnerId(v string) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetSnapshotId(v string) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetState(v string) *DisableFastSnapshotRestoreSuccessItem
- func (s *DisableFastSnapshotRestoreSuccessItem) SetStateTransitionReason(v string) *DisableFastSnapshotRestoreSuccessItem
- func (s DisableFastSnapshotRestoreSuccessItem) String() string
- type DisableFastSnapshotRestoresInput
- func (s DisableFastSnapshotRestoresInput) GoString() string
- func (s *DisableFastSnapshotRestoresInput) SetAvailabilityZones(v []*string) *DisableFastSnapshotRestoresInput
- func (s *DisableFastSnapshotRestoresInput) SetDryRun(v bool) *DisableFastSnapshotRestoresInput
- func (s *DisableFastSnapshotRestoresInput) SetSourceSnapshotIds(v []*string) *DisableFastSnapshotRestoresInput
- func (s DisableFastSnapshotRestoresInput) String() string
- func (s *DisableFastSnapshotRestoresInput) Validate() error
- type DisableFastSnapshotRestoresOutput
- func (s DisableFastSnapshotRestoresOutput) GoString() string
- func (s *DisableFastSnapshotRestoresOutput) SetSuccessful(v []*DisableFastSnapshotRestoreSuccessItem) *DisableFastSnapshotRestoresOutput
- func (s *DisableFastSnapshotRestoresOutput) SetUnsuccessful(v []*DisableFastSnapshotRestoreErrorItem) *DisableFastSnapshotRestoresOutput
- func (s DisableFastSnapshotRestoresOutput) String() string
- type DisableTransitGatewayRouteTablePropagationInput
- func (s DisableTransitGatewayRouteTablePropagationInput) GoString() string
- func (s *DisableTransitGatewayRouteTablePropagationInput) SetDryRun(v bool) *DisableTransitGatewayRouteTablePropagationInput
- func (s *DisableTransitGatewayRouteTablePropagationInput) SetTransitGatewayAttachmentId(v string) *DisableTransitGatewayRouteTablePropagationInput
- func (s *DisableTransitGatewayRouteTablePropagationInput) SetTransitGatewayRouteTableId(v string) *DisableTransitGatewayRouteTablePropagationInput
- func (s DisableTransitGatewayRouteTablePropagationInput) String() string
- func (s *DisableTransitGatewayRouteTablePropagationInput) Validate() error
- type DisableTransitGatewayRouteTablePropagationOutput
- func (s DisableTransitGatewayRouteTablePropagationOutput) GoString() string
- func (s *DisableTransitGatewayRouteTablePropagationOutput) SetPropagation(v *TransitGatewayPropagation) *DisableTransitGatewayRouteTablePropagationOutput
- func (s DisableTransitGatewayRouteTablePropagationOutput) String() string
- type DisableVgwRoutePropagationInput
- func (s DisableVgwRoutePropagationInput) GoString() string
- func (s *DisableVgwRoutePropagationInput) SetGatewayId(v string) *DisableVgwRoutePropagationInput
- func (s *DisableVgwRoutePropagationInput) SetRouteTableId(v string) *DisableVgwRoutePropagationInput
- func (s DisableVgwRoutePropagationInput) String() string
- func (s *DisableVgwRoutePropagationInput) Validate() error
- type DisableVgwRoutePropagationOutput
- type DisableVpcClassicLinkDnsSupportInput
- type DisableVpcClassicLinkDnsSupportOutput
- type DisableVpcClassicLinkInput
- func (s DisableVpcClassicLinkInput) GoString() string
- func (s *DisableVpcClassicLinkInput) SetDryRun(v bool) *DisableVpcClassicLinkInput
- func (s *DisableVpcClassicLinkInput) SetVpcId(v string) *DisableVpcClassicLinkInput
- func (s DisableVpcClassicLinkInput) String() string
- func (s *DisableVpcClassicLinkInput) Validate() error
- type DisableVpcClassicLinkOutput
- type DisassociateAddressInput
- func (s DisassociateAddressInput) GoString() string
- func (s *DisassociateAddressInput) SetAssociationId(v string) *DisassociateAddressInput
- func (s *DisassociateAddressInput) SetDryRun(v bool) *DisassociateAddressInput
- func (s *DisassociateAddressInput) SetPublicIp(v string) *DisassociateAddressInput
- func (s DisassociateAddressInput) String() string
- type DisassociateAddressOutput
- type DisassociateClientVpnTargetNetworkInput
- func (s DisassociateClientVpnTargetNetworkInput) GoString() string
- func (s *DisassociateClientVpnTargetNetworkInput) SetAssociationId(v string) *DisassociateClientVpnTargetNetworkInput
- func (s *DisassociateClientVpnTargetNetworkInput) SetClientVpnEndpointId(v string) *DisassociateClientVpnTargetNetworkInput
- func (s *DisassociateClientVpnTargetNetworkInput) SetDryRun(v bool) *DisassociateClientVpnTargetNetworkInput
- func (s DisassociateClientVpnTargetNetworkInput) String() string
- func (s *DisassociateClientVpnTargetNetworkInput) Validate() error
- type DisassociateClientVpnTargetNetworkOutput
- func (s DisassociateClientVpnTargetNetworkOutput) GoString() string
- func (s *DisassociateClientVpnTargetNetworkOutput) SetAssociationId(v string) *DisassociateClientVpnTargetNetworkOutput
- func (s *DisassociateClientVpnTargetNetworkOutput) SetStatus(v *AssociationStatus) *DisassociateClientVpnTargetNetworkOutput
- func (s DisassociateClientVpnTargetNetworkOutput) String() string
- type DisassociateIamInstanceProfileInput
- type DisassociateIamInstanceProfileOutput
- type DisassociateRouteTableInput
- func (s DisassociateRouteTableInput) GoString() string
- func (s *DisassociateRouteTableInput) SetAssociationId(v string) *DisassociateRouteTableInput
- func (s *DisassociateRouteTableInput) SetDryRun(v bool) *DisassociateRouteTableInput
- func (s DisassociateRouteTableInput) String() string
- func (s *DisassociateRouteTableInput) Validate() error
- type DisassociateRouteTableOutput
- type DisassociateSubnetCidrBlockInput
- type DisassociateSubnetCidrBlockOutput
- func (s DisassociateSubnetCidrBlockOutput) GoString() string
- func (s *DisassociateSubnetCidrBlockOutput) SetIpv6CidrBlockAssociation(v *SubnetIpv6CidrBlockAssociation) *DisassociateSubnetCidrBlockOutput
- func (s *DisassociateSubnetCidrBlockOutput) SetSubnetId(v string) *DisassociateSubnetCidrBlockOutput
- func (s DisassociateSubnetCidrBlockOutput) String() string
- type DisassociateTransitGatewayMulticastDomainInput
- func (s DisassociateTransitGatewayMulticastDomainInput) GoString() string
- func (s *DisassociateTransitGatewayMulticastDomainInput) SetDryRun(v bool) *DisassociateTransitGatewayMulticastDomainInput
- func (s *DisassociateTransitGatewayMulticastDomainInput) SetSubnetIds(v []*string) *DisassociateTransitGatewayMulticastDomainInput
- func (s *DisassociateTransitGatewayMulticastDomainInput) SetTransitGatewayAttachmentId(v string) *DisassociateTransitGatewayMulticastDomainInput
- func (s *DisassociateTransitGatewayMulticastDomainInput) SetTransitGatewayMulticastDomainId(v string) *DisassociateTransitGatewayMulticastDomainInput
- func (s DisassociateTransitGatewayMulticastDomainInput) String() string
- type DisassociateTransitGatewayMulticastDomainOutput
- func (s DisassociateTransitGatewayMulticastDomainOutput) GoString() string
- func (s *DisassociateTransitGatewayMulticastDomainOutput) SetAssociations(v *TransitGatewayMulticastDomainAssociations) *DisassociateTransitGatewayMulticastDomainOutput
- func (s DisassociateTransitGatewayMulticastDomainOutput) String() string
- type DisassociateTransitGatewayRouteTableInput
- func (s DisassociateTransitGatewayRouteTableInput) GoString() string
- func (s *DisassociateTransitGatewayRouteTableInput) SetDryRun(v bool) *DisassociateTransitGatewayRouteTableInput
- func (s *DisassociateTransitGatewayRouteTableInput) SetTransitGatewayAttachmentId(v string) *DisassociateTransitGatewayRouteTableInput
- func (s *DisassociateTransitGatewayRouteTableInput) SetTransitGatewayRouteTableId(v string) *DisassociateTransitGatewayRouteTableInput
- func (s DisassociateTransitGatewayRouteTableInput) String() string
- func (s *DisassociateTransitGatewayRouteTableInput) Validate() error
- type DisassociateTransitGatewayRouteTableOutput
- type DisassociateVpcCidrBlockInput
- type DisassociateVpcCidrBlockOutput
- func (s DisassociateVpcCidrBlockOutput) GoString() string
- func (s *DisassociateVpcCidrBlockOutput) SetCidrBlockAssociation(v *VpcCidrBlockAssociation) *DisassociateVpcCidrBlockOutput
- func (s *DisassociateVpcCidrBlockOutput) SetIpv6CidrBlockAssociation(v *VpcIpv6CidrBlockAssociation) *DisassociateVpcCidrBlockOutput
- func (s *DisassociateVpcCidrBlockOutput) SetVpcId(v string) *DisassociateVpcCidrBlockOutput
- func (s DisassociateVpcCidrBlockOutput) String() string
- type DiskImage
- type DiskImageDescription
- func (s DiskImageDescription) GoString() string
- func (s *DiskImageDescription) SetChecksum(v string) *DiskImageDescription
- func (s *DiskImageDescription) SetFormat(v string) *DiskImageDescription
- func (s *DiskImageDescription) SetImportManifestUrl(v string) *DiskImageDescription
- func (s *DiskImageDescription) SetSize(v int64) *DiskImageDescription
- func (s DiskImageDescription) String() string
- type DiskImageDetail
- func (s DiskImageDetail) GoString() string
- func (s *DiskImageDetail) SetBytes(v int64) *DiskImageDetail
- func (s *DiskImageDetail) SetFormat(v string) *DiskImageDetail
- func (s *DiskImageDetail) SetImportManifestUrl(v string) *DiskImageDetail
- func (s DiskImageDetail) String() string
- func (s *DiskImageDetail) Validate() error
- type DiskImageVolumeDescription
- type DiskInfo
- type DnsEntry
- type DnsServersOptionsModifyStructure
- func (s DnsServersOptionsModifyStructure) GoString() string
- func (s *DnsServersOptionsModifyStructure) SetCustomDnsServers(v []*string) *DnsServersOptionsModifyStructure
- func (s *DnsServersOptionsModifyStructure) SetEnabled(v bool) *DnsServersOptionsModifyStructure
- func (s DnsServersOptionsModifyStructure) String() string
- type EC2
- func (c *EC2) AcceptReservedInstancesExchangeQuote(input *AcceptReservedInstancesExchangeQuoteInput) (*AcceptReservedInstancesExchangeQuoteOutput, error)
- func (c *EC2) AcceptReservedInstancesExchangeQuoteRequest(input *AcceptReservedInstancesExchangeQuoteInput) (req *request.Request, output *AcceptReservedInstancesExchangeQuoteOutput)
- func (c *EC2) AcceptReservedInstancesExchangeQuoteWithContext(ctx aws.Context, input *AcceptReservedInstancesExchangeQuoteInput, ...) (*AcceptReservedInstancesExchangeQuoteOutput, error)
- func (c *EC2) AcceptTransitGatewayPeeringAttachment(input *AcceptTransitGatewayPeeringAttachmentInput) (*AcceptTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) AcceptTransitGatewayPeeringAttachmentRequest(input *AcceptTransitGatewayPeeringAttachmentInput) (req *request.Request, output *AcceptTransitGatewayPeeringAttachmentOutput)
- func (c *EC2) AcceptTransitGatewayPeeringAttachmentWithContext(ctx aws.Context, input *AcceptTransitGatewayPeeringAttachmentInput, ...) (*AcceptTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) AcceptTransitGatewayVpcAttachment(input *AcceptTransitGatewayVpcAttachmentInput) (*AcceptTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) AcceptTransitGatewayVpcAttachmentRequest(input *AcceptTransitGatewayVpcAttachmentInput) (req *request.Request, output *AcceptTransitGatewayVpcAttachmentOutput)
- func (c *EC2) AcceptTransitGatewayVpcAttachmentWithContext(ctx aws.Context, input *AcceptTransitGatewayVpcAttachmentInput, ...) (*AcceptTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) AcceptVpcEndpointConnections(input *AcceptVpcEndpointConnectionsInput) (*AcceptVpcEndpointConnectionsOutput, error)
- func (c *EC2) AcceptVpcEndpointConnectionsRequest(input *AcceptVpcEndpointConnectionsInput) (req *request.Request, output *AcceptVpcEndpointConnectionsOutput)
- func (c *EC2) AcceptVpcEndpointConnectionsWithContext(ctx aws.Context, input *AcceptVpcEndpointConnectionsInput, ...) (*AcceptVpcEndpointConnectionsOutput, error)
- func (c *EC2) AcceptVpcPeeringConnection(input *AcceptVpcPeeringConnectionInput) (*AcceptVpcPeeringConnectionOutput, error)
- func (c *EC2) AcceptVpcPeeringConnectionRequest(input *AcceptVpcPeeringConnectionInput) (req *request.Request, output *AcceptVpcPeeringConnectionOutput)
- func (c *EC2) AcceptVpcPeeringConnectionWithContext(ctx aws.Context, input *AcceptVpcPeeringConnectionInput, ...) (*AcceptVpcPeeringConnectionOutput, error)
- func (c *EC2) AdvertiseByoipCidr(input *AdvertiseByoipCidrInput) (*AdvertiseByoipCidrOutput, error)
- func (c *EC2) AdvertiseByoipCidrRequest(input *AdvertiseByoipCidrInput) (req *request.Request, output *AdvertiseByoipCidrOutput)
- func (c *EC2) AdvertiseByoipCidrWithContext(ctx aws.Context, input *AdvertiseByoipCidrInput, opts ...request.Option) (*AdvertiseByoipCidrOutput, error)
- func (c *EC2) AllocateAddress(input *AllocateAddressInput) (*AllocateAddressOutput, error)
- func (c *EC2) AllocateAddressRequest(input *AllocateAddressInput) (req *request.Request, output *AllocateAddressOutput)
- func (c *EC2) AllocateAddressWithContext(ctx aws.Context, input *AllocateAddressInput, opts ...request.Option) (*AllocateAddressOutput, error)
- func (c *EC2) AllocateHosts(input *AllocateHostsInput) (*AllocateHostsOutput, error)
- func (c *EC2) AllocateHostsRequest(input *AllocateHostsInput) (req *request.Request, output *AllocateHostsOutput)
- func (c *EC2) AllocateHostsWithContext(ctx aws.Context, input *AllocateHostsInput, opts ...request.Option) (*AllocateHostsOutput, error)
- func (c *EC2) ApplySecurityGroupsToClientVpnTargetNetwork(input *ApplySecurityGroupsToClientVpnTargetNetworkInput) (*ApplySecurityGroupsToClientVpnTargetNetworkOutput, error)
- func (c *EC2) ApplySecurityGroupsToClientVpnTargetNetworkRequest(input *ApplySecurityGroupsToClientVpnTargetNetworkInput) (req *request.Request, ...)
- func (c *EC2) ApplySecurityGroupsToClientVpnTargetNetworkWithContext(ctx aws.Context, input *ApplySecurityGroupsToClientVpnTargetNetworkInput, ...) (*ApplySecurityGroupsToClientVpnTargetNetworkOutput, error)
- func (c *EC2) AssignIpv6Addresses(input *AssignIpv6AddressesInput) (*AssignIpv6AddressesOutput, error)
- func (c *EC2) AssignIpv6AddressesRequest(input *AssignIpv6AddressesInput) (req *request.Request, output *AssignIpv6AddressesOutput)
- func (c *EC2) AssignIpv6AddressesWithContext(ctx aws.Context, input *AssignIpv6AddressesInput, opts ...request.Option) (*AssignIpv6AddressesOutput, error)
- func (c *EC2) AssignPrivateIpAddresses(input *AssignPrivateIpAddressesInput) (*AssignPrivateIpAddressesOutput, error)
- func (c *EC2) AssignPrivateIpAddressesRequest(input *AssignPrivateIpAddressesInput) (req *request.Request, output *AssignPrivateIpAddressesOutput)
- func (c *EC2) AssignPrivateIpAddressesWithContext(ctx aws.Context, input *AssignPrivateIpAddressesInput, opts ...request.Option) (*AssignPrivateIpAddressesOutput, error)
- func (c *EC2) AssociateAddress(input *AssociateAddressInput) (*AssociateAddressOutput, error)
- func (c *EC2) AssociateAddressRequest(input *AssociateAddressInput) (req *request.Request, output *AssociateAddressOutput)
- func (c *EC2) AssociateAddressWithContext(ctx aws.Context, input *AssociateAddressInput, opts ...request.Option) (*AssociateAddressOutput, error)
- func (c *EC2) AssociateClientVpnTargetNetwork(input *AssociateClientVpnTargetNetworkInput) (*AssociateClientVpnTargetNetworkOutput, error)
- func (c *EC2) AssociateClientVpnTargetNetworkRequest(input *AssociateClientVpnTargetNetworkInput) (req *request.Request, output *AssociateClientVpnTargetNetworkOutput)
- func (c *EC2) AssociateClientVpnTargetNetworkWithContext(ctx aws.Context, input *AssociateClientVpnTargetNetworkInput, ...) (*AssociateClientVpnTargetNetworkOutput, error)
- func (c *EC2) AssociateDhcpOptions(input *AssociateDhcpOptionsInput) (*AssociateDhcpOptionsOutput, error)
- func (c *EC2) AssociateDhcpOptionsRequest(input *AssociateDhcpOptionsInput) (req *request.Request, output *AssociateDhcpOptionsOutput)
- func (c *EC2) AssociateDhcpOptionsWithContext(ctx aws.Context, input *AssociateDhcpOptionsInput, opts ...request.Option) (*AssociateDhcpOptionsOutput, error)
- func (c *EC2) AssociateIamInstanceProfile(input *AssociateIamInstanceProfileInput) (*AssociateIamInstanceProfileOutput, error)
- func (c *EC2) AssociateIamInstanceProfileRequest(input *AssociateIamInstanceProfileInput) (req *request.Request, output *AssociateIamInstanceProfileOutput)
- func (c *EC2) AssociateIamInstanceProfileWithContext(ctx aws.Context, input *AssociateIamInstanceProfileInput, ...) (*AssociateIamInstanceProfileOutput, error)
- func (c *EC2) AssociateRouteTable(input *AssociateRouteTableInput) (*AssociateRouteTableOutput, error)
- func (c *EC2) AssociateRouteTableRequest(input *AssociateRouteTableInput) (req *request.Request, output *AssociateRouteTableOutput)
- func (c *EC2) AssociateRouteTableWithContext(ctx aws.Context, input *AssociateRouteTableInput, opts ...request.Option) (*AssociateRouteTableOutput, error)
- func (c *EC2) AssociateSubnetCidrBlock(input *AssociateSubnetCidrBlockInput) (*AssociateSubnetCidrBlockOutput, error)
- func (c *EC2) AssociateSubnetCidrBlockRequest(input *AssociateSubnetCidrBlockInput) (req *request.Request, output *AssociateSubnetCidrBlockOutput)
- func (c *EC2) AssociateSubnetCidrBlockWithContext(ctx aws.Context, input *AssociateSubnetCidrBlockInput, opts ...request.Option) (*AssociateSubnetCidrBlockOutput, error)
- func (c *EC2) AssociateTransitGatewayMulticastDomain(input *AssociateTransitGatewayMulticastDomainInput) (*AssociateTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) AssociateTransitGatewayMulticastDomainRequest(input *AssociateTransitGatewayMulticastDomainInput) (req *request.Request, output *AssociateTransitGatewayMulticastDomainOutput)
- func (c *EC2) AssociateTransitGatewayMulticastDomainWithContext(ctx aws.Context, input *AssociateTransitGatewayMulticastDomainInput, ...) (*AssociateTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) AssociateTransitGatewayRouteTable(input *AssociateTransitGatewayRouteTableInput) (*AssociateTransitGatewayRouteTableOutput, error)
- func (c *EC2) AssociateTransitGatewayRouteTableRequest(input *AssociateTransitGatewayRouteTableInput) (req *request.Request, output *AssociateTransitGatewayRouteTableOutput)
- func (c *EC2) AssociateTransitGatewayRouteTableWithContext(ctx aws.Context, input *AssociateTransitGatewayRouteTableInput, ...) (*AssociateTransitGatewayRouteTableOutput, error)
- func (c *EC2) AssociateVpcCidrBlock(input *AssociateVpcCidrBlockInput) (*AssociateVpcCidrBlockOutput, error)
- func (c *EC2) AssociateVpcCidrBlockRequest(input *AssociateVpcCidrBlockInput) (req *request.Request, output *AssociateVpcCidrBlockOutput)
- func (c *EC2) AssociateVpcCidrBlockWithContext(ctx aws.Context, input *AssociateVpcCidrBlockInput, opts ...request.Option) (*AssociateVpcCidrBlockOutput, error)
- func (c *EC2) AttachClassicLinkVpc(input *AttachClassicLinkVpcInput) (*AttachClassicLinkVpcOutput, error)
- func (c *EC2) AttachClassicLinkVpcRequest(input *AttachClassicLinkVpcInput) (req *request.Request, output *AttachClassicLinkVpcOutput)
- func (c *EC2) AttachClassicLinkVpcWithContext(ctx aws.Context, input *AttachClassicLinkVpcInput, opts ...request.Option) (*AttachClassicLinkVpcOutput, error)
- func (c *EC2) AttachInternetGateway(input *AttachInternetGatewayInput) (*AttachInternetGatewayOutput, error)
- func (c *EC2) AttachInternetGatewayRequest(input *AttachInternetGatewayInput) (req *request.Request, output *AttachInternetGatewayOutput)
- func (c *EC2) AttachInternetGatewayWithContext(ctx aws.Context, input *AttachInternetGatewayInput, opts ...request.Option) (*AttachInternetGatewayOutput, error)
- func (c *EC2) AttachNetworkInterface(input *AttachNetworkInterfaceInput) (*AttachNetworkInterfaceOutput, error)
- func (c *EC2) AttachNetworkInterfaceRequest(input *AttachNetworkInterfaceInput) (req *request.Request, output *AttachNetworkInterfaceOutput)
- func (c *EC2) AttachNetworkInterfaceWithContext(ctx aws.Context, input *AttachNetworkInterfaceInput, opts ...request.Option) (*AttachNetworkInterfaceOutput, error)
- func (c *EC2) AttachVolume(input *AttachVolumeInput) (*VolumeAttachment, error)
- func (c *EC2) AttachVolumeRequest(input *AttachVolumeInput) (req *request.Request, output *VolumeAttachment)
- func (c *EC2) AttachVolumeWithContext(ctx aws.Context, input *AttachVolumeInput, opts ...request.Option) (*VolumeAttachment, error)
- func (c *EC2) AttachVpnGateway(input *AttachVpnGatewayInput) (*AttachVpnGatewayOutput, error)
- func (c *EC2) AttachVpnGatewayRequest(input *AttachVpnGatewayInput) (req *request.Request, output *AttachVpnGatewayOutput)
- func (c *EC2) AttachVpnGatewayWithContext(ctx aws.Context, input *AttachVpnGatewayInput, opts ...request.Option) (*AttachVpnGatewayOutput, error)
- func (c *EC2) AuthorizeClientVpnIngress(input *AuthorizeClientVpnIngressInput) (*AuthorizeClientVpnIngressOutput, error)
- func (c *EC2) AuthorizeClientVpnIngressRequest(input *AuthorizeClientVpnIngressInput) (req *request.Request, output *AuthorizeClientVpnIngressOutput)
- func (c *EC2) AuthorizeClientVpnIngressWithContext(ctx aws.Context, input *AuthorizeClientVpnIngressInput, opts ...request.Option) (*AuthorizeClientVpnIngressOutput, error)
- func (c *EC2) AuthorizeSecurityGroupEgress(input *AuthorizeSecurityGroupEgressInput) (*AuthorizeSecurityGroupEgressOutput, error)
- func (c *EC2) AuthorizeSecurityGroupEgressRequest(input *AuthorizeSecurityGroupEgressInput) (req *request.Request, output *AuthorizeSecurityGroupEgressOutput)
- func (c *EC2) AuthorizeSecurityGroupEgressWithContext(ctx aws.Context, input *AuthorizeSecurityGroupEgressInput, ...) (*AuthorizeSecurityGroupEgressOutput, error)
- func (c *EC2) AuthorizeSecurityGroupIngress(input *AuthorizeSecurityGroupIngressInput) (*AuthorizeSecurityGroupIngressOutput, error)
- func (c *EC2) AuthorizeSecurityGroupIngressRequest(input *AuthorizeSecurityGroupIngressInput) (req *request.Request, output *AuthorizeSecurityGroupIngressOutput)
- func (c *EC2) AuthorizeSecurityGroupIngressWithContext(ctx aws.Context, input *AuthorizeSecurityGroupIngressInput, ...) (*AuthorizeSecurityGroupIngressOutput, error)
- func (c *EC2) BundleInstance(input *BundleInstanceInput) (*BundleInstanceOutput, error)
- func (c *EC2) BundleInstanceRequest(input *BundleInstanceInput) (req *request.Request, output *BundleInstanceOutput)
- func (c *EC2) BundleInstanceWithContext(ctx aws.Context, input *BundleInstanceInput, opts ...request.Option) (*BundleInstanceOutput, error)
- func (c *EC2) CancelBundleTask(input *CancelBundleTaskInput) (*CancelBundleTaskOutput, error)
- func (c *EC2) CancelBundleTaskRequest(input *CancelBundleTaskInput) (req *request.Request, output *CancelBundleTaskOutput)
- func (c *EC2) CancelBundleTaskWithContext(ctx aws.Context, input *CancelBundleTaskInput, opts ...request.Option) (*CancelBundleTaskOutput, error)
- func (c *EC2) CancelCapacityReservation(input *CancelCapacityReservationInput) (*CancelCapacityReservationOutput, error)
- func (c *EC2) CancelCapacityReservationRequest(input *CancelCapacityReservationInput) (req *request.Request, output *CancelCapacityReservationOutput)
- func (c *EC2) CancelCapacityReservationWithContext(ctx aws.Context, input *CancelCapacityReservationInput, opts ...request.Option) (*CancelCapacityReservationOutput, error)
- func (c *EC2) CancelConversionTask(input *CancelConversionTaskInput) (*CancelConversionTaskOutput, error)
- func (c *EC2) CancelConversionTaskRequest(input *CancelConversionTaskInput) (req *request.Request, output *CancelConversionTaskOutput)
- func (c *EC2) CancelConversionTaskWithContext(ctx aws.Context, input *CancelConversionTaskInput, opts ...request.Option) (*CancelConversionTaskOutput, error)
- func (c *EC2) CancelExportTask(input *CancelExportTaskInput) (*CancelExportTaskOutput, error)
- func (c *EC2) CancelExportTaskRequest(input *CancelExportTaskInput) (req *request.Request, output *CancelExportTaskOutput)
- func (c *EC2) CancelExportTaskWithContext(ctx aws.Context, input *CancelExportTaskInput, opts ...request.Option) (*CancelExportTaskOutput, error)
- func (c *EC2) CancelImportTask(input *CancelImportTaskInput) (*CancelImportTaskOutput, error)
- func (c *EC2) CancelImportTaskRequest(input *CancelImportTaskInput) (req *request.Request, output *CancelImportTaskOutput)
- func (c *EC2) CancelImportTaskWithContext(ctx aws.Context, input *CancelImportTaskInput, opts ...request.Option) (*CancelImportTaskOutput, error)
- func (c *EC2) CancelReservedInstancesListing(input *CancelReservedInstancesListingInput) (*CancelReservedInstancesListingOutput, error)
- func (c *EC2) CancelReservedInstancesListingRequest(input *CancelReservedInstancesListingInput) (req *request.Request, output *CancelReservedInstancesListingOutput)
- func (c *EC2) CancelReservedInstancesListingWithContext(ctx aws.Context, input *CancelReservedInstancesListingInput, ...) (*CancelReservedInstancesListingOutput, error)
- func (c *EC2) CancelSpotFleetRequests(input *CancelSpotFleetRequestsInput) (*CancelSpotFleetRequestsOutput, error)
- func (c *EC2) CancelSpotFleetRequestsRequest(input *CancelSpotFleetRequestsInput) (req *request.Request, output *CancelSpotFleetRequestsOutput)
- func (c *EC2) CancelSpotFleetRequestsWithContext(ctx aws.Context, input *CancelSpotFleetRequestsInput, opts ...request.Option) (*CancelSpotFleetRequestsOutput, error)
- func (c *EC2) CancelSpotInstanceRequests(input *CancelSpotInstanceRequestsInput) (*CancelSpotInstanceRequestsOutput, error)
- func (c *EC2) CancelSpotInstanceRequestsRequest(input *CancelSpotInstanceRequestsInput) (req *request.Request, output *CancelSpotInstanceRequestsOutput)
- func (c *EC2) CancelSpotInstanceRequestsWithContext(ctx aws.Context, input *CancelSpotInstanceRequestsInput, ...) (*CancelSpotInstanceRequestsOutput, error)
- func (c *EC2) ConfirmProductInstance(input *ConfirmProductInstanceInput) (*ConfirmProductInstanceOutput, error)
- func (c *EC2) ConfirmProductInstanceRequest(input *ConfirmProductInstanceInput) (req *request.Request, output *ConfirmProductInstanceOutput)
- func (c *EC2) ConfirmProductInstanceWithContext(ctx aws.Context, input *ConfirmProductInstanceInput, opts ...request.Option) (*ConfirmProductInstanceOutput, error)
- func (c *EC2) CopyFpgaImage(input *CopyFpgaImageInput) (*CopyFpgaImageOutput, error)
- func (c *EC2) CopyFpgaImageRequest(input *CopyFpgaImageInput) (req *request.Request, output *CopyFpgaImageOutput)
- func (c *EC2) CopyFpgaImageWithContext(ctx aws.Context, input *CopyFpgaImageInput, opts ...request.Option) (*CopyFpgaImageOutput, error)
- func (c *EC2) CopyImage(input *CopyImageInput) (*CopyImageOutput, error)
- func (c *EC2) CopyImageRequest(input *CopyImageInput) (req *request.Request, output *CopyImageOutput)
- func (c *EC2) CopyImageWithContext(ctx aws.Context, input *CopyImageInput, opts ...request.Option) (*CopyImageOutput, error)
- func (c *EC2) CopySnapshot(input *CopySnapshotInput) (*CopySnapshotOutput, error)
- func (c *EC2) CopySnapshotRequest(input *CopySnapshotInput) (req *request.Request, output *CopySnapshotOutput)
- func (c *EC2) CopySnapshotWithContext(ctx aws.Context, input *CopySnapshotInput, opts ...request.Option) (*CopySnapshotOutput, error)
- func (c *EC2) CreateCapacityReservation(input *CreateCapacityReservationInput) (*CreateCapacityReservationOutput, error)
- func (c *EC2) CreateCapacityReservationRequest(input *CreateCapacityReservationInput) (req *request.Request, output *CreateCapacityReservationOutput)
- func (c *EC2) CreateCapacityReservationWithContext(ctx aws.Context, input *CreateCapacityReservationInput, opts ...request.Option) (*CreateCapacityReservationOutput, error)
- func (c *EC2) CreateClientVpnEndpoint(input *CreateClientVpnEndpointInput) (*CreateClientVpnEndpointOutput, error)
- func (c *EC2) CreateClientVpnEndpointRequest(input *CreateClientVpnEndpointInput) (req *request.Request, output *CreateClientVpnEndpointOutput)
- func (c *EC2) CreateClientVpnEndpointWithContext(ctx aws.Context, input *CreateClientVpnEndpointInput, opts ...request.Option) (*CreateClientVpnEndpointOutput, error)
- func (c *EC2) CreateClientVpnRoute(input *CreateClientVpnRouteInput) (*CreateClientVpnRouteOutput, error)
- func (c *EC2) CreateClientVpnRouteRequest(input *CreateClientVpnRouteInput) (req *request.Request, output *CreateClientVpnRouteOutput)
- func (c *EC2) CreateClientVpnRouteWithContext(ctx aws.Context, input *CreateClientVpnRouteInput, opts ...request.Option) (*CreateClientVpnRouteOutput, error)
- func (c *EC2) CreateCustomerGateway(input *CreateCustomerGatewayInput) (*CreateCustomerGatewayOutput, error)
- func (c *EC2) CreateCustomerGatewayRequest(input *CreateCustomerGatewayInput) (req *request.Request, output *CreateCustomerGatewayOutput)
- func (c *EC2) CreateCustomerGatewayWithContext(ctx aws.Context, input *CreateCustomerGatewayInput, opts ...request.Option) (*CreateCustomerGatewayOutput, error)
- func (c *EC2) CreateDefaultSubnet(input *CreateDefaultSubnetInput) (*CreateDefaultSubnetOutput, error)
- func (c *EC2) CreateDefaultSubnetRequest(input *CreateDefaultSubnetInput) (req *request.Request, output *CreateDefaultSubnetOutput)
- func (c *EC2) CreateDefaultSubnetWithContext(ctx aws.Context, input *CreateDefaultSubnetInput, opts ...request.Option) (*CreateDefaultSubnetOutput, error)
- func (c *EC2) CreateDefaultVpc(input *CreateDefaultVpcInput) (*CreateDefaultVpcOutput, error)
- func (c *EC2) CreateDefaultVpcRequest(input *CreateDefaultVpcInput) (req *request.Request, output *CreateDefaultVpcOutput)
- func (c *EC2) CreateDefaultVpcWithContext(ctx aws.Context, input *CreateDefaultVpcInput, opts ...request.Option) (*CreateDefaultVpcOutput, error)
- func (c *EC2) CreateDhcpOptions(input *CreateDhcpOptionsInput) (*CreateDhcpOptionsOutput, error)
- func (c *EC2) CreateDhcpOptionsRequest(input *CreateDhcpOptionsInput) (req *request.Request, output *CreateDhcpOptionsOutput)
- func (c *EC2) CreateDhcpOptionsWithContext(ctx aws.Context, input *CreateDhcpOptionsInput, opts ...request.Option) (*CreateDhcpOptionsOutput, error)
- func (c *EC2) CreateEgressOnlyInternetGateway(input *CreateEgressOnlyInternetGatewayInput) (*CreateEgressOnlyInternetGatewayOutput, error)
- func (c *EC2) CreateEgressOnlyInternetGatewayRequest(input *CreateEgressOnlyInternetGatewayInput) (req *request.Request, output *CreateEgressOnlyInternetGatewayOutput)
- func (c *EC2) CreateEgressOnlyInternetGatewayWithContext(ctx aws.Context, input *CreateEgressOnlyInternetGatewayInput, ...) (*CreateEgressOnlyInternetGatewayOutput, error)
- func (c *EC2) CreateFleet(input *CreateFleetInput) (*CreateFleetOutput, error)
- func (c *EC2) CreateFleetRequest(input *CreateFleetInput) (req *request.Request, output *CreateFleetOutput)
- func (c *EC2) CreateFleetWithContext(ctx aws.Context, input *CreateFleetInput, opts ...request.Option) (*CreateFleetOutput, error)
- func (c *EC2) CreateFlowLogs(input *CreateFlowLogsInput) (*CreateFlowLogsOutput, error)
- func (c *EC2) CreateFlowLogsRequest(input *CreateFlowLogsInput) (req *request.Request, output *CreateFlowLogsOutput)
- func (c *EC2) CreateFlowLogsWithContext(ctx aws.Context, input *CreateFlowLogsInput, opts ...request.Option) (*CreateFlowLogsOutput, error)
- func (c *EC2) CreateFpgaImage(input *CreateFpgaImageInput) (*CreateFpgaImageOutput, error)
- func (c *EC2) CreateFpgaImageRequest(input *CreateFpgaImageInput) (req *request.Request, output *CreateFpgaImageOutput)
- func (c *EC2) CreateFpgaImageWithContext(ctx aws.Context, input *CreateFpgaImageInput, opts ...request.Option) (*CreateFpgaImageOutput, error)
- func (c *EC2) CreateImage(input *CreateImageInput) (*CreateImageOutput, error)
- func (c *EC2) CreateImageRequest(input *CreateImageInput) (req *request.Request, output *CreateImageOutput)
- func (c *EC2) CreateImageWithContext(ctx aws.Context, input *CreateImageInput, opts ...request.Option) (*CreateImageOutput, error)
- func (c *EC2) CreateInstanceExportTask(input *CreateInstanceExportTaskInput) (*CreateInstanceExportTaskOutput, error)
- func (c *EC2) CreateInstanceExportTaskRequest(input *CreateInstanceExportTaskInput) (req *request.Request, output *CreateInstanceExportTaskOutput)
- func (c *EC2) CreateInstanceExportTaskWithContext(ctx aws.Context, input *CreateInstanceExportTaskInput, opts ...request.Option) (*CreateInstanceExportTaskOutput, error)
- func (c *EC2) CreateInternetGateway(input *CreateInternetGatewayInput) (*CreateInternetGatewayOutput, error)
- func (c *EC2) CreateInternetGatewayRequest(input *CreateInternetGatewayInput) (req *request.Request, output *CreateInternetGatewayOutput)
- func (c *EC2) CreateInternetGatewayWithContext(ctx aws.Context, input *CreateInternetGatewayInput, opts ...request.Option) (*CreateInternetGatewayOutput, error)
- func (c *EC2) CreateKeyPair(input *CreateKeyPairInput) (*CreateKeyPairOutput, error)
- func (c *EC2) CreateKeyPairRequest(input *CreateKeyPairInput) (req *request.Request, output *CreateKeyPairOutput)
- func (c *EC2) CreateKeyPairWithContext(ctx aws.Context, input *CreateKeyPairInput, opts ...request.Option) (*CreateKeyPairOutput, error)
- func (c *EC2) CreateLaunchTemplate(input *CreateLaunchTemplateInput) (*CreateLaunchTemplateOutput, error)
- func (c *EC2) CreateLaunchTemplateRequest(input *CreateLaunchTemplateInput) (req *request.Request, output *CreateLaunchTemplateOutput)
- func (c *EC2) CreateLaunchTemplateVersion(input *CreateLaunchTemplateVersionInput) (*CreateLaunchTemplateVersionOutput, error)
- func (c *EC2) CreateLaunchTemplateVersionRequest(input *CreateLaunchTemplateVersionInput) (req *request.Request, output *CreateLaunchTemplateVersionOutput)
- func (c *EC2) CreateLaunchTemplateVersionWithContext(ctx aws.Context, input *CreateLaunchTemplateVersionInput, ...) (*CreateLaunchTemplateVersionOutput, error)
- func (c *EC2) CreateLaunchTemplateWithContext(ctx aws.Context, input *CreateLaunchTemplateInput, opts ...request.Option) (*CreateLaunchTemplateOutput, error)
- func (c *EC2) CreateLocalGatewayRoute(input *CreateLocalGatewayRouteInput) (*CreateLocalGatewayRouteOutput, error)
- func (c *EC2) CreateLocalGatewayRouteRequest(input *CreateLocalGatewayRouteInput) (req *request.Request, output *CreateLocalGatewayRouteOutput)
- func (c *EC2) CreateLocalGatewayRouteTableVpcAssociation(input *CreateLocalGatewayRouteTableVpcAssociationInput) (*CreateLocalGatewayRouteTableVpcAssociationOutput, error)
- func (c *EC2) CreateLocalGatewayRouteTableVpcAssociationRequest(input *CreateLocalGatewayRouteTableVpcAssociationInput) (req *request.Request, output *CreateLocalGatewayRouteTableVpcAssociationOutput)
- func (c *EC2) CreateLocalGatewayRouteTableVpcAssociationWithContext(ctx aws.Context, input *CreateLocalGatewayRouteTableVpcAssociationInput, ...) (*CreateLocalGatewayRouteTableVpcAssociationOutput, error)
- func (c *EC2) CreateLocalGatewayRouteWithContext(ctx aws.Context, input *CreateLocalGatewayRouteInput, opts ...request.Option) (*CreateLocalGatewayRouteOutput, error)
- func (c *EC2) CreateNatGateway(input *CreateNatGatewayInput) (*CreateNatGatewayOutput, error)
- func (c *EC2) CreateNatGatewayRequest(input *CreateNatGatewayInput) (req *request.Request, output *CreateNatGatewayOutput)
- func (c *EC2) CreateNatGatewayWithContext(ctx aws.Context, input *CreateNatGatewayInput, opts ...request.Option) (*CreateNatGatewayOutput, error)
- func (c *EC2) CreateNetworkAcl(input *CreateNetworkAclInput) (*CreateNetworkAclOutput, error)
- func (c *EC2) CreateNetworkAclEntry(input *CreateNetworkAclEntryInput) (*CreateNetworkAclEntryOutput, error)
- func (c *EC2) CreateNetworkAclEntryRequest(input *CreateNetworkAclEntryInput) (req *request.Request, output *CreateNetworkAclEntryOutput)
- func (c *EC2) CreateNetworkAclEntryWithContext(ctx aws.Context, input *CreateNetworkAclEntryInput, opts ...request.Option) (*CreateNetworkAclEntryOutput, error)
- func (c *EC2) CreateNetworkAclRequest(input *CreateNetworkAclInput) (req *request.Request, output *CreateNetworkAclOutput)
- func (c *EC2) CreateNetworkAclWithContext(ctx aws.Context, input *CreateNetworkAclInput, opts ...request.Option) (*CreateNetworkAclOutput, error)
- func (c *EC2) CreateNetworkInterface(input *CreateNetworkInterfaceInput) (*CreateNetworkInterfaceOutput, error)
- func (c *EC2) CreateNetworkInterfacePermission(input *CreateNetworkInterfacePermissionInput) (*CreateNetworkInterfacePermissionOutput, error)
- func (c *EC2) CreateNetworkInterfacePermissionRequest(input *CreateNetworkInterfacePermissionInput) (req *request.Request, output *CreateNetworkInterfacePermissionOutput)
- func (c *EC2) CreateNetworkInterfacePermissionWithContext(ctx aws.Context, input *CreateNetworkInterfacePermissionInput, ...) (*CreateNetworkInterfacePermissionOutput, error)
- func (c *EC2) CreateNetworkInterfaceRequest(input *CreateNetworkInterfaceInput) (req *request.Request, output *CreateNetworkInterfaceOutput)
- func (c *EC2) CreateNetworkInterfaceWithContext(ctx aws.Context, input *CreateNetworkInterfaceInput, opts ...request.Option) (*CreateNetworkInterfaceOutput, error)
- func (c *EC2) CreatePlacementGroup(input *CreatePlacementGroupInput) (*CreatePlacementGroupOutput, error)
- func (c *EC2) CreatePlacementGroupRequest(input *CreatePlacementGroupInput) (req *request.Request, output *CreatePlacementGroupOutput)
- func (c *EC2) CreatePlacementGroupWithContext(ctx aws.Context, input *CreatePlacementGroupInput, opts ...request.Option) (*CreatePlacementGroupOutput, error)
- func (c *EC2) CreateReservedInstancesListing(input *CreateReservedInstancesListingInput) (*CreateReservedInstancesListingOutput, error)
- func (c *EC2) CreateReservedInstancesListingRequest(input *CreateReservedInstancesListingInput) (req *request.Request, output *CreateReservedInstancesListingOutput)
- func (c *EC2) CreateReservedInstancesListingWithContext(ctx aws.Context, input *CreateReservedInstancesListingInput, ...) (*CreateReservedInstancesListingOutput, error)
- func (c *EC2) CreateRoute(input *CreateRouteInput) (*CreateRouteOutput, error)
- func (c *EC2) CreateRouteRequest(input *CreateRouteInput) (req *request.Request, output *CreateRouteOutput)
- func (c *EC2) CreateRouteTable(input *CreateRouteTableInput) (*CreateRouteTableOutput, error)
- func (c *EC2) CreateRouteTableRequest(input *CreateRouteTableInput) (req *request.Request, output *CreateRouteTableOutput)
- func (c *EC2) CreateRouteTableWithContext(ctx aws.Context, input *CreateRouteTableInput, opts ...request.Option) (*CreateRouteTableOutput, error)
- func (c *EC2) CreateRouteWithContext(ctx aws.Context, input *CreateRouteInput, opts ...request.Option) (*CreateRouteOutput, error)
- func (c *EC2) CreateSecurityGroup(input *CreateSecurityGroupInput) (*CreateSecurityGroupOutput, error)
- func (c *EC2) CreateSecurityGroupRequest(input *CreateSecurityGroupInput) (req *request.Request, output *CreateSecurityGroupOutput)
- func (c *EC2) CreateSecurityGroupWithContext(ctx aws.Context, input *CreateSecurityGroupInput, opts ...request.Option) (*CreateSecurityGroupOutput, error)
- func (c *EC2) CreateSnapshot(input *CreateSnapshotInput) (*Snapshot, error)
- func (c *EC2) CreateSnapshotRequest(input *CreateSnapshotInput) (req *request.Request, output *Snapshot)
- func (c *EC2) CreateSnapshotWithContext(ctx aws.Context, input *CreateSnapshotInput, opts ...request.Option) (*Snapshot, error)
- func (c *EC2) CreateSnapshots(input *CreateSnapshotsInput) (*CreateSnapshotsOutput, error)
- func (c *EC2) CreateSnapshotsRequest(input *CreateSnapshotsInput) (req *request.Request, output *CreateSnapshotsOutput)
- func (c *EC2) CreateSnapshotsWithContext(ctx aws.Context, input *CreateSnapshotsInput, opts ...request.Option) (*CreateSnapshotsOutput, error)
- func (c *EC2) CreateSpotDatafeedSubscription(input *CreateSpotDatafeedSubscriptionInput) (*CreateSpotDatafeedSubscriptionOutput, error)
- func (c *EC2) CreateSpotDatafeedSubscriptionRequest(input *CreateSpotDatafeedSubscriptionInput) (req *request.Request, output *CreateSpotDatafeedSubscriptionOutput)
- func (c *EC2) CreateSpotDatafeedSubscriptionWithContext(ctx aws.Context, input *CreateSpotDatafeedSubscriptionInput, ...) (*CreateSpotDatafeedSubscriptionOutput, error)
- func (c *EC2) CreateSubnet(input *CreateSubnetInput) (*CreateSubnetOutput, error)
- func (c *EC2) CreateSubnetRequest(input *CreateSubnetInput) (req *request.Request, output *CreateSubnetOutput)
- func (c *EC2) CreateSubnetWithContext(ctx aws.Context, input *CreateSubnetInput, opts ...request.Option) (*CreateSubnetOutput, error)
- func (c *EC2) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error)
- func (c *EC2) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput)
- func (c *EC2) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error)
- func (c *EC2) CreateTrafficMirrorFilter(input *CreateTrafficMirrorFilterInput) (*CreateTrafficMirrorFilterOutput, error)
- func (c *EC2) CreateTrafficMirrorFilterRequest(input *CreateTrafficMirrorFilterInput) (req *request.Request, output *CreateTrafficMirrorFilterOutput)
- func (c *EC2) CreateTrafficMirrorFilterRule(input *CreateTrafficMirrorFilterRuleInput) (*CreateTrafficMirrorFilterRuleOutput, error)
- func (c *EC2) CreateTrafficMirrorFilterRuleRequest(input *CreateTrafficMirrorFilterRuleInput) (req *request.Request, output *CreateTrafficMirrorFilterRuleOutput)
- func (c *EC2) CreateTrafficMirrorFilterRuleWithContext(ctx aws.Context, input *CreateTrafficMirrorFilterRuleInput, ...) (*CreateTrafficMirrorFilterRuleOutput, error)
- func (c *EC2) CreateTrafficMirrorFilterWithContext(ctx aws.Context, input *CreateTrafficMirrorFilterInput, opts ...request.Option) (*CreateTrafficMirrorFilterOutput, error)
- func (c *EC2) CreateTrafficMirrorSession(input *CreateTrafficMirrorSessionInput) (*CreateTrafficMirrorSessionOutput, error)
- func (c *EC2) CreateTrafficMirrorSessionRequest(input *CreateTrafficMirrorSessionInput) (req *request.Request, output *CreateTrafficMirrorSessionOutput)
- func (c *EC2) CreateTrafficMirrorSessionWithContext(ctx aws.Context, input *CreateTrafficMirrorSessionInput, ...) (*CreateTrafficMirrorSessionOutput, error)
- func (c *EC2) CreateTrafficMirrorTarget(input *CreateTrafficMirrorTargetInput) (*CreateTrafficMirrorTargetOutput, error)
- func (c *EC2) CreateTrafficMirrorTargetRequest(input *CreateTrafficMirrorTargetInput) (req *request.Request, output *CreateTrafficMirrorTargetOutput)
- func (c *EC2) CreateTrafficMirrorTargetWithContext(ctx aws.Context, input *CreateTrafficMirrorTargetInput, opts ...request.Option) (*CreateTrafficMirrorTargetOutput, error)
- func (c *EC2) CreateTransitGateway(input *CreateTransitGatewayInput) (*CreateTransitGatewayOutput, error)
- func (c *EC2) CreateTransitGatewayMulticastDomain(input *CreateTransitGatewayMulticastDomainInput) (*CreateTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) CreateTransitGatewayMulticastDomainRequest(input *CreateTransitGatewayMulticastDomainInput) (req *request.Request, output *CreateTransitGatewayMulticastDomainOutput)
- func (c *EC2) CreateTransitGatewayMulticastDomainWithContext(ctx aws.Context, input *CreateTransitGatewayMulticastDomainInput, ...) (*CreateTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) CreateTransitGatewayPeeringAttachment(input *CreateTransitGatewayPeeringAttachmentInput) (*CreateTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) CreateTransitGatewayPeeringAttachmentRequest(input *CreateTransitGatewayPeeringAttachmentInput) (req *request.Request, output *CreateTransitGatewayPeeringAttachmentOutput)
- func (c *EC2) CreateTransitGatewayPeeringAttachmentWithContext(ctx aws.Context, input *CreateTransitGatewayPeeringAttachmentInput, ...) (*CreateTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) CreateTransitGatewayRequest(input *CreateTransitGatewayInput) (req *request.Request, output *CreateTransitGatewayOutput)
- func (c *EC2) CreateTransitGatewayRoute(input *CreateTransitGatewayRouteInput) (*CreateTransitGatewayRouteOutput, error)
- func (c *EC2) CreateTransitGatewayRouteRequest(input *CreateTransitGatewayRouteInput) (req *request.Request, output *CreateTransitGatewayRouteOutput)
- func (c *EC2) CreateTransitGatewayRouteTable(input *CreateTransitGatewayRouteTableInput) (*CreateTransitGatewayRouteTableOutput, error)
- func (c *EC2) CreateTransitGatewayRouteTableRequest(input *CreateTransitGatewayRouteTableInput) (req *request.Request, output *CreateTransitGatewayRouteTableOutput)
- func (c *EC2) CreateTransitGatewayRouteTableWithContext(ctx aws.Context, input *CreateTransitGatewayRouteTableInput, ...) (*CreateTransitGatewayRouteTableOutput, error)
- func (c *EC2) CreateTransitGatewayRouteWithContext(ctx aws.Context, input *CreateTransitGatewayRouteInput, opts ...request.Option) (*CreateTransitGatewayRouteOutput, error)
- func (c *EC2) CreateTransitGatewayVpcAttachment(input *CreateTransitGatewayVpcAttachmentInput) (*CreateTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) CreateTransitGatewayVpcAttachmentRequest(input *CreateTransitGatewayVpcAttachmentInput) (req *request.Request, output *CreateTransitGatewayVpcAttachmentOutput)
- func (c *EC2) CreateTransitGatewayVpcAttachmentWithContext(ctx aws.Context, input *CreateTransitGatewayVpcAttachmentInput, ...) (*CreateTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) CreateTransitGatewayWithContext(ctx aws.Context, input *CreateTransitGatewayInput, opts ...request.Option) (*CreateTransitGatewayOutput, error)
- func (c *EC2) CreateVolume(input *CreateVolumeInput) (*Volume, error)
- func (c *EC2) CreateVolumeRequest(input *CreateVolumeInput) (req *request.Request, output *Volume)
- func (c *EC2) CreateVolumeWithContext(ctx aws.Context, input *CreateVolumeInput, opts ...request.Option) (*Volume, error)
- func (c *EC2) CreateVpc(input *CreateVpcInput) (*CreateVpcOutput, error)
- func (c *EC2) CreateVpcEndpoint(input *CreateVpcEndpointInput) (*CreateVpcEndpointOutput, error)
- func (c *EC2) CreateVpcEndpointConnectionNotification(input *CreateVpcEndpointConnectionNotificationInput) (*CreateVpcEndpointConnectionNotificationOutput, error)
- func (c *EC2) CreateVpcEndpointConnectionNotificationRequest(input *CreateVpcEndpointConnectionNotificationInput) (req *request.Request, output *CreateVpcEndpointConnectionNotificationOutput)
- func (c *EC2) CreateVpcEndpointConnectionNotificationWithContext(ctx aws.Context, input *CreateVpcEndpointConnectionNotificationInput, ...) (*CreateVpcEndpointConnectionNotificationOutput, error)
- func (c *EC2) CreateVpcEndpointRequest(input *CreateVpcEndpointInput) (req *request.Request, output *CreateVpcEndpointOutput)
- func (c *EC2) CreateVpcEndpointServiceConfiguration(input *CreateVpcEndpointServiceConfigurationInput) (*CreateVpcEndpointServiceConfigurationOutput, error)
- func (c *EC2) CreateVpcEndpointServiceConfigurationRequest(input *CreateVpcEndpointServiceConfigurationInput) (req *request.Request, output *CreateVpcEndpointServiceConfigurationOutput)
- func (c *EC2) CreateVpcEndpointServiceConfigurationWithContext(ctx aws.Context, input *CreateVpcEndpointServiceConfigurationInput, ...) (*CreateVpcEndpointServiceConfigurationOutput, error)
- func (c *EC2) CreateVpcEndpointWithContext(ctx aws.Context, input *CreateVpcEndpointInput, opts ...request.Option) (*CreateVpcEndpointOutput, error)
- func (c *EC2) CreateVpcPeeringConnection(input *CreateVpcPeeringConnectionInput) (*CreateVpcPeeringConnectionOutput, error)
- func (c *EC2) CreateVpcPeeringConnectionRequest(input *CreateVpcPeeringConnectionInput) (req *request.Request, output *CreateVpcPeeringConnectionOutput)
- func (c *EC2) CreateVpcPeeringConnectionWithContext(ctx aws.Context, input *CreateVpcPeeringConnectionInput, ...) (*CreateVpcPeeringConnectionOutput, error)
- func (c *EC2) CreateVpcRequest(input *CreateVpcInput) (req *request.Request, output *CreateVpcOutput)
- func (c *EC2) CreateVpcWithContext(ctx aws.Context, input *CreateVpcInput, opts ...request.Option) (*CreateVpcOutput, error)
- func (c *EC2) CreateVpnConnection(input *CreateVpnConnectionInput) (*CreateVpnConnectionOutput, error)
- func (c *EC2) CreateVpnConnectionRequest(input *CreateVpnConnectionInput) (req *request.Request, output *CreateVpnConnectionOutput)
- func (c *EC2) CreateVpnConnectionRoute(input *CreateVpnConnectionRouteInput) (*CreateVpnConnectionRouteOutput, error)
- func (c *EC2) CreateVpnConnectionRouteRequest(input *CreateVpnConnectionRouteInput) (req *request.Request, output *CreateVpnConnectionRouteOutput)
- func (c *EC2) CreateVpnConnectionRouteWithContext(ctx aws.Context, input *CreateVpnConnectionRouteInput, opts ...request.Option) (*CreateVpnConnectionRouteOutput, error)
- func (c *EC2) CreateVpnConnectionWithContext(ctx aws.Context, input *CreateVpnConnectionInput, opts ...request.Option) (*CreateVpnConnectionOutput, error)
- func (c *EC2) CreateVpnGateway(input *CreateVpnGatewayInput) (*CreateVpnGatewayOutput, error)
- func (c *EC2) CreateVpnGatewayRequest(input *CreateVpnGatewayInput) (req *request.Request, output *CreateVpnGatewayOutput)
- func (c *EC2) CreateVpnGatewayWithContext(ctx aws.Context, input *CreateVpnGatewayInput, opts ...request.Option) (*CreateVpnGatewayOutput, error)
- func (c *EC2) DeleteClientVpnEndpoint(input *DeleteClientVpnEndpointInput) (*DeleteClientVpnEndpointOutput, error)
- func (c *EC2) DeleteClientVpnEndpointRequest(input *DeleteClientVpnEndpointInput) (req *request.Request, output *DeleteClientVpnEndpointOutput)
- func (c *EC2) DeleteClientVpnEndpointWithContext(ctx aws.Context, input *DeleteClientVpnEndpointInput, opts ...request.Option) (*DeleteClientVpnEndpointOutput, error)
- func (c *EC2) DeleteClientVpnRoute(input *DeleteClientVpnRouteInput) (*DeleteClientVpnRouteOutput, error)
- func (c *EC2) DeleteClientVpnRouteRequest(input *DeleteClientVpnRouteInput) (req *request.Request, output *DeleteClientVpnRouteOutput)
- func (c *EC2) DeleteClientVpnRouteWithContext(ctx aws.Context, input *DeleteClientVpnRouteInput, opts ...request.Option) (*DeleteClientVpnRouteOutput, error)
- func (c *EC2) DeleteCustomerGateway(input *DeleteCustomerGatewayInput) (*DeleteCustomerGatewayOutput, error)
- func (c *EC2) DeleteCustomerGatewayRequest(input *DeleteCustomerGatewayInput) (req *request.Request, output *DeleteCustomerGatewayOutput)
- func (c *EC2) DeleteCustomerGatewayWithContext(ctx aws.Context, input *DeleteCustomerGatewayInput, opts ...request.Option) (*DeleteCustomerGatewayOutput, error)
- func (c *EC2) DeleteDhcpOptions(input *DeleteDhcpOptionsInput) (*DeleteDhcpOptionsOutput, error)
- func (c *EC2) DeleteDhcpOptionsRequest(input *DeleteDhcpOptionsInput) (req *request.Request, output *DeleteDhcpOptionsOutput)
- func (c *EC2) DeleteDhcpOptionsWithContext(ctx aws.Context, input *DeleteDhcpOptionsInput, opts ...request.Option) (*DeleteDhcpOptionsOutput, error)
- func (c *EC2) DeleteEgressOnlyInternetGateway(input *DeleteEgressOnlyInternetGatewayInput) (*DeleteEgressOnlyInternetGatewayOutput, error)
- func (c *EC2) DeleteEgressOnlyInternetGatewayRequest(input *DeleteEgressOnlyInternetGatewayInput) (req *request.Request, output *DeleteEgressOnlyInternetGatewayOutput)
- func (c *EC2) DeleteEgressOnlyInternetGatewayWithContext(ctx aws.Context, input *DeleteEgressOnlyInternetGatewayInput, ...) (*DeleteEgressOnlyInternetGatewayOutput, error)
- func (c *EC2) DeleteFleets(input *DeleteFleetsInput) (*DeleteFleetsOutput, error)
- func (c *EC2) DeleteFleetsRequest(input *DeleteFleetsInput) (req *request.Request, output *DeleteFleetsOutput)
- func (c *EC2) DeleteFleetsWithContext(ctx aws.Context, input *DeleteFleetsInput, opts ...request.Option) (*DeleteFleetsOutput, error)
- func (c *EC2) DeleteFlowLogs(input *DeleteFlowLogsInput) (*DeleteFlowLogsOutput, error)
- func (c *EC2) DeleteFlowLogsRequest(input *DeleteFlowLogsInput) (req *request.Request, output *DeleteFlowLogsOutput)
- func (c *EC2) DeleteFlowLogsWithContext(ctx aws.Context, input *DeleteFlowLogsInput, opts ...request.Option) (*DeleteFlowLogsOutput, error)
- func (c *EC2) DeleteFpgaImage(input *DeleteFpgaImageInput) (*DeleteFpgaImageOutput, error)
- func (c *EC2) DeleteFpgaImageRequest(input *DeleteFpgaImageInput) (req *request.Request, output *DeleteFpgaImageOutput)
- func (c *EC2) DeleteFpgaImageWithContext(ctx aws.Context, input *DeleteFpgaImageInput, opts ...request.Option) (*DeleteFpgaImageOutput, error)
- func (c *EC2) DeleteInternetGateway(input *DeleteInternetGatewayInput) (*DeleteInternetGatewayOutput, error)
- func (c *EC2) DeleteInternetGatewayRequest(input *DeleteInternetGatewayInput) (req *request.Request, output *DeleteInternetGatewayOutput)
- func (c *EC2) DeleteInternetGatewayWithContext(ctx aws.Context, input *DeleteInternetGatewayInput, opts ...request.Option) (*DeleteInternetGatewayOutput, error)
- func (c *EC2) DeleteKeyPair(input *DeleteKeyPairInput) (*DeleteKeyPairOutput, error)
- func (c *EC2) DeleteKeyPairRequest(input *DeleteKeyPairInput) (req *request.Request, output *DeleteKeyPairOutput)
- func (c *EC2) DeleteKeyPairWithContext(ctx aws.Context, input *DeleteKeyPairInput, opts ...request.Option) (*DeleteKeyPairOutput, error)
- func (c *EC2) DeleteLaunchTemplate(input *DeleteLaunchTemplateInput) (*DeleteLaunchTemplateOutput, error)
- func (c *EC2) DeleteLaunchTemplateRequest(input *DeleteLaunchTemplateInput) (req *request.Request, output *DeleteLaunchTemplateOutput)
- func (c *EC2) DeleteLaunchTemplateVersions(input *DeleteLaunchTemplateVersionsInput) (*DeleteLaunchTemplateVersionsOutput, error)
- func (c *EC2) DeleteLaunchTemplateVersionsRequest(input *DeleteLaunchTemplateVersionsInput) (req *request.Request, output *DeleteLaunchTemplateVersionsOutput)
- func (c *EC2) DeleteLaunchTemplateVersionsWithContext(ctx aws.Context, input *DeleteLaunchTemplateVersionsInput, ...) (*DeleteLaunchTemplateVersionsOutput, error)
- func (c *EC2) DeleteLaunchTemplateWithContext(ctx aws.Context, input *DeleteLaunchTemplateInput, opts ...request.Option) (*DeleteLaunchTemplateOutput, error)
- func (c *EC2) DeleteLocalGatewayRoute(input *DeleteLocalGatewayRouteInput) (*DeleteLocalGatewayRouteOutput, error)
- func (c *EC2) DeleteLocalGatewayRouteRequest(input *DeleteLocalGatewayRouteInput) (req *request.Request, output *DeleteLocalGatewayRouteOutput)
- func (c *EC2) DeleteLocalGatewayRouteTableVpcAssociation(input *DeleteLocalGatewayRouteTableVpcAssociationInput) (*DeleteLocalGatewayRouteTableVpcAssociationOutput, error)
- func (c *EC2) DeleteLocalGatewayRouteTableVpcAssociationRequest(input *DeleteLocalGatewayRouteTableVpcAssociationInput) (req *request.Request, output *DeleteLocalGatewayRouteTableVpcAssociationOutput)
- func (c *EC2) DeleteLocalGatewayRouteTableVpcAssociationWithContext(ctx aws.Context, input *DeleteLocalGatewayRouteTableVpcAssociationInput, ...) (*DeleteLocalGatewayRouteTableVpcAssociationOutput, error)
- func (c *EC2) DeleteLocalGatewayRouteWithContext(ctx aws.Context, input *DeleteLocalGatewayRouteInput, opts ...request.Option) (*DeleteLocalGatewayRouteOutput, error)
- func (c *EC2) DeleteNatGateway(input *DeleteNatGatewayInput) (*DeleteNatGatewayOutput, error)
- func (c *EC2) DeleteNatGatewayRequest(input *DeleteNatGatewayInput) (req *request.Request, output *DeleteNatGatewayOutput)
- func (c *EC2) DeleteNatGatewayWithContext(ctx aws.Context, input *DeleteNatGatewayInput, opts ...request.Option) (*DeleteNatGatewayOutput, error)
- func (c *EC2) DeleteNetworkAcl(input *DeleteNetworkAclInput) (*DeleteNetworkAclOutput, error)
- func (c *EC2) DeleteNetworkAclEntry(input *DeleteNetworkAclEntryInput) (*DeleteNetworkAclEntryOutput, error)
- func (c *EC2) DeleteNetworkAclEntryRequest(input *DeleteNetworkAclEntryInput) (req *request.Request, output *DeleteNetworkAclEntryOutput)
- func (c *EC2) DeleteNetworkAclEntryWithContext(ctx aws.Context, input *DeleteNetworkAclEntryInput, opts ...request.Option) (*DeleteNetworkAclEntryOutput, error)
- func (c *EC2) DeleteNetworkAclRequest(input *DeleteNetworkAclInput) (req *request.Request, output *DeleteNetworkAclOutput)
- func (c *EC2) DeleteNetworkAclWithContext(ctx aws.Context, input *DeleteNetworkAclInput, opts ...request.Option) (*DeleteNetworkAclOutput, error)
- func (c *EC2) DeleteNetworkInterface(input *DeleteNetworkInterfaceInput) (*DeleteNetworkInterfaceOutput, error)
- func (c *EC2) DeleteNetworkInterfacePermission(input *DeleteNetworkInterfacePermissionInput) (*DeleteNetworkInterfacePermissionOutput, error)
- func (c *EC2) DeleteNetworkInterfacePermissionRequest(input *DeleteNetworkInterfacePermissionInput) (req *request.Request, output *DeleteNetworkInterfacePermissionOutput)
- func (c *EC2) DeleteNetworkInterfacePermissionWithContext(ctx aws.Context, input *DeleteNetworkInterfacePermissionInput, ...) (*DeleteNetworkInterfacePermissionOutput, error)
- func (c *EC2) DeleteNetworkInterfaceRequest(input *DeleteNetworkInterfaceInput) (req *request.Request, output *DeleteNetworkInterfaceOutput)
- func (c *EC2) DeleteNetworkInterfaceWithContext(ctx aws.Context, input *DeleteNetworkInterfaceInput, opts ...request.Option) (*DeleteNetworkInterfaceOutput, error)
- func (c *EC2) DeletePlacementGroup(input *DeletePlacementGroupInput) (*DeletePlacementGroupOutput, error)
- func (c *EC2) DeletePlacementGroupRequest(input *DeletePlacementGroupInput) (req *request.Request, output *DeletePlacementGroupOutput)
- func (c *EC2) DeletePlacementGroupWithContext(ctx aws.Context, input *DeletePlacementGroupInput, opts ...request.Option) (*DeletePlacementGroupOutput, error)
- func (c *EC2) DeleteQueuedReservedInstances(input *DeleteQueuedReservedInstancesInput) (*DeleteQueuedReservedInstancesOutput, error)
- func (c *EC2) DeleteQueuedReservedInstancesRequest(input *DeleteQueuedReservedInstancesInput) (req *request.Request, output *DeleteQueuedReservedInstancesOutput)
- func (c *EC2) DeleteQueuedReservedInstancesWithContext(ctx aws.Context, input *DeleteQueuedReservedInstancesInput, ...) (*DeleteQueuedReservedInstancesOutput, error)
- func (c *EC2) DeleteRoute(input *DeleteRouteInput) (*DeleteRouteOutput, error)
- func (c *EC2) DeleteRouteRequest(input *DeleteRouteInput) (req *request.Request, output *DeleteRouteOutput)
- func (c *EC2) DeleteRouteTable(input *DeleteRouteTableInput) (*DeleteRouteTableOutput, error)
- func (c *EC2) DeleteRouteTableRequest(input *DeleteRouteTableInput) (req *request.Request, output *DeleteRouteTableOutput)
- func (c *EC2) DeleteRouteTableWithContext(ctx aws.Context, input *DeleteRouteTableInput, opts ...request.Option) (*DeleteRouteTableOutput, error)
- func (c *EC2) DeleteRouteWithContext(ctx aws.Context, input *DeleteRouteInput, opts ...request.Option) (*DeleteRouteOutput, error)
- func (c *EC2) DeleteSecurityGroup(input *DeleteSecurityGroupInput) (*DeleteSecurityGroupOutput, error)
- func (c *EC2) DeleteSecurityGroupRequest(input *DeleteSecurityGroupInput) (req *request.Request, output *DeleteSecurityGroupOutput)
- func (c *EC2) DeleteSecurityGroupWithContext(ctx aws.Context, input *DeleteSecurityGroupInput, opts ...request.Option) (*DeleteSecurityGroupOutput, error)
- func (c *EC2) DeleteSnapshot(input *DeleteSnapshotInput) (*DeleteSnapshotOutput, error)
- func (c *EC2) DeleteSnapshotRequest(input *DeleteSnapshotInput) (req *request.Request, output *DeleteSnapshotOutput)
- func (c *EC2) DeleteSnapshotWithContext(ctx aws.Context, input *DeleteSnapshotInput, opts ...request.Option) (*DeleteSnapshotOutput, error)
- func (c *EC2) DeleteSpotDatafeedSubscription(input *DeleteSpotDatafeedSubscriptionInput) (*DeleteSpotDatafeedSubscriptionOutput, error)
- func (c *EC2) DeleteSpotDatafeedSubscriptionRequest(input *DeleteSpotDatafeedSubscriptionInput) (req *request.Request, output *DeleteSpotDatafeedSubscriptionOutput)
- func (c *EC2) DeleteSpotDatafeedSubscriptionWithContext(ctx aws.Context, input *DeleteSpotDatafeedSubscriptionInput, ...) (*DeleteSpotDatafeedSubscriptionOutput, error)
- func (c *EC2) DeleteSubnet(input *DeleteSubnetInput) (*DeleteSubnetOutput, error)
- func (c *EC2) DeleteSubnetRequest(input *DeleteSubnetInput) (req *request.Request, output *DeleteSubnetOutput)
- func (c *EC2) DeleteSubnetWithContext(ctx aws.Context, input *DeleteSubnetInput, opts ...request.Option) (*DeleteSubnetOutput, error)
- func (c *EC2) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
- func (c *EC2) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
- func (c *EC2) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
- func (c *EC2) DeleteTrafficMirrorFilter(input *DeleteTrafficMirrorFilterInput) (*DeleteTrafficMirrorFilterOutput, error)
- func (c *EC2) DeleteTrafficMirrorFilterRequest(input *DeleteTrafficMirrorFilterInput) (req *request.Request, output *DeleteTrafficMirrorFilterOutput)
- func (c *EC2) DeleteTrafficMirrorFilterRule(input *DeleteTrafficMirrorFilterRuleInput) (*DeleteTrafficMirrorFilterRuleOutput, error)
- func (c *EC2) DeleteTrafficMirrorFilterRuleRequest(input *DeleteTrafficMirrorFilterRuleInput) (req *request.Request, output *DeleteTrafficMirrorFilterRuleOutput)
- func (c *EC2) DeleteTrafficMirrorFilterRuleWithContext(ctx aws.Context, input *DeleteTrafficMirrorFilterRuleInput, ...) (*DeleteTrafficMirrorFilterRuleOutput, error)
- func (c *EC2) DeleteTrafficMirrorFilterWithContext(ctx aws.Context, input *DeleteTrafficMirrorFilterInput, opts ...request.Option) (*DeleteTrafficMirrorFilterOutput, error)
- func (c *EC2) DeleteTrafficMirrorSession(input *DeleteTrafficMirrorSessionInput) (*DeleteTrafficMirrorSessionOutput, error)
- func (c *EC2) DeleteTrafficMirrorSessionRequest(input *DeleteTrafficMirrorSessionInput) (req *request.Request, output *DeleteTrafficMirrorSessionOutput)
- func (c *EC2) DeleteTrafficMirrorSessionWithContext(ctx aws.Context, input *DeleteTrafficMirrorSessionInput, ...) (*DeleteTrafficMirrorSessionOutput, error)
- func (c *EC2) DeleteTrafficMirrorTarget(input *DeleteTrafficMirrorTargetInput) (*DeleteTrafficMirrorTargetOutput, error)
- func (c *EC2) DeleteTrafficMirrorTargetRequest(input *DeleteTrafficMirrorTargetInput) (req *request.Request, output *DeleteTrafficMirrorTargetOutput)
- func (c *EC2) DeleteTrafficMirrorTargetWithContext(ctx aws.Context, input *DeleteTrafficMirrorTargetInput, opts ...request.Option) (*DeleteTrafficMirrorTargetOutput, error)
- func (c *EC2) DeleteTransitGateway(input *DeleteTransitGatewayInput) (*DeleteTransitGatewayOutput, error)
- func (c *EC2) DeleteTransitGatewayMulticastDomain(input *DeleteTransitGatewayMulticastDomainInput) (*DeleteTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) DeleteTransitGatewayMulticastDomainRequest(input *DeleteTransitGatewayMulticastDomainInput) (req *request.Request, output *DeleteTransitGatewayMulticastDomainOutput)
- func (c *EC2) DeleteTransitGatewayMulticastDomainWithContext(ctx aws.Context, input *DeleteTransitGatewayMulticastDomainInput, ...) (*DeleteTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) DeleteTransitGatewayPeeringAttachment(input *DeleteTransitGatewayPeeringAttachmentInput) (*DeleteTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) DeleteTransitGatewayPeeringAttachmentRequest(input *DeleteTransitGatewayPeeringAttachmentInput) (req *request.Request, output *DeleteTransitGatewayPeeringAttachmentOutput)
- func (c *EC2) DeleteTransitGatewayPeeringAttachmentWithContext(ctx aws.Context, input *DeleteTransitGatewayPeeringAttachmentInput, ...) (*DeleteTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) DeleteTransitGatewayRequest(input *DeleteTransitGatewayInput) (req *request.Request, output *DeleteTransitGatewayOutput)
- func (c *EC2) DeleteTransitGatewayRoute(input *DeleteTransitGatewayRouteInput) (*DeleteTransitGatewayRouteOutput, error)
- func (c *EC2) DeleteTransitGatewayRouteRequest(input *DeleteTransitGatewayRouteInput) (req *request.Request, output *DeleteTransitGatewayRouteOutput)
- func (c *EC2) DeleteTransitGatewayRouteTable(input *DeleteTransitGatewayRouteTableInput) (*DeleteTransitGatewayRouteTableOutput, error)
- func (c *EC2) DeleteTransitGatewayRouteTableRequest(input *DeleteTransitGatewayRouteTableInput) (req *request.Request, output *DeleteTransitGatewayRouteTableOutput)
- func (c *EC2) DeleteTransitGatewayRouteTableWithContext(ctx aws.Context, input *DeleteTransitGatewayRouteTableInput, ...) (*DeleteTransitGatewayRouteTableOutput, error)
- func (c *EC2) DeleteTransitGatewayRouteWithContext(ctx aws.Context, input *DeleteTransitGatewayRouteInput, opts ...request.Option) (*DeleteTransitGatewayRouteOutput, error)
- func (c *EC2) DeleteTransitGatewayVpcAttachment(input *DeleteTransitGatewayVpcAttachmentInput) (*DeleteTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) DeleteTransitGatewayVpcAttachmentRequest(input *DeleteTransitGatewayVpcAttachmentInput) (req *request.Request, output *DeleteTransitGatewayVpcAttachmentOutput)
- func (c *EC2) DeleteTransitGatewayVpcAttachmentWithContext(ctx aws.Context, input *DeleteTransitGatewayVpcAttachmentInput, ...) (*DeleteTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) DeleteTransitGatewayWithContext(ctx aws.Context, input *DeleteTransitGatewayInput, opts ...request.Option) (*DeleteTransitGatewayOutput, error)
- func (c *EC2) DeleteVolume(input *DeleteVolumeInput) (*DeleteVolumeOutput, error)
- func (c *EC2) DeleteVolumeRequest(input *DeleteVolumeInput) (req *request.Request, output *DeleteVolumeOutput)
- func (c *EC2) DeleteVolumeWithContext(ctx aws.Context, input *DeleteVolumeInput, opts ...request.Option) (*DeleteVolumeOutput, error)
- func (c *EC2) DeleteVpc(input *DeleteVpcInput) (*DeleteVpcOutput, error)
- func (c *EC2) DeleteVpcEndpointConnectionNotifications(input *DeleteVpcEndpointConnectionNotificationsInput) (*DeleteVpcEndpointConnectionNotificationsOutput, error)
- func (c *EC2) DeleteVpcEndpointConnectionNotificationsRequest(input *DeleteVpcEndpointConnectionNotificationsInput) (req *request.Request, output *DeleteVpcEndpointConnectionNotificationsOutput)
- func (c *EC2) DeleteVpcEndpointConnectionNotificationsWithContext(ctx aws.Context, input *DeleteVpcEndpointConnectionNotificationsInput, ...) (*DeleteVpcEndpointConnectionNotificationsOutput, error)
- func (c *EC2) DeleteVpcEndpointServiceConfigurations(input *DeleteVpcEndpointServiceConfigurationsInput) (*DeleteVpcEndpointServiceConfigurationsOutput, error)
- func (c *EC2) DeleteVpcEndpointServiceConfigurationsRequest(input *DeleteVpcEndpointServiceConfigurationsInput) (req *request.Request, output *DeleteVpcEndpointServiceConfigurationsOutput)
- func (c *EC2) DeleteVpcEndpointServiceConfigurationsWithContext(ctx aws.Context, input *DeleteVpcEndpointServiceConfigurationsInput, ...) (*DeleteVpcEndpointServiceConfigurationsOutput, error)
- func (c *EC2) DeleteVpcEndpoints(input *DeleteVpcEndpointsInput) (*DeleteVpcEndpointsOutput, error)
- func (c *EC2) DeleteVpcEndpointsRequest(input *DeleteVpcEndpointsInput) (req *request.Request, output *DeleteVpcEndpointsOutput)
- func (c *EC2) DeleteVpcEndpointsWithContext(ctx aws.Context, input *DeleteVpcEndpointsInput, opts ...request.Option) (*DeleteVpcEndpointsOutput, error)
- func (c *EC2) DeleteVpcPeeringConnection(input *DeleteVpcPeeringConnectionInput) (*DeleteVpcPeeringConnectionOutput, error)
- func (c *EC2) DeleteVpcPeeringConnectionRequest(input *DeleteVpcPeeringConnectionInput) (req *request.Request, output *DeleteVpcPeeringConnectionOutput)
- func (c *EC2) DeleteVpcPeeringConnectionWithContext(ctx aws.Context, input *DeleteVpcPeeringConnectionInput, ...) (*DeleteVpcPeeringConnectionOutput, error)
- func (c *EC2) DeleteVpcRequest(input *DeleteVpcInput) (req *request.Request, output *DeleteVpcOutput)
- func (c *EC2) DeleteVpcWithContext(ctx aws.Context, input *DeleteVpcInput, opts ...request.Option) (*DeleteVpcOutput, error)
- func (c *EC2) DeleteVpnConnection(input *DeleteVpnConnectionInput) (*DeleteVpnConnectionOutput, error)
- func (c *EC2) DeleteVpnConnectionRequest(input *DeleteVpnConnectionInput) (req *request.Request, output *DeleteVpnConnectionOutput)
- func (c *EC2) DeleteVpnConnectionRoute(input *DeleteVpnConnectionRouteInput) (*DeleteVpnConnectionRouteOutput, error)
- func (c *EC2) DeleteVpnConnectionRouteRequest(input *DeleteVpnConnectionRouteInput) (req *request.Request, output *DeleteVpnConnectionRouteOutput)
- func (c *EC2) DeleteVpnConnectionRouteWithContext(ctx aws.Context, input *DeleteVpnConnectionRouteInput, opts ...request.Option) (*DeleteVpnConnectionRouteOutput, error)
- func (c *EC2) DeleteVpnConnectionWithContext(ctx aws.Context, input *DeleteVpnConnectionInput, opts ...request.Option) (*DeleteVpnConnectionOutput, error)
- func (c *EC2) DeleteVpnGateway(input *DeleteVpnGatewayInput) (*DeleteVpnGatewayOutput, error)
- func (c *EC2) DeleteVpnGatewayRequest(input *DeleteVpnGatewayInput) (req *request.Request, output *DeleteVpnGatewayOutput)
- func (c *EC2) DeleteVpnGatewayWithContext(ctx aws.Context, input *DeleteVpnGatewayInput, opts ...request.Option) (*DeleteVpnGatewayOutput, error)
- func (c *EC2) DeprovisionByoipCidr(input *DeprovisionByoipCidrInput) (*DeprovisionByoipCidrOutput, error)
- func (c *EC2) DeprovisionByoipCidrRequest(input *DeprovisionByoipCidrInput) (req *request.Request, output *DeprovisionByoipCidrOutput)
- func (c *EC2) DeprovisionByoipCidrWithContext(ctx aws.Context, input *DeprovisionByoipCidrInput, opts ...request.Option) (*DeprovisionByoipCidrOutput, error)
- func (c *EC2) DeregisterImage(input *DeregisterImageInput) (*DeregisterImageOutput, error)
- func (c *EC2) DeregisterImageRequest(input *DeregisterImageInput) (req *request.Request, output *DeregisterImageOutput)
- func (c *EC2) DeregisterImageWithContext(ctx aws.Context, input *DeregisterImageInput, opts ...request.Option) (*DeregisterImageOutput, error)
- func (c *EC2) DeregisterTransitGatewayMulticastGroupMembers(input *DeregisterTransitGatewayMulticastGroupMembersInput) (*DeregisterTransitGatewayMulticastGroupMembersOutput, error)
- func (c *EC2) DeregisterTransitGatewayMulticastGroupMembersRequest(input *DeregisterTransitGatewayMulticastGroupMembersInput) (req *request.Request, ...)
- func (c *EC2) DeregisterTransitGatewayMulticastGroupMembersWithContext(ctx aws.Context, input *DeregisterTransitGatewayMulticastGroupMembersInput, ...) (*DeregisterTransitGatewayMulticastGroupMembersOutput, error)
- func (c *EC2) DeregisterTransitGatewayMulticastGroupSources(input *DeregisterTransitGatewayMulticastGroupSourcesInput) (*DeregisterTransitGatewayMulticastGroupSourcesOutput, error)
- func (c *EC2) DeregisterTransitGatewayMulticastGroupSourcesRequest(input *DeregisterTransitGatewayMulticastGroupSourcesInput) (req *request.Request, ...)
- func (c *EC2) DeregisterTransitGatewayMulticastGroupSourcesWithContext(ctx aws.Context, input *DeregisterTransitGatewayMulticastGroupSourcesInput, ...) (*DeregisterTransitGatewayMulticastGroupSourcesOutput, error)
- func (c *EC2) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
- func (c *EC2) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
- func (c *EC2) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)
- func (c *EC2) DescribeAddresses(input *DescribeAddressesInput) (*DescribeAddressesOutput, error)
- func (c *EC2) DescribeAddressesRequest(input *DescribeAddressesInput) (req *request.Request, output *DescribeAddressesOutput)
- func (c *EC2) DescribeAddressesWithContext(ctx aws.Context, input *DescribeAddressesInput, opts ...request.Option) (*DescribeAddressesOutput, error)
- func (c *EC2) DescribeAggregateIdFormat(input *DescribeAggregateIdFormatInput) (*DescribeAggregateIdFormatOutput, error)
- func (c *EC2) DescribeAggregateIdFormatRequest(input *DescribeAggregateIdFormatInput) (req *request.Request, output *DescribeAggregateIdFormatOutput)
- func (c *EC2) DescribeAggregateIdFormatWithContext(ctx aws.Context, input *DescribeAggregateIdFormatInput, opts ...request.Option) (*DescribeAggregateIdFormatOutput, error)
- func (c *EC2) DescribeAvailabilityZones(input *DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)
- func (c *EC2) DescribeAvailabilityZonesRequest(input *DescribeAvailabilityZonesInput) (req *request.Request, output *DescribeAvailabilityZonesOutput)
- func (c *EC2) DescribeAvailabilityZonesWithContext(ctx aws.Context, input *DescribeAvailabilityZonesInput, opts ...request.Option) (*DescribeAvailabilityZonesOutput, error)
- func (c *EC2) DescribeBundleTasks(input *DescribeBundleTasksInput) (*DescribeBundleTasksOutput, error)
- func (c *EC2) DescribeBundleTasksRequest(input *DescribeBundleTasksInput) (req *request.Request, output *DescribeBundleTasksOutput)
- func (c *EC2) DescribeBundleTasksWithContext(ctx aws.Context, input *DescribeBundleTasksInput, opts ...request.Option) (*DescribeBundleTasksOutput, error)
- func (c *EC2) DescribeByoipCidrs(input *DescribeByoipCidrsInput) (*DescribeByoipCidrsOutput, error)
- func (c *EC2) DescribeByoipCidrsPages(input *DescribeByoipCidrsInput, fn func(*DescribeByoipCidrsOutput, bool) bool) error
- func (c *EC2) DescribeByoipCidrsPagesWithContext(ctx aws.Context, input *DescribeByoipCidrsInput, ...) error
- func (c *EC2) DescribeByoipCidrsRequest(input *DescribeByoipCidrsInput) (req *request.Request, output *DescribeByoipCidrsOutput)
- func (c *EC2) DescribeByoipCidrsWithContext(ctx aws.Context, input *DescribeByoipCidrsInput, opts ...request.Option) (*DescribeByoipCidrsOutput, error)
- func (c *EC2) DescribeCapacityReservations(input *DescribeCapacityReservationsInput) (*DescribeCapacityReservationsOutput, error)
- func (c *EC2) DescribeCapacityReservationsPages(input *DescribeCapacityReservationsInput, ...) error
- func (c *EC2) DescribeCapacityReservationsPagesWithContext(ctx aws.Context, input *DescribeCapacityReservationsInput, ...) error
- func (c *EC2) DescribeCapacityReservationsRequest(input *DescribeCapacityReservationsInput) (req *request.Request, output *DescribeCapacityReservationsOutput)
- func (c *EC2) DescribeCapacityReservationsWithContext(ctx aws.Context, input *DescribeCapacityReservationsInput, ...) (*DescribeCapacityReservationsOutput, error)
- func (c *EC2) DescribeClassicLinkInstances(input *DescribeClassicLinkInstancesInput) (*DescribeClassicLinkInstancesOutput, error)
- func (c *EC2) DescribeClassicLinkInstancesPages(input *DescribeClassicLinkInstancesInput, ...) error
- func (c *EC2) DescribeClassicLinkInstancesPagesWithContext(ctx aws.Context, input *DescribeClassicLinkInstancesInput, ...) error
- func (c *EC2) DescribeClassicLinkInstancesRequest(input *DescribeClassicLinkInstancesInput) (req *request.Request, output *DescribeClassicLinkInstancesOutput)
- func (c *EC2) DescribeClassicLinkInstancesWithContext(ctx aws.Context, input *DescribeClassicLinkInstancesInput, ...) (*DescribeClassicLinkInstancesOutput, error)
- func (c *EC2) DescribeClientVpnAuthorizationRules(input *DescribeClientVpnAuthorizationRulesInput) (*DescribeClientVpnAuthorizationRulesOutput, error)
- func (c *EC2) DescribeClientVpnAuthorizationRulesPages(input *DescribeClientVpnAuthorizationRulesInput, ...) error
- func (c *EC2) DescribeClientVpnAuthorizationRulesPagesWithContext(ctx aws.Context, input *DescribeClientVpnAuthorizationRulesInput, ...) error
- func (c *EC2) DescribeClientVpnAuthorizationRulesRequest(input *DescribeClientVpnAuthorizationRulesInput) (req *request.Request, output *DescribeClientVpnAuthorizationRulesOutput)
- func (c *EC2) DescribeClientVpnAuthorizationRulesWithContext(ctx aws.Context, input *DescribeClientVpnAuthorizationRulesInput, ...) (*DescribeClientVpnAuthorizationRulesOutput, error)
- func (c *EC2) DescribeClientVpnConnections(input *DescribeClientVpnConnectionsInput) (*DescribeClientVpnConnectionsOutput, error)
- func (c *EC2) DescribeClientVpnConnectionsPages(input *DescribeClientVpnConnectionsInput, ...) error
- func (c *EC2) DescribeClientVpnConnectionsPagesWithContext(ctx aws.Context, input *DescribeClientVpnConnectionsInput, ...) error
- func (c *EC2) DescribeClientVpnConnectionsRequest(input *DescribeClientVpnConnectionsInput) (req *request.Request, output *DescribeClientVpnConnectionsOutput)
- func (c *EC2) DescribeClientVpnConnectionsWithContext(ctx aws.Context, input *DescribeClientVpnConnectionsInput, ...) (*DescribeClientVpnConnectionsOutput, error)
- func (c *EC2) DescribeClientVpnEndpoints(input *DescribeClientVpnEndpointsInput) (*DescribeClientVpnEndpointsOutput, error)
- func (c *EC2) DescribeClientVpnEndpointsPages(input *DescribeClientVpnEndpointsInput, ...) error
- func (c *EC2) DescribeClientVpnEndpointsPagesWithContext(ctx aws.Context, input *DescribeClientVpnEndpointsInput, ...) error
- func (c *EC2) DescribeClientVpnEndpointsRequest(input *DescribeClientVpnEndpointsInput) (req *request.Request, output *DescribeClientVpnEndpointsOutput)
- func (c *EC2) DescribeClientVpnEndpointsWithContext(ctx aws.Context, input *DescribeClientVpnEndpointsInput, ...) (*DescribeClientVpnEndpointsOutput, error)
- func (c *EC2) DescribeClientVpnRoutes(input *DescribeClientVpnRoutesInput) (*DescribeClientVpnRoutesOutput, error)
- func (c *EC2) DescribeClientVpnRoutesPages(input *DescribeClientVpnRoutesInput, ...) error
- func (c *EC2) DescribeClientVpnRoutesPagesWithContext(ctx aws.Context, input *DescribeClientVpnRoutesInput, ...) error
- func (c *EC2) DescribeClientVpnRoutesRequest(input *DescribeClientVpnRoutesInput) (req *request.Request, output *DescribeClientVpnRoutesOutput)
- func (c *EC2) DescribeClientVpnRoutesWithContext(ctx aws.Context, input *DescribeClientVpnRoutesInput, opts ...request.Option) (*DescribeClientVpnRoutesOutput, error)
- func (c *EC2) DescribeClientVpnTargetNetworks(input *DescribeClientVpnTargetNetworksInput) (*DescribeClientVpnTargetNetworksOutput, error)
- func (c *EC2) DescribeClientVpnTargetNetworksPages(input *DescribeClientVpnTargetNetworksInput, ...) error
- func (c *EC2) DescribeClientVpnTargetNetworksPagesWithContext(ctx aws.Context, input *DescribeClientVpnTargetNetworksInput, ...) error
- func (c *EC2) DescribeClientVpnTargetNetworksRequest(input *DescribeClientVpnTargetNetworksInput) (req *request.Request, output *DescribeClientVpnTargetNetworksOutput)
- func (c *EC2) DescribeClientVpnTargetNetworksWithContext(ctx aws.Context, input *DescribeClientVpnTargetNetworksInput, ...) (*DescribeClientVpnTargetNetworksOutput, error)
- func (c *EC2) DescribeCoipPools(input *DescribeCoipPoolsInput) (*DescribeCoipPoolsOutput, error)
- func (c *EC2) DescribeCoipPoolsRequest(input *DescribeCoipPoolsInput) (req *request.Request, output *DescribeCoipPoolsOutput)
- func (c *EC2) DescribeCoipPoolsWithContext(ctx aws.Context, input *DescribeCoipPoolsInput, opts ...request.Option) (*DescribeCoipPoolsOutput, error)
- func (c *EC2) DescribeConversionTasks(input *DescribeConversionTasksInput) (*DescribeConversionTasksOutput, error)
- func (c *EC2) DescribeConversionTasksRequest(input *DescribeConversionTasksInput) (req *request.Request, output *DescribeConversionTasksOutput)
- func (c *EC2) DescribeConversionTasksWithContext(ctx aws.Context, input *DescribeConversionTasksInput, opts ...request.Option) (*DescribeConversionTasksOutput, error)
- func (c *EC2) DescribeCustomerGateways(input *DescribeCustomerGatewaysInput) (*DescribeCustomerGatewaysOutput, error)
- func (c *EC2) DescribeCustomerGatewaysRequest(input *DescribeCustomerGatewaysInput) (req *request.Request, output *DescribeCustomerGatewaysOutput)
- func (c *EC2) DescribeCustomerGatewaysWithContext(ctx aws.Context, input *DescribeCustomerGatewaysInput, opts ...request.Option) (*DescribeCustomerGatewaysOutput, error)
- func (c *EC2) DescribeDhcpOptions(input *DescribeDhcpOptionsInput) (*DescribeDhcpOptionsOutput, error)
- func (c *EC2) DescribeDhcpOptionsPages(input *DescribeDhcpOptionsInput, ...) error
- func (c *EC2) DescribeDhcpOptionsPagesWithContext(ctx aws.Context, input *DescribeDhcpOptionsInput, ...) error
- func (c *EC2) DescribeDhcpOptionsRequest(input *DescribeDhcpOptionsInput) (req *request.Request, output *DescribeDhcpOptionsOutput)
- func (c *EC2) DescribeDhcpOptionsWithContext(ctx aws.Context, input *DescribeDhcpOptionsInput, opts ...request.Option) (*DescribeDhcpOptionsOutput, error)
- func (c *EC2) DescribeEgressOnlyInternetGateways(input *DescribeEgressOnlyInternetGatewaysInput) (*DescribeEgressOnlyInternetGatewaysOutput, error)
- func (c *EC2) DescribeEgressOnlyInternetGatewaysPages(input *DescribeEgressOnlyInternetGatewaysInput, ...) error
- func (c *EC2) DescribeEgressOnlyInternetGatewaysPagesWithContext(ctx aws.Context, input *DescribeEgressOnlyInternetGatewaysInput, ...) error
- func (c *EC2) DescribeEgressOnlyInternetGatewaysRequest(input *DescribeEgressOnlyInternetGatewaysInput) (req *request.Request, output *DescribeEgressOnlyInternetGatewaysOutput)
- func (c *EC2) DescribeEgressOnlyInternetGatewaysWithContext(ctx aws.Context, input *DescribeEgressOnlyInternetGatewaysInput, ...) (*DescribeEgressOnlyInternetGatewaysOutput, error)
- func (c *EC2) DescribeElasticGpus(input *DescribeElasticGpusInput) (*DescribeElasticGpusOutput, error)
- func (c *EC2) DescribeElasticGpusRequest(input *DescribeElasticGpusInput) (req *request.Request, output *DescribeElasticGpusOutput)
- func (c *EC2) DescribeElasticGpusWithContext(ctx aws.Context, input *DescribeElasticGpusInput, opts ...request.Option) (*DescribeElasticGpusOutput, error)
- func (c *EC2) DescribeExportImageTasks(input *DescribeExportImageTasksInput) (*DescribeExportImageTasksOutput, error)
- func (c *EC2) DescribeExportImageTasksPages(input *DescribeExportImageTasksInput, ...) error
- func (c *EC2) DescribeExportImageTasksPagesWithContext(ctx aws.Context, input *DescribeExportImageTasksInput, ...) error
- func (c *EC2) DescribeExportImageTasksRequest(input *DescribeExportImageTasksInput) (req *request.Request, output *DescribeExportImageTasksOutput)
- func (c *EC2) DescribeExportImageTasksWithContext(ctx aws.Context, input *DescribeExportImageTasksInput, opts ...request.Option) (*DescribeExportImageTasksOutput, error)
- func (c *EC2) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
- func (c *EC2) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput)
- func (c *EC2) DescribeExportTasksWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.Option) (*DescribeExportTasksOutput, error)
- func (c *EC2) DescribeFastSnapshotRestores(input *DescribeFastSnapshotRestoresInput) (*DescribeFastSnapshotRestoresOutput, error)
- func (c *EC2) DescribeFastSnapshotRestoresPages(input *DescribeFastSnapshotRestoresInput, ...) error
- func (c *EC2) DescribeFastSnapshotRestoresPagesWithContext(ctx aws.Context, input *DescribeFastSnapshotRestoresInput, ...) error
- func (c *EC2) DescribeFastSnapshotRestoresRequest(input *DescribeFastSnapshotRestoresInput) (req *request.Request, output *DescribeFastSnapshotRestoresOutput)
- func (c *EC2) DescribeFastSnapshotRestoresWithContext(ctx aws.Context, input *DescribeFastSnapshotRestoresInput, ...) (*DescribeFastSnapshotRestoresOutput, error)
- func (c *EC2) DescribeFleetHistory(input *DescribeFleetHistoryInput) (*DescribeFleetHistoryOutput, error)
- func (c *EC2) DescribeFleetHistoryRequest(input *DescribeFleetHistoryInput) (req *request.Request, output *DescribeFleetHistoryOutput)
- func (c *EC2) DescribeFleetHistoryWithContext(ctx aws.Context, input *DescribeFleetHistoryInput, opts ...request.Option) (*DescribeFleetHistoryOutput, error)
- func (c *EC2) DescribeFleetInstances(input *DescribeFleetInstancesInput) (*DescribeFleetInstancesOutput, error)
- func (c *EC2) DescribeFleetInstancesRequest(input *DescribeFleetInstancesInput) (req *request.Request, output *DescribeFleetInstancesOutput)
- func (c *EC2) DescribeFleetInstancesWithContext(ctx aws.Context, input *DescribeFleetInstancesInput, opts ...request.Option) (*DescribeFleetInstancesOutput, error)
- func (c *EC2) DescribeFleets(input *DescribeFleetsInput) (*DescribeFleetsOutput, error)
- func (c *EC2) DescribeFleetsPages(input *DescribeFleetsInput, fn func(*DescribeFleetsOutput, bool) bool) error
- func (c *EC2) DescribeFleetsPagesWithContext(ctx aws.Context, input *DescribeFleetsInput, ...) error
- func (c *EC2) DescribeFleetsRequest(input *DescribeFleetsInput) (req *request.Request, output *DescribeFleetsOutput)
- func (c *EC2) DescribeFleetsWithContext(ctx aws.Context, input *DescribeFleetsInput, opts ...request.Option) (*DescribeFleetsOutput, error)
- func (c *EC2) DescribeFlowLogs(input *DescribeFlowLogsInput) (*DescribeFlowLogsOutput, error)
- func (c *EC2) DescribeFlowLogsPages(input *DescribeFlowLogsInput, fn func(*DescribeFlowLogsOutput, bool) bool) error
- func (c *EC2) DescribeFlowLogsPagesWithContext(ctx aws.Context, input *DescribeFlowLogsInput, ...) error
- func (c *EC2) DescribeFlowLogsRequest(input *DescribeFlowLogsInput) (req *request.Request, output *DescribeFlowLogsOutput)
- func (c *EC2) DescribeFlowLogsWithContext(ctx aws.Context, input *DescribeFlowLogsInput, opts ...request.Option) (*DescribeFlowLogsOutput, error)
- func (c *EC2) DescribeFpgaImageAttribute(input *DescribeFpgaImageAttributeInput) (*DescribeFpgaImageAttributeOutput, error)
- func (c *EC2) DescribeFpgaImageAttributeRequest(input *DescribeFpgaImageAttributeInput) (req *request.Request, output *DescribeFpgaImageAttributeOutput)
- func (c *EC2) DescribeFpgaImageAttributeWithContext(ctx aws.Context, input *DescribeFpgaImageAttributeInput, ...) (*DescribeFpgaImageAttributeOutput, error)
- func (c *EC2) DescribeFpgaImages(input *DescribeFpgaImagesInput) (*DescribeFpgaImagesOutput, error)
- func (c *EC2) DescribeFpgaImagesPages(input *DescribeFpgaImagesInput, fn func(*DescribeFpgaImagesOutput, bool) bool) error
- func (c *EC2) DescribeFpgaImagesPagesWithContext(ctx aws.Context, input *DescribeFpgaImagesInput, ...) error
- func (c *EC2) DescribeFpgaImagesRequest(input *DescribeFpgaImagesInput) (req *request.Request, output *DescribeFpgaImagesOutput)
- func (c *EC2) DescribeFpgaImagesWithContext(ctx aws.Context, input *DescribeFpgaImagesInput, opts ...request.Option) (*DescribeFpgaImagesOutput, error)
- func (c *EC2) DescribeHostReservationOfferings(input *DescribeHostReservationOfferingsInput) (*DescribeHostReservationOfferingsOutput, error)
- func (c *EC2) DescribeHostReservationOfferingsPages(input *DescribeHostReservationOfferingsInput, ...) error
- func (c *EC2) DescribeHostReservationOfferingsPagesWithContext(ctx aws.Context, input *DescribeHostReservationOfferingsInput, ...) error
- func (c *EC2) DescribeHostReservationOfferingsRequest(input *DescribeHostReservationOfferingsInput) (req *request.Request, output *DescribeHostReservationOfferingsOutput)
- func (c *EC2) DescribeHostReservationOfferingsWithContext(ctx aws.Context, input *DescribeHostReservationOfferingsInput, ...) (*DescribeHostReservationOfferingsOutput, error)
- func (c *EC2) DescribeHostReservations(input *DescribeHostReservationsInput) (*DescribeHostReservationsOutput, error)
- func (c *EC2) DescribeHostReservationsPages(input *DescribeHostReservationsInput, ...) error
- func (c *EC2) DescribeHostReservationsPagesWithContext(ctx aws.Context, input *DescribeHostReservationsInput, ...) error
- func (c *EC2) DescribeHostReservationsRequest(input *DescribeHostReservationsInput) (req *request.Request, output *DescribeHostReservationsOutput)
- func (c *EC2) DescribeHostReservationsWithContext(ctx aws.Context, input *DescribeHostReservationsInput, opts ...request.Option) (*DescribeHostReservationsOutput, error)
- func (c *EC2) DescribeHosts(input *DescribeHostsInput) (*DescribeHostsOutput, error)
- func (c *EC2) DescribeHostsPages(input *DescribeHostsInput, fn func(*DescribeHostsOutput, bool) bool) error
- func (c *EC2) DescribeHostsPagesWithContext(ctx aws.Context, input *DescribeHostsInput, ...) error
- func (c *EC2) DescribeHostsRequest(input *DescribeHostsInput) (req *request.Request, output *DescribeHostsOutput)
- func (c *EC2) DescribeHostsWithContext(ctx aws.Context, input *DescribeHostsInput, opts ...request.Option) (*DescribeHostsOutput, error)
- func (c *EC2) DescribeIamInstanceProfileAssociations(input *DescribeIamInstanceProfileAssociationsInput) (*DescribeIamInstanceProfileAssociationsOutput, error)
- func (c *EC2) DescribeIamInstanceProfileAssociationsPages(input *DescribeIamInstanceProfileAssociationsInput, ...) error
- func (c *EC2) DescribeIamInstanceProfileAssociationsPagesWithContext(ctx aws.Context, input *DescribeIamInstanceProfileAssociationsInput, ...) error
- func (c *EC2) DescribeIamInstanceProfileAssociationsRequest(input *DescribeIamInstanceProfileAssociationsInput) (req *request.Request, output *DescribeIamInstanceProfileAssociationsOutput)
- func (c *EC2) DescribeIamInstanceProfileAssociationsWithContext(ctx aws.Context, input *DescribeIamInstanceProfileAssociationsInput, ...) (*DescribeIamInstanceProfileAssociationsOutput, error)
- func (c *EC2) DescribeIdFormat(input *DescribeIdFormatInput) (*DescribeIdFormatOutput, error)
- func (c *EC2) DescribeIdFormatRequest(input *DescribeIdFormatInput) (req *request.Request, output *DescribeIdFormatOutput)
- func (c *EC2) DescribeIdFormatWithContext(ctx aws.Context, input *DescribeIdFormatInput, opts ...request.Option) (*DescribeIdFormatOutput, error)
- func (c *EC2) DescribeIdentityIdFormat(input *DescribeIdentityIdFormatInput) (*DescribeIdentityIdFormatOutput, error)
- func (c *EC2) DescribeIdentityIdFormatRequest(input *DescribeIdentityIdFormatInput) (req *request.Request, output *DescribeIdentityIdFormatOutput)
- func (c *EC2) DescribeIdentityIdFormatWithContext(ctx aws.Context, input *DescribeIdentityIdFormatInput, opts ...request.Option) (*DescribeIdentityIdFormatOutput, error)
- func (c *EC2) DescribeImageAttribute(input *DescribeImageAttributeInput) (*DescribeImageAttributeOutput, error)
- func (c *EC2) DescribeImageAttributeRequest(input *DescribeImageAttributeInput) (req *request.Request, output *DescribeImageAttributeOutput)
- func (c *EC2) DescribeImageAttributeWithContext(ctx aws.Context, input *DescribeImageAttributeInput, opts ...request.Option) (*DescribeImageAttributeOutput, error)
- func (c *EC2) DescribeImages(input *DescribeImagesInput) (*DescribeImagesOutput, error)
- func (c *EC2) DescribeImagesRequest(input *DescribeImagesInput) (req *request.Request, output *DescribeImagesOutput)
- func (c *EC2) DescribeImagesWithContext(ctx aws.Context, input *DescribeImagesInput, opts ...request.Option) (*DescribeImagesOutput, error)
- func (c *EC2) DescribeImportImageTasks(input *DescribeImportImageTasksInput) (*DescribeImportImageTasksOutput, error)
- func (c *EC2) DescribeImportImageTasksPages(input *DescribeImportImageTasksInput, ...) error
- func (c *EC2) DescribeImportImageTasksPagesWithContext(ctx aws.Context, input *DescribeImportImageTasksInput, ...) error
- func (c *EC2) DescribeImportImageTasksRequest(input *DescribeImportImageTasksInput) (req *request.Request, output *DescribeImportImageTasksOutput)
- func (c *EC2) DescribeImportImageTasksWithContext(ctx aws.Context, input *DescribeImportImageTasksInput, opts ...request.Option) (*DescribeImportImageTasksOutput, error)
- func (c *EC2) DescribeImportSnapshotTasks(input *DescribeImportSnapshotTasksInput) (*DescribeImportSnapshotTasksOutput, error)
- func (c *EC2) DescribeImportSnapshotTasksPages(input *DescribeImportSnapshotTasksInput, ...) error
- func (c *EC2) DescribeImportSnapshotTasksPagesWithContext(ctx aws.Context, input *DescribeImportSnapshotTasksInput, ...) error
- func (c *EC2) DescribeImportSnapshotTasksRequest(input *DescribeImportSnapshotTasksInput) (req *request.Request, output *DescribeImportSnapshotTasksOutput)
- func (c *EC2) DescribeImportSnapshotTasksWithContext(ctx aws.Context, input *DescribeImportSnapshotTasksInput, ...) (*DescribeImportSnapshotTasksOutput, error)
- func (c *EC2) DescribeInstanceAttribute(input *DescribeInstanceAttributeInput) (*DescribeInstanceAttributeOutput, error)
- func (c *EC2) DescribeInstanceAttributeRequest(input *DescribeInstanceAttributeInput) (req *request.Request, output *DescribeInstanceAttributeOutput)
- func (c *EC2) DescribeInstanceAttributeWithContext(ctx aws.Context, input *DescribeInstanceAttributeInput, opts ...request.Option) (*DescribeInstanceAttributeOutput, error)
- func (c *EC2) DescribeInstanceCreditSpecifications(input *DescribeInstanceCreditSpecificationsInput) (*DescribeInstanceCreditSpecificationsOutput, error)
- func (c *EC2) DescribeInstanceCreditSpecificationsPages(input *DescribeInstanceCreditSpecificationsInput, ...) error
- func (c *EC2) DescribeInstanceCreditSpecificationsPagesWithContext(ctx aws.Context, input *DescribeInstanceCreditSpecificationsInput, ...) error
- func (c *EC2) DescribeInstanceCreditSpecificationsRequest(input *DescribeInstanceCreditSpecificationsInput) (req *request.Request, output *DescribeInstanceCreditSpecificationsOutput)
- func (c *EC2) DescribeInstanceCreditSpecificationsWithContext(ctx aws.Context, input *DescribeInstanceCreditSpecificationsInput, ...) (*DescribeInstanceCreditSpecificationsOutput, error)
- func (c *EC2) DescribeInstanceStatus(input *DescribeInstanceStatusInput) (*DescribeInstanceStatusOutput, error)
- func (c *EC2) DescribeInstanceStatusPages(input *DescribeInstanceStatusInput, ...) error
- func (c *EC2) DescribeInstanceStatusPagesWithContext(ctx aws.Context, input *DescribeInstanceStatusInput, ...) error
- func (c *EC2) DescribeInstanceStatusRequest(input *DescribeInstanceStatusInput) (req *request.Request, output *DescribeInstanceStatusOutput)
- func (c *EC2) DescribeInstanceStatusWithContext(ctx aws.Context, input *DescribeInstanceStatusInput, opts ...request.Option) (*DescribeInstanceStatusOutput, error)
- func (c *EC2) DescribeInstanceTypeOfferings(input *DescribeInstanceTypeOfferingsInput) (*DescribeInstanceTypeOfferingsOutput, error)
- func (c *EC2) DescribeInstanceTypeOfferingsRequest(input *DescribeInstanceTypeOfferingsInput) (req *request.Request, output *DescribeInstanceTypeOfferingsOutput)
- func (c *EC2) DescribeInstanceTypeOfferingsWithContext(ctx aws.Context, input *DescribeInstanceTypeOfferingsInput, ...) (*DescribeInstanceTypeOfferingsOutput, error)
- func (c *EC2) DescribeInstanceTypes(input *DescribeInstanceTypesInput) (*DescribeInstanceTypesOutput, error)
- func (c *EC2) DescribeInstanceTypesRequest(input *DescribeInstanceTypesInput) (req *request.Request, output *DescribeInstanceTypesOutput)
- func (c *EC2) DescribeInstanceTypesWithContext(ctx aws.Context, input *DescribeInstanceTypesInput, opts ...request.Option) (*DescribeInstanceTypesOutput, error)
- func (c *EC2) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error)
- func (c *EC2) DescribeInstancesPages(input *DescribeInstancesInput, fn func(*DescribeInstancesOutput, bool) bool) error
- func (c *EC2) DescribeInstancesPagesWithContext(ctx aws.Context, input *DescribeInstancesInput, ...) error
- func (c *EC2) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput)
- func (c *EC2) DescribeInstancesWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.Option) (*DescribeInstancesOutput, error)
- func (c *EC2) DescribeInternetGateways(input *DescribeInternetGatewaysInput) (*DescribeInternetGatewaysOutput, error)
- func (c *EC2) DescribeInternetGatewaysPages(input *DescribeInternetGatewaysInput, ...) error
- func (c *EC2) DescribeInternetGatewaysPagesWithContext(ctx aws.Context, input *DescribeInternetGatewaysInput, ...) error
- func (c *EC2) DescribeInternetGatewaysRequest(input *DescribeInternetGatewaysInput) (req *request.Request, output *DescribeInternetGatewaysOutput)
- func (c *EC2) DescribeInternetGatewaysWithContext(ctx aws.Context, input *DescribeInternetGatewaysInput, opts ...request.Option) (*DescribeInternetGatewaysOutput, error)
- func (c *EC2) DescribeKeyPairs(input *DescribeKeyPairsInput) (*DescribeKeyPairsOutput, error)
- func (c *EC2) DescribeKeyPairsRequest(input *DescribeKeyPairsInput) (req *request.Request, output *DescribeKeyPairsOutput)
- func (c *EC2) DescribeKeyPairsWithContext(ctx aws.Context, input *DescribeKeyPairsInput, opts ...request.Option) (*DescribeKeyPairsOutput, error)
- func (c *EC2) DescribeLaunchTemplateVersions(input *DescribeLaunchTemplateVersionsInput) (*DescribeLaunchTemplateVersionsOutput, error)
- func (c *EC2) DescribeLaunchTemplateVersionsPages(input *DescribeLaunchTemplateVersionsInput, ...) error
- func (c *EC2) DescribeLaunchTemplateVersionsPagesWithContext(ctx aws.Context, input *DescribeLaunchTemplateVersionsInput, ...) error
- func (c *EC2) DescribeLaunchTemplateVersionsRequest(input *DescribeLaunchTemplateVersionsInput) (req *request.Request, output *DescribeLaunchTemplateVersionsOutput)
- func (c *EC2) DescribeLaunchTemplateVersionsWithContext(ctx aws.Context, input *DescribeLaunchTemplateVersionsInput, ...) (*DescribeLaunchTemplateVersionsOutput, error)
- func (c *EC2) DescribeLaunchTemplates(input *DescribeLaunchTemplatesInput) (*DescribeLaunchTemplatesOutput, error)
- func (c *EC2) DescribeLaunchTemplatesPages(input *DescribeLaunchTemplatesInput, ...) error
- func (c *EC2) DescribeLaunchTemplatesPagesWithContext(ctx aws.Context, input *DescribeLaunchTemplatesInput, ...) error
- func (c *EC2) DescribeLaunchTemplatesRequest(input *DescribeLaunchTemplatesInput) (req *request.Request, output *DescribeLaunchTemplatesOutput)
- func (c *EC2) DescribeLaunchTemplatesWithContext(ctx aws.Context, input *DescribeLaunchTemplatesInput, opts ...request.Option) (*DescribeLaunchTemplatesOutput, error)
- func (c *EC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(input *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) (*DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, error)
- func (c *EC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest(input *DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput) (req *request.Request, ...)
- func (c *EC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext(ctx aws.Context, ...) (*DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, error)
- func (c *EC2) DescribeLocalGatewayRouteTableVpcAssociations(input *DescribeLocalGatewayRouteTableVpcAssociationsInput) (*DescribeLocalGatewayRouteTableVpcAssociationsOutput, error)
- func (c *EC2) DescribeLocalGatewayRouteTableVpcAssociationsRequest(input *DescribeLocalGatewayRouteTableVpcAssociationsInput) (req *request.Request, ...)
- func (c *EC2) DescribeLocalGatewayRouteTableVpcAssociationsWithContext(ctx aws.Context, input *DescribeLocalGatewayRouteTableVpcAssociationsInput, ...) (*DescribeLocalGatewayRouteTableVpcAssociationsOutput, error)
- func (c *EC2) DescribeLocalGatewayRouteTables(input *DescribeLocalGatewayRouteTablesInput) (*DescribeLocalGatewayRouteTablesOutput, error)
- func (c *EC2) DescribeLocalGatewayRouteTablesRequest(input *DescribeLocalGatewayRouteTablesInput) (req *request.Request, output *DescribeLocalGatewayRouteTablesOutput)
- func (c *EC2) DescribeLocalGatewayRouteTablesWithContext(ctx aws.Context, input *DescribeLocalGatewayRouteTablesInput, ...) (*DescribeLocalGatewayRouteTablesOutput, error)
- func (c *EC2) DescribeLocalGatewayVirtualInterfaceGroups(input *DescribeLocalGatewayVirtualInterfaceGroupsInput) (*DescribeLocalGatewayVirtualInterfaceGroupsOutput, error)
- func (c *EC2) DescribeLocalGatewayVirtualInterfaceGroupsRequest(input *DescribeLocalGatewayVirtualInterfaceGroupsInput) (req *request.Request, output *DescribeLocalGatewayVirtualInterfaceGroupsOutput)
- func (c *EC2) DescribeLocalGatewayVirtualInterfaceGroupsWithContext(ctx aws.Context, input *DescribeLocalGatewayVirtualInterfaceGroupsInput, ...) (*DescribeLocalGatewayVirtualInterfaceGroupsOutput, error)
- func (c *EC2) DescribeLocalGatewayVirtualInterfaces(input *DescribeLocalGatewayVirtualInterfacesInput) (*DescribeLocalGatewayVirtualInterfacesOutput, error)
- func (c *EC2) DescribeLocalGatewayVirtualInterfacesRequest(input *DescribeLocalGatewayVirtualInterfacesInput) (req *request.Request, output *DescribeLocalGatewayVirtualInterfacesOutput)
- func (c *EC2) DescribeLocalGatewayVirtualInterfacesWithContext(ctx aws.Context, input *DescribeLocalGatewayVirtualInterfacesInput, ...) (*DescribeLocalGatewayVirtualInterfacesOutput, error)
- func (c *EC2) DescribeLocalGateways(input *DescribeLocalGatewaysInput) (*DescribeLocalGatewaysOutput, error)
- func (c *EC2) DescribeLocalGatewaysRequest(input *DescribeLocalGatewaysInput) (req *request.Request, output *DescribeLocalGatewaysOutput)
- func (c *EC2) DescribeLocalGatewaysWithContext(ctx aws.Context, input *DescribeLocalGatewaysInput, opts ...request.Option) (*DescribeLocalGatewaysOutput, error)
- func (c *EC2) DescribeMovingAddresses(input *DescribeMovingAddressesInput) (*DescribeMovingAddressesOutput, error)
- func (c *EC2) DescribeMovingAddressesPages(input *DescribeMovingAddressesInput, ...) error
- func (c *EC2) DescribeMovingAddressesPagesWithContext(ctx aws.Context, input *DescribeMovingAddressesInput, ...) error
- func (c *EC2) DescribeMovingAddressesRequest(input *DescribeMovingAddressesInput) (req *request.Request, output *DescribeMovingAddressesOutput)
- func (c *EC2) DescribeMovingAddressesWithContext(ctx aws.Context, input *DescribeMovingAddressesInput, opts ...request.Option) (*DescribeMovingAddressesOutput, error)
- func (c *EC2) DescribeNatGateways(input *DescribeNatGatewaysInput) (*DescribeNatGatewaysOutput, error)
- func (c *EC2) DescribeNatGatewaysPages(input *DescribeNatGatewaysInput, ...) error
- func (c *EC2) DescribeNatGatewaysPagesWithContext(ctx aws.Context, input *DescribeNatGatewaysInput, ...) error
- func (c *EC2) DescribeNatGatewaysRequest(input *DescribeNatGatewaysInput) (req *request.Request, output *DescribeNatGatewaysOutput)
- func (c *EC2) DescribeNatGatewaysWithContext(ctx aws.Context, input *DescribeNatGatewaysInput, opts ...request.Option) (*DescribeNatGatewaysOutput, error)
- func (c *EC2) DescribeNetworkAcls(input *DescribeNetworkAclsInput) (*DescribeNetworkAclsOutput, error)
- func (c *EC2) DescribeNetworkAclsPages(input *DescribeNetworkAclsInput, ...) error
- func (c *EC2) DescribeNetworkAclsPagesWithContext(ctx aws.Context, input *DescribeNetworkAclsInput, ...) error
- func (c *EC2) DescribeNetworkAclsRequest(input *DescribeNetworkAclsInput) (req *request.Request, output *DescribeNetworkAclsOutput)
- func (c *EC2) DescribeNetworkAclsWithContext(ctx aws.Context, input *DescribeNetworkAclsInput, opts ...request.Option) (*DescribeNetworkAclsOutput, error)
- func (c *EC2) DescribeNetworkInterfaceAttribute(input *DescribeNetworkInterfaceAttributeInput) (*DescribeNetworkInterfaceAttributeOutput, error)
- func (c *EC2) DescribeNetworkInterfaceAttributeRequest(input *DescribeNetworkInterfaceAttributeInput) (req *request.Request, output *DescribeNetworkInterfaceAttributeOutput)
- func (c *EC2) DescribeNetworkInterfaceAttributeWithContext(ctx aws.Context, input *DescribeNetworkInterfaceAttributeInput, ...) (*DescribeNetworkInterfaceAttributeOutput, error)
- func (c *EC2) DescribeNetworkInterfacePermissions(input *DescribeNetworkInterfacePermissionsInput) (*DescribeNetworkInterfacePermissionsOutput, error)
- func (c *EC2) DescribeNetworkInterfacePermissionsPages(input *DescribeNetworkInterfacePermissionsInput, ...) error
- func (c *EC2) DescribeNetworkInterfacePermissionsPagesWithContext(ctx aws.Context, input *DescribeNetworkInterfacePermissionsInput, ...) error
- func (c *EC2) DescribeNetworkInterfacePermissionsRequest(input *DescribeNetworkInterfacePermissionsInput) (req *request.Request, output *DescribeNetworkInterfacePermissionsOutput)
- func (c *EC2) DescribeNetworkInterfacePermissionsWithContext(ctx aws.Context, input *DescribeNetworkInterfacePermissionsInput, ...) (*DescribeNetworkInterfacePermissionsOutput, error)
- func (c *EC2) DescribeNetworkInterfaces(input *DescribeNetworkInterfacesInput) (*DescribeNetworkInterfacesOutput, error)
- func (c *EC2) DescribeNetworkInterfacesPages(input *DescribeNetworkInterfacesInput, ...) error
- func (c *EC2) DescribeNetworkInterfacesPagesWithContext(ctx aws.Context, input *DescribeNetworkInterfacesInput, ...) error
- func (c *EC2) DescribeNetworkInterfacesRequest(input *DescribeNetworkInterfacesInput) (req *request.Request, output *DescribeNetworkInterfacesOutput)
- func (c *EC2) DescribeNetworkInterfacesWithContext(ctx aws.Context, input *DescribeNetworkInterfacesInput, opts ...request.Option) (*DescribeNetworkInterfacesOutput, error)
- func (c *EC2) DescribePlacementGroups(input *DescribePlacementGroupsInput) (*DescribePlacementGroupsOutput, error)
- func (c *EC2) DescribePlacementGroupsRequest(input *DescribePlacementGroupsInput) (req *request.Request, output *DescribePlacementGroupsOutput)
- func (c *EC2) DescribePlacementGroupsWithContext(ctx aws.Context, input *DescribePlacementGroupsInput, opts ...request.Option) (*DescribePlacementGroupsOutput, error)
- func (c *EC2) DescribePrefixLists(input *DescribePrefixListsInput) (*DescribePrefixListsOutput, error)
- func (c *EC2) DescribePrefixListsPages(input *DescribePrefixListsInput, ...) error
- func (c *EC2) DescribePrefixListsPagesWithContext(ctx aws.Context, input *DescribePrefixListsInput, ...) error
- func (c *EC2) DescribePrefixListsRequest(input *DescribePrefixListsInput) (req *request.Request, output *DescribePrefixListsOutput)
- func (c *EC2) DescribePrefixListsWithContext(ctx aws.Context, input *DescribePrefixListsInput, opts ...request.Option) (*DescribePrefixListsOutput, error)
- func (c *EC2) DescribePrincipalIdFormat(input *DescribePrincipalIdFormatInput) (*DescribePrincipalIdFormatOutput, error)
- func (c *EC2) DescribePrincipalIdFormatPages(input *DescribePrincipalIdFormatInput, ...) error
- func (c *EC2) DescribePrincipalIdFormatPagesWithContext(ctx aws.Context, input *DescribePrincipalIdFormatInput, ...) error
- func (c *EC2) DescribePrincipalIdFormatRequest(input *DescribePrincipalIdFormatInput) (req *request.Request, output *DescribePrincipalIdFormatOutput)
- func (c *EC2) DescribePrincipalIdFormatWithContext(ctx aws.Context, input *DescribePrincipalIdFormatInput, opts ...request.Option) (*DescribePrincipalIdFormatOutput, error)
- func (c *EC2) DescribePublicIpv4Pools(input *DescribePublicIpv4PoolsInput) (*DescribePublicIpv4PoolsOutput, error)
- func (c *EC2) DescribePublicIpv4PoolsPages(input *DescribePublicIpv4PoolsInput, ...) error
- func (c *EC2) DescribePublicIpv4PoolsPagesWithContext(ctx aws.Context, input *DescribePublicIpv4PoolsInput, ...) error
- func (c *EC2) DescribePublicIpv4PoolsRequest(input *DescribePublicIpv4PoolsInput) (req *request.Request, output *DescribePublicIpv4PoolsOutput)
- func (c *EC2) DescribePublicIpv4PoolsWithContext(ctx aws.Context, input *DescribePublicIpv4PoolsInput, opts ...request.Option) (*DescribePublicIpv4PoolsOutput, error)
- func (c *EC2) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
- func (c *EC2) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
- func (c *EC2) DescribeRegionsWithContext(ctx aws.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
- func (c *EC2) DescribeReservedInstances(input *DescribeReservedInstancesInput) (*DescribeReservedInstancesOutput, error)
- func (c *EC2) DescribeReservedInstancesListings(input *DescribeReservedInstancesListingsInput) (*DescribeReservedInstancesListingsOutput, error)
- func (c *EC2) DescribeReservedInstancesListingsRequest(input *DescribeReservedInstancesListingsInput) (req *request.Request, output *DescribeReservedInstancesListingsOutput)
- func (c *EC2) DescribeReservedInstancesListingsWithContext(ctx aws.Context, input *DescribeReservedInstancesListingsInput, ...) (*DescribeReservedInstancesListingsOutput, error)
- func (c *EC2) DescribeReservedInstancesModifications(input *DescribeReservedInstancesModificationsInput) (*DescribeReservedInstancesModificationsOutput, error)
- func (c *EC2) DescribeReservedInstancesModificationsPages(input *DescribeReservedInstancesModificationsInput, ...) error
- func (c *EC2) DescribeReservedInstancesModificationsPagesWithContext(ctx aws.Context, input *DescribeReservedInstancesModificationsInput, ...) error
- func (c *EC2) DescribeReservedInstancesModificationsRequest(input *DescribeReservedInstancesModificationsInput) (req *request.Request, output *DescribeReservedInstancesModificationsOutput)
- func (c *EC2) DescribeReservedInstancesModificationsWithContext(ctx aws.Context, input *DescribeReservedInstancesModificationsInput, ...) (*DescribeReservedInstancesModificationsOutput, error)
- func (c *EC2) DescribeReservedInstancesOfferings(input *DescribeReservedInstancesOfferingsInput) (*DescribeReservedInstancesOfferingsOutput, error)
- func (c *EC2) DescribeReservedInstancesOfferingsPages(input *DescribeReservedInstancesOfferingsInput, ...) error
- func (c *EC2) DescribeReservedInstancesOfferingsPagesWithContext(ctx aws.Context, input *DescribeReservedInstancesOfferingsInput, ...) error
- func (c *EC2) DescribeReservedInstancesOfferingsRequest(input *DescribeReservedInstancesOfferingsInput) (req *request.Request, output *DescribeReservedInstancesOfferingsOutput)
- func (c *EC2) DescribeReservedInstancesOfferingsWithContext(ctx aws.Context, input *DescribeReservedInstancesOfferingsInput, ...) (*DescribeReservedInstancesOfferingsOutput, error)
- func (c *EC2) DescribeReservedInstancesRequest(input *DescribeReservedInstancesInput) (req *request.Request, output *DescribeReservedInstancesOutput)
- func (c *EC2) DescribeReservedInstancesWithContext(ctx aws.Context, input *DescribeReservedInstancesInput, opts ...request.Option) (*DescribeReservedInstancesOutput, error)
- func (c *EC2) DescribeRouteTables(input *DescribeRouteTablesInput) (*DescribeRouteTablesOutput, error)
- func (c *EC2) DescribeRouteTablesPages(input *DescribeRouteTablesInput, ...) error
- func (c *EC2) DescribeRouteTablesPagesWithContext(ctx aws.Context, input *DescribeRouteTablesInput, ...) error
- func (c *EC2) DescribeRouteTablesRequest(input *DescribeRouteTablesInput) (req *request.Request, output *DescribeRouteTablesOutput)
- func (c *EC2) DescribeRouteTablesWithContext(ctx aws.Context, input *DescribeRouteTablesInput, opts ...request.Option) (*DescribeRouteTablesOutput, error)
- func (c *EC2) DescribeScheduledInstanceAvailability(input *DescribeScheduledInstanceAvailabilityInput) (*DescribeScheduledInstanceAvailabilityOutput, error)
- func (c *EC2) DescribeScheduledInstanceAvailabilityPages(input *DescribeScheduledInstanceAvailabilityInput, ...) error
- func (c *EC2) DescribeScheduledInstanceAvailabilityPagesWithContext(ctx aws.Context, input *DescribeScheduledInstanceAvailabilityInput, ...) error
- func (c *EC2) DescribeScheduledInstanceAvailabilityRequest(input *DescribeScheduledInstanceAvailabilityInput) (req *request.Request, output *DescribeScheduledInstanceAvailabilityOutput)
- func (c *EC2) DescribeScheduledInstanceAvailabilityWithContext(ctx aws.Context, input *DescribeScheduledInstanceAvailabilityInput, ...) (*DescribeScheduledInstanceAvailabilityOutput, error)
- func (c *EC2) DescribeScheduledInstances(input *DescribeScheduledInstancesInput) (*DescribeScheduledInstancesOutput, error)
- func (c *EC2) DescribeScheduledInstancesPages(input *DescribeScheduledInstancesInput, ...) error
- func (c *EC2) DescribeScheduledInstancesPagesWithContext(ctx aws.Context, input *DescribeScheduledInstancesInput, ...) error
- func (c *EC2) DescribeScheduledInstancesRequest(input *DescribeScheduledInstancesInput) (req *request.Request, output *DescribeScheduledInstancesOutput)
- func (c *EC2) DescribeScheduledInstancesWithContext(ctx aws.Context, input *DescribeScheduledInstancesInput, ...) (*DescribeScheduledInstancesOutput, error)
- func (c *EC2) DescribeSecurityGroupReferences(input *DescribeSecurityGroupReferencesInput) (*DescribeSecurityGroupReferencesOutput, error)
- func (c *EC2) DescribeSecurityGroupReferencesRequest(input *DescribeSecurityGroupReferencesInput) (req *request.Request, output *DescribeSecurityGroupReferencesOutput)
- func (c *EC2) DescribeSecurityGroupReferencesWithContext(ctx aws.Context, input *DescribeSecurityGroupReferencesInput, ...) (*DescribeSecurityGroupReferencesOutput, error)
- func (c *EC2) DescribeSecurityGroups(input *DescribeSecurityGroupsInput) (*DescribeSecurityGroupsOutput, error)
- func (c *EC2) DescribeSecurityGroupsPages(input *DescribeSecurityGroupsInput, ...) error
- func (c *EC2) DescribeSecurityGroupsPagesWithContext(ctx aws.Context, input *DescribeSecurityGroupsInput, ...) error
- func (c *EC2) DescribeSecurityGroupsRequest(input *DescribeSecurityGroupsInput) (req *request.Request, output *DescribeSecurityGroupsOutput)
- func (c *EC2) DescribeSecurityGroupsWithContext(ctx aws.Context, input *DescribeSecurityGroupsInput, opts ...request.Option) (*DescribeSecurityGroupsOutput, error)
- func (c *EC2) DescribeSnapshotAttribute(input *DescribeSnapshotAttributeInput) (*DescribeSnapshotAttributeOutput, error)
- func (c *EC2) DescribeSnapshotAttributeRequest(input *DescribeSnapshotAttributeInput) (req *request.Request, output *DescribeSnapshotAttributeOutput)
- func (c *EC2) DescribeSnapshotAttributeWithContext(ctx aws.Context, input *DescribeSnapshotAttributeInput, opts ...request.Option) (*DescribeSnapshotAttributeOutput, error)
- func (c *EC2) DescribeSnapshots(input *DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error)
- func (c *EC2) DescribeSnapshotsPages(input *DescribeSnapshotsInput, fn func(*DescribeSnapshotsOutput, bool) bool) error
- func (c *EC2) DescribeSnapshotsPagesWithContext(ctx aws.Context, input *DescribeSnapshotsInput, ...) error
- func (c *EC2) DescribeSnapshotsRequest(input *DescribeSnapshotsInput) (req *request.Request, output *DescribeSnapshotsOutput)
- func (c *EC2) DescribeSnapshotsWithContext(ctx aws.Context, input *DescribeSnapshotsInput, opts ...request.Option) (*DescribeSnapshotsOutput, error)
- func (c *EC2) DescribeSpotDatafeedSubscription(input *DescribeSpotDatafeedSubscriptionInput) (*DescribeSpotDatafeedSubscriptionOutput, error)
- func (c *EC2) DescribeSpotDatafeedSubscriptionRequest(input *DescribeSpotDatafeedSubscriptionInput) (req *request.Request, output *DescribeSpotDatafeedSubscriptionOutput)
- func (c *EC2) DescribeSpotDatafeedSubscriptionWithContext(ctx aws.Context, input *DescribeSpotDatafeedSubscriptionInput, ...) (*DescribeSpotDatafeedSubscriptionOutput, error)
- func (c *EC2) DescribeSpotFleetInstances(input *DescribeSpotFleetInstancesInput) (*DescribeSpotFleetInstancesOutput, error)
- func (c *EC2) DescribeSpotFleetInstancesRequest(input *DescribeSpotFleetInstancesInput) (req *request.Request, output *DescribeSpotFleetInstancesOutput)
- func (c *EC2) DescribeSpotFleetInstancesWithContext(ctx aws.Context, input *DescribeSpotFleetInstancesInput, ...) (*DescribeSpotFleetInstancesOutput, error)
- func (c *EC2) DescribeSpotFleetRequestHistory(input *DescribeSpotFleetRequestHistoryInput) (*DescribeSpotFleetRequestHistoryOutput, error)
- func (c *EC2) DescribeSpotFleetRequestHistoryRequest(input *DescribeSpotFleetRequestHistoryInput) (req *request.Request, output *DescribeSpotFleetRequestHistoryOutput)
- func (c *EC2) DescribeSpotFleetRequestHistoryWithContext(ctx aws.Context, input *DescribeSpotFleetRequestHistoryInput, ...) (*DescribeSpotFleetRequestHistoryOutput, error)
- func (c *EC2) DescribeSpotFleetRequests(input *DescribeSpotFleetRequestsInput) (*DescribeSpotFleetRequestsOutput, error)
- func (c *EC2) DescribeSpotFleetRequestsPages(input *DescribeSpotFleetRequestsInput, ...) error
- func (c *EC2) DescribeSpotFleetRequestsPagesWithContext(ctx aws.Context, input *DescribeSpotFleetRequestsInput, ...) error
- func (c *EC2) DescribeSpotFleetRequestsRequest(input *DescribeSpotFleetRequestsInput) (req *request.Request, output *DescribeSpotFleetRequestsOutput)
- func (c *EC2) DescribeSpotFleetRequestsWithContext(ctx aws.Context, input *DescribeSpotFleetRequestsInput, opts ...request.Option) (*DescribeSpotFleetRequestsOutput, error)
- func (c *EC2) DescribeSpotInstanceRequests(input *DescribeSpotInstanceRequestsInput) (*DescribeSpotInstanceRequestsOutput, error)
- func (c *EC2) DescribeSpotInstanceRequestsPages(input *DescribeSpotInstanceRequestsInput, ...) error
- func (c *EC2) DescribeSpotInstanceRequestsPagesWithContext(ctx aws.Context, input *DescribeSpotInstanceRequestsInput, ...) error
- func (c *EC2) DescribeSpotInstanceRequestsRequest(input *DescribeSpotInstanceRequestsInput) (req *request.Request, output *DescribeSpotInstanceRequestsOutput)
- func (c *EC2) DescribeSpotInstanceRequestsWithContext(ctx aws.Context, input *DescribeSpotInstanceRequestsInput, ...) (*DescribeSpotInstanceRequestsOutput, error)
- func (c *EC2) DescribeSpotPriceHistory(input *DescribeSpotPriceHistoryInput) (*DescribeSpotPriceHistoryOutput, error)
- func (c *EC2) DescribeSpotPriceHistoryPages(input *DescribeSpotPriceHistoryInput, ...) error
- func (c *EC2) DescribeSpotPriceHistoryPagesWithContext(ctx aws.Context, input *DescribeSpotPriceHistoryInput, ...) error
- func (c *EC2) DescribeSpotPriceHistoryRequest(input *DescribeSpotPriceHistoryInput) (req *request.Request, output *DescribeSpotPriceHistoryOutput)
- func (c *EC2) DescribeSpotPriceHistoryWithContext(ctx aws.Context, input *DescribeSpotPriceHistoryInput, opts ...request.Option) (*DescribeSpotPriceHistoryOutput, error)
- func (c *EC2) DescribeStaleSecurityGroups(input *DescribeStaleSecurityGroupsInput) (*DescribeStaleSecurityGroupsOutput, error)
- func (c *EC2) DescribeStaleSecurityGroupsPages(input *DescribeStaleSecurityGroupsInput, ...) error
- func (c *EC2) DescribeStaleSecurityGroupsPagesWithContext(ctx aws.Context, input *DescribeStaleSecurityGroupsInput, ...) error
- func (c *EC2) DescribeStaleSecurityGroupsRequest(input *DescribeStaleSecurityGroupsInput) (req *request.Request, output *DescribeStaleSecurityGroupsOutput)
- func (c *EC2) DescribeStaleSecurityGroupsWithContext(ctx aws.Context, input *DescribeStaleSecurityGroupsInput, ...) (*DescribeStaleSecurityGroupsOutput, error)
- func (c *EC2) DescribeSubnets(input *DescribeSubnetsInput) (*DescribeSubnetsOutput, error)
- func (c *EC2) DescribeSubnetsPages(input *DescribeSubnetsInput, fn func(*DescribeSubnetsOutput, bool) bool) error
- func (c *EC2) DescribeSubnetsPagesWithContext(ctx aws.Context, input *DescribeSubnetsInput, ...) error
- func (c *EC2) DescribeSubnetsRequest(input *DescribeSubnetsInput) (req *request.Request, output *DescribeSubnetsOutput)
- func (c *EC2) DescribeSubnetsWithContext(ctx aws.Context, input *DescribeSubnetsInput, opts ...request.Option) (*DescribeSubnetsOutput, error)
- func (c *EC2) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
- func (c *EC2) DescribeTagsPages(input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool) error
- func (c *EC2) DescribeTagsPagesWithContext(ctx aws.Context, input *DescribeTagsInput, ...) error
- func (c *EC2) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
- func (c *EC2) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
- func (c *EC2) DescribeTrafficMirrorFilters(input *DescribeTrafficMirrorFiltersInput) (*DescribeTrafficMirrorFiltersOutput, error)
- func (c *EC2) DescribeTrafficMirrorFiltersPages(input *DescribeTrafficMirrorFiltersInput, ...) error
- func (c *EC2) DescribeTrafficMirrorFiltersPagesWithContext(ctx aws.Context, input *DescribeTrafficMirrorFiltersInput, ...) error
- func (c *EC2) DescribeTrafficMirrorFiltersRequest(input *DescribeTrafficMirrorFiltersInput) (req *request.Request, output *DescribeTrafficMirrorFiltersOutput)
- func (c *EC2) DescribeTrafficMirrorFiltersWithContext(ctx aws.Context, input *DescribeTrafficMirrorFiltersInput, ...) (*DescribeTrafficMirrorFiltersOutput, error)
- func (c *EC2) DescribeTrafficMirrorSessions(input *DescribeTrafficMirrorSessionsInput) (*DescribeTrafficMirrorSessionsOutput, error)
- func (c *EC2) DescribeTrafficMirrorSessionsPages(input *DescribeTrafficMirrorSessionsInput, ...) error
- func (c *EC2) DescribeTrafficMirrorSessionsPagesWithContext(ctx aws.Context, input *DescribeTrafficMirrorSessionsInput, ...) error
- func (c *EC2) DescribeTrafficMirrorSessionsRequest(input *DescribeTrafficMirrorSessionsInput) (req *request.Request, output *DescribeTrafficMirrorSessionsOutput)
- func (c *EC2) DescribeTrafficMirrorSessionsWithContext(ctx aws.Context, input *DescribeTrafficMirrorSessionsInput, ...) (*DescribeTrafficMirrorSessionsOutput, error)
- func (c *EC2) DescribeTrafficMirrorTargets(input *DescribeTrafficMirrorTargetsInput) (*DescribeTrafficMirrorTargetsOutput, error)
- func (c *EC2) DescribeTrafficMirrorTargetsPages(input *DescribeTrafficMirrorTargetsInput, ...) error
- func (c *EC2) DescribeTrafficMirrorTargetsPagesWithContext(ctx aws.Context, input *DescribeTrafficMirrorTargetsInput, ...) error
- func (c *EC2) DescribeTrafficMirrorTargetsRequest(input *DescribeTrafficMirrorTargetsInput) (req *request.Request, output *DescribeTrafficMirrorTargetsOutput)
- func (c *EC2) DescribeTrafficMirrorTargetsWithContext(ctx aws.Context, input *DescribeTrafficMirrorTargetsInput, ...) (*DescribeTrafficMirrorTargetsOutput, error)
- func (c *EC2) DescribeTransitGatewayAttachments(input *DescribeTransitGatewayAttachmentsInput) (*DescribeTransitGatewayAttachmentsOutput, error)
- func (c *EC2) DescribeTransitGatewayAttachmentsPages(input *DescribeTransitGatewayAttachmentsInput, ...) error
- func (c *EC2) DescribeTransitGatewayAttachmentsPagesWithContext(ctx aws.Context, input *DescribeTransitGatewayAttachmentsInput, ...) error
- func (c *EC2) DescribeTransitGatewayAttachmentsRequest(input *DescribeTransitGatewayAttachmentsInput) (req *request.Request, output *DescribeTransitGatewayAttachmentsOutput)
- func (c *EC2) DescribeTransitGatewayAttachmentsWithContext(ctx aws.Context, input *DescribeTransitGatewayAttachmentsInput, ...) (*DescribeTransitGatewayAttachmentsOutput, error)
- func (c *EC2) DescribeTransitGatewayMulticastDomains(input *DescribeTransitGatewayMulticastDomainsInput) (*DescribeTransitGatewayMulticastDomainsOutput, error)
- func (c *EC2) DescribeTransitGatewayMulticastDomainsRequest(input *DescribeTransitGatewayMulticastDomainsInput) (req *request.Request, output *DescribeTransitGatewayMulticastDomainsOutput)
- func (c *EC2) DescribeTransitGatewayMulticastDomainsWithContext(ctx aws.Context, input *DescribeTransitGatewayMulticastDomainsInput, ...) (*DescribeTransitGatewayMulticastDomainsOutput, error)
- func (c *EC2) DescribeTransitGatewayPeeringAttachments(input *DescribeTransitGatewayPeeringAttachmentsInput) (*DescribeTransitGatewayPeeringAttachmentsOutput, error)
- func (c *EC2) DescribeTransitGatewayPeeringAttachmentsRequest(input *DescribeTransitGatewayPeeringAttachmentsInput) (req *request.Request, output *DescribeTransitGatewayPeeringAttachmentsOutput)
- func (c *EC2) DescribeTransitGatewayPeeringAttachmentsWithContext(ctx aws.Context, input *DescribeTransitGatewayPeeringAttachmentsInput, ...) (*DescribeTransitGatewayPeeringAttachmentsOutput, error)
- func (c *EC2) DescribeTransitGatewayRouteTables(input *DescribeTransitGatewayRouteTablesInput) (*DescribeTransitGatewayRouteTablesOutput, error)
- func (c *EC2) DescribeTransitGatewayRouteTablesPages(input *DescribeTransitGatewayRouteTablesInput, ...) error
- func (c *EC2) DescribeTransitGatewayRouteTablesPagesWithContext(ctx aws.Context, input *DescribeTransitGatewayRouteTablesInput, ...) error
- func (c *EC2) DescribeTransitGatewayRouteTablesRequest(input *DescribeTransitGatewayRouteTablesInput) (req *request.Request, output *DescribeTransitGatewayRouteTablesOutput)
- func (c *EC2) DescribeTransitGatewayRouteTablesWithContext(ctx aws.Context, input *DescribeTransitGatewayRouteTablesInput, ...) (*DescribeTransitGatewayRouteTablesOutput, error)
- func (c *EC2) DescribeTransitGatewayVpcAttachments(input *DescribeTransitGatewayVpcAttachmentsInput) (*DescribeTransitGatewayVpcAttachmentsOutput, error)
- func (c *EC2) DescribeTransitGatewayVpcAttachmentsPages(input *DescribeTransitGatewayVpcAttachmentsInput, ...) error
- func (c *EC2) DescribeTransitGatewayVpcAttachmentsPagesWithContext(ctx aws.Context, input *DescribeTransitGatewayVpcAttachmentsInput, ...) error
- func (c *EC2) DescribeTransitGatewayVpcAttachmentsRequest(input *DescribeTransitGatewayVpcAttachmentsInput) (req *request.Request, output *DescribeTransitGatewayVpcAttachmentsOutput)
- func (c *EC2) DescribeTransitGatewayVpcAttachmentsWithContext(ctx aws.Context, input *DescribeTransitGatewayVpcAttachmentsInput, ...) (*DescribeTransitGatewayVpcAttachmentsOutput, error)
- func (c *EC2) DescribeTransitGateways(input *DescribeTransitGatewaysInput) (*DescribeTransitGatewaysOutput, error)
- func (c *EC2) DescribeTransitGatewaysPages(input *DescribeTransitGatewaysInput, ...) error
- func (c *EC2) DescribeTransitGatewaysPagesWithContext(ctx aws.Context, input *DescribeTransitGatewaysInput, ...) error
- func (c *EC2) DescribeTransitGatewaysRequest(input *DescribeTransitGatewaysInput) (req *request.Request, output *DescribeTransitGatewaysOutput)
- func (c *EC2) DescribeTransitGatewaysWithContext(ctx aws.Context, input *DescribeTransitGatewaysInput, opts ...request.Option) (*DescribeTransitGatewaysOutput, error)
- func (c *EC2) DescribeVolumeAttribute(input *DescribeVolumeAttributeInput) (*DescribeVolumeAttributeOutput, error)
- func (c *EC2) DescribeVolumeAttributeRequest(input *DescribeVolumeAttributeInput) (req *request.Request, output *DescribeVolumeAttributeOutput)
- func (c *EC2) DescribeVolumeAttributeWithContext(ctx aws.Context, input *DescribeVolumeAttributeInput, opts ...request.Option) (*DescribeVolumeAttributeOutput, error)
- func (c *EC2) DescribeVolumeStatus(input *DescribeVolumeStatusInput) (*DescribeVolumeStatusOutput, error)
- func (c *EC2) DescribeVolumeStatusPages(input *DescribeVolumeStatusInput, ...) error
- func (c *EC2) DescribeVolumeStatusPagesWithContext(ctx aws.Context, input *DescribeVolumeStatusInput, ...) error
- func (c *EC2) DescribeVolumeStatusRequest(input *DescribeVolumeStatusInput) (req *request.Request, output *DescribeVolumeStatusOutput)
- func (c *EC2) DescribeVolumeStatusWithContext(ctx aws.Context, input *DescribeVolumeStatusInput, opts ...request.Option) (*DescribeVolumeStatusOutput, error)
- func (c *EC2) DescribeVolumes(input *DescribeVolumesInput) (*DescribeVolumesOutput, error)
- func (c *EC2) DescribeVolumesModifications(input *DescribeVolumesModificationsInput) (*DescribeVolumesModificationsOutput, error)
- func (c *EC2) DescribeVolumesModificationsPages(input *DescribeVolumesModificationsInput, ...) error
- func (c *EC2) DescribeVolumesModificationsPagesWithContext(ctx aws.Context, input *DescribeVolumesModificationsInput, ...) error
- func (c *EC2) DescribeVolumesModificationsRequest(input *DescribeVolumesModificationsInput) (req *request.Request, output *DescribeVolumesModificationsOutput)
- func (c *EC2) DescribeVolumesModificationsWithContext(ctx aws.Context, input *DescribeVolumesModificationsInput, ...) (*DescribeVolumesModificationsOutput, error)
- func (c *EC2) DescribeVolumesPages(input *DescribeVolumesInput, fn func(*DescribeVolumesOutput, bool) bool) error
- func (c *EC2) DescribeVolumesPagesWithContext(ctx aws.Context, input *DescribeVolumesInput, ...) error
- func (c *EC2) DescribeVolumesRequest(input *DescribeVolumesInput) (req *request.Request, output *DescribeVolumesOutput)
- func (c *EC2) DescribeVolumesWithContext(ctx aws.Context, input *DescribeVolumesInput, opts ...request.Option) (*DescribeVolumesOutput, error)
- func (c *EC2) DescribeVpcAttribute(input *DescribeVpcAttributeInput) (*DescribeVpcAttributeOutput, error)
- func (c *EC2) DescribeVpcAttributeRequest(input *DescribeVpcAttributeInput) (req *request.Request, output *DescribeVpcAttributeOutput)
- func (c *EC2) DescribeVpcAttributeWithContext(ctx aws.Context, input *DescribeVpcAttributeInput, opts ...request.Option) (*DescribeVpcAttributeOutput, error)
- func (c *EC2) DescribeVpcClassicLink(input *DescribeVpcClassicLinkInput) (*DescribeVpcClassicLinkOutput, error)
- func (c *EC2) DescribeVpcClassicLinkDnsSupport(input *DescribeVpcClassicLinkDnsSupportInput) (*DescribeVpcClassicLinkDnsSupportOutput, error)
- func (c *EC2) DescribeVpcClassicLinkDnsSupportPages(input *DescribeVpcClassicLinkDnsSupportInput, ...) error
- func (c *EC2) DescribeVpcClassicLinkDnsSupportPagesWithContext(ctx aws.Context, input *DescribeVpcClassicLinkDnsSupportInput, ...) error
- func (c *EC2) DescribeVpcClassicLinkDnsSupportRequest(input *DescribeVpcClassicLinkDnsSupportInput) (req *request.Request, output *DescribeVpcClassicLinkDnsSupportOutput)
- func (c *EC2) DescribeVpcClassicLinkDnsSupportWithContext(ctx aws.Context, input *DescribeVpcClassicLinkDnsSupportInput, ...) (*DescribeVpcClassicLinkDnsSupportOutput, error)
- func (c *EC2) DescribeVpcClassicLinkRequest(input *DescribeVpcClassicLinkInput) (req *request.Request, output *DescribeVpcClassicLinkOutput)
- func (c *EC2) DescribeVpcClassicLinkWithContext(ctx aws.Context, input *DescribeVpcClassicLinkInput, opts ...request.Option) (*DescribeVpcClassicLinkOutput, error)
- func (c *EC2) DescribeVpcEndpointConnectionNotifications(input *DescribeVpcEndpointConnectionNotificationsInput) (*DescribeVpcEndpointConnectionNotificationsOutput, error)
- func (c *EC2) DescribeVpcEndpointConnectionNotificationsPages(input *DescribeVpcEndpointConnectionNotificationsInput, ...) error
- func (c *EC2) DescribeVpcEndpointConnectionNotificationsPagesWithContext(ctx aws.Context, input *DescribeVpcEndpointConnectionNotificationsInput, ...) error
- func (c *EC2) DescribeVpcEndpointConnectionNotificationsRequest(input *DescribeVpcEndpointConnectionNotificationsInput) (req *request.Request, output *DescribeVpcEndpointConnectionNotificationsOutput)
- func (c *EC2) DescribeVpcEndpointConnectionNotificationsWithContext(ctx aws.Context, input *DescribeVpcEndpointConnectionNotificationsInput, ...) (*DescribeVpcEndpointConnectionNotificationsOutput, error)
- func (c *EC2) DescribeVpcEndpointConnections(input *DescribeVpcEndpointConnectionsInput) (*DescribeVpcEndpointConnectionsOutput, error)
- func (c *EC2) DescribeVpcEndpointConnectionsPages(input *DescribeVpcEndpointConnectionsInput, ...) error
- func (c *EC2) DescribeVpcEndpointConnectionsPagesWithContext(ctx aws.Context, input *DescribeVpcEndpointConnectionsInput, ...) error
- func (c *EC2) DescribeVpcEndpointConnectionsRequest(input *DescribeVpcEndpointConnectionsInput) (req *request.Request, output *DescribeVpcEndpointConnectionsOutput)
- func (c *EC2) DescribeVpcEndpointConnectionsWithContext(ctx aws.Context, input *DescribeVpcEndpointConnectionsInput, ...) (*DescribeVpcEndpointConnectionsOutput, error)
- func (c *EC2) DescribeVpcEndpointServiceConfigurations(input *DescribeVpcEndpointServiceConfigurationsInput) (*DescribeVpcEndpointServiceConfigurationsOutput, error)
- func (c *EC2) DescribeVpcEndpointServiceConfigurationsPages(input *DescribeVpcEndpointServiceConfigurationsInput, ...) error
- func (c *EC2) DescribeVpcEndpointServiceConfigurationsPagesWithContext(ctx aws.Context, input *DescribeVpcEndpointServiceConfigurationsInput, ...) error
- func (c *EC2) DescribeVpcEndpointServiceConfigurationsRequest(input *DescribeVpcEndpointServiceConfigurationsInput) (req *request.Request, output *DescribeVpcEndpointServiceConfigurationsOutput)
- func (c *EC2) DescribeVpcEndpointServiceConfigurationsWithContext(ctx aws.Context, input *DescribeVpcEndpointServiceConfigurationsInput, ...) (*DescribeVpcEndpointServiceConfigurationsOutput, error)
- func (c *EC2) DescribeVpcEndpointServicePermissions(input *DescribeVpcEndpointServicePermissionsInput) (*DescribeVpcEndpointServicePermissionsOutput, error)
- func (c *EC2) DescribeVpcEndpointServicePermissionsPages(input *DescribeVpcEndpointServicePermissionsInput, ...) error
- func (c *EC2) DescribeVpcEndpointServicePermissionsPagesWithContext(ctx aws.Context, input *DescribeVpcEndpointServicePermissionsInput, ...) error
- func (c *EC2) DescribeVpcEndpointServicePermissionsRequest(input *DescribeVpcEndpointServicePermissionsInput) (req *request.Request, output *DescribeVpcEndpointServicePermissionsOutput)
- func (c *EC2) DescribeVpcEndpointServicePermissionsWithContext(ctx aws.Context, input *DescribeVpcEndpointServicePermissionsInput, ...) (*DescribeVpcEndpointServicePermissionsOutput, error)
- func (c *EC2) DescribeVpcEndpointServices(input *DescribeVpcEndpointServicesInput) (*DescribeVpcEndpointServicesOutput, error)
- func (c *EC2) DescribeVpcEndpointServicesRequest(input *DescribeVpcEndpointServicesInput) (req *request.Request, output *DescribeVpcEndpointServicesOutput)
- func (c *EC2) DescribeVpcEndpointServicesWithContext(ctx aws.Context, input *DescribeVpcEndpointServicesInput, ...) (*DescribeVpcEndpointServicesOutput, error)
- func (c *EC2) DescribeVpcEndpoints(input *DescribeVpcEndpointsInput) (*DescribeVpcEndpointsOutput, error)
- func (c *EC2) DescribeVpcEndpointsPages(input *DescribeVpcEndpointsInput, ...) error
- func (c *EC2) DescribeVpcEndpointsPagesWithContext(ctx aws.Context, input *DescribeVpcEndpointsInput, ...) error
- func (c *EC2) DescribeVpcEndpointsRequest(input *DescribeVpcEndpointsInput) (req *request.Request, output *DescribeVpcEndpointsOutput)
- func (c *EC2) DescribeVpcEndpointsWithContext(ctx aws.Context, input *DescribeVpcEndpointsInput, opts ...request.Option) (*DescribeVpcEndpointsOutput, error)
- func (c *EC2) DescribeVpcPeeringConnections(input *DescribeVpcPeeringConnectionsInput) (*DescribeVpcPeeringConnectionsOutput, error)
- func (c *EC2) DescribeVpcPeeringConnectionsPages(input *DescribeVpcPeeringConnectionsInput, ...) error
- func (c *EC2) DescribeVpcPeeringConnectionsPagesWithContext(ctx aws.Context, input *DescribeVpcPeeringConnectionsInput, ...) error
- func (c *EC2) DescribeVpcPeeringConnectionsRequest(input *DescribeVpcPeeringConnectionsInput) (req *request.Request, output *DescribeVpcPeeringConnectionsOutput)
- func (c *EC2) DescribeVpcPeeringConnectionsWithContext(ctx aws.Context, input *DescribeVpcPeeringConnectionsInput, ...) (*DescribeVpcPeeringConnectionsOutput, error)
- func (c *EC2) DescribeVpcs(input *DescribeVpcsInput) (*DescribeVpcsOutput, error)
- func (c *EC2) DescribeVpcsPages(input *DescribeVpcsInput, fn func(*DescribeVpcsOutput, bool) bool) error
- func (c *EC2) DescribeVpcsPagesWithContext(ctx aws.Context, input *DescribeVpcsInput, ...) error
- func (c *EC2) DescribeVpcsRequest(input *DescribeVpcsInput) (req *request.Request, output *DescribeVpcsOutput)
- func (c *EC2) DescribeVpcsWithContext(ctx aws.Context, input *DescribeVpcsInput, opts ...request.Option) (*DescribeVpcsOutput, error)
- func (c *EC2) DescribeVpnConnections(input *DescribeVpnConnectionsInput) (*DescribeVpnConnectionsOutput, error)
- func (c *EC2) DescribeVpnConnectionsRequest(input *DescribeVpnConnectionsInput) (req *request.Request, output *DescribeVpnConnectionsOutput)
- func (c *EC2) DescribeVpnConnectionsWithContext(ctx aws.Context, input *DescribeVpnConnectionsInput, opts ...request.Option) (*DescribeVpnConnectionsOutput, error)
- func (c *EC2) DescribeVpnGateways(input *DescribeVpnGatewaysInput) (*DescribeVpnGatewaysOutput, error)
- func (c *EC2) DescribeVpnGatewaysRequest(input *DescribeVpnGatewaysInput) (req *request.Request, output *DescribeVpnGatewaysOutput)
- func (c *EC2) DescribeVpnGatewaysWithContext(ctx aws.Context, input *DescribeVpnGatewaysInput, opts ...request.Option) (*DescribeVpnGatewaysOutput, error)
- func (c *EC2) DetachClassicLinkVpc(input *DetachClassicLinkVpcInput) (*DetachClassicLinkVpcOutput, error)
- func (c *EC2) DetachClassicLinkVpcRequest(input *DetachClassicLinkVpcInput) (req *request.Request, output *DetachClassicLinkVpcOutput)
- func (c *EC2) DetachClassicLinkVpcWithContext(ctx aws.Context, input *DetachClassicLinkVpcInput, opts ...request.Option) (*DetachClassicLinkVpcOutput, error)
- func (c *EC2) DetachInternetGateway(input *DetachInternetGatewayInput) (*DetachInternetGatewayOutput, error)
- func (c *EC2) DetachInternetGatewayRequest(input *DetachInternetGatewayInput) (req *request.Request, output *DetachInternetGatewayOutput)
- func (c *EC2) DetachInternetGatewayWithContext(ctx aws.Context, input *DetachInternetGatewayInput, opts ...request.Option) (*DetachInternetGatewayOutput, error)
- func (c *EC2) DetachNetworkInterface(input *DetachNetworkInterfaceInput) (*DetachNetworkInterfaceOutput, error)
- func (c *EC2) DetachNetworkInterfaceRequest(input *DetachNetworkInterfaceInput) (req *request.Request, output *DetachNetworkInterfaceOutput)
- func (c *EC2) DetachNetworkInterfaceWithContext(ctx aws.Context, input *DetachNetworkInterfaceInput, opts ...request.Option) (*DetachNetworkInterfaceOutput, error)
- func (c *EC2) DetachVolume(input *DetachVolumeInput) (*VolumeAttachment, error)
- func (c *EC2) DetachVolumeRequest(input *DetachVolumeInput) (req *request.Request, output *VolumeAttachment)
- func (c *EC2) DetachVolumeWithContext(ctx aws.Context, input *DetachVolumeInput, opts ...request.Option) (*VolumeAttachment, error)
- func (c *EC2) DetachVpnGateway(input *DetachVpnGatewayInput) (*DetachVpnGatewayOutput, error)
- func (c *EC2) DetachVpnGatewayRequest(input *DetachVpnGatewayInput) (req *request.Request, output *DetachVpnGatewayOutput)
- func (c *EC2) DetachVpnGatewayWithContext(ctx aws.Context, input *DetachVpnGatewayInput, opts ...request.Option) (*DetachVpnGatewayOutput, error)
- func (c *EC2) DisableEbsEncryptionByDefault(input *DisableEbsEncryptionByDefaultInput) (*DisableEbsEncryptionByDefaultOutput, error)
- func (c *EC2) DisableEbsEncryptionByDefaultRequest(input *DisableEbsEncryptionByDefaultInput) (req *request.Request, output *DisableEbsEncryptionByDefaultOutput)
- func (c *EC2) DisableEbsEncryptionByDefaultWithContext(ctx aws.Context, input *DisableEbsEncryptionByDefaultInput, ...) (*DisableEbsEncryptionByDefaultOutput, error)
- func (c *EC2) DisableFastSnapshotRestores(input *DisableFastSnapshotRestoresInput) (*DisableFastSnapshotRestoresOutput, error)
- func (c *EC2) DisableFastSnapshotRestoresRequest(input *DisableFastSnapshotRestoresInput) (req *request.Request, output *DisableFastSnapshotRestoresOutput)
- func (c *EC2) DisableFastSnapshotRestoresWithContext(ctx aws.Context, input *DisableFastSnapshotRestoresInput, ...) (*DisableFastSnapshotRestoresOutput, error)
- func (c *EC2) DisableTransitGatewayRouteTablePropagation(input *DisableTransitGatewayRouteTablePropagationInput) (*DisableTransitGatewayRouteTablePropagationOutput, error)
- func (c *EC2) DisableTransitGatewayRouteTablePropagationRequest(input *DisableTransitGatewayRouteTablePropagationInput) (req *request.Request, output *DisableTransitGatewayRouteTablePropagationOutput)
- func (c *EC2) DisableTransitGatewayRouteTablePropagationWithContext(ctx aws.Context, input *DisableTransitGatewayRouteTablePropagationInput, ...) (*DisableTransitGatewayRouteTablePropagationOutput, error)
- func (c *EC2) DisableVgwRoutePropagation(input *DisableVgwRoutePropagationInput) (*DisableVgwRoutePropagationOutput, error)
- func (c *EC2) DisableVgwRoutePropagationRequest(input *DisableVgwRoutePropagationInput) (req *request.Request, output *DisableVgwRoutePropagationOutput)
- func (c *EC2) DisableVgwRoutePropagationWithContext(ctx aws.Context, input *DisableVgwRoutePropagationInput, ...) (*DisableVgwRoutePropagationOutput, error)
- func (c *EC2) DisableVpcClassicLink(input *DisableVpcClassicLinkInput) (*DisableVpcClassicLinkOutput, error)
- func (c *EC2) DisableVpcClassicLinkDnsSupport(input *DisableVpcClassicLinkDnsSupportInput) (*DisableVpcClassicLinkDnsSupportOutput, error)
- func (c *EC2) DisableVpcClassicLinkDnsSupportRequest(input *DisableVpcClassicLinkDnsSupportInput) (req *request.Request, output *DisableVpcClassicLinkDnsSupportOutput)
- func (c *EC2) DisableVpcClassicLinkDnsSupportWithContext(ctx aws.Context, input *DisableVpcClassicLinkDnsSupportInput, ...) (*DisableVpcClassicLinkDnsSupportOutput, error)
- func (c *EC2) DisableVpcClassicLinkRequest(input *DisableVpcClassicLinkInput) (req *request.Request, output *DisableVpcClassicLinkOutput)
- func (c *EC2) DisableVpcClassicLinkWithContext(ctx aws.Context, input *DisableVpcClassicLinkInput, opts ...request.Option) (*DisableVpcClassicLinkOutput, error)
- func (c *EC2) DisassociateAddress(input *DisassociateAddressInput) (*DisassociateAddressOutput, error)
- func (c *EC2) DisassociateAddressRequest(input *DisassociateAddressInput) (req *request.Request, output *DisassociateAddressOutput)
- func (c *EC2) DisassociateAddressWithContext(ctx aws.Context, input *DisassociateAddressInput, opts ...request.Option) (*DisassociateAddressOutput, error)
- func (c *EC2) DisassociateClientVpnTargetNetwork(input *DisassociateClientVpnTargetNetworkInput) (*DisassociateClientVpnTargetNetworkOutput, error)
- func (c *EC2) DisassociateClientVpnTargetNetworkRequest(input *DisassociateClientVpnTargetNetworkInput) (req *request.Request, output *DisassociateClientVpnTargetNetworkOutput)
- func (c *EC2) DisassociateClientVpnTargetNetworkWithContext(ctx aws.Context, input *DisassociateClientVpnTargetNetworkInput, ...) (*DisassociateClientVpnTargetNetworkOutput, error)
- func (c *EC2) DisassociateIamInstanceProfile(input *DisassociateIamInstanceProfileInput) (*DisassociateIamInstanceProfileOutput, error)
- func (c *EC2) DisassociateIamInstanceProfileRequest(input *DisassociateIamInstanceProfileInput) (req *request.Request, output *DisassociateIamInstanceProfileOutput)
- func (c *EC2) DisassociateIamInstanceProfileWithContext(ctx aws.Context, input *DisassociateIamInstanceProfileInput, ...) (*DisassociateIamInstanceProfileOutput, error)
- func (c *EC2) DisassociateRouteTable(input *DisassociateRouteTableInput) (*DisassociateRouteTableOutput, error)
- func (c *EC2) DisassociateRouteTableRequest(input *DisassociateRouteTableInput) (req *request.Request, output *DisassociateRouteTableOutput)
- func (c *EC2) DisassociateRouteTableWithContext(ctx aws.Context, input *DisassociateRouteTableInput, opts ...request.Option) (*DisassociateRouteTableOutput, error)
- func (c *EC2) DisassociateSubnetCidrBlock(input *DisassociateSubnetCidrBlockInput) (*DisassociateSubnetCidrBlockOutput, error)
- func (c *EC2) DisassociateSubnetCidrBlockRequest(input *DisassociateSubnetCidrBlockInput) (req *request.Request, output *DisassociateSubnetCidrBlockOutput)
- func (c *EC2) DisassociateSubnetCidrBlockWithContext(ctx aws.Context, input *DisassociateSubnetCidrBlockInput, ...) (*DisassociateSubnetCidrBlockOutput, error)
- func (c *EC2) DisassociateTransitGatewayMulticastDomain(input *DisassociateTransitGatewayMulticastDomainInput) (*DisassociateTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) DisassociateTransitGatewayMulticastDomainRequest(input *DisassociateTransitGatewayMulticastDomainInput) (req *request.Request, output *DisassociateTransitGatewayMulticastDomainOutput)
- func (c *EC2) DisassociateTransitGatewayMulticastDomainWithContext(ctx aws.Context, input *DisassociateTransitGatewayMulticastDomainInput, ...) (*DisassociateTransitGatewayMulticastDomainOutput, error)
- func (c *EC2) DisassociateTransitGatewayRouteTable(input *DisassociateTransitGatewayRouteTableInput) (*DisassociateTransitGatewayRouteTableOutput, error)
- func (c *EC2) DisassociateTransitGatewayRouteTableRequest(input *DisassociateTransitGatewayRouteTableInput) (req *request.Request, output *DisassociateTransitGatewayRouteTableOutput)
- func (c *EC2) DisassociateTransitGatewayRouteTableWithContext(ctx aws.Context, input *DisassociateTransitGatewayRouteTableInput, ...) (*DisassociateTransitGatewayRouteTableOutput, error)
- func (c *EC2) DisassociateVpcCidrBlock(input *DisassociateVpcCidrBlockInput) (*DisassociateVpcCidrBlockOutput, error)
- func (c *EC2) DisassociateVpcCidrBlockRequest(input *DisassociateVpcCidrBlockInput) (req *request.Request, output *DisassociateVpcCidrBlockOutput)
- func (c *EC2) DisassociateVpcCidrBlockWithContext(ctx aws.Context, input *DisassociateVpcCidrBlockInput, opts ...request.Option) (*DisassociateVpcCidrBlockOutput, error)
- func (c *EC2) EnableEbsEncryptionByDefault(input *EnableEbsEncryptionByDefaultInput) (*EnableEbsEncryptionByDefaultOutput, error)
- func (c *EC2) EnableEbsEncryptionByDefaultRequest(input *EnableEbsEncryptionByDefaultInput) (req *request.Request, output *EnableEbsEncryptionByDefaultOutput)
- func (c *EC2) EnableEbsEncryptionByDefaultWithContext(ctx aws.Context, input *EnableEbsEncryptionByDefaultInput, ...) (*EnableEbsEncryptionByDefaultOutput, error)
- func (c *EC2) EnableFastSnapshotRestores(input *EnableFastSnapshotRestoresInput) (*EnableFastSnapshotRestoresOutput, error)
- func (c *EC2) EnableFastSnapshotRestoresRequest(input *EnableFastSnapshotRestoresInput) (req *request.Request, output *EnableFastSnapshotRestoresOutput)
- func (c *EC2) EnableFastSnapshotRestoresWithContext(ctx aws.Context, input *EnableFastSnapshotRestoresInput, ...) (*EnableFastSnapshotRestoresOutput, error)
- func (c *EC2) EnableTransitGatewayRouteTablePropagation(input *EnableTransitGatewayRouteTablePropagationInput) (*EnableTransitGatewayRouteTablePropagationOutput, error)
- func (c *EC2) EnableTransitGatewayRouteTablePropagationRequest(input *EnableTransitGatewayRouteTablePropagationInput) (req *request.Request, output *EnableTransitGatewayRouteTablePropagationOutput)
- func (c *EC2) EnableTransitGatewayRouteTablePropagationWithContext(ctx aws.Context, input *EnableTransitGatewayRouteTablePropagationInput, ...) (*EnableTransitGatewayRouteTablePropagationOutput, error)
- func (c *EC2) EnableVgwRoutePropagation(input *EnableVgwRoutePropagationInput) (*EnableVgwRoutePropagationOutput, error)
- func (c *EC2) EnableVgwRoutePropagationRequest(input *EnableVgwRoutePropagationInput) (req *request.Request, output *EnableVgwRoutePropagationOutput)
- func (c *EC2) EnableVgwRoutePropagationWithContext(ctx aws.Context, input *EnableVgwRoutePropagationInput, opts ...request.Option) (*EnableVgwRoutePropagationOutput, error)
- func (c *EC2) EnableVolumeIO(input *EnableVolumeIOInput) (*EnableVolumeIOOutput, error)
- func (c *EC2) EnableVolumeIORequest(input *EnableVolumeIOInput) (req *request.Request, output *EnableVolumeIOOutput)
- func (c *EC2) EnableVolumeIOWithContext(ctx aws.Context, input *EnableVolumeIOInput, opts ...request.Option) (*EnableVolumeIOOutput, error)
- func (c *EC2) EnableVpcClassicLink(input *EnableVpcClassicLinkInput) (*EnableVpcClassicLinkOutput, error)
- func (c *EC2) EnableVpcClassicLinkDnsSupport(input *EnableVpcClassicLinkDnsSupportInput) (*EnableVpcClassicLinkDnsSupportOutput, error)
- func (c *EC2) EnableVpcClassicLinkDnsSupportRequest(input *EnableVpcClassicLinkDnsSupportInput) (req *request.Request, output *EnableVpcClassicLinkDnsSupportOutput)
- func (c *EC2) EnableVpcClassicLinkDnsSupportWithContext(ctx aws.Context, input *EnableVpcClassicLinkDnsSupportInput, ...) (*EnableVpcClassicLinkDnsSupportOutput, error)
- func (c *EC2) EnableVpcClassicLinkRequest(input *EnableVpcClassicLinkInput) (req *request.Request, output *EnableVpcClassicLinkOutput)
- func (c *EC2) EnableVpcClassicLinkWithContext(ctx aws.Context, input *EnableVpcClassicLinkInput, opts ...request.Option) (*EnableVpcClassicLinkOutput, error)
- func (c *EC2) ExportClientVpnClientCertificateRevocationList(input *ExportClientVpnClientCertificateRevocationListInput) (*ExportClientVpnClientCertificateRevocationListOutput, error)
- func (c *EC2) ExportClientVpnClientCertificateRevocationListRequest(input *ExportClientVpnClientCertificateRevocationListInput) (req *request.Request, ...)
- func (c *EC2) ExportClientVpnClientCertificateRevocationListWithContext(ctx aws.Context, input *ExportClientVpnClientCertificateRevocationListInput, ...) (*ExportClientVpnClientCertificateRevocationListOutput, error)
- func (c *EC2) ExportClientVpnClientConfiguration(input *ExportClientVpnClientConfigurationInput) (*ExportClientVpnClientConfigurationOutput, error)
- func (c *EC2) ExportClientVpnClientConfigurationRequest(input *ExportClientVpnClientConfigurationInput) (req *request.Request, output *ExportClientVpnClientConfigurationOutput)
- func (c *EC2) ExportClientVpnClientConfigurationWithContext(ctx aws.Context, input *ExportClientVpnClientConfigurationInput, ...) (*ExportClientVpnClientConfigurationOutput, error)
- func (c *EC2) ExportImage(input *ExportImageInput) (*ExportImageOutput, error)
- func (c *EC2) ExportImageRequest(input *ExportImageInput) (req *request.Request, output *ExportImageOutput)
- func (c *EC2) ExportImageWithContext(ctx aws.Context, input *ExportImageInput, opts ...request.Option) (*ExportImageOutput, error)
- func (c *EC2) ExportTransitGatewayRoutes(input *ExportTransitGatewayRoutesInput) (*ExportTransitGatewayRoutesOutput, error)
- func (c *EC2) ExportTransitGatewayRoutesRequest(input *ExportTransitGatewayRoutesInput) (req *request.Request, output *ExportTransitGatewayRoutesOutput)
- func (c *EC2) ExportTransitGatewayRoutesWithContext(ctx aws.Context, input *ExportTransitGatewayRoutesInput, ...) (*ExportTransitGatewayRoutesOutput, error)
- func (c *EC2) GetCapacityReservationUsage(input *GetCapacityReservationUsageInput) (*GetCapacityReservationUsageOutput, error)
- func (c *EC2) GetCapacityReservationUsageRequest(input *GetCapacityReservationUsageInput) (req *request.Request, output *GetCapacityReservationUsageOutput)
- func (c *EC2) GetCapacityReservationUsageWithContext(ctx aws.Context, input *GetCapacityReservationUsageInput, ...) (*GetCapacityReservationUsageOutput, error)
- func (c *EC2) GetCoipPoolUsage(input *GetCoipPoolUsageInput) (*GetCoipPoolUsageOutput, error)
- func (c *EC2) GetCoipPoolUsageRequest(input *GetCoipPoolUsageInput) (req *request.Request, output *GetCoipPoolUsageOutput)
- func (c *EC2) GetCoipPoolUsageWithContext(ctx aws.Context, input *GetCoipPoolUsageInput, opts ...request.Option) (*GetCoipPoolUsageOutput, error)
- func (c *EC2) GetConsoleOutput(input *GetConsoleOutputInput) (*GetConsoleOutputOutput, error)
- func (c *EC2) GetConsoleOutputRequest(input *GetConsoleOutputInput) (req *request.Request, output *GetConsoleOutputOutput)
- func (c *EC2) GetConsoleOutputWithContext(ctx aws.Context, input *GetConsoleOutputInput, opts ...request.Option) (*GetConsoleOutputOutput, error)
- func (c *EC2) GetConsoleScreenshot(input *GetConsoleScreenshotInput) (*GetConsoleScreenshotOutput, error)
- func (c *EC2) GetConsoleScreenshotRequest(input *GetConsoleScreenshotInput) (req *request.Request, output *GetConsoleScreenshotOutput)
- func (c *EC2) GetConsoleScreenshotWithContext(ctx aws.Context, input *GetConsoleScreenshotInput, opts ...request.Option) (*GetConsoleScreenshotOutput, error)
- func (c *EC2) GetDefaultCreditSpecification(input *GetDefaultCreditSpecificationInput) (*GetDefaultCreditSpecificationOutput, error)
- func (c *EC2) GetDefaultCreditSpecificationRequest(input *GetDefaultCreditSpecificationInput) (req *request.Request, output *GetDefaultCreditSpecificationOutput)
- func (c *EC2) GetDefaultCreditSpecificationWithContext(ctx aws.Context, input *GetDefaultCreditSpecificationInput, ...) (*GetDefaultCreditSpecificationOutput, error)
- func (c *EC2) GetEbsDefaultKmsKeyId(input *GetEbsDefaultKmsKeyIdInput) (*GetEbsDefaultKmsKeyIdOutput, error)
- func (c *EC2) GetEbsDefaultKmsKeyIdRequest(input *GetEbsDefaultKmsKeyIdInput) (req *request.Request, output *GetEbsDefaultKmsKeyIdOutput)
- func (c *EC2) GetEbsDefaultKmsKeyIdWithContext(ctx aws.Context, input *GetEbsDefaultKmsKeyIdInput, opts ...request.Option) (*GetEbsDefaultKmsKeyIdOutput, error)
- func (c *EC2) GetEbsEncryptionByDefault(input *GetEbsEncryptionByDefaultInput) (*GetEbsEncryptionByDefaultOutput, error)
- func (c *EC2) GetEbsEncryptionByDefaultRequest(input *GetEbsEncryptionByDefaultInput) (req *request.Request, output *GetEbsEncryptionByDefaultOutput)
- func (c *EC2) GetEbsEncryptionByDefaultWithContext(ctx aws.Context, input *GetEbsEncryptionByDefaultInput, opts ...request.Option) (*GetEbsEncryptionByDefaultOutput, error)
- func (c *EC2) GetHostReservationPurchasePreview(input *GetHostReservationPurchasePreviewInput) (*GetHostReservationPurchasePreviewOutput, error)
- func (c *EC2) GetHostReservationPurchasePreviewRequest(input *GetHostReservationPurchasePreviewInput) (req *request.Request, output *GetHostReservationPurchasePreviewOutput)
- func (c *EC2) GetHostReservationPurchasePreviewWithContext(ctx aws.Context, input *GetHostReservationPurchasePreviewInput, ...) (*GetHostReservationPurchasePreviewOutput, error)
- func (c *EC2) GetLaunchTemplateData(input *GetLaunchTemplateDataInput) (*GetLaunchTemplateDataOutput, error)
- func (c *EC2) GetLaunchTemplateDataRequest(input *GetLaunchTemplateDataInput) (req *request.Request, output *GetLaunchTemplateDataOutput)
- func (c *EC2) GetLaunchTemplateDataWithContext(ctx aws.Context, input *GetLaunchTemplateDataInput, opts ...request.Option) (*GetLaunchTemplateDataOutput, error)
- func (c *EC2) GetPasswordData(input *GetPasswordDataInput) (*GetPasswordDataOutput, error)
- func (c *EC2) GetPasswordDataRequest(input *GetPasswordDataInput) (req *request.Request, output *GetPasswordDataOutput)
- func (c *EC2) GetPasswordDataWithContext(ctx aws.Context, input *GetPasswordDataInput, opts ...request.Option) (*GetPasswordDataOutput, error)
- func (c *EC2) GetReservedInstancesExchangeQuote(input *GetReservedInstancesExchangeQuoteInput) (*GetReservedInstancesExchangeQuoteOutput, error)
- func (c *EC2) GetReservedInstancesExchangeQuoteRequest(input *GetReservedInstancesExchangeQuoteInput) (req *request.Request, output *GetReservedInstancesExchangeQuoteOutput)
- func (c *EC2) GetReservedInstancesExchangeQuoteWithContext(ctx aws.Context, input *GetReservedInstancesExchangeQuoteInput, ...) (*GetReservedInstancesExchangeQuoteOutput, error)
- func (c *EC2) GetTransitGatewayAttachmentPropagations(input *GetTransitGatewayAttachmentPropagationsInput) (*GetTransitGatewayAttachmentPropagationsOutput, error)
- func (c *EC2) GetTransitGatewayAttachmentPropagationsPages(input *GetTransitGatewayAttachmentPropagationsInput, ...) error
- func (c *EC2) GetTransitGatewayAttachmentPropagationsPagesWithContext(ctx aws.Context, input *GetTransitGatewayAttachmentPropagationsInput, ...) error
- func (c *EC2) GetTransitGatewayAttachmentPropagationsRequest(input *GetTransitGatewayAttachmentPropagationsInput) (req *request.Request, output *GetTransitGatewayAttachmentPropagationsOutput)
- func (c *EC2) GetTransitGatewayAttachmentPropagationsWithContext(ctx aws.Context, input *GetTransitGatewayAttachmentPropagationsInput, ...) (*GetTransitGatewayAttachmentPropagationsOutput, error)
- func (c *EC2) GetTransitGatewayMulticastDomainAssociations(input *GetTransitGatewayMulticastDomainAssociationsInput) (*GetTransitGatewayMulticastDomainAssociationsOutput, error)
- func (c *EC2) GetTransitGatewayMulticastDomainAssociationsRequest(input *GetTransitGatewayMulticastDomainAssociationsInput) (req *request.Request, ...)
- func (c *EC2) GetTransitGatewayMulticastDomainAssociationsWithContext(ctx aws.Context, input *GetTransitGatewayMulticastDomainAssociationsInput, ...) (*GetTransitGatewayMulticastDomainAssociationsOutput, error)
- func (c *EC2) GetTransitGatewayRouteTableAssociations(input *GetTransitGatewayRouteTableAssociationsInput) (*GetTransitGatewayRouteTableAssociationsOutput, error)
- func (c *EC2) GetTransitGatewayRouteTableAssociationsPages(input *GetTransitGatewayRouteTableAssociationsInput, ...) error
- func (c *EC2) GetTransitGatewayRouteTableAssociationsPagesWithContext(ctx aws.Context, input *GetTransitGatewayRouteTableAssociationsInput, ...) error
- func (c *EC2) GetTransitGatewayRouteTableAssociationsRequest(input *GetTransitGatewayRouteTableAssociationsInput) (req *request.Request, output *GetTransitGatewayRouteTableAssociationsOutput)
- func (c *EC2) GetTransitGatewayRouteTableAssociationsWithContext(ctx aws.Context, input *GetTransitGatewayRouteTableAssociationsInput, ...) (*GetTransitGatewayRouteTableAssociationsOutput, error)
- func (c *EC2) GetTransitGatewayRouteTablePropagations(input *GetTransitGatewayRouteTablePropagationsInput) (*GetTransitGatewayRouteTablePropagationsOutput, error)
- func (c *EC2) GetTransitGatewayRouteTablePropagationsPages(input *GetTransitGatewayRouteTablePropagationsInput, ...) error
- func (c *EC2) GetTransitGatewayRouteTablePropagationsPagesWithContext(ctx aws.Context, input *GetTransitGatewayRouteTablePropagationsInput, ...) error
- func (c *EC2) GetTransitGatewayRouteTablePropagationsRequest(input *GetTransitGatewayRouteTablePropagationsInput) (req *request.Request, output *GetTransitGatewayRouteTablePropagationsOutput)
- func (c *EC2) GetTransitGatewayRouteTablePropagationsWithContext(ctx aws.Context, input *GetTransitGatewayRouteTablePropagationsInput, ...) (*GetTransitGatewayRouteTablePropagationsOutput, error)
- func (c *EC2) ImportClientVpnClientCertificateRevocationList(input *ImportClientVpnClientCertificateRevocationListInput) (*ImportClientVpnClientCertificateRevocationListOutput, error)
- func (c *EC2) ImportClientVpnClientCertificateRevocationListRequest(input *ImportClientVpnClientCertificateRevocationListInput) (req *request.Request, ...)
- func (c *EC2) ImportClientVpnClientCertificateRevocationListWithContext(ctx aws.Context, input *ImportClientVpnClientCertificateRevocationListInput, ...) (*ImportClientVpnClientCertificateRevocationListOutput, error)
- func (c *EC2) ImportImage(input *ImportImageInput) (*ImportImageOutput, error)
- func (c *EC2) ImportImageRequest(input *ImportImageInput) (req *request.Request, output *ImportImageOutput)
- func (c *EC2) ImportImageWithContext(ctx aws.Context, input *ImportImageInput, opts ...request.Option) (*ImportImageOutput, error)
- func (c *EC2) ImportInstance(input *ImportInstanceInput) (*ImportInstanceOutput, error)
- func (c *EC2) ImportInstanceRequest(input *ImportInstanceInput) (req *request.Request, output *ImportInstanceOutput)
- func (c *EC2) ImportInstanceWithContext(ctx aws.Context, input *ImportInstanceInput, opts ...request.Option) (*ImportInstanceOutput, error)
- func (c *EC2) ImportKeyPair(input *ImportKeyPairInput) (*ImportKeyPairOutput, error)
- func (c *EC2) ImportKeyPairRequest(input *ImportKeyPairInput) (req *request.Request, output *ImportKeyPairOutput)
- func (c *EC2) ImportKeyPairWithContext(ctx aws.Context, input *ImportKeyPairInput, opts ...request.Option) (*ImportKeyPairOutput, error)
- func (c *EC2) ImportSnapshot(input *ImportSnapshotInput) (*ImportSnapshotOutput, error)
- func (c *EC2) ImportSnapshotRequest(input *ImportSnapshotInput) (req *request.Request, output *ImportSnapshotOutput)
- func (c *EC2) ImportSnapshotWithContext(ctx aws.Context, input *ImportSnapshotInput, opts ...request.Option) (*ImportSnapshotOutput, error)
- func (c *EC2) ImportVolume(input *ImportVolumeInput) (*ImportVolumeOutput, error)
- func (c *EC2) ImportVolumeRequest(input *ImportVolumeInput) (req *request.Request, output *ImportVolumeOutput)
- func (c *EC2) ImportVolumeWithContext(ctx aws.Context, input *ImportVolumeInput, opts ...request.Option) (*ImportVolumeOutput, error)
- func (c *EC2) ModifyCapacityReservation(input *ModifyCapacityReservationInput) (*ModifyCapacityReservationOutput, error)
- func (c *EC2) ModifyCapacityReservationRequest(input *ModifyCapacityReservationInput) (req *request.Request, output *ModifyCapacityReservationOutput)
- func (c *EC2) ModifyCapacityReservationWithContext(ctx aws.Context, input *ModifyCapacityReservationInput, opts ...request.Option) (*ModifyCapacityReservationOutput, error)
- func (c *EC2) ModifyClientVpnEndpoint(input *ModifyClientVpnEndpointInput) (*ModifyClientVpnEndpointOutput, error)
- func (c *EC2) ModifyClientVpnEndpointRequest(input *ModifyClientVpnEndpointInput) (req *request.Request, output *ModifyClientVpnEndpointOutput)
- func (c *EC2) ModifyClientVpnEndpointWithContext(ctx aws.Context, input *ModifyClientVpnEndpointInput, opts ...request.Option) (*ModifyClientVpnEndpointOutput, error)
- func (c *EC2) ModifyDefaultCreditSpecification(input *ModifyDefaultCreditSpecificationInput) (*ModifyDefaultCreditSpecificationOutput, error)
- func (c *EC2) ModifyDefaultCreditSpecificationRequest(input *ModifyDefaultCreditSpecificationInput) (req *request.Request, output *ModifyDefaultCreditSpecificationOutput)
- func (c *EC2) ModifyDefaultCreditSpecificationWithContext(ctx aws.Context, input *ModifyDefaultCreditSpecificationInput, ...) (*ModifyDefaultCreditSpecificationOutput, error)
- func (c *EC2) ModifyEbsDefaultKmsKeyId(input *ModifyEbsDefaultKmsKeyIdInput) (*ModifyEbsDefaultKmsKeyIdOutput, error)
- func (c *EC2) ModifyEbsDefaultKmsKeyIdRequest(input *ModifyEbsDefaultKmsKeyIdInput) (req *request.Request, output *ModifyEbsDefaultKmsKeyIdOutput)
- func (c *EC2) ModifyEbsDefaultKmsKeyIdWithContext(ctx aws.Context, input *ModifyEbsDefaultKmsKeyIdInput, opts ...request.Option) (*ModifyEbsDefaultKmsKeyIdOutput, error)
- func (c *EC2) ModifyFleet(input *ModifyFleetInput) (*ModifyFleetOutput, error)
- func (c *EC2) ModifyFleetRequest(input *ModifyFleetInput) (req *request.Request, output *ModifyFleetOutput)
- func (c *EC2) ModifyFleetWithContext(ctx aws.Context, input *ModifyFleetInput, opts ...request.Option) (*ModifyFleetOutput, error)
- func (c *EC2) ModifyFpgaImageAttribute(input *ModifyFpgaImageAttributeInput) (*ModifyFpgaImageAttributeOutput, error)
- func (c *EC2) ModifyFpgaImageAttributeRequest(input *ModifyFpgaImageAttributeInput) (req *request.Request, output *ModifyFpgaImageAttributeOutput)
- func (c *EC2) ModifyFpgaImageAttributeWithContext(ctx aws.Context, input *ModifyFpgaImageAttributeInput, opts ...request.Option) (*ModifyFpgaImageAttributeOutput, error)
- func (c *EC2) ModifyHosts(input *ModifyHostsInput) (*ModifyHostsOutput, error)
- func (c *EC2) ModifyHostsRequest(input *ModifyHostsInput) (req *request.Request, output *ModifyHostsOutput)
- func (c *EC2) ModifyHostsWithContext(ctx aws.Context, input *ModifyHostsInput, opts ...request.Option) (*ModifyHostsOutput, error)
- func (c *EC2) ModifyIdFormat(input *ModifyIdFormatInput) (*ModifyIdFormatOutput, error)
- func (c *EC2) ModifyIdFormatRequest(input *ModifyIdFormatInput) (req *request.Request, output *ModifyIdFormatOutput)
- func (c *EC2) ModifyIdFormatWithContext(ctx aws.Context, input *ModifyIdFormatInput, opts ...request.Option) (*ModifyIdFormatOutput, error)
- func (c *EC2) ModifyIdentityIdFormat(input *ModifyIdentityIdFormatInput) (*ModifyIdentityIdFormatOutput, error)
- func (c *EC2) ModifyIdentityIdFormatRequest(input *ModifyIdentityIdFormatInput) (req *request.Request, output *ModifyIdentityIdFormatOutput)
- func (c *EC2) ModifyIdentityIdFormatWithContext(ctx aws.Context, input *ModifyIdentityIdFormatInput, opts ...request.Option) (*ModifyIdentityIdFormatOutput, error)
- func (c *EC2) ModifyImageAttribute(input *ModifyImageAttributeInput) (*ModifyImageAttributeOutput, error)
- func (c *EC2) ModifyImageAttributeRequest(input *ModifyImageAttributeInput) (req *request.Request, output *ModifyImageAttributeOutput)
- func (c *EC2) ModifyImageAttributeWithContext(ctx aws.Context, input *ModifyImageAttributeInput, opts ...request.Option) (*ModifyImageAttributeOutput, error)
- func (c *EC2) ModifyInstanceAttribute(input *ModifyInstanceAttributeInput) (*ModifyInstanceAttributeOutput, error)
- func (c *EC2) ModifyInstanceAttributeRequest(input *ModifyInstanceAttributeInput) (req *request.Request, output *ModifyInstanceAttributeOutput)
- func (c *EC2) ModifyInstanceAttributeWithContext(ctx aws.Context, input *ModifyInstanceAttributeInput, opts ...request.Option) (*ModifyInstanceAttributeOutput, error)
- func (c *EC2) ModifyInstanceCapacityReservationAttributes(input *ModifyInstanceCapacityReservationAttributesInput) (*ModifyInstanceCapacityReservationAttributesOutput, error)
- func (c *EC2) ModifyInstanceCapacityReservationAttributesRequest(input *ModifyInstanceCapacityReservationAttributesInput) (req *request.Request, ...)
- func (c *EC2) ModifyInstanceCapacityReservationAttributesWithContext(ctx aws.Context, input *ModifyInstanceCapacityReservationAttributesInput, ...) (*ModifyInstanceCapacityReservationAttributesOutput, error)
- func (c *EC2) ModifyInstanceCreditSpecification(input *ModifyInstanceCreditSpecificationInput) (*ModifyInstanceCreditSpecificationOutput, error)
- func (c *EC2) ModifyInstanceCreditSpecificationRequest(input *ModifyInstanceCreditSpecificationInput) (req *request.Request, output *ModifyInstanceCreditSpecificationOutput)
- func (c *EC2) ModifyInstanceCreditSpecificationWithContext(ctx aws.Context, input *ModifyInstanceCreditSpecificationInput, ...) (*ModifyInstanceCreditSpecificationOutput, error)
- func (c *EC2) ModifyInstanceEventStartTime(input *ModifyInstanceEventStartTimeInput) (*ModifyInstanceEventStartTimeOutput, error)
- func (c *EC2) ModifyInstanceEventStartTimeRequest(input *ModifyInstanceEventStartTimeInput) (req *request.Request, output *ModifyInstanceEventStartTimeOutput)
- func (c *EC2) ModifyInstanceEventStartTimeWithContext(ctx aws.Context, input *ModifyInstanceEventStartTimeInput, ...) (*ModifyInstanceEventStartTimeOutput, error)
- func (c *EC2) ModifyInstanceMetadataOptions(input *ModifyInstanceMetadataOptionsInput) (*ModifyInstanceMetadataOptionsOutput, error)
- func (c *EC2) ModifyInstanceMetadataOptionsRequest(input *ModifyInstanceMetadataOptionsInput) (req *request.Request, output *ModifyInstanceMetadataOptionsOutput)
- func (c *EC2) ModifyInstanceMetadataOptionsWithContext(ctx aws.Context, input *ModifyInstanceMetadataOptionsInput, ...) (*ModifyInstanceMetadataOptionsOutput, error)
- func (c *EC2) ModifyInstancePlacement(input *ModifyInstancePlacementInput) (*ModifyInstancePlacementOutput, error)
- func (c *EC2) ModifyInstancePlacementRequest(input *ModifyInstancePlacementInput) (req *request.Request, output *ModifyInstancePlacementOutput)
- func (c *EC2) ModifyInstancePlacementWithContext(ctx aws.Context, input *ModifyInstancePlacementInput, opts ...request.Option) (*ModifyInstancePlacementOutput, error)
- func (c *EC2) ModifyLaunchTemplate(input *ModifyLaunchTemplateInput) (*ModifyLaunchTemplateOutput, error)
- func (c *EC2) ModifyLaunchTemplateRequest(input *ModifyLaunchTemplateInput) (req *request.Request, output *ModifyLaunchTemplateOutput)
- func (c *EC2) ModifyLaunchTemplateWithContext(ctx aws.Context, input *ModifyLaunchTemplateInput, opts ...request.Option) (*ModifyLaunchTemplateOutput, error)
- func (c *EC2) ModifyNetworkInterfaceAttribute(input *ModifyNetworkInterfaceAttributeInput) (*ModifyNetworkInterfaceAttributeOutput, error)
- func (c *EC2) ModifyNetworkInterfaceAttributeRequest(input *ModifyNetworkInterfaceAttributeInput) (req *request.Request, output *ModifyNetworkInterfaceAttributeOutput)
- func (c *EC2) ModifyNetworkInterfaceAttributeWithContext(ctx aws.Context, input *ModifyNetworkInterfaceAttributeInput, ...) (*ModifyNetworkInterfaceAttributeOutput, error)
- func (c *EC2) ModifyReservedInstances(input *ModifyReservedInstancesInput) (*ModifyReservedInstancesOutput, error)
- func (c *EC2) ModifyReservedInstancesRequest(input *ModifyReservedInstancesInput) (req *request.Request, output *ModifyReservedInstancesOutput)
- func (c *EC2) ModifyReservedInstancesWithContext(ctx aws.Context, input *ModifyReservedInstancesInput, opts ...request.Option) (*ModifyReservedInstancesOutput, error)
- func (c *EC2) ModifySnapshotAttribute(input *ModifySnapshotAttributeInput) (*ModifySnapshotAttributeOutput, error)
- func (c *EC2) ModifySnapshotAttributeRequest(input *ModifySnapshotAttributeInput) (req *request.Request, output *ModifySnapshotAttributeOutput)
- func (c *EC2) ModifySnapshotAttributeWithContext(ctx aws.Context, input *ModifySnapshotAttributeInput, opts ...request.Option) (*ModifySnapshotAttributeOutput, error)
- func (c *EC2) ModifySpotFleetRequest(input *ModifySpotFleetRequestInput) (*ModifySpotFleetRequestOutput, error)
- func (c *EC2) ModifySpotFleetRequestRequest(input *ModifySpotFleetRequestInput) (req *request.Request, output *ModifySpotFleetRequestOutput)
- func (c *EC2) ModifySpotFleetRequestWithContext(ctx aws.Context, input *ModifySpotFleetRequestInput, opts ...request.Option) (*ModifySpotFleetRequestOutput, error)
- func (c *EC2) ModifySubnetAttribute(input *ModifySubnetAttributeInput) (*ModifySubnetAttributeOutput, error)
- func (c *EC2) ModifySubnetAttributeRequest(input *ModifySubnetAttributeInput) (req *request.Request, output *ModifySubnetAttributeOutput)
- func (c *EC2) ModifySubnetAttributeWithContext(ctx aws.Context, input *ModifySubnetAttributeInput, opts ...request.Option) (*ModifySubnetAttributeOutput, error)
- func (c *EC2) ModifyTrafficMirrorFilterNetworkServices(input *ModifyTrafficMirrorFilterNetworkServicesInput) (*ModifyTrafficMirrorFilterNetworkServicesOutput, error)
- func (c *EC2) ModifyTrafficMirrorFilterNetworkServicesRequest(input *ModifyTrafficMirrorFilterNetworkServicesInput) (req *request.Request, output *ModifyTrafficMirrorFilterNetworkServicesOutput)
- func (c *EC2) ModifyTrafficMirrorFilterNetworkServicesWithContext(ctx aws.Context, input *ModifyTrafficMirrorFilterNetworkServicesInput, ...) (*ModifyTrafficMirrorFilterNetworkServicesOutput, error)
- func (c *EC2) ModifyTrafficMirrorFilterRule(input *ModifyTrafficMirrorFilterRuleInput) (*ModifyTrafficMirrorFilterRuleOutput, error)
- func (c *EC2) ModifyTrafficMirrorFilterRuleRequest(input *ModifyTrafficMirrorFilterRuleInput) (req *request.Request, output *ModifyTrafficMirrorFilterRuleOutput)
- func (c *EC2) ModifyTrafficMirrorFilterRuleWithContext(ctx aws.Context, input *ModifyTrafficMirrorFilterRuleInput, ...) (*ModifyTrafficMirrorFilterRuleOutput, error)
- func (c *EC2) ModifyTrafficMirrorSession(input *ModifyTrafficMirrorSessionInput) (*ModifyTrafficMirrorSessionOutput, error)
- func (c *EC2) ModifyTrafficMirrorSessionRequest(input *ModifyTrafficMirrorSessionInput) (req *request.Request, output *ModifyTrafficMirrorSessionOutput)
- func (c *EC2) ModifyTrafficMirrorSessionWithContext(ctx aws.Context, input *ModifyTrafficMirrorSessionInput, ...) (*ModifyTrafficMirrorSessionOutput, error)
- func (c *EC2) ModifyTransitGatewayVpcAttachment(input *ModifyTransitGatewayVpcAttachmentInput) (*ModifyTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) ModifyTransitGatewayVpcAttachmentRequest(input *ModifyTransitGatewayVpcAttachmentInput) (req *request.Request, output *ModifyTransitGatewayVpcAttachmentOutput)
- func (c *EC2) ModifyTransitGatewayVpcAttachmentWithContext(ctx aws.Context, input *ModifyTransitGatewayVpcAttachmentInput, ...) (*ModifyTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) ModifyVolume(input *ModifyVolumeInput) (*ModifyVolumeOutput, error)
- func (c *EC2) ModifyVolumeAttribute(input *ModifyVolumeAttributeInput) (*ModifyVolumeAttributeOutput, error)
- func (c *EC2) ModifyVolumeAttributeRequest(input *ModifyVolumeAttributeInput) (req *request.Request, output *ModifyVolumeAttributeOutput)
- func (c *EC2) ModifyVolumeAttributeWithContext(ctx aws.Context, input *ModifyVolumeAttributeInput, opts ...request.Option) (*ModifyVolumeAttributeOutput, error)
- func (c *EC2) ModifyVolumeRequest(input *ModifyVolumeInput) (req *request.Request, output *ModifyVolumeOutput)
- func (c *EC2) ModifyVolumeWithContext(ctx aws.Context, input *ModifyVolumeInput, opts ...request.Option) (*ModifyVolumeOutput, error)
- func (c *EC2) ModifyVpcAttribute(input *ModifyVpcAttributeInput) (*ModifyVpcAttributeOutput, error)
- func (c *EC2) ModifyVpcAttributeRequest(input *ModifyVpcAttributeInput) (req *request.Request, output *ModifyVpcAttributeOutput)
- func (c *EC2) ModifyVpcAttributeWithContext(ctx aws.Context, input *ModifyVpcAttributeInput, opts ...request.Option) (*ModifyVpcAttributeOutput, error)
- func (c *EC2) ModifyVpcEndpoint(input *ModifyVpcEndpointInput) (*ModifyVpcEndpointOutput, error)
- func (c *EC2) ModifyVpcEndpointConnectionNotification(input *ModifyVpcEndpointConnectionNotificationInput) (*ModifyVpcEndpointConnectionNotificationOutput, error)
- func (c *EC2) ModifyVpcEndpointConnectionNotificationRequest(input *ModifyVpcEndpointConnectionNotificationInput) (req *request.Request, output *ModifyVpcEndpointConnectionNotificationOutput)
- func (c *EC2) ModifyVpcEndpointConnectionNotificationWithContext(ctx aws.Context, input *ModifyVpcEndpointConnectionNotificationInput, ...) (*ModifyVpcEndpointConnectionNotificationOutput, error)
- func (c *EC2) ModifyVpcEndpointRequest(input *ModifyVpcEndpointInput) (req *request.Request, output *ModifyVpcEndpointOutput)
- func (c *EC2) ModifyVpcEndpointServiceConfiguration(input *ModifyVpcEndpointServiceConfigurationInput) (*ModifyVpcEndpointServiceConfigurationOutput, error)
- func (c *EC2) ModifyVpcEndpointServiceConfigurationRequest(input *ModifyVpcEndpointServiceConfigurationInput) (req *request.Request, output *ModifyVpcEndpointServiceConfigurationOutput)
- func (c *EC2) ModifyVpcEndpointServiceConfigurationWithContext(ctx aws.Context, input *ModifyVpcEndpointServiceConfigurationInput, ...) (*ModifyVpcEndpointServiceConfigurationOutput, error)
- func (c *EC2) ModifyVpcEndpointServicePermissions(input *ModifyVpcEndpointServicePermissionsInput) (*ModifyVpcEndpointServicePermissionsOutput, error)
- func (c *EC2) ModifyVpcEndpointServicePermissionsRequest(input *ModifyVpcEndpointServicePermissionsInput) (req *request.Request, output *ModifyVpcEndpointServicePermissionsOutput)
- func (c *EC2) ModifyVpcEndpointServicePermissionsWithContext(ctx aws.Context, input *ModifyVpcEndpointServicePermissionsInput, ...) (*ModifyVpcEndpointServicePermissionsOutput, error)
- func (c *EC2) ModifyVpcEndpointWithContext(ctx aws.Context, input *ModifyVpcEndpointInput, opts ...request.Option) (*ModifyVpcEndpointOutput, error)
- func (c *EC2) ModifyVpcPeeringConnectionOptions(input *ModifyVpcPeeringConnectionOptionsInput) (*ModifyVpcPeeringConnectionOptionsOutput, error)
- func (c *EC2) ModifyVpcPeeringConnectionOptionsRequest(input *ModifyVpcPeeringConnectionOptionsInput) (req *request.Request, output *ModifyVpcPeeringConnectionOptionsOutput)
- func (c *EC2) ModifyVpcPeeringConnectionOptionsWithContext(ctx aws.Context, input *ModifyVpcPeeringConnectionOptionsInput, ...) (*ModifyVpcPeeringConnectionOptionsOutput, error)
- func (c *EC2) ModifyVpcTenancy(input *ModifyVpcTenancyInput) (*ModifyVpcTenancyOutput, error)
- func (c *EC2) ModifyVpcTenancyRequest(input *ModifyVpcTenancyInput) (req *request.Request, output *ModifyVpcTenancyOutput)
- func (c *EC2) ModifyVpcTenancyWithContext(ctx aws.Context, input *ModifyVpcTenancyInput, opts ...request.Option) (*ModifyVpcTenancyOutput, error)
- func (c *EC2) ModifyVpnConnection(input *ModifyVpnConnectionInput) (*ModifyVpnConnectionOutput, error)
- func (c *EC2) ModifyVpnConnectionRequest(input *ModifyVpnConnectionInput) (req *request.Request, output *ModifyVpnConnectionOutput)
- func (c *EC2) ModifyVpnConnectionWithContext(ctx aws.Context, input *ModifyVpnConnectionInput, opts ...request.Option) (*ModifyVpnConnectionOutput, error)
- func (c *EC2) ModifyVpnTunnelCertificate(input *ModifyVpnTunnelCertificateInput) (*ModifyVpnTunnelCertificateOutput, error)
- func (c *EC2) ModifyVpnTunnelCertificateRequest(input *ModifyVpnTunnelCertificateInput) (req *request.Request, output *ModifyVpnTunnelCertificateOutput)
- func (c *EC2) ModifyVpnTunnelCertificateWithContext(ctx aws.Context, input *ModifyVpnTunnelCertificateInput, ...) (*ModifyVpnTunnelCertificateOutput, error)
- func (c *EC2) ModifyVpnTunnelOptions(input *ModifyVpnTunnelOptionsInput) (*ModifyVpnTunnelOptionsOutput, error)
- func (c *EC2) ModifyVpnTunnelOptionsRequest(input *ModifyVpnTunnelOptionsInput) (req *request.Request, output *ModifyVpnTunnelOptionsOutput)
- func (c *EC2) ModifyVpnTunnelOptionsWithContext(ctx aws.Context, input *ModifyVpnTunnelOptionsInput, opts ...request.Option) (*ModifyVpnTunnelOptionsOutput, error)
- func (c *EC2) MonitorInstances(input *MonitorInstancesInput) (*MonitorInstancesOutput, error)
- func (c *EC2) MonitorInstancesRequest(input *MonitorInstancesInput) (req *request.Request, output *MonitorInstancesOutput)
- func (c *EC2) MonitorInstancesWithContext(ctx aws.Context, input *MonitorInstancesInput, opts ...request.Option) (*MonitorInstancesOutput, error)
- func (c *EC2) MoveAddressToVpc(input *MoveAddressToVpcInput) (*MoveAddressToVpcOutput, error)
- func (c *EC2) MoveAddressToVpcRequest(input *MoveAddressToVpcInput) (req *request.Request, output *MoveAddressToVpcOutput)
- func (c *EC2) MoveAddressToVpcWithContext(ctx aws.Context, input *MoveAddressToVpcInput, opts ...request.Option) (*MoveAddressToVpcOutput, error)
- func (c *EC2) ProvisionByoipCidr(input *ProvisionByoipCidrInput) (*ProvisionByoipCidrOutput, error)
- func (c *EC2) ProvisionByoipCidrRequest(input *ProvisionByoipCidrInput) (req *request.Request, output *ProvisionByoipCidrOutput)
- func (c *EC2) ProvisionByoipCidrWithContext(ctx aws.Context, input *ProvisionByoipCidrInput, opts ...request.Option) (*ProvisionByoipCidrOutput, error)
- func (c *EC2) PurchaseHostReservation(input *PurchaseHostReservationInput) (*PurchaseHostReservationOutput, error)
- func (c *EC2) PurchaseHostReservationRequest(input *PurchaseHostReservationInput) (req *request.Request, output *PurchaseHostReservationOutput)
- func (c *EC2) PurchaseHostReservationWithContext(ctx aws.Context, input *PurchaseHostReservationInput, opts ...request.Option) (*PurchaseHostReservationOutput, error)
- func (c *EC2) PurchaseReservedInstancesOffering(input *PurchaseReservedInstancesOfferingInput) (*PurchaseReservedInstancesOfferingOutput, error)
- func (c *EC2) PurchaseReservedInstancesOfferingRequest(input *PurchaseReservedInstancesOfferingInput) (req *request.Request, output *PurchaseReservedInstancesOfferingOutput)
- func (c *EC2) PurchaseReservedInstancesOfferingWithContext(ctx aws.Context, input *PurchaseReservedInstancesOfferingInput, ...) (*PurchaseReservedInstancesOfferingOutput, error)
- func (c *EC2) PurchaseScheduledInstances(input *PurchaseScheduledInstancesInput) (*PurchaseScheduledInstancesOutput, error)
- func (c *EC2) PurchaseScheduledInstancesRequest(input *PurchaseScheduledInstancesInput) (req *request.Request, output *PurchaseScheduledInstancesOutput)
- func (c *EC2) PurchaseScheduledInstancesWithContext(ctx aws.Context, input *PurchaseScheduledInstancesInput, ...) (*PurchaseScheduledInstancesOutput, error)
- func (c *EC2) RebootInstances(input *RebootInstancesInput) (*RebootInstancesOutput, error)
- func (c *EC2) RebootInstancesRequest(input *RebootInstancesInput) (req *request.Request, output *RebootInstancesOutput)
- func (c *EC2) RebootInstancesWithContext(ctx aws.Context, input *RebootInstancesInput, opts ...request.Option) (*RebootInstancesOutput, error)
- func (c *EC2) RegisterImage(input *RegisterImageInput) (*RegisterImageOutput, error)
- func (c *EC2) RegisterImageRequest(input *RegisterImageInput) (req *request.Request, output *RegisterImageOutput)
- func (c *EC2) RegisterImageWithContext(ctx aws.Context, input *RegisterImageInput, opts ...request.Option) (*RegisterImageOutput, error)
- func (c *EC2) RegisterTransitGatewayMulticastGroupMembers(input *RegisterTransitGatewayMulticastGroupMembersInput) (*RegisterTransitGatewayMulticastGroupMembersOutput, error)
- func (c *EC2) RegisterTransitGatewayMulticastGroupMembersRequest(input *RegisterTransitGatewayMulticastGroupMembersInput) (req *request.Request, ...)
- func (c *EC2) RegisterTransitGatewayMulticastGroupMembersWithContext(ctx aws.Context, input *RegisterTransitGatewayMulticastGroupMembersInput, ...) (*RegisterTransitGatewayMulticastGroupMembersOutput, error)
- func (c *EC2) RegisterTransitGatewayMulticastGroupSources(input *RegisterTransitGatewayMulticastGroupSourcesInput) (*RegisterTransitGatewayMulticastGroupSourcesOutput, error)
- func (c *EC2) RegisterTransitGatewayMulticastGroupSourcesRequest(input *RegisterTransitGatewayMulticastGroupSourcesInput) (req *request.Request, ...)
- func (c *EC2) RegisterTransitGatewayMulticastGroupSourcesWithContext(ctx aws.Context, input *RegisterTransitGatewayMulticastGroupSourcesInput, ...) (*RegisterTransitGatewayMulticastGroupSourcesOutput, error)
- func (c *EC2) RejectTransitGatewayPeeringAttachment(input *RejectTransitGatewayPeeringAttachmentInput) (*RejectTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) RejectTransitGatewayPeeringAttachmentRequest(input *RejectTransitGatewayPeeringAttachmentInput) (req *request.Request, output *RejectTransitGatewayPeeringAttachmentOutput)
- func (c *EC2) RejectTransitGatewayPeeringAttachmentWithContext(ctx aws.Context, input *RejectTransitGatewayPeeringAttachmentInput, ...) (*RejectTransitGatewayPeeringAttachmentOutput, error)
- func (c *EC2) RejectTransitGatewayVpcAttachment(input *RejectTransitGatewayVpcAttachmentInput) (*RejectTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) RejectTransitGatewayVpcAttachmentRequest(input *RejectTransitGatewayVpcAttachmentInput) (req *request.Request, output *RejectTransitGatewayVpcAttachmentOutput)
- func (c *EC2) RejectTransitGatewayVpcAttachmentWithContext(ctx aws.Context, input *RejectTransitGatewayVpcAttachmentInput, ...) (*RejectTransitGatewayVpcAttachmentOutput, error)
- func (c *EC2) RejectVpcEndpointConnections(input *RejectVpcEndpointConnectionsInput) (*RejectVpcEndpointConnectionsOutput, error)
- func (c *EC2) RejectVpcEndpointConnectionsRequest(input *RejectVpcEndpointConnectionsInput) (req *request.Request, output *RejectVpcEndpointConnectionsOutput)
- func (c *EC2) RejectVpcEndpointConnectionsWithContext(ctx aws.Context, input *RejectVpcEndpointConnectionsInput, ...) (*RejectVpcEndpointConnectionsOutput, error)
- func (c *EC2) RejectVpcPeeringConnection(input *RejectVpcPeeringConnectionInput) (*RejectVpcPeeringConnectionOutput, error)
- func (c *EC2) RejectVpcPeeringConnectionRequest(input *RejectVpcPeeringConnectionInput) (req *request.Request, output *RejectVpcPeeringConnectionOutput)
- func (c *EC2) RejectVpcPeeringConnectionWithContext(ctx aws.Context, input *RejectVpcPeeringConnectionInput, ...) (*RejectVpcPeeringConnectionOutput, error)
- func (c *EC2) ReleaseAddress(input *ReleaseAddressInput) (*ReleaseAddressOutput, error)
- func (c *EC2) ReleaseAddressRequest(input *ReleaseAddressInput) (req *request.Request, output *ReleaseAddressOutput)
- func (c *EC2) ReleaseAddressWithContext(ctx aws.Context, input *ReleaseAddressInput, opts ...request.Option) (*ReleaseAddressOutput, error)
- func (c *EC2) ReleaseHosts(input *ReleaseHostsInput) (*ReleaseHostsOutput, error)
- func (c *EC2) ReleaseHostsRequest(input *ReleaseHostsInput) (req *request.Request, output *ReleaseHostsOutput)
- func (c *EC2) ReleaseHostsWithContext(ctx aws.Context, input *ReleaseHostsInput, opts ...request.Option) (*ReleaseHostsOutput, error)
- func (c *EC2) ReplaceIamInstanceProfileAssociation(input *ReplaceIamInstanceProfileAssociationInput) (*ReplaceIamInstanceProfileAssociationOutput, error)
- func (c *EC2) ReplaceIamInstanceProfileAssociationRequest(input *ReplaceIamInstanceProfileAssociationInput) (req *request.Request, output *ReplaceIamInstanceProfileAssociationOutput)
- func (c *EC2) ReplaceIamInstanceProfileAssociationWithContext(ctx aws.Context, input *ReplaceIamInstanceProfileAssociationInput, ...) (*ReplaceIamInstanceProfileAssociationOutput, error)
- func (c *EC2) ReplaceNetworkAclAssociation(input *ReplaceNetworkAclAssociationInput) (*ReplaceNetworkAclAssociationOutput, error)
- func (c *EC2) ReplaceNetworkAclAssociationRequest(input *ReplaceNetworkAclAssociationInput) (req *request.Request, output *ReplaceNetworkAclAssociationOutput)
- func (c *EC2) ReplaceNetworkAclAssociationWithContext(ctx aws.Context, input *ReplaceNetworkAclAssociationInput, ...) (*ReplaceNetworkAclAssociationOutput, error)
- func (c *EC2) ReplaceNetworkAclEntry(input *ReplaceNetworkAclEntryInput) (*ReplaceNetworkAclEntryOutput, error)
- func (c *EC2) ReplaceNetworkAclEntryRequest(input *ReplaceNetworkAclEntryInput) (req *request.Request, output *ReplaceNetworkAclEntryOutput)
- func (c *EC2) ReplaceNetworkAclEntryWithContext(ctx aws.Context, input *ReplaceNetworkAclEntryInput, opts ...request.Option) (*ReplaceNetworkAclEntryOutput, error)
- func (c *EC2) ReplaceRoute(input *ReplaceRouteInput) (*ReplaceRouteOutput, error)
- func (c *EC2) ReplaceRouteRequest(input *ReplaceRouteInput) (req *request.Request, output *ReplaceRouteOutput)
- func (c *EC2) ReplaceRouteTableAssociation(input *ReplaceRouteTableAssociationInput) (*ReplaceRouteTableAssociationOutput, error)
- func (c *EC2) ReplaceRouteTableAssociationRequest(input *ReplaceRouteTableAssociationInput) (req *request.Request, output *ReplaceRouteTableAssociationOutput)
- func (c *EC2) ReplaceRouteTableAssociationWithContext(ctx aws.Context, input *ReplaceRouteTableAssociationInput, ...) (*ReplaceRouteTableAssociationOutput, error)
- func (c *EC2) ReplaceRouteWithContext(ctx aws.Context, input *ReplaceRouteInput, opts ...request.Option) (*ReplaceRouteOutput, error)
- func (c *EC2) ReplaceTransitGatewayRoute(input *ReplaceTransitGatewayRouteInput) (*ReplaceTransitGatewayRouteOutput, error)
- func (c *EC2) ReplaceTransitGatewayRouteRequest(input *ReplaceTransitGatewayRouteInput) (req *request.Request, output *ReplaceTransitGatewayRouteOutput)
- func (c *EC2) ReplaceTransitGatewayRouteWithContext(ctx aws.Context, input *ReplaceTransitGatewayRouteInput, ...) (*ReplaceTransitGatewayRouteOutput, error)
- func (c *EC2) ReportInstanceStatus(input *ReportInstanceStatusInput) (*ReportInstanceStatusOutput, error)
- func (c *EC2) ReportInstanceStatusRequest(input *ReportInstanceStatusInput) (req *request.Request, output *ReportInstanceStatusOutput)
- func (c *EC2) ReportInstanceStatusWithContext(ctx aws.Context, input *ReportInstanceStatusInput, opts ...request.Option) (*ReportInstanceStatusOutput, error)
- func (c *EC2) RequestSpotFleet(input *RequestSpotFleetInput) (*RequestSpotFleetOutput, error)
- func (c *EC2) RequestSpotFleetRequest(input *RequestSpotFleetInput) (req *request.Request, output *RequestSpotFleetOutput)
- func (c *EC2) RequestSpotFleetWithContext(ctx aws.Context, input *RequestSpotFleetInput, opts ...request.Option) (*RequestSpotFleetOutput, error)
- func (c *EC2) RequestSpotInstances(input *RequestSpotInstancesInput) (*RequestSpotInstancesOutput, error)
- func (c *EC2) RequestSpotInstancesRequest(input *RequestSpotInstancesInput) (req *request.Request, output *RequestSpotInstancesOutput)
- func (c *EC2) RequestSpotInstancesWithContext(ctx aws.Context, input *RequestSpotInstancesInput, opts ...request.Option) (*RequestSpotInstancesOutput, error)
- func (c *EC2) ResetEbsDefaultKmsKeyId(input *ResetEbsDefaultKmsKeyIdInput) (*ResetEbsDefaultKmsKeyIdOutput, error)
- func (c *EC2) ResetEbsDefaultKmsKeyIdRequest(input *ResetEbsDefaultKmsKeyIdInput) (req *request.Request, output *ResetEbsDefaultKmsKeyIdOutput)
- func (c *EC2) ResetEbsDefaultKmsKeyIdWithContext(ctx aws.Context, input *ResetEbsDefaultKmsKeyIdInput, opts ...request.Option) (*ResetEbsDefaultKmsKeyIdOutput, error)
- func (c *EC2) ResetFpgaImageAttribute(input *ResetFpgaImageAttributeInput) (*ResetFpgaImageAttributeOutput, error)
- func (c *EC2) ResetFpgaImageAttributeRequest(input *ResetFpgaImageAttributeInput) (req *request.Request, output *ResetFpgaImageAttributeOutput)
- func (c *EC2) ResetFpgaImageAttributeWithContext(ctx aws.Context, input *ResetFpgaImageAttributeInput, opts ...request.Option) (*ResetFpgaImageAttributeOutput, error)
- func (c *EC2) ResetImageAttribute(input *ResetImageAttributeInput) (*ResetImageAttributeOutput, error)
- func (c *EC2) ResetImageAttributeRequest(input *ResetImageAttributeInput) (req *request.Request, output *ResetImageAttributeOutput)
- func (c *EC2) ResetImageAttributeWithContext(ctx aws.Context, input *ResetImageAttributeInput, opts ...request.Option) (*ResetImageAttributeOutput, error)
- func (c *EC2) ResetInstanceAttribute(input *ResetInstanceAttributeInput) (*ResetInstanceAttributeOutput, error)
- func (c *EC2) ResetInstanceAttributeRequest(input *ResetInstanceAttributeInput) (req *request.Request, output *ResetInstanceAttributeOutput)
- func (c *EC2) ResetInstanceAttributeWithContext(ctx aws.Context, input *ResetInstanceAttributeInput, opts ...request.Option) (*ResetInstanceAttributeOutput, error)
- func (c *EC2) ResetNetworkInterfaceAttribute(input *ResetNetworkInterfaceAttributeInput) (*ResetNetworkInterfaceAttributeOutput, error)
- func (c *EC2) ResetNetworkInterfaceAttributeRequest(input *ResetNetworkInterfaceAttributeInput) (req *request.Request, output *ResetNetworkInterfaceAttributeOutput)
- func (c *EC2) ResetNetworkInterfaceAttributeWithContext(ctx aws.Context, input *ResetNetworkInterfaceAttributeInput, ...) (*ResetNetworkInterfaceAttributeOutput, error)
- func (c *EC2) ResetSnapshotAttribute(input *ResetSnapshotAttributeInput) (*ResetSnapshotAttributeOutput, error)
- func (c *EC2) ResetSnapshotAttributeRequest(input *ResetSnapshotAttributeInput) (req *request.Request, output *ResetSnapshotAttributeOutput)
- func (c *EC2) ResetSnapshotAttributeWithContext(ctx aws.Context, input *ResetSnapshotAttributeInput, opts ...request.Option) (*ResetSnapshotAttributeOutput, error)
- func (c *EC2) RestoreAddressToClassic(input *RestoreAddressToClassicInput) (*RestoreAddressToClassicOutput, error)
- func (c *EC2) RestoreAddressToClassicRequest(input *RestoreAddressToClassicInput) (req *request.Request, output *RestoreAddressToClassicOutput)
- func (c *EC2) RestoreAddressToClassicWithContext(ctx aws.Context, input *RestoreAddressToClassicInput, opts ...request.Option) (*RestoreAddressToClassicOutput, error)
- func (c *EC2) RevokeClientVpnIngress(input *RevokeClientVpnIngressInput) (*RevokeClientVpnIngressOutput, error)
- func (c *EC2) RevokeClientVpnIngressRequest(input *RevokeClientVpnIngressInput) (req *request.Request, output *RevokeClientVpnIngressOutput)
- func (c *EC2) RevokeClientVpnIngressWithContext(ctx aws.Context, input *RevokeClientVpnIngressInput, opts ...request.Option) (*RevokeClientVpnIngressOutput, error)
- func (c *EC2) RevokeSecurityGroupEgress(input *RevokeSecurityGroupEgressInput) (*RevokeSecurityGroupEgressOutput, error)
- func (c *EC2) RevokeSecurityGroupEgressRequest(input *RevokeSecurityGroupEgressInput) (req *request.Request, output *RevokeSecurityGroupEgressOutput)
- func (c *EC2) RevokeSecurityGroupEgressWithContext(ctx aws.Context, input *RevokeSecurityGroupEgressInput, opts ...request.Option) (*RevokeSecurityGroupEgressOutput, error)
- func (c *EC2) RevokeSecurityGroupIngress(input *RevokeSecurityGroupIngressInput) (*RevokeSecurityGroupIngressOutput, error)
- func (c *EC2) RevokeSecurityGroupIngressRequest(input *RevokeSecurityGroupIngressInput) (req *request.Request, output *RevokeSecurityGroupIngressOutput)
- func (c *EC2) RevokeSecurityGroupIngressWithContext(ctx aws.Context, input *RevokeSecurityGroupIngressInput, ...) (*RevokeSecurityGroupIngressOutput, error)
- func (c *EC2) RunInstances(input *RunInstancesInput) (*Reservation, error)
- func (c *EC2) RunInstancesRequest(input *RunInstancesInput) (req *request.Request, output *Reservation)
- func (c *EC2) RunInstancesWithContext(ctx aws.Context, input *RunInstancesInput, opts ...request.Option) (*Reservation, error)
- func (c *EC2) RunScheduledInstances(input *RunScheduledInstancesInput) (*RunScheduledInstancesOutput, error)
- func (c *EC2) RunScheduledInstancesRequest(input *RunScheduledInstancesInput) (req *request.Request, output *RunScheduledInstancesOutput)
- func (c *EC2) RunScheduledInstancesWithContext(ctx aws.Context, input *RunScheduledInstancesInput, opts ...request.Option) (*RunScheduledInstancesOutput, error)
- func (c *EC2) SearchLocalGatewayRoutes(input *SearchLocalGatewayRoutesInput) (*SearchLocalGatewayRoutesOutput, error)
- func (c *EC2) SearchLocalGatewayRoutesRequest(input *SearchLocalGatewayRoutesInput) (req *request.Request, output *SearchLocalGatewayRoutesOutput)
- func (c *EC2) SearchLocalGatewayRoutesWithContext(ctx aws.Context, input *SearchLocalGatewayRoutesInput, opts ...request.Option) (*SearchLocalGatewayRoutesOutput, error)
- func (c *EC2) SearchTransitGatewayMulticastGroups(input *SearchTransitGatewayMulticastGroupsInput) (*SearchTransitGatewayMulticastGroupsOutput, error)
- func (c *EC2) SearchTransitGatewayMulticastGroupsRequest(input *SearchTransitGatewayMulticastGroupsInput) (req *request.Request, output *SearchTransitGatewayMulticastGroupsOutput)
- func (c *EC2) SearchTransitGatewayMulticastGroupsWithContext(ctx aws.Context, input *SearchTransitGatewayMulticastGroupsInput, ...) (*SearchTransitGatewayMulticastGroupsOutput, error)
- func (c *EC2) SearchTransitGatewayRoutes(input *SearchTransitGatewayRoutesInput) (*SearchTransitGatewayRoutesOutput, error)
- func (c *EC2) SearchTransitGatewayRoutesRequest(input *SearchTransitGatewayRoutesInput) (req *request.Request, output *SearchTransitGatewayRoutesOutput)
- func (c *EC2) SearchTransitGatewayRoutesWithContext(ctx aws.Context, input *SearchTransitGatewayRoutesInput, ...) (*SearchTransitGatewayRoutesOutput, error)
- func (c *EC2) SendDiagnosticInterrupt(input *SendDiagnosticInterruptInput) (*SendDiagnosticInterruptOutput, error)
- func (c *EC2) SendDiagnosticInterruptRequest(input *SendDiagnosticInterruptInput) (req *request.Request, output *SendDiagnosticInterruptOutput)
- func (c *EC2) SendDiagnosticInterruptWithContext(ctx aws.Context, input *SendDiagnosticInterruptInput, opts ...request.Option) (*SendDiagnosticInterruptOutput, error)
- func (c *EC2) StartInstances(input *StartInstancesInput) (*StartInstancesOutput, error)
- func (c *EC2) StartInstancesRequest(input *StartInstancesInput) (req *request.Request, output *StartInstancesOutput)
- func (c *EC2) StartInstancesWithContext(ctx aws.Context, input *StartInstancesInput, opts ...request.Option) (*StartInstancesOutput, error)
- func (c *EC2) StartVpcEndpointServicePrivateDnsVerification(input *StartVpcEndpointServicePrivateDnsVerificationInput) (*StartVpcEndpointServicePrivateDnsVerificationOutput, error)
- func (c *EC2) StartVpcEndpointServicePrivateDnsVerificationRequest(input *StartVpcEndpointServicePrivateDnsVerificationInput) (req *request.Request, ...)
- func (c *EC2) StartVpcEndpointServicePrivateDnsVerificationWithContext(ctx aws.Context, input *StartVpcEndpointServicePrivateDnsVerificationInput, ...) (*StartVpcEndpointServicePrivateDnsVerificationOutput, error)
- func (c *EC2) StopInstances(input *StopInstancesInput) (*StopInstancesOutput, error)
- func (c *EC2) StopInstancesRequest(input *StopInstancesInput) (req *request.Request, output *StopInstancesOutput)
- func (c *EC2) StopInstancesWithContext(ctx aws.Context, input *StopInstancesInput, opts ...request.Option) (*StopInstancesOutput, error)
- func (c *EC2) TerminateClientVpnConnections(input *TerminateClientVpnConnectionsInput) (*TerminateClientVpnConnectionsOutput, error)
- func (c *EC2) TerminateClientVpnConnectionsRequest(input *TerminateClientVpnConnectionsInput) (req *request.Request, output *TerminateClientVpnConnectionsOutput)
- func (c *EC2) TerminateClientVpnConnectionsWithContext(ctx aws.Context, input *TerminateClientVpnConnectionsInput, ...) (*TerminateClientVpnConnectionsOutput, error)
- func (c *EC2) TerminateInstances(input *TerminateInstancesInput) (*TerminateInstancesOutput, error)
- func (c *EC2) TerminateInstancesRequest(input *TerminateInstancesInput) (req *request.Request, output *TerminateInstancesOutput)
- func (c *EC2) TerminateInstancesWithContext(ctx aws.Context, input *TerminateInstancesInput, opts ...request.Option) (*TerminateInstancesOutput, error)
- func (c *EC2) UnassignIpv6Addresses(input *UnassignIpv6AddressesInput) (*UnassignIpv6AddressesOutput, error)
- func (c *EC2) UnassignIpv6AddressesRequest(input *UnassignIpv6AddressesInput) (req *request.Request, output *UnassignIpv6AddressesOutput)
- func (c *EC2) UnassignIpv6AddressesWithContext(ctx aws.Context, input *UnassignIpv6AddressesInput, opts ...request.Option) (*UnassignIpv6AddressesOutput, error)
- func (c *EC2) UnassignPrivateIpAddresses(input *UnassignPrivateIpAddressesInput) (*UnassignPrivateIpAddressesOutput, error)
- func (c *EC2) UnassignPrivateIpAddressesRequest(input *UnassignPrivateIpAddressesInput) (req *request.Request, output *UnassignPrivateIpAddressesOutput)
- func (c *EC2) UnassignPrivateIpAddressesWithContext(ctx aws.Context, input *UnassignPrivateIpAddressesInput, ...) (*UnassignPrivateIpAddressesOutput, error)
- func (c *EC2) UnmonitorInstances(input *UnmonitorInstancesInput) (*UnmonitorInstancesOutput, error)
- func (c *EC2) UnmonitorInstancesRequest(input *UnmonitorInstancesInput) (req *request.Request, output *UnmonitorInstancesOutput)
- func (c *EC2) UnmonitorInstancesWithContext(ctx aws.Context, input *UnmonitorInstancesInput, opts ...request.Option) (*UnmonitorInstancesOutput, error)
- func (c *EC2) UpdateSecurityGroupRuleDescriptionsEgress(input *UpdateSecurityGroupRuleDescriptionsEgressInput) (*UpdateSecurityGroupRuleDescriptionsEgressOutput, error)
- func (c *EC2) UpdateSecurityGroupRuleDescriptionsEgressRequest(input *UpdateSecurityGroupRuleDescriptionsEgressInput) (req *request.Request, output *UpdateSecurityGroupRuleDescriptionsEgressOutput)
- func (c *EC2) UpdateSecurityGroupRuleDescriptionsEgressWithContext(ctx aws.Context, input *UpdateSecurityGroupRuleDescriptionsEgressInput, ...) (*UpdateSecurityGroupRuleDescriptionsEgressOutput, error)
- func (c *EC2) UpdateSecurityGroupRuleDescriptionsIngress(input *UpdateSecurityGroupRuleDescriptionsIngressInput) (*UpdateSecurityGroupRuleDescriptionsIngressOutput, error)
- func (c *EC2) UpdateSecurityGroupRuleDescriptionsIngressRequest(input *UpdateSecurityGroupRuleDescriptionsIngressInput) (req *request.Request, output *UpdateSecurityGroupRuleDescriptionsIngressOutput)
- func (c *EC2) UpdateSecurityGroupRuleDescriptionsIngressWithContext(ctx aws.Context, input *UpdateSecurityGroupRuleDescriptionsIngressInput, ...) (*UpdateSecurityGroupRuleDescriptionsIngressOutput, error)
- func (c *EC2) WaitUntilBundleTaskComplete(input *DescribeBundleTasksInput) error
- func (c *EC2) WaitUntilBundleTaskCompleteWithContext(ctx aws.Context, input *DescribeBundleTasksInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilConversionTaskCancelled(input *DescribeConversionTasksInput) error
- func (c *EC2) WaitUntilConversionTaskCancelledWithContext(ctx aws.Context, input *DescribeConversionTasksInput, ...) error
- func (c *EC2) WaitUntilConversionTaskCompleted(input *DescribeConversionTasksInput) error
- func (c *EC2) WaitUntilConversionTaskCompletedWithContext(ctx aws.Context, input *DescribeConversionTasksInput, ...) error
- func (c *EC2) WaitUntilConversionTaskDeleted(input *DescribeConversionTasksInput) error
- func (c *EC2) WaitUntilConversionTaskDeletedWithContext(ctx aws.Context, input *DescribeConversionTasksInput, ...) error
- func (c *EC2) WaitUntilCustomerGatewayAvailable(input *DescribeCustomerGatewaysInput) error
- func (c *EC2) WaitUntilCustomerGatewayAvailableWithContext(ctx aws.Context, input *DescribeCustomerGatewaysInput, ...) error
- func (c *EC2) WaitUntilExportTaskCancelled(input *DescribeExportTasksInput) error
- func (c *EC2) WaitUntilExportTaskCancelledWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilExportTaskCompleted(input *DescribeExportTasksInput) error
- func (c *EC2) WaitUntilExportTaskCompletedWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilImageAvailable(input *DescribeImagesInput) error
- func (c *EC2) WaitUntilImageAvailableWithContext(ctx aws.Context, input *DescribeImagesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilImageExists(input *DescribeImagesInput) error
- func (c *EC2) WaitUntilImageExistsWithContext(ctx aws.Context, input *DescribeImagesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilInstanceExists(input *DescribeInstancesInput) error
- func (c *EC2) WaitUntilInstanceExistsWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilInstanceRunning(input *DescribeInstancesInput) error
- func (c *EC2) WaitUntilInstanceRunningWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilInstanceStatusOk(input *DescribeInstanceStatusInput) error
- func (c *EC2) WaitUntilInstanceStatusOkWithContext(ctx aws.Context, input *DescribeInstanceStatusInput, ...) error
- func (c *EC2) WaitUntilInstanceStopped(input *DescribeInstancesInput) error
- func (c *EC2) WaitUntilInstanceStoppedWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilInstanceTerminated(input *DescribeInstancesInput) error
- func (c *EC2) WaitUntilInstanceTerminatedWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilKeyPairExists(input *DescribeKeyPairsInput) error
- func (c *EC2) WaitUntilKeyPairExistsWithContext(ctx aws.Context, input *DescribeKeyPairsInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilNatGatewayAvailable(input *DescribeNatGatewaysInput) error
- func (c *EC2) WaitUntilNatGatewayAvailableWithContext(ctx aws.Context, input *DescribeNatGatewaysInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilNetworkInterfaceAvailable(input *DescribeNetworkInterfacesInput) error
- func (c *EC2) WaitUntilNetworkInterfaceAvailableWithContext(ctx aws.Context, input *DescribeNetworkInterfacesInput, ...) error
- func (c *EC2) WaitUntilPasswordDataAvailable(input *GetPasswordDataInput) error
- func (c *EC2) WaitUntilPasswordDataAvailableWithContext(ctx aws.Context, input *GetPasswordDataInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilSecurityGroupExists(input *DescribeSecurityGroupsInput) error
- func (c *EC2) WaitUntilSecurityGroupExistsWithContext(ctx aws.Context, input *DescribeSecurityGroupsInput, ...) error
- func (c *EC2) WaitUntilSnapshotCompleted(input *DescribeSnapshotsInput) error
- func (c *EC2) WaitUntilSnapshotCompletedWithContext(ctx aws.Context, input *DescribeSnapshotsInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilSpotInstanceRequestFulfilled(input *DescribeSpotInstanceRequestsInput) error
- func (c *EC2) WaitUntilSpotInstanceRequestFulfilledWithContext(ctx aws.Context, input *DescribeSpotInstanceRequestsInput, ...) error
- func (c *EC2) WaitUntilSubnetAvailable(input *DescribeSubnetsInput) error
- func (c *EC2) WaitUntilSubnetAvailableWithContext(ctx aws.Context, input *DescribeSubnetsInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilSystemStatusOk(input *DescribeInstanceStatusInput) error
- func (c *EC2) WaitUntilSystemStatusOkWithContext(ctx aws.Context, input *DescribeInstanceStatusInput, ...) error
- func (c *EC2) WaitUntilVolumeAvailable(input *DescribeVolumesInput) error
- func (c *EC2) WaitUntilVolumeAvailableWithContext(ctx aws.Context, input *DescribeVolumesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilVolumeDeleted(input *DescribeVolumesInput) error
- func (c *EC2) WaitUntilVolumeDeletedWithContext(ctx aws.Context, input *DescribeVolumesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilVolumeInUse(input *DescribeVolumesInput) error
- func (c *EC2) WaitUntilVolumeInUseWithContext(ctx aws.Context, input *DescribeVolumesInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilVpcAvailable(input *DescribeVpcsInput) error
- func (c *EC2) WaitUntilVpcAvailableWithContext(ctx aws.Context, input *DescribeVpcsInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilVpcExists(input *DescribeVpcsInput) error
- func (c *EC2) WaitUntilVpcExistsWithContext(ctx aws.Context, input *DescribeVpcsInput, opts ...request.WaiterOption) error
- func (c *EC2) WaitUntilVpcPeeringConnectionDeleted(input *DescribeVpcPeeringConnectionsInput) error
- func (c *EC2) WaitUntilVpcPeeringConnectionDeletedWithContext(ctx aws.Context, input *DescribeVpcPeeringConnectionsInput, ...) error
- func (c *EC2) WaitUntilVpcPeeringConnectionExists(input *DescribeVpcPeeringConnectionsInput) error
- func (c *EC2) WaitUntilVpcPeeringConnectionExistsWithContext(ctx aws.Context, input *DescribeVpcPeeringConnectionsInput, ...) error
- func (c *EC2) WaitUntilVpnConnectionAvailable(input *DescribeVpnConnectionsInput) error
- func (c *EC2) WaitUntilVpnConnectionAvailableWithContext(ctx aws.Context, input *DescribeVpnConnectionsInput, ...) error
- func (c *EC2) WaitUntilVpnConnectionDeleted(input *DescribeVpnConnectionsInput) error
- func (c *EC2) WaitUntilVpnConnectionDeletedWithContext(ctx aws.Context, input *DescribeVpnConnectionsInput, ...) error
- func (c *EC2) WithdrawByoipCidr(input *WithdrawByoipCidrInput) (*WithdrawByoipCidrOutput, error)
- func (c *EC2) WithdrawByoipCidrRequest(input *WithdrawByoipCidrInput) (req *request.Request, output *WithdrawByoipCidrOutput)
- func (c *EC2) WithdrawByoipCidrWithContext(ctx aws.Context, input *WithdrawByoipCidrInput, opts ...request.Option) (*WithdrawByoipCidrOutput, error)
- type EbsBlockDevice
- func (s EbsBlockDevice) GoString() string
- func (s *EbsBlockDevice) SetDeleteOnTermination(v bool) *EbsBlockDevice
- func (s *EbsBlockDevice) SetEncrypted(v bool) *EbsBlockDevice
- func (s *EbsBlockDevice) SetIops(v int64) *EbsBlockDevice
- func (s *EbsBlockDevice) SetKmsKeyId(v string) *EbsBlockDevice
- func (s *EbsBlockDevice) SetSnapshotId(v string) *EbsBlockDevice
- func (s *EbsBlockDevice) SetVolumeSize(v int64) *EbsBlockDevice
- func (s *EbsBlockDevice) SetVolumeType(v string) *EbsBlockDevice
- func (s EbsBlockDevice) String() string
- type EbsInfo
- type EbsInstanceBlockDevice
- func (s EbsInstanceBlockDevice) GoString() string
- func (s *EbsInstanceBlockDevice) SetAttachTime(v time.Time) *EbsInstanceBlockDevice
- func (s *EbsInstanceBlockDevice) SetDeleteOnTermination(v bool) *EbsInstanceBlockDevice
- func (s *EbsInstanceBlockDevice) SetStatus(v string) *EbsInstanceBlockDevice
- func (s *EbsInstanceBlockDevice) SetVolumeId(v string) *EbsInstanceBlockDevice
- func (s EbsInstanceBlockDevice) String() string
- type EbsInstanceBlockDeviceSpecification
- func (s EbsInstanceBlockDeviceSpecification) GoString() string
- func (s *EbsInstanceBlockDeviceSpecification) SetDeleteOnTermination(v bool) *EbsInstanceBlockDeviceSpecification
- func (s *EbsInstanceBlockDeviceSpecification) SetVolumeId(v string) *EbsInstanceBlockDeviceSpecification
- func (s EbsInstanceBlockDeviceSpecification) String() string
- type EgressOnlyInternetGateway
- func (s EgressOnlyInternetGateway) GoString() string
- func (s *EgressOnlyInternetGateway) SetAttachments(v []*InternetGatewayAttachment) *EgressOnlyInternetGateway
- func (s *EgressOnlyInternetGateway) SetEgressOnlyInternetGatewayId(v string) *EgressOnlyInternetGateway
- func (s *EgressOnlyInternetGateway) SetTags(v []*Tag) *EgressOnlyInternetGateway
- func (s EgressOnlyInternetGateway) String() string
- type ElasticGpuAssociation
- func (s ElasticGpuAssociation) GoString() string
- func (s *ElasticGpuAssociation) SetElasticGpuAssociationId(v string) *ElasticGpuAssociation
- func (s *ElasticGpuAssociation) SetElasticGpuAssociationState(v string) *ElasticGpuAssociation
- func (s *ElasticGpuAssociation) SetElasticGpuAssociationTime(v string) *ElasticGpuAssociation
- func (s *ElasticGpuAssociation) SetElasticGpuId(v string) *ElasticGpuAssociation
- func (s ElasticGpuAssociation) String() string
- type ElasticGpuHealth
- type ElasticGpuSpecification
- type ElasticGpuSpecificationResponse
- type ElasticGpus
- func (s ElasticGpus) GoString() string
- func (s *ElasticGpus) SetAvailabilityZone(v string) *ElasticGpus
- func (s *ElasticGpus) SetElasticGpuHealth(v *ElasticGpuHealth) *ElasticGpus
- func (s *ElasticGpus) SetElasticGpuId(v string) *ElasticGpus
- func (s *ElasticGpus) SetElasticGpuState(v string) *ElasticGpus
- func (s *ElasticGpus) SetElasticGpuType(v string) *ElasticGpus
- func (s *ElasticGpus) SetInstanceId(v string) *ElasticGpus
- func (s *ElasticGpus) SetTags(v []*Tag) *ElasticGpus
- func (s ElasticGpus) String() string
- type ElasticInferenceAccelerator
- func (s ElasticInferenceAccelerator) GoString() string
- func (s *ElasticInferenceAccelerator) SetCount(v int64) *ElasticInferenceAccelerator
- func (s *ElasticInferenceAccelerator) SetType(v string) *ElasticInferenceAccelerator
- func (s ElasticInferenceAccelerator) String() string
- func (s *ElasticInferenceAccelerator) Validate() error
- type ElasticInferenceAcceleratorAssociation
- func (s ElasticInferenceAcceleratorAssociation) GoString() string
- func (s *ElasticInferenceAcceleratorAssociation) SetElasticInferenceAcceleratorArn(v string) *ElasticInferenceAcceleratorAssociation
- func (s *ElasticInferenceAcceleratorAssociation) SetElasticInferenceAcceleratorAssociationId(v string) *ElasticInferenceAcceleratorAssociation
- func (s *ElasticInferenceAcceleratorAssociation) SetElasticInferenceAcceleratorAssociationState(v string) *ElasticInferenceAcceleratorAssociation
- func (s *ElasticInferenceAcceleratorAssociation) SetElasticInferenceAcceleratorAssociationTime(v time.Time) *ElasticInferenceAcceleratorAssociation
- func (s ElasticInferenceAcceleratorAssociation) String() string
- type EnableEbsEncryptionByDefaultInput
- type EnableEbsEncryptionByDefaultOutput
- type EnableFastSnapshotRestoreErrorItem
- func (s EnableFastSnapshotRestoreErrorItem) GoString() string
- func (s *EnableFastSnapshotRestoreErrorItem) SetFastSnapshotRestoreStateErrors(v []*EnableFastSnapshotRestoreStateErrorItem) *EnableFastSnapshotRestoreErrorItem
- func (s *EnableFastSnapshotRestoreErrorItem) SetSnapshotId(v string) *EnableFastSnapshotRestoreErrorItem
- func (s EnableFastSnapshotRestoreErrorItem) String() string
- type EnableFastSnapshotRestoreStateError
- func (s EnableFastSnapshotRestoreStateError) GoString() string
- func (s *EnableFastSnapshotRestoreStateError) SetCode(v string) *EnableFastSnapshotRestoreStateError
- func (s *EnableFastSnapshotRestoreStateError) SetMessage(v string) *EnableFastSnapshotRestoreStateError
- func (s EnableFastSnapshotRestoreStateError) String() string
- type EnableFastSnapshotRestoreStateErrorItem
- func (s EnableFastSnapshotRestoreStateErrorItem) GoString() string
- func (s *EnableFastSnapshotRestoreStateErrorItem) SetAvailabilityZone(v string) *EnableFastSnapshotRestoreStateErrorItem
- func (s *EnableFastSnapshotRestoreStateErrorItem) SetError(v *EnableFastSnapshotRestoreStateError) *EnableFastSnapshotRestoreStateErrorItem
- func (s EnableFastSnapshotRestoreStateErrorItem) String() string
- type EnableFastSnapshotRestoreSuccessItem
- func (s EnableFastSnapshotRestoreSuccessItem) GoString() string
- func (s *EnableFastSnapshotRestoreSuccessItem) SetAvailabilityZone(v string) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetDisabledTime(v time.Time) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetDisablingTime(v time.Time) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetEnabledTime(v time.Time) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetEnablingTime(v time.Time) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetOptimizingTime(v time.Time) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetOwnerAlias(v string) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetOwnerId(v string) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetSnapshotId(v string) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetState(v string) *EnableFastSnapshotRestoreSuccessItem
- func (s *EnableFastSnapshotRestoreSuccessItem) SetStateTransitionReason(v string) *EnableFastSnapshotRestoreSuccessItem
- func (s EnableFastSnapshotRestoreSuccessItem) String() string
- type EnableFastSnapshotRestoresInput
- func (s EnableFastSnapshotRestoresInput) GoString() string
- func (s *EnableFastSnapshotRestoresInput) SetAvailabilityZones(v []*string) *EnableFastSnapshotRestoresInput
- func (s *EnableFastSnapshotRestoresInput) SetDryRun(v bool) *EnableFastSnapshotRestoresInput
- func (s *EnableFastSnapshotRestoresInput) SetSourceSnapshotIds(v []*string) *EnableFastSnapshotRestoresInput
- func (s EnableFastSnapshotRestoresInput) String() string
- func (s *EnableFastSnapshotRestoresInput) Validate() error
- type EnableFastSnapshotRestoresOutput
- func (s EnableFastSnapshotRestoresOutput) GoString() string
- func (s *EnableFastSnapshotRestoresOutput) SetSuccessful(v []*EnableFastSnapshotRestoreSuccessItem) *EnableFastSnapshotRestoresOutput
- func (s *EnableFastSnapshotRestoresOutput) SetUnsuccessful(v []*EnableFastSnapshotRestoreErrorItem) *EnableFastSnapshotRestoresOutput
- func (s EnableFastSnapshotRestoresOutput) String() string
- type EnableTransitGatewayRouteTablePropagationInput
- func (s EnableTransitGatewayRouteTablePropagationInput) GoString() string
- func (s *EnableTransitGatewayRouteTablePropagationInput) SetDryRun(v bool) *EnableTransitGatewayRouteTablePropagationInput
- func (s *EnableTransitGatewayRouteTablePropagationInput) SetTransitGatewayAttachmentId(v string) *EnableTransitGatewayRouteTablePropagationInput
- func (s *EnableTransitGatewayRouteTablePropagationInput) SetTransitGatewayRouteTableId(v string) *EnableTransitGatewayRouteTablePropagationInput
- func (s EnableTransitGatewayRouteTablePropagationInput) String() string
- func (s *EnableTransitGatewayRouteTablePropagationInput) Validate() error
- type EnableTransitGatewayRouteTablePropagationOutput
- type EnableVgwRoutePropagationInput
- func (s EnableVgwRoutePropagationInput) GoString() string
- func (s *EnableVgwRoutePropagationInput) SetGatewayId(v string) *EnableVgwRoutePropagationInput
- func (s *EnableVgwRoutePropagationInput) SetRouteTableId(v string) *EnableVgwRoutePropagationInput
- func (s EnableVgwRoutePropagationInput) String() string
- func (s *EnableVgwRoutePropagationInput) Validate() error
- type EnableVgwRoutePropagationOutput
- type EnableVolumeIOInput
- type EnableVolumeIOOutput
- type EnableVpcClassicLinkDnsSupportInput
- type EnableVpcClassicLinkDnsSupportOutput
- type EnableVpcClassicLinkInput
- func (s EnableVpcClassicLinkInput) GoString() string
- func (s *EnableVpcClassicLinkInput) SetDryRun(v bool) *EnableVpcClassicLinkInput
- func (s *EnableVpcClassicLinkInput) SetVpcId(v string) *EnableVpcClassicLinkInput
- func (s EnableVpcClassicLinkInput) String() string
- func (s *EnableVpcClassicLinkInput) Validate() error
- type EnableVpcClassicLinkOutput
- type EventInformation
- func (s EventInformation) GoString() string
- func (s *EventInformation) SetEventDescription(v string) *EventInformation
- func (s *EventInformation) SetEventSubType(v string) *EventInformation
- func (s *EventInformation) SetInstanceId(v string) *EventInformation
- func (s EventInformation) String() string
- type ExportClientVpnClientCertificateRevocationListInput
- func (s ExportClientVpnClientCertificateRevocationListInput) GoString() string
- func (s *ExportClientVpnClientCertificateRevocationListInput) SetClientVpnEndpointId(v string) *ExportClientVpnClientCertificateRevocationListInput
- func (s *ExportClientVpnClientCertificateRevocationListInput) SetDryRun(v bool) *ExportClientVpnClientCertificateRevocationListInput
- func (s ExportClientVpnClientCertificateRevocationListInput) String() string
- func (s *ExportClientVpnClientCertificateRevocationListInput) Validate() error
- type ExportClientVpnClientCertificateRevocationListOutput
- func (s ExportClientVpnClientCertificateRevocationListOutput) GoString() string
- func (s *ExportClientVpnClientCertificateRevocationListOutput) SetCertificateRevocationList(v string) *ExportClientVpnClientCertificateRevocationListOutput
- func (s *ExportClientVpnClientCertificateRevocationListOutput) SetStatus(v *ClientCertificateRevocationListStatus) *ExportClientVpnClientCertificateRevocationListOutput
- func (s ExportClientVpnClientCertificateRevocationListOutput) String() string
- type ExportClientVpnClientConfigurationInput
- func (s ExportClientVpnClientConfigurationInput) GoString() string
- func (s *ExportClientVpnClientConfigurationInput) SetClientVpnEndpointId(v string) *ExportClientVpnClientConfigurationInput
- func (s *ExportClientVpnClientConfigurationInput) SetDryRun(v bool) *ExportClientVpnClientConfigurationInput
- func (s ExportClientVpnClientConfigurationInput) String() string
- func (s *ExportClientVpnClientConfigurationInput) Validate() error
- type ExportClientVpnClientConfigurationOutput
- type ExportImageInput
- func (s ExportImageInput) GoString() string
- func (s *ExportImageInput) SetClientToken(v string) *ExportImageInput
- func (s *ExportImageInput) SetDescription(v string) *ExportImageInput
- func (s *ExportImageInput) SetDiskImageFormat(v string) *ExportImageInput
- func (s *ExportImageInput) SetDryRun(v bool) *ExportImageInput
- func (s *ExportImageInput) SetImageId(v string) *ExportImageInput
- func (s *ExportImageInput) SetRoleName(v string) *ExportImageInput
- func (s *ExportImageInput) SetS3ExportLocation(v *ExportTaskS3LocationRequest) *ExportImageInput
- func (s ExportImageInput) String() string
- func (s *ExportImageInput) Validate() error
- type ExportImageOutput
- func (s ExportImageOutput) GoString() string
- func (s *ExportImageOutput) SetDescription(v string) *ExportImageOutput
- func (s *ExportImageOutput) SetDiskImageFormat(v string) *ExportImageOutput
- func (s *ExportImageOutput) SetExportImageTaskId(v string) *ExportImageOutput
- func (s *ExportImageOutput) SetImageId(v string) *ExportImageOutput
- func (s *ExportImageOutput) SetProgress(v string) *ExportImageOutput
- func (s *ExportImageOutput) SetRoleName(v string) *ExportImageOutput
- func (s *ExportImageOutput) SetS3ExportLocation(v *ExportTaskS3Location) *ExportImageOutput
- func (s *ExportImageOutput) SetStatus(v string) *ExportImageOutput
- func (s *ExportImageOutput) SetStatusMessage(v string) *ExportImageOutput
- func (s ExportImageOutput) String() string
- type ExportImageTask
- func (s ExportImageTask) GoString() string
- func (s *ExportImageTask) SetDescription(v string) *ExportImageTask
- func (s *ExportImageTask) SetExportImageTaskId(v string) *ExportImageTask
- func (s *ExportImageTask) SetImageId(v string) *ExportImageTask
- func (s *ExportImageTask) SetProgress(v string) *ExportImageTask
- func (s *ExportImageTask) SetS3ExportLocation(v *ExportTaskS3Location) *ExportImageTask
- func (s *ExportImageTask) SetStatus(v string) *ExportImageTask
- func (s *ExportImageTask) SetStatusMessage(v string) *ExportImageTask
- func (s ExportImageTask) String() string
- type ExportTask
- func (s ExportTask) GoString() string
- func (s *ExportTask) SetDescription(v string) *ExportTask
- func (s *ExportTask) SetExportTaskId(v string) *ExportTask
- func (s *ExportTask) SetExportToS3Task(v *ExportToS3Task) *ExportTask
- func (s *ExportTask) SetInstanceExportDetails(v *InstanceExportDetails) *ExportTask
- func (s *ExportTask) SetState(v string) *ExportTask
- func (s *ExportTask) SetStatusMessage(v string) *ExportTask
- func (s *ExportTask) SetTags(v []*Tag) *ExportTask
- func (s ExportTask) String() string
- type ExportTaskS3Location
- type ExportTaskS3LocationRequest
- func (s ExportTaskS3LocationRequest) GoString() string
- func (s *ExportTaskS3LocationRequest) SetS3Bucket(v string) *ExportTaskS3LocationRequest
- func (s *ExportTaskS3LocationRequest) SetS3Prefix(v string) *ExportTaskS3LocationRequest
- func (s ExportTaskS3LocationRequest) String() string
- func (s *ExportTaskS3LocationRequest) Validate() error
- type ExportToS3Task
- func (s ExportToS3Task) GoString() string
- func (s *ExportToS3Task) SetContainerFormat(v string) *ExportToS3Task
- func (s *ExportToS3Task) SetDiskImageFormat(v string) *ExportToS3Task
- func (s *ExportToS3Task) SetS3Bucket(v string) *ExportToS3Task
- func (s *ExportToS3Task) SetS3Key(v string) *ExportToS3Task
- func (s ExportToS3Task) String() string
- type ExportToS3TaskSpecification
- func (s ExportToS3TaskSpecification) GoString() string
- func (s *ExportToS3TaskSpecification) SetContainerFormat(v string) *ExportToS3TaskSpecification
- func (s *ExportToS3TaskSpecification) SetDiskImageFormat(v string) *ExportToS3TaskSpecification
- func (s *ExportToS3TaskSpecification) SetS3Bucket(v string) *ExportToS3TaskSpecification
- func (s *ExportToS3TaskSpecification) SetS3Prefix(v string) *ExportToS3TaskSpecification
- func (s ExportToS3TaskSpecification) String() string
- type ExportTransitGatewayRoutesInput
- func (s ExportTransitGatewayRoutesInput) GoString() string
- func (s *ExportTransitGatewayRoutesInput) SetDryRun(v bool) *ExportTransitGatewayRoutesInput
- func (s *ExportTransitGatewayRoutesInput) SetFilters(v []*Filter) *ExportTransitGatewayRoutesInput
- func (s *ExportTransitGatewayRoutesInput) SetS3Bucket(v string) *ExportTransitGatewayRoutesInput
- func (s *ExportTransitGatewayRoutesInput) SetTransitGatewayRouteTableId(v string) *ExportTransitGatewayRoutesInput
- func (s ExportTransitGatewayRoutesInput) String() string
- func (s *ExportTransitGatewayRoutesInput) Validate() error
- type ExportTransitGatewayRoutesOutput
- type FailedQueuedPurchaseDeletion
- func (s FailedQueuedPurchaseDeletion) GoString() string
- func (s *FailedQueuedPurchaseDeletion) SetError(v *DeleteQueuedReservedInstancesError) *FailedQueuedPurchaseDeletion
- func (s *FailedQueuedPurchaseDeletion) SetReservedInstancesId(v string) *FailedQueuedPurchaseDeletion
- func (s FailedQueuedPurchaseDeletion) String() string
- type Filter
- type FleetData
- func (s FleetData) GoString() string
- func (s *FleetData) SetActivityStatus(v string) *FleetData
- func (s *FleetData) SetClientToken(v string) *FleetData
- func (s *FleetData) SetCreateTime(v time.Time) *FleetData
- func (s *FleetData) SetErrors(v []*DescribeFleetError) *FleetData
- func (s *FleetData) SetExcessCapacityTerminationPolicy(v string) *FleetData
- func (s *FleetData) SetFleetId(v string) *FleetData
- func (s *FleetData) SetFleetState(v string) *FleetData
- func (s *FleetData) SetFulfilledCapacity(v float64) *FleetData
- func (s *FleetData) SetFulfilledOnDemandCapacity(v float64) *FleetData
- func (s *FleetData) SetInstances(v []*DescribeFleetsInstances) *FleetData
- func (s *FleetData) SetLaunchTemplateConfigs(v []*FleetLaunchTemplateConfig) *FleetData
- func (s *FleetData) SetOnDemandOptions(v *OnDemandOptions) *FleetData
- func (s *FleetData) SetReplaceUnhealthyInstances(v bool) *FleetData
- func (s *FleetData) SetSpotOptions(v *SpotOptions) *FleetData
- func (s *FleetData) SetTags(v []*Tag) *FleetData
- func (s *FleetData) SetTargetCapacitySpecification(v *TargetCapacitySpecification) *FleetData
- func (s *FleetData) SetTerminateInstancesWithExpiration(v bool) *FleetData
- func (s *FleetData) SetType(v string) *FleetData
- func (s *FleetData) SetValidFrom(v time.Time) *FleetData
- func (s *FleetData) SetValidUntil(v time.Time) *FleetData
- func (s FleetData) String() string
- type FleetLaunchTemplateConfig
- func (s FleetLaunchTemplateConfig) GoString() string
- func (s *FleetLaunchTemplateConfig) SetLaunchTemplateSpecification(v *FleetLaunchTemplateSpecification) *FleetLaunchTemplateConfig
- func (s *FleetLaunchTemplateConfig) SetOverrides(v []*FleetLaunchTemplateOverrides) *FleetLaunchTemplateConfig
- func (s FleetLaunchTemplateConfig) String() string
- type FleetLaunchTemplateConfigRequest
- func (s FleetLaunchTemplateConfigRequest) GoString() string
- func (s *FleetLaunchTemplateConfigRequest) SetLaunchTemplateSpecification(v *FleetLaunchTemplateSpecificationRequest) *FleetLaunchTemplateConfigRequest
- func (s *FleetLaunchTemplateConfigRequest) SetOverrides(v []*FleetLaunchTemplateOverridesRequest) *FleetLaunchTemplateConfigRequest
- func (s FleetLaunchTemplateConfigRequest) String() string
- func (s *FleetLaunchTemplateConfigRequest) Validate() error
- type FleetLaunchTemplateOverrides
- func (s FleetLaunchTemplateOverrides) GoString() string
- func (s *FleetLaunchTemplateOverrides) SetAvailabilityZone(v string) *FleetLaunchTemplateOverrides
- func (s *FleetLaunchTemplateOverrides) SetInstanceType(v string) *FleetLaunchTemplateOverrides
- func (s *FleetLaunchTemplateOverrides) SetMaxPrice(v string) *FleetLaunchTemplateOverrides
- func (s *FleetLaunchTemplateOverrides) SetPlacement(v *PlacementResponse) *FleetLaunchTemplateOverrides
- func (s *FleetLaunchTemplateOverrides) SetPriority(v float64) *FleetLaunchTemplateOverrides
- func (s *FleetLaunchTemplateOverrides) SetSubnetId(v string) *FleetLaunchTemplateOverrides
- func (s *FleetLaunchTemplateOverrides) SetWeightedCapacity(v float64) *FleetLaunchTemplateOverrides
- func (s FleetLaunchTemplateOverrides) String() string
- type FleetLaunchTemplateOverridesRequest
- func (s FleetLaunchTemplateOverridesRequest) GoString() string
- func (s *FleetLaunchTemplateOverridesRequest) SetAvailabilityZone(v string) *FleetLaunchTemplateOverridesRequest
- func (s *FleetLaunchTemplateOverridesRequest) SetInstanceType(v string) *FleetLaunchTemplateOverridesRequest
- func (s *FleetLaunchTemplateOverridesRequest) SetMaxPrice(v string) *FleetLaunchTemplateOverridesRequest
- func (s *FleetLaunchTemplateOverridesRequest) SetPlacement(v *Placement) *FleetLaunchTemplateOverridesRequest
- func (s *FleetLaunchTemplateOverridesRequest) SetPriority(v float64) *FleetLaunchTemplateOverridesRequest
- func (s *FleetLaunchTemplateOverridesRequest) SetSubnetId(v string) *FleetLaunchTemplateOverridesRequest
- func (s *FleetLaunchTemplateOverridesRequest) SetWeightedCapacity(v float64) *FleetLaunchTemplateOverridesRequest
- func (s FleetLaunchTemplateOverridesRequest) String() string
- type FleetLaunchTemplateSpecification
- func (s FleetLaunchTemplateSpecification) GoString() string
- func (s *FleetLaunchTemplateSpecification) SetLaunchTemplateId(v string) *FleetLaunchTemplateSpecification
- func (s *FleetLaunchTemplateSpecification) SetLaunchTemplateName(v string) *FleetLaunchTemplateSpecification
- func (s *FleetLaunchTemplateSpecification) SetVersion(v string) *FleetLaunchTemplateSpecification
- func (s FleetLaunchTemplateSpecification) String() string
- func (s *FleetLaunchTemplateSpecification) Validate() error
- type FleetLaunchTemplateSpecificationRequest
- func (s FleetLaunchTemplateSpecificationRequest) GoString() string
- func (s *FleetLaunchTemplateSpecificationRequest) SetLaunchTemplateId(v string) *FleetLaunchTemplateSpecificationRequest
- func (s *FleetLaunchTemplateSpecificationRequest) SetLaunchTemplateName(v string) *FleetLaunchTemplateSpecificationRequest
- func (s *FleetLaunchTemplateSpecificationRequest) SetVersion(v string) *FleetLaunchTemplateSpecificationRequest
- func (s FleetLaunchTemplateSpecificationRequest) String() string
- func (s *FleetLaunchTemplateSpecificationRequest) Validate() error
- type FlowLog
- func (s FlowLog) GoString() string
- func (s *FlowLog) SetCreationTime(v time.Time) *FlowLog
- func (s *FlowLog) SetDeliverLogsErrorMessage(v string) *FlowLog
- func (s *FlowLog) SetDeliverLogsPermissionArn(v string) *FlowLog
- func (s *FlowLog) SetDeliverLogsStatus(v string) *FlowLog
- func (s *FlowLog) SetFlowLogId(v string) *FlowLog
- func (s *FlowLog) SetFlowLogStatus(v string) *FlowLog
- func (s *FlowLog) SetLogDestination(v string) *FlowLog
- func (s *FlowLog) SetLogDestinationType(v string) *FlowLog
- func (s *FlowLog) SetLogFormat(v string) *FlowLog
- func (s *FlowLog) SetLogGroupName(v string) *FlowLog
- func (s *FlowLog) SetResourceId(v string) *FlowLog
- func (s *FlowLog) SetTrafficType(v string) *FlowLog
- func (s FlowLog) String() string
- type FpgaDeviceInfo
- func (s FpgaDeviceInfo) GoString() string
- func (s *FpgaDeviceInfo) SetCount(v int64) *FpgaDeviceInfo
- func (s *FpgaDeviceInfo) SetManufacturer(v string) *FpgaDeviceInfo
- func (s *FpgaDeviceInfo) SetMemoryInfo(v *FpgaDeviceMemoryInfo) *FpgaDeviceInfo
- func (s *FpgaDeviceInfo) SetName(v string) *FpgaDeviceInfo
- func (s FpgaDeviceInfo) String() string
- type FpgaDeviceMemoryInfo
- type FpgaImage
- func (s FpgaImage) GoString() string
- func (s *FpgaImage) SetCreateTime(v time.Time) *FpgaImage
- func (s *FpgaImage) SetDataRetentionSupport(v bool) *FpgaImage
- func (s *FpgaImage) SetDescription(v string) *FpgaImage
- func (s *FpgaImage) SetFpgaImageGlobalId(v string) *FpgaImage
- func (s *FpgaImage) SetFpgaImageId(v string) *FpgaImage
- func (s *FpgaImage) SetName(v string) *FpgaImage
- func (s *FpgaImage) SetOwnerAlias(v string) *FpgaImage
- func (s *FpgaImage) SetOwnerId(v string) *FpgaImage
- func (s *FpgaImage) SetPciId(v *PciId) *FpgaImage
- func (s *FpgaImage) SetProductCodes(v []*ProductCode) *FpgaImage
- func (s *FpgaImage) SetPublic(v bool) *FpgaImage
- func (s *FpgaImage) SetShellVersion(v string) *FpgaImage
- func (s *FpgaImage) SetState(v *FpgaImageState) *FpgaImage
- func (s *FpgaImage) SetTags(v []*Tag) *FpgaImage
- func (s *FpgaImage) SetUpdateTime(v time.Time) *FpgaImage
- func (s FpgaImage) String() string
- type FpgaImageAttribute
- func (s FpgaImageAttribute) GoString() string
- func (s *FpgaImageAttribute) SetDescription(v string) *FpgaImageAttribute
- func (s *FpgaImageAttribute) SetFpgaImageId(v string) *FpgaImageAttribute
- func (s *FpgaImageAttribute) SetLoadPermissions(v []*LoadPermission) *FpgaImageAttribute
- func (s *FpgaImageAttribute) SetName(v string) *FpgaImageAttribute
- func (s *FpgaImageAttribute) SetProductCodes(v []*ProductCode) *FpgaImageAttribute
- func (s FpgaImageAttribute) String() string
- type FpgaImageState
- type FpgaInfo
- type GetCapacityReservationUsageInput
- func (s GetCapacityReservationUsageInput) GoString() string
- func (s *GetCapacityReservationUsageInput) SetCapacityReservationId(v string) *GetCapacityReservationUsageInput
- func (s *GetCapacityReservationUsageInput) SetDryRun(v bool) *GetCapacityReservationUsageInput
- func (s *GetCapacityReservationUsageInput) SetMaxResults(v int64) *GetCapacityReservationUsageInput
- func (s *GetCapacityReservationUsageInput) SetNextToken(v string) *GetCapacityReservationUsageInput
- func (s GetCapacityReservationUsageInput) String() string
- func (s *GetCapacityReservationUsageInput) Validate() error
- type GetCapacityReservationUsageOutput
- func (s GetCapacityReservationUsageOutput) GoString() string
- func (s *GetCapacityReservationUsageOutput) SetAvailableInstanceCount(v int64) *GetCapacityReservationUsageOutput
- func (s *GetCapacityReservationUsageOutput) SetCapacityReservationId(v string) *GetCapacityReservationUsageOutput
- func (s *GetCapacityReservationUsageOutput) SetInstanceType(v string) *GetCapacityReservationUsageOutput
- func (s *GetCapacityReservationUsageOutput) SetInstanceUsages(v []*InstanceUsage) *GetCapacityReservationUsageOutput
- func (s *GetCapacityReservationUsageOutput) SetNextToken(v string) *GetCapacityReservationUsageOutput
- func (s *GetCapacityReservationUsageOutput) SetState(v string) *GetCapacityReservationUsageOutput
- func (s *GetCapacityReservationUsageOutput) SetTotalInstanceCount(v int64) *GetCapacityReservationUsageOutput
- func (s GetCapacityReservationUsageOutput) String() string
- type GetCoipPoolUsageInput
- func (s GetCoipPoolUsageInput) GoString() string
- func (s *GetCoipPoolUsageInput) SetDryRun(v bool) *GetCoipPoolUsageInput
- func (s *GetCoipPoolUsageInput) SetFilters(v []*Filter) *GetCoipPoolUsageInput
- func (s *GetCoipPoolUsageInput) SetMaxResults(v int64) *GetCoipPoolUsageInput
- func (s *GetCoipPoolUsageInput) SetNextToken(v string) *GetCoipPoolUsageInput
- func (s *GetCoipPoolUsageInput) SetPoolId(v string) *GetCoipPoolUsageInput
- func (s GetCoipPoolUsageInput) String() string
- func (s *GetCoipPoolUsageInput) Validate() error
- type GetCoipPoolUsageOutput
- func (s GetCoipPoolUsageOutput) GoString() string
- func (s *GetCoipPoolUsageOutput) SetCoipAddressUsages(v []*CoipAddressUsage) *GetCoipPoolUsageOutput
- func (s *GetCoipPoolUsageOutput) SetCoipPoolId(v string) *GetCoipPoolUsageOutput
- func (s *GetCoipPoolUsageOutput) SetLocalGatewayRouteTableId(v string) *GetCoipPoolUsageOutput
- func (s GetCoipPoolUsageOutput) String() string
- type GetConsoleOutputInput
- func (s GetConsoleOutputInput) GoString() string
- func (s *GetConsoleOutputInput) SetDryRun(v bool) *GetConsoleOutputInput
- func (s *GetConsoleOutputInput) SetInstanceId(v string) *GetConsoleOutputInput
- func (s *GetConsoleOutputInput) SetLatest(v bool) *GetConsoleOutputInput
- func (s GetConsoleOutputInput) String() string
- func (s *GetConsoleOutputInput) Validate() error
- type GetConsoleOutputOutput
- func (s GetConsoleOutputOutput) GoString() string
- func (s *GetConsoleOutputOutput) SetInstanceId(v string) *GetConsoleOutputOutput
- func (s *GetConsoleOutputOutput) SetOutput(v string) *GetConsoleOutputOutput
- func (s *GetConsoleOutputOutput) SetTimestamp(v time.Time) *GetConsoleOutputOutput
- func (s GetConsoleOutputOutput) String() string
- type GetConsoleScreenshotInput
- func (s GetConsoleScreenshotInput) GoString() string
- func (s *GetConsoleScreenshotInput) SetDryRun(v bool) *GetConsoleScreenshotInput
- func (s *GetConsoleScreenshotInput) SetInstanceId(v string) *GetConsoleScreenshotInput
- func (s *GetConsoleScreenshotInput) SetWakeUp(v bool) *GetConsoleScreenshotInput
- func (s GetConsoleScreenshotInput) String() string
- func (s *GetConsoleScreenshotInput) Validate() error
- type GetConsoleScreenshotOutput
- type GetDefaultCreditSpecificationInput
- func (s GetDefaultCreditSpecificationInput) GoString() string
- func (s *GetDefaultCreditSpecificationInput) SetDryRun(v bool) *GetDefaultCreditSpecificationInput
- func (s *GetDefaultCreditSpecificationInput) SetInstanceFamily(v string) *GetDefaultCreditSpecificationInput
- func (s GetDefaultCreditSpecificationInput) String() string
- func (s *GetDefaultCreditSpecificationInput) Validate() error
- type GetDefaultCreditSpecificationOutput
- type GetEbsDefaultKmsKeyIdInput
- type GetEbsDefaultKmsKeyIdOutput
- type GetEbsEncryptionByDefaultInput
- type GetEbsEncryptionByDefaultOutput
- type GetHostReservationPurchasePreviewInput
- func (s GetHostReservationPurchasePreviewInput) GoString() string
- func (s *GetHostReservationPurchasePreviewInput) SetHostIdSet(v []*string) *GetHostReservationPurchasePreviewInput
- func (s *GetHostReservationPurchasePreviewInput) SetOfferingId(v string) *GetHostReservationPurchasePreviewInput
- func (s GetHostReservationPurchasePreviewInput) String() string
- func (s *GetHostReservationPurchasePreviewInput) Validate() error
- type GetHostReservationPurchasePreviewOutput
- func (s GetHostReservationPurchasePreviewOutput) GoString() string
- func (s *GetHostReservationPurchasePreviewOutput) SetCurrencyCode(v string) *GetHostReservationPurchasePreviewOutput
- func (s *GetHostReservationPurchasePreviewOutput) SetPurchase(v []*Purchase) *GetHostReservationPurchasePreviewOutput
- func (s *GetHostReservationPurchasePreviewOutput) SetTotalHourlyPrice(v string) *GetHostReservationPurchasePreviewOutput
- func (s *GetHostReservationPurchasePreviewOutput) SetTotalUpfrontPrice(v string) *GetHostReservationPurchasePreviewOutput
- func (s GetHostReservationPurchasePreviewOutput) String() string
- type GetLaunchTemplateDataInput
- func (s GetLaunchTemplateDataInput) GoString() string
- func (s *GetLaunchTemplateDataInput) SetDryRun(v bool) *GetLaunchTemplateDataInput
- func (s *GetLaunchTemplateDataInput) SetInstanceId(v string) *GetLaunchTemplateDataInput
- func (s GetLaunchTemplateDataInput) String() string
- func (s *GetLaunchTemplateDataInput) Validate() error
- type GetLaunchTemplateDataOutput
- type GetPasswordDataInput
- type GetPasswordDataOutput
- func (s GetPasswordDataOutput) GoString() string
- func (s *GetPasswordDataOutput) SetInstanceId(v string) *GetPasswordDataOutput
- func (s *GetPasswordDataOutput) SetPasswordData(v string) *GetPasswordDataOutput
- func (s *GetPasswordDataOutput) SetTimestamp(v time.Time) *GetPasswordDataOutput
- func (s GetPasswordDataOutput) String() string
- type GetReservedInstancesExchangeQuoteInput
- func (s GetReservedInstancesExchangeQuoteInput) GoString() string
- func (s *GetReservedInstancesExchangeQuoteInput) SetDryRun(v bool) *GetReservedInstancesExchangeQuoteInput
- func (s *GetReservedInstancesExchangeQuoteInput) SetReservedInstanceIds(v []*string) *GetReservedInstancesExchangeQuoteInput
- func (s *GetReservedInstancesExchangeQuoteInput) SetTargetConfigurations(v []*TargetConfigurationRequest) *GetReservedInstancesExchangeQuoteInput
- func (s GetReservedInstancesExchangeQuoteInput) String() string
- func (s *GetReservedInstancesExchangeQuoteInput) Validate() error
- type GetReservedInstancesExchangeQuoteOutput
- func (s GetReservedInstancesExchangeQuoteOutput) GoString() string
- func (s *GetReservedInstancesExchangeQuoteOutput) SetCurrencyCode(v string) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetIsValidExchange(v bool) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetOutputReservedInstancesWillExpireAt(v time.Time) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetPaymentDue(v string) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetReservedInstanceValueRollup(v *ReservationValue) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetReservedInstanceValueSet(v []*ReservedInstanceReservationValue) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetTargetConfigurationValueRollup(v *ReservationValue) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetTargetConfigurationValueSet(v []*TargetReservationValue) *GetReservedInstancesExchangeQuoteOutput
- func (s *GetReservedInstancesExchangeQuoteOutput) SetValidationFailureReason(v string) *GetReservedInstancesExchangeQuoteOutput
- func (s GetReservedInstancesExchangeQuoteOutput) String() string
- type GetTransitGatewayAttachmentPropagationsInput
- func (s GetTransitGatewayAttachmentPropagationsInput) GoString() string
- func (s *GetTransitGatewayAttachmentPropagationsInput) SetDryRun(v bool) *GetTransitGatewayAttachmentPropagationsInput
- func (s *GetTransitGatewayAttachmentPropagationsInput) SetFilters(v []*Filter) *GetTransitGatewayAttachmentPropagationsInput
- func (s *GetTransitGatewayAttachmentPropagationsInput) SetMaxResults(v int64) *GetTransitGatewayAttachmentPropagationsInput
- func (s *GetTransitGatewayAttachmentPropagationsInput) SetNextToken(v string) *GetTransitGatewayAttachmentPropagationsInput
- func (s *GetTransitGatewayAttachmentPropagationsInput) SetTransitGatewayAttachmentId(v string) *GetTransitGatewayAttachmentPropagationsInput
- func (s GetTransitGatewayAttachmentPropagationsInput) String() string
- func (s *GetTransitGatewayAttachmentPropagationsInput) Validate() error
- type GetTransitGatewayAttachmentPropagationsOutput
- func (s GetTransitGatewayAttachmentPropagationsOutput) GoString() string
- func (s *GetTransitGatewayAttachmentPropagationsOutput) SetNextToken(v string) *GetTransitGatewayAttachmentPropagationsOutput
- func (s *GetTransitGatewayAttachmentPropagationsOutput) SetTransitGatewayAttachmentPropagations(v []*TransitGatewayAttachmentPropagation) *GetTransitGatewayAttachmentPropagationsOutput
- func (s GetTransitGatewayAttachmentPropagationsOutput) String() string
- type GetTransitGatewayMulticastDomainAssociationsInput
- func (s GetTransitGatewayMulticastDomainAssociationsInput) GoString() string
- func (s *GetTransitGatewayMulticastDomainAssociationsInput) SetDryRun(v bool) *GetTransitGatewayMulticastDomainAssociationsInput
- func (s *GetTransitGatewayMulticastDomainAssociationsInput) SetFilters(v []*Filter) *GetTransitGatewayMulticastDomainAssociationsInput
- func (s *GetTransitGatewayMulticastDomainAssociationsInput) SetMaxResults(v int64) *GetTransitGatewayMulticastDomainAssociationsInput
- func (s *GetTransitGatewayMulticastDomainAssociationsInput) SetNextToken(v string) *GetTransitGatewayMulticastDomainAssociationsInput
- func (s *GetTransitGatewayMulticastDomainAssociationsInput) SetTransitGatewayMulticastDomainId(v string) *GetTransitGatewayMulticastDomainAssociationsInput
- func (s GetTransitGatewayMulticastDomainAssociationsInput) String() string
- func (s *GetTransitGatewayMulticastDomainAssociationsInput) Validate() error
- type GetTransitGatewayMulticastDomainAssociationsOutput
- func (s GetTransitGatewayMulticastDomainAssociationsOutput) GoString() string
- func (s *GetTransitGatewayMulticastDomainAssociationsOutput) SetMulticastDomainAssociations(v []*TransitGatewayMulticastDomainAssociation) *GetTransitGatewayMulticastDomainAssociationsOutput
- func (s *GetTransitGatewayMulticastDomainAssociationsOutput) SetNextToken(v string) *GetTransitGatewayMulticastDomainAssociationsOutput
- func (s GetTransitGatewayMulticastDomainAssociationsOutput) String() string
- type GetTransitGatewayRouteTableAssociationsInput
- func (s GetTransitGatewayRouteTableAssociationsInput) GoString() string
- func (s *GetTransitGatewayRouteTableAssociationsInput) SetDryRun(v bool) *GetTransitGatewayRouteTableAssociationsInput
- func (s *GetTransitGatewayRouteTableAssociationsInput) SetFilters(v []*Filter) *GetTransitGatewayRouteTableAssociationsInput
- func (s *GetTransitGatewayRouteTableAssociationsInput) SetMaxResults(v int64) *GetTransitGatewayRouteTableAssociationsInput
- func (s *GetTransitGatewayRouteTableAssociationsInput) SetNextToken(v string) *GetTransitGatewayRouteTableAssociationsInput
- func (s *GetTransitGatewayRouteTableAssociationsInput) SetTransitGatewayRouteTableId(v string) *GetTransitGatewayRouteTableAssociationsInput
- func (s GetTransitGatewayRouteTableAssociationsInput) String() string
- func (s *GetTransitGatewayRouteTableAssociationsInput) Validate() error
- type GetTransitGatewayRouteTableAssociationsOutput
- func (s GetTransitGatewayRouteTableAssociationsOutput) GoString() string
- func (s *GetTransitGatewayRouteTableAssociationsOutput) SetAssociations(v []*TransitGatewayRouteTableAssociation) *GetTransitGatewayRouteTableAssociationsOutput
- func (s *GetTransitGatewayRouteTableAssociationsOutput) SetNextToken(v string) *GetTransitGatewayRouteTableAssociationsOutput
- func (s GetTransitGatewayRouteTableAssociationsOutput) String() string
- type GetTransitGatewayRouteTablePropagationsInput
- func (s GetTransitGatewayRouteTablePropagationsInput) GoString() string
- func (s *GetTransitGatewayRouteTablePropagationsInput) SetDryRun(v bool) *GetTransitGatewayRouteTablePropagationsInput
- func (s *GetTransitGatewayRouteTablePropagationsInput) SetFilters(v []*Filter) *GetTransitGatewayRouteTablePropagationsInput
- func (s *GetTransitGatewayRouteTablePropagationsInput) SetMaxResults(v int64) *GetTransitGatewayRouteTablePropagationsInput
- func (s *GetTransitGatewayRouteTablePropagationsInput) SetNextToken(v string) *GetTransitGatewayRouteTablePropagationsInput
- func (s *GetTransitGatewayRouteTablePropagationsInput) SetTransitGatewayRouteTableId(v string) *GetTransitGatewayRouteTablePropagationsInput
- func (s GetTransitGatewayRouteTablePropagationsInput) String() string
- func (s *GetTransitGatewayRouteTablePropagationsInput) Validate() error
- type GetTransitGatewayRouteTablePropagationsOutput
- func (s GetTransitGatewayRouteTablePropagationsOutput) GoString() string
- func (s *GetTransitGatewayRouteTablePropagationsOutput) SetNextToken(v string) *GetTransitGatewayRouteTablePropagationsOutput
- func (s *GetTransitGatewayRouteTablePropagationsOutput) SetTransitGatewayRouteTablePropagations(v []*TransitGatewayRouteTablePropagation) *GetTransitGatewayRouteTablePropagationsOutput
- func (s GetTransitGatewayRouteTablePropagationsOutput) String() string
- type GpuDeviceInfo
- func (s GpuDeviceInfo) GoString() string
- func (s *GpuDeviceInfo) SetCount(v int64) *GpuDeviceInfo
- func (s *GpuDeviceInfo) SetManufacturer(v string) *GpuDeviceInfo
- func (s *GpuDeviceInfo) SetMemoryInfo(v *GpuDeviceMemoryInfo) *GpuDeviceInfo
- func (s *GpuDeviceInfo) SetName(v string) *GpuDeviceInfo
- func (s GpuDeviceInfo) String() string
- type GpuDeviceMemoryInfo
- type GpuInfo
- type GroupIdentifier
- type HibernationOptions
- type HibernationOptionsRequest
- type HistoryRecord
- type HistoryRecordEntry
- func (s HistoryRecordEntry) GoString() string
- func (s *HistoryRecordEntry) SetEventInformation(v *EventInformation) *HistoryRecordEntry
- func (s *HistoryRecordEntry) SetEventType(v string) *HistoryRecordEntry
- func (s *HistoryRecordEntry) SetTimestamp(v time.Time) *HistoryRecordEntry
- func (s HistoryRecordEntry) String() string
- type Host
- func (s Host) GoString() string
- func (s *Host) SetAllocationTime(v time.Time) *Host
- func (s *Host) SetAllowsMultipleInstanceTypes(v string) *Host
- func (s *Host) SetAutoPlacement(v string) *Host
- func (s *Host) SetAvailabilityZone(v string) *Host
- func (s *Host) SetAvailabilityZoneId(v string) *Host
- func (s *Host) SetAvailableCapacity(v *AvailableCapacity) *Host
- func (s *Host) SetClientToken(v string) *Host
- func (s *Host) SetHostId(v string) *Host
- func (s *Host) SetHostProperties(v *HostProperties) *Host
- func (s *Host) SetHostRecovery(v string) *Host
- func (s *Host) SetHostReservationId(v string) *Host
- func (s *Host) SetInstances(v []*HostInstance) *Host
- func (s *Host) SetMemberOfServiceLinkedResourceGroup(v bool) *Host
- func (s *Host) SetOwnerId(v string) *Host
- func (s *Host) SetReleaseTime(v time.Time) *Host
- func (s *Host) SetState(v string) *Host
- func (s *Host) SetTags(v []*Tag) *Host
- func (s Host) String() string
- type HostInstance
- type HostOffering
- func (s HostOffering) GoString() string
- func (s *HostOffering) SetCurrencyCode(v string) *HostOffering
- func (s *HostOffering) SetDuration(v int64) *HostOffering
- func (s *HostOffering) SetHourlyPrice(v string) *HostOffering
- func (s *HostOffering) SetInstanceFamily(v string) *HostOffering
- func (s *HostOffering) SetOfferingId(v string) *HostOffering
- func (s *HostOffering) SetPaymentOption(v string) *HostOffering
- func (s *HostOffering) SetUpfrontPrice(v string) *HostOffering
- func (s HostOffering) String() string
- type HostProperties
- func (s HostProperties) GoString() string
- func (s *HostProperties) SetCores(v int64) *HostProperties
- func (s *HostProperties) SetInstanceFamily(v string) *HostProperties
- func (s *HostProperties) SetInstanceType(v string) *HostProperties
- func (s *HostProperties) SetSockets(v int64) *HostProperties
- func (s *HostProperties) SetTotalVCpus(v int64) *HostProperties
- func (s HostProperties) String() string
- type HostReservation
- func (s HostReservation) GoString() string
- func (s *HostReservation) SetCount(v int64) *HostReservation
- func (s *HostReservation) SetCurrencyCode(v string) *HostReservation
- func (s *HostReservation) SetDuration(v int64) *HostReservation
- func (s *HostReservation) SetEnd(v time.Time) *HostReservation
- func (s *HostReservation) SetHostIdSet(v []*string) *HostReservation
- func (s *HostReservation) SetHostReservationId(v string) *HostReservation
- func (s *HostReservation) SetHourlyPrice(v string) *HostReservation
- func (s *HostReservation) SetInstanceFamily(v string) *HostReservation
- func (s *HostReservation) SetOfferingId(v string) *HostReservation
- func (s *HostReservation) SetPaymentOption(v string) *HostReservation
- func (s *HostReservation) SetStart(v time.Time) *HostReservation
- func (s *HostReservation) SetState(v string) *HostReservation
- func (s *HostReservation) SetTags(v []*Tag) *HostReservation
- func (s *HostReservation) SetUpfrontPrice(v string) *HostReservation
- func (s HostReservation) String() string
- type IKEVersionsListValue
- type IKEVersionsRequestListValue
- type IamInstanceProfile
- type IamInstanceProfileAssociation
- func (s IamInstanceProfileAssociation) GoString() string
- func (s *IamInstanceProfileAssociation) SetAssociationId(v string) *IamInstanceProfileAssociation
- func (s *IamInstanceProfileAssociation) SetIamInstanceProfile(v *IamInstanceProfile) *IamInstanceProfileAssociation
- func (s *IamInstanceProfileAssociation) SetInstanceId(v string) *IamInstanceProfileAssociation
- func (s *IamInstanceProfileAssociation) SetState(v string) *IamInstanceProfileAssociation
- func (s *IamInstanceProfileAssociation) SetTimestamp(v time.Time) *IamInstanceProfileAssociation
- func (s IamInstanceProfileAssociation) String() string
- type IamInstanceProfileSpecification
- func (s IamInstanceProfileSpecification) GoString() string
- func (s *IamInstanceProfileSpecification) SetArn(v string) *IamInstanceProfileSpecification
- func (s *IamInstanceProfileSpecification) SetName(v string) *IamInstanceProfileSpecification
- func (s IamInstanceProfileSpecification) String() string
- type IcmpTypeCode
- type IdFormat
- type Image
- func (s Image) GoString() string
- func (s *Image) SetArchitecture(v string) *Image
- func (s *Image) SetBlockDeviceMappings(v []*BlockDeviceMapping) *Image
- func (s *Image) SetCreationDate(v string) *Image
- func (s *Image) SetDescription(v string) *Image
- func (s *Image) SetEnaSupport(v bool) *Image
- func (s *Image) SetHypervisor(v string) *Image
- func (s *Image) SetImageId(v string) *Image
- func (s *Image) SetImageLocation(v string) *Image
- func (s *Image) SetImageOwnerAlias(v string) *Image
- func (s *Image) SetImageType(v string) *Image
- func (s *Image) SetKernelId(v string) *Image
- func (s *Image) SetName(v string) *Image
- func (s *Image) SetOwnerId(v string) *Image
- func (s *Image) SetPlatform(v string) *Image
- func (s *Image) SetProductCodes(v []*ProductCode) *Image
- func (s *Image) SetPublic(v bool) *Image
- func (s *Image) SetRamdiskId(v string) *Image
- func (s *Image) SetRootDeviceName(v string) *Image
- func (s *Image) SetRootDeviceType(v string) *Image
- func (s *Image) SetSriovNetSupport(v string) *Image
- func (s *Image) SetState(v string) *Image
- func (s *Image) SetStateReason(v *StateReason) *Image
- func (s *Image) SetTags(v []*Tag) *Image
- func (s *Image) SetVirtualizationType(v string) *Image
- func (s Image) String() string
- type ImageDiskContainer
- func (s ImageDiskContainer) GoString() string
- func (s *ImageDiskContainer) SetDescription(v string) *ImageDiskContainer
- func (s *ImageDiskContainer) SetDeviceName(v string) *ImageDiskContainer
- func (s *ImageDiskContainer) SetFormat(v string) *ImageDiskContainer
- func (s *ImageDiskContainer) SetSnapshotId(v string) *ImageDiskContainer
- func (s *ImageDiskContainer) SetUrl(v string) *ImageDiskContainer
- func (s *ImageDiskContainer) SetUserBucket(v *UserBucket) *ImageDiskContainer
- func (s ImageDiskContainer) String() string
- type ImportClientVpnClientCertificateRevocationListInput
- func (s ImportClientVpnClientCertificateRevocationListInput) GoString() string
- func (s *ImportClientVpnClientCertificateRevocationListInput) SetCertificateRevocationList(v string) *ImportClientVpnClientCertificateRevocationListInput
- func (s *ImportClientVpnClientCertificateRevocationListInput) SetClientVpnEndpointId(v string) *ImportClientVpnClientCertificateRevocationListInput
- func (s *ImportClientVpnClientCertificateRevocationListInput) SetDryRun(v bool) *ImportClientVpnClientCertificateRevocationListInput
- func (s ImportClientVpnClientCertificateRevocationListInput) String() string
- func (s *ImportClientVpnClientCertificateRevocationListInput) Validate() error
- type ImportClientVpnClientCertificateRevocationListOutput
- type ImportImageInput
- func (s ImportImageInput) GoString() string
- func (s *ImportImageInput) SetArchitecture(v string) *ImportImageInput
- func (s *ImportImageInput) SetClientData(v *ClientData) *ImportImageInput
- func (s *ImportImageInput) SetClientToken(v string) *ImportImageInput
- func (s *ImportImageInput) SetDescription(v string) *ImportImageInput
- func (s *ImportImageInput) SetDiskContainers(v []*ImageDiskContainer) *ImportImageInput
- func (s *ImportImageInput) SetDryRun(v bool) *ImportImageInput
- func (s *ImportImageInput) SetEncrypted(v bool) *ImportImageInput
- func (s *ImportImageInput) SetHypervisor(v string) *ImportImageInput
- func (s *ImportImageInput) SetKmsKeyId(v string) *ImportImageInput
- func (s *ImportImageInput) SetLicenseSpecifications(v []*ImportImageLicenseConfigurationRequest) *ImportImageInput
- func (s *ImportImageInput) SetLicenseType(v string) *ImportImageInput
- func (s *ImportImageInput) SetPlatform(v string) *ImportImageInput
- func (s *ImportImageInput) SetRoleName(v string) *ImportImageInput
- func (s ImportImageInput) String() string
- type ImportImageLicenseConfigurationRequest
- type ImportImageLicenseConfigurationResponse
- type ImportImageOutput
- func (s ImportImageOutput) GoString() string
- func (s *ImportImageOutput) SetArchitecture(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetDescription(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetEncrypted(v bool) *ImportImageOutput
- func (s *ImportImageOutput) SetHypervisor(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetImageId(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetImportTaskId(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetKmsKeyId(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetLicenseSpecifications(v []*ImportImageLicenseConfigurationResponse) *ImportImageOutput
- func (s *ImportImageOutput) SetLicenseType(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetPlatform(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetProgress(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetSnapshotDetails(v []*SnapshotDetail) *ImportImageOutput
- func (s *ImportImageOutput) SetStatus(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetStatusMessage(v string) *ImportImageOutput
- func (s ImportImageOutput) String() string
- type ImportImageTask
- func (s ImportImageTask) GoString() string
- func (s *ImportImageTask) SetArchitecture(v string) *ImportImageTask
- func (s *ImportImageTask) SetDescription(v string) *ImportImageTask
- func (s *ImportImageTask) SetEncrypted(v bool) *ImportImageTask
- func (s *ImportImageTask) SetHypervisor(v string) *ImportImageTask
- func (s *ImportImageTask) SetImageId(v string) *ImportImageTask
- func (s *ImportImageTask) SetImportTaskId(v string) *ImportImageTask
- func (s *ImportImageTask) SetKmsKeyId(v string) *ImportImageTask
- func (s *ImportImageTask) SetLicenseSpecifications(v []*ImportImageLicenseConfigurationResponse) *ImportImageTask
- func (s *ImportImageTask) SetLicenseType(v string) *ImportImageTask
- func (s *ImportImageTask) SetPlatform(v string) *ImportImageTask
- func (s *ImportImageTask) SetProgress(v string) *ImportImageTask
- func (s *ImportImageTask) SetSnapshotDetails(v []*SnapshotDetail) *ImportImageTask
- func (s *ImportImageTask) SetStatus(v string) *ImportImageTask
- func (s *ImportImageTask) SetStatusMessage(v string) *ImportImageTask
- func (s *ImportImageTask) SetTags(v []*Tag) *ImportImageTask
- func (s ImportImageTask) String() string
- type ImportInstanceInput
- func (s ImportInstanceInput) GoString() string
- func (s *ImportInstanceInput) SetDescription(v string) *ImportInstanceInput
- func (s *ImportInstanceInput) SetDiskImages(v []*DiskImage) *ImportInstanceInput
- func (s *ImportInstanceInput) SetDryRun(v bool) *ImportInstanceInput
- func (s *ImportInstanceInput) SetLaunchSpecification(v *ImportInstanceLaunchSpecification) *ImportInstanceInput
- func (s *ImportInstanceInput) SetPlatform(v string) *ImportInstanceInput
- func (s ImportInstanceInput) String() string
- func (s *ImportInstanceInput) Validate() error
- type ImportInstanceLaunchSpecification
- func (s ImportInstanceLaunchSpecification) GoString() string
- func (s *ImportInstanceLaunchSpecification) SetAdditionalInfo(v string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetArchitecture(v string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetGroupIds(v []*string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetGroupNames(v []*string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetInstanceInitiatedShutdownBehavior(v string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetInstanceType(v string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetMonitoring(v bool) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetPlacement(v *Placement) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetPrivateIpAddress(v string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetSubnetId(v string) *ImportInstanceLaunchSpecification
- func (s *ImportInstanceLaunchSpecification) SetUserData(v *UserData) *ImportInstanceLaunchSpecification
- func (s ImportInstanceLaunchSpecification) String() string
- type ImportInstanceOutput
- type ImportInstanceTaskDetails
- func (s ImportInstanceTaskDetails) GoString() string
- func (s *ImportInstanceTaskDetails) SetDescription(v string) *ImportInstanceTaskDetails
- func (s *ImportInstanceTaskDetails) SetInstanceId(v string) *ImportInstanceTaskDetails
- func (s *ImportInstanceTaskDetails) SetPlatform(v string) *ImportInstanceTaskDetails
- func (s *ImportInstanceTaskDetails) SetVolumes(v []*ImportInstanceVolumeDetailItem) *ImportInstanceTaskDetails
- func (s ImportInstanceTaskDetails) String() string
- type ImportInstanceVolumeDetailItem
- func (s ImportInstanceVolumeDetailItem) GoString() string
- func (s *ImportInstanceVolumeDetailItem) SetAvailabilityZone(v string) *ImportInstanceVolumeDetailItem
- func (s *ImportInstanceVolumeDetailItem) SetBytesConverted(v int64) *ImportInstanceVolumeDetailItem
- func (s *ImportInstanceVolumeDetailItem) SetDescription(v string) *ImportInstanceVolumeDetailItem
- func (s *ImportInstanceVolumeDetailItem) SetImage(v *DiskImageDescription) *ImportInstanceVolumeDetailItem
- func (s *ImportInstanceVolumeDetailItem) SetStatus(v string) *ImportInstanceVolumeDetailItem
- func (s *ImportInstanceVolumeDetailItem) SetStatusMessage(v string) *ImportInstanceVolumeDetailItem
- func (s *ImportInstanceVolumeDetailItem) SetVolume(v *DiskImageVolumeDescription) *ImportInstanceVolumeDetailItem
- func (s ImportInstanceVolumeDetailItem) String() string
- type ImportKeyPairInput
- func (s ImportKeyPairInput) GoString() string
- func (s *ImportKeyPairInput) SetDryRun(v bool) *ImportKeyPairInput
- func (s *ImportKeyPairInput) SetKeyName(v string) *ImportKeyPairInput
- func (s *ImportKeyPairInput) SetPublicKeyMaterial(v []byte) *ImportKeyPairInput
- func (s ImportKeyPairInput) String() string
- func (s *ImportKeyPairInput) Validate() error
- type ImportKeyPairOutput
- type ImportSnapshotInput
- func (s ImportSnapshotInput) GoString() string
- func (s *ImportSnapshotInput) SetClientData(v *ClientData) *ImportSnapshotInput
- func (s *ImportSnapshotInput) SetClientToken(v string) *ImportSnapshotInput
- func (s *ImportSnapshotInput) SetDescription(v string) *ImportSnapshotInput
- func (s *ImportSnapshotInput) SetDiskContainer(v *SnapshotDiskContainer) *ImportSnapshotInput
- func (s *ImportSnapshotInput) SetDryRun(v bool) *ImportSnapshotInput
- func (s *ImportSnapshotInput) SetEncrypted(v bool) *ImportSnapshotInput
- func (s *ImportSnapshotInput) SetKmsKeyId(v string) *ImportSnapshotInput
- func (s *ImportSnapshotInput) SetRoleName(v string) *ImportSnapshotInput
- func (s ImportSnapshotInput) String() string
- type ImportSnapshotOutput
- func (s ImportSnapshotOutput) GoString() string
- func (s *ImportSnapshotOutput) SetDescription(v string) *ImportSnapshotOutput
- func (s *ImportSnapshotOutput) SetImportTaskId(v string) *ImportSnapshotOutput
- func (s *ImportSnapshotOutput) SetSnapshotTaskDetail(v *SnapshotTaskDetail) *ImportSnapshotOutput
- func (s ImportSnapshotOutput) String() string
- type ImportSnapshotTask
- func (s ImportSnapshotTask) GoString() string
- func (s *ImportSnapshotTask) SetDescription(v string) *ImportSnapshotTask
- func (s *ImportSnapshotTask) SetImportTaskId(v string) *ImportSnapshotTask
- func (s *ImportSnapshotTask) SetSnapshotTaskDetail(v *SnapshotTaskDetail) *ImportSnapshotTask
- func (s *ImportSnapshotTask) SetTags(v []*Tag) *ImportSnapshotTask
- func (s ImportSnapshotTask) String() string
- type ImportVolumeInput
- func (s ImportVolumeInput) GoString() string
- func (s *ImportVolumeInput) SetAvailabilityZone(v string) *ImportVolumeInput
- func (s *ImportVolumeInput) SetDescription(v string) *ImportVolumeInput
- func (s *ImportVolumeInput) SetDryRun(v bool) *ImportVolumeInput
- func (s *ImportVolumeInput) SetImage(v *DiskImageDetail) *ImportVolumeInput
- func (s *ImportVolumeInput) SetVolume(v *VolumeDetail) *ImportVolumeInput
- func (s ImportVolumeInput) String() string
- func (s *ImportVolumeInput) Validate() error
- type ImportVolumeOutput
- type ImportVolumeTaskDetails
- func (s ImportVolumeTaskDetails) GoString() string
- func (s *ImportVolumeTaskDetails) SetAvailabilityZone(v string) *ImportVolumeTaskDetails
- func (s *ImportVolumeTaskDetails) SetBytesConverted(v int64) *ImportVolumeTaskDetails
- func (s *ImportVolumeTaskDetails) SetDescription(v string) *ImportVolumeTaskDetails
- func (s *ImportVolumeTaskDetails) SetImage(v *DiskImageDescription) *ImportVolumeTaskDetails
- func (s *ImportVolumeTaskDetails) SetVolume(v *DiskImageVolumeDescription) *ImportVolumeTaskDetails
- func (s ImportVolumeTaskDetails) String() string
- type InferenceAcceleratorInfo
- type InferenceDeviceInfo
- func (s InferenceDeviceInfo) GoString() string
- func (s *InferenceDeviceInfo) SetCount(v int64) *InferenceDeviceInfo
- func (s *InferenceDeviceInfo) SetManufacturer(v string) *InferenceDeviceInfo
- func (s *InferenceDeviceInfo) SetName(v string) *InferenceDeviceInfo
- func (s InferenceDeviceInfo) String() string
- type Instance
- func (s Instance) GoString() string
- func (s *Instance) SetAmiLaunchIndex(v int64) *Instance
- func (s *Instance) SetArchitecture(v string) *Instance
- func (s *Instance) SetBlockDeviceMappings(v []*InstanceBlockDeviceMapping) *Instance
- func (s *Instance) SetCapacityReservationId(v string) *Instance
- func (s *Instance) SetCapacityReservationSpecification(v *CapacityReservationSpecificationResponse) *Instance
- func (s *Instance) SetClientToken(v string) *Instance
- func (s *Instance) SetCpuOptions(v *CpuOptions) *Instance
- func (s *Instance) SetEbsOptimized(v bool) *Instance
- func (s *Instance) SetElasticGpuAssociations(v []*ElasticGpuAssociation) *Instance
- func (s *Instance) SetElasticInferenceAcceleratorAssociations(v []*ElasticInferenceAcceleratorAssociation) *Instance
- func (s *Instance) SetEnaSupport(v bool) *Instance
- func (s *Instance) SetHibernationOptions(v *HibernationOptions) *Instance
- func (s *Instance) SetHypervisor(v string) *Instance
- func (s *Instance) SetIamInstanceProfile(v *IamInstanceProfile) *Instance
- func (s *Instance) SetImageId(v string) *Instance
- func (s *Instance) SetInstanceId(v string) *Instance
- func (s *Instance) SetInstanceLifecycle(v string) *Instance
- func (s *Instance) SetInstanceType(v string) *Instance
- func (s *Instance) SetKernelId(v string) *Instance
- func (s *Instance) SetKeyName(v string) *Instance
- func (s *Instance) SetLaunchTime(v time.Time) *Instance
- func (s *Instance) SetLicenses(v []*LicenseConfiguration) *Instance
- func (s *Instance) SetMetadataOptions(v *InstanceMetadataOptionsResponse) *Instance
- func (s *Instance) SetMonitoring(v *Monitoring) *Instance
- func (s *Instance) SetNetworkInterfaces(v []*InstanceNetworkInterface) *Instance
- func (s *Instance) SetOutpostArn(v string) *Instance
- func (s *Instance) SetPlacement(v *Placement) *Instance
- func (s *Instance) SetPlatform(v string) *Instance
- func (s *Instance) SetPrivateDnsName(v string) *Instance
- func (s *Instance) SetPrivateIpAddress(v string) *Instance
- func (s *Instance) SetProductCodes(v []*ProductCode) *Instance
- func (s *Instance) SetPublicDnsName(v string) *Instance
- func (s *Instance) SetPublicIpAddress(v string) *Instance
- func (s *Instance) SetRamdiskId(v string) *Instance
- func (s *Instance) SetRootDeviceName(v string) *Instance
- func (s *Instance) SetRootDeviceType(v string) *Instance
- func (s *Instance) SetSecurityGroups(v []*GroupIdentifier) *Instance
- func (s *Instance) SetSourceDestCheck(v bool) *Instance
- func (s *Instance) SetSpotInstanceRequestId(v string) *Instance
- func (s *Instance) SetSriovNetSupport(v string) *Instance
- func (s *Instance) SetState(v *InstanceState) *Instance
- func (s *Instance) SetStateReason(v *StateReason) *Instance
- func (s *Instance) SetStateTransitionReason(v string) *Instance
- func (s *Instance) SetSubnetId(v string) *Instance
- func (s *Instance) SetTags(v []*Tag) *Instance
- func (s *Instance) SetVirtualizationType(v string) *Instance
- func (s *Instance) SetVpcId(v string) *Instance
- func (s Instance) String() string
- type InstanceBlockDeviceMapping
- type InstanceBlockDeviceMappingSpecification
- func (s InstanceBlockDeviceMappingSpecification) GoString() string
- func (s *InstanceBlockDeviceMappingSpecification) SetDeviceName(v string) *InstanceBlockDeviceMappingSpecification
- func (s *InstanceBlockDeviceMappingSpecification) SetEbs(v *EbsInstanceBlockDeviceSpecification) *InstanceBlockDeviceMappingSpecification
- func (s *InstanceBlockDeviceMappingSpecification) SetNoDevice(v string) *InstanceBlockDeviceMappingSpecification
- func (s *InstanceBlockDeviceMappingSpecification) SetVirtualName(v string) *InstanceBlockDeviceMappingSpecification
- func (s InstanceBlockDeviceMappingSpecification) String() string
- type InstanceCapacity
- func (s InstanceCapacity) GoString() string
- func (s *InstanceCapacity) SetAvailableCapacity(v int64) *InstanceCapacity
- func (s *InstanceCapacity) SetInstanceType(v string) *InstanceCapacity
- func (s *InstanceCapacity) SetTotalCapacity(v int64) *InstanceCapacity
- func (s InstanceCapacity) String() string
- type InstanceCount
- type InstanceCreditSpecification
- type InstanceCreditSpecificationRequest
- func (s InstanceCreditSpecificationRequest) GoString() string
- func (s *InstanceCreditSpecificationRequest) SetCpuCredits(v string) *InstanceCreditSpecificationRequest
- func (s *InstanceCreditSpecificationRequest) SetInstanceId(v string) *InstanceCreditSpecificationRequest
- func (s InstanceCreditSpecificationRequest) String() string
- type InstanceExportDetails
- type InstanceFamilyCreditSpecification
- func (s InstanceFamilyCreditSpecification) GoString() string
- func (s *InstanceFamilyCreditSpecification) SetCpuCredits(v string) *InstanceFamilyCreditSpecification
- func (s *InstanceFamilyCreditSpecification) SetInstanceFamily(v string) *InstanceFamilyCreditSpecification
- func (s InstanceFamilyCreditSpecification) String() string
- type InstanceIpv6Address
- type InstanceIpv6AddressRequest
- type InstanceMarketOptionsRequest
- func (s InstanceMarketOptionsRequest) GoString() string
- func (s *InstanceMarketOptionsRequest) SetMarketType(v string) *InstanceMarketOptionsRequest
- func (s *InstanceMarketOptionsRequest) SetSpotOptions(v *SpotMarketOptions) *InstanceMarketOptionsRequest
- func (s InstanceMarketOptionsRequest) String() string
- type InstanceMetadataOptionsRequest
- func (s InstanceMetadataOptionsRequest) GoString() string
- func (s *InstanceMetadataOptionsRequest) SetHttpEndpoint(v string) *InstanceMetadataOptionsRequest
- func (s *InstanceMetadataOptionsRequest) SetHttpPutResponseHopLimit(v int64) *InstanceMetadataOptionsRequest
- func (s *InstanceMetadataOptionsRequest) SetHttpTokens(v string) *InstanceMetadataOptionsRequest
- func (s InstanceMetadataOptionsRequest) String() string
- type InstanceMetadataOptionsResponse
- func (s InstanceMetadataOptionsResponse) GoString() string
- func (s *InstanceMetadataOptionsResponse) SetHttpEndpoint(v string) *InstanceMetadataOptionsResponse
- func (s *InstanceMetadataOptionsResponse) SetHttpPutResponseHopLimit(v int64) *InstanceMetadataOptionsResponse
- func (s *InstanceMetadataOptionsResponse) SetHttpTokens(v string) *InstanceMetadataOptionsResponse
- func (s *InstanceMetadataOptionsResponse) SetState(v string) *InstanceMetadataOptionsResponse
- func (s InstanceMetadataOptionsResponse) String() string
- type InstanceMonitoring
- type InstanceNetworkInterface
- func (s InstanceNetworkInterface) GoString() string
- func (s *InstanceNetworkInterface) SetAssociation(v *InstanceNetworkInterfaceAssociation) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetAttachment(v *InstanceNetworkInterfaceAttachment) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetDescription(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetGroups(v []*GroupIdentifier) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetInterfaceType(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetIpv6Addresses(v []*InstanceIpv6Address) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetMacAddress(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetNetworkInterfaceId(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetOwnerId(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetPrivateDnsName(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetPrivateIpAddress(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetPrivateIpAddresses(v []*InstancePrivateIpAddress) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetSourceDestCheck(v bool) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetStatus(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetSubnetId(v string) *InstanceNetworkInterface
- func (s *InstanceNetworkInterface) SetVpcId(v string) *InstanceNetworkInterface
- func (s InstanceNetworkInterface) String() string
- type InstanceNetworkInterfaceAssociation
- func (s InstanceNetworkInterfaceAssociation) GoString() string
- func (s *InstanceNetworkInterfaceAssociation) SetIpOwnerId(v string) *InstanceNetworkInterfaceAssociation
- func (s *InstanceNetworkInterfaceAssociation) SetPublicDnsName(v string) *InstanceNetworkInterfaceAssociation
- func (s *InstanceNetworkInterfaceAssociation) SetPublicIp(v string) *InstanceNetworkInterfaceAssociation
- func (s InstanceNetworkInterfaceAssociation) String() string
- type InstanceNetworkInterfaceAttachment
- func (s InstanceNetworkInterfaceAttachment) GoString() string
- func (s *InstanceNetworkInterfaceAttachment) SetAttachTime(v time.Time) *InstanceNetworkInterfaceAttachment
- func (s *InstanceNetworkInterfaceAttachment) SetAttachmentId(v string) *InstanceNetworkInterfaceAttachment
- func (s *InstanceNetworkInterfaceAttachment) SetDeleteOnTermination(v bool) *InstanceNetworkInterfaceAttachment
- func (s *InstanceNetworkInterfaceAttachment) SetDeviceIndex(v int64) *InstanceNetworkInterfaceAttachment
- func (s *InstanceNetworkInterfaceAttachment) SetStatus(v string) *InstanceNetworkInterfaceAttachment
- func (s InstanceNetworkInterfaceAttachment) String() string
- type InstanceNetworkInterfaceSpecification
- func (s InstanceNetworkInterfaceSpecification) GoString() string
- func (s *InstanceNetworkInterfaceSpecification) SetAssociatePublicIpAddress(v bool) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetDeleteOnTermination(v bool) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetDescription(v string) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetDeviceIndex(v int64) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetGroups(v []*string) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetInterfaceType(v string) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetIpv6AddressCount(v int64) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetIpv6Addresses(v []*InstanceIpv6Address) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetNetworkInterfaceId(v string) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetPrivateIpAddress(v string) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetPrivateIpAddresses(v []*PrivateIpAddressSpecification) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetSecondaryPrivateIpAddressCount(v int64) *InstanceNetworkInterfaceSpecification
- func (s *InstanceNetworkInterfaceSpecification) SetSubnetId(v string) *InstanceNetworkInterfaceSpecification
- func (s InstanceNetworkInterfaceSpecification) String() string
- type InstancePrivateIpAddress
- func (s InstancePrivateIpAddress) GoString() string
- func (s *InstancePrivateIpAddress) SetAssociation(v *InstanceNetworkInterfaceAssociation) *InstancePrivateIpAddress
- func (s *InstancePrivateIpAddress) SetPrimary(v bool) *InstancePrivateIpAddress
- func (s *InstancePrivateIpAddress) SetPrivateDnsName(v string) *InstancePrivateIpAddress
- func (s *InstancePrivateIpAddress) SetPrivateIpAddress(v string) *InstancePrivateIpAddress
- func (s InstancePrivateIpAddress) String() string
- type InstanceSpecification
- type InstanceState
- type InstanceStateChange
- func (s InstanceStateChange) GoString() string
- func (s *InstanceStateChange) SetCurrentState(v *InstanceState) *InstanceStateChange
- func (s *InstanceStateChange) SetInstanceId(v string) *InstanceStateChange
- func (s *InstanceStateChange) SetPreviousState(v *InstanceState) *InstanceStateChange
- func (s InstanceStateChange) String() string
- type InstanceStatus
- func (s InstanceStatus) GoString() string
- func (s *InstanceStatus) SetAvailabilityZone(v string) *InstanceStatus
- func (s *InstanceStatus) SetEvents(v []*InstanceStatusEvent) *InstanceStatus
- func (s *InstanceStatus) SetInstanceId(v string) *InstanceStatus
- func (s *InstanceStatus) SetInstanceState(v *InstanceState) *InstanceStatus
- func (s *InstanceStatus) SetInstanceStatus(v *InstanceStatusSummary) *InstanceStatus
- func (s *InstanceStatus) SetOutpostArn(v string) *InstanceStatus
- func (s *InstanceStatus) SetSystemStatus(v *InstanceStatusSummary) *InstanceStatus
- func (s InstanceStatus) String() string
- type InstanceStatusDetails
- func (s InstanceStatusDetails) GoString() string
- func (s *InstanceStatusDetails) SetImpairedSince(v time.Time) *InstanceStatusDetails
- func (s *InstanceStatusDetails) SetName(v string) *InstanceStatusDetails
- func (s *InstanceStatusDetails) SetStatus(v string) *InstanceStatusDetails
- func (s InstanceStatusDetails) String() string
- type InstanceStatusEvent
- func (s InstanceStatusEvent) GoString() string
- func (s *InstanceStatusEvent) SetCode(v string) *InstanceStatusEvent
- func (s *InstanceStatusEvent) SetDescription(v string) *InstanceStatusEvent
- func (s *InstanceStatusEvent) SetInstanceEventId(v string) *InstanceStatusEvent
- func (s *InstanceStatusEvent) SetNotAfter(v time.Time) *InstanceStatusEvent
- func (s *InstanceStatusEvent) SetNotBefore(v time.Time) *InstanceStatusEvent
- func (s *InstanceStatusEvent) SetNotBeforeDeadline(v time.Time) *InstanceStatusEvent
- func (s InstanceStatusEvent) String() string
- type InstanceStatusSummary
- type InstanceStorageInfo
- type InstanceTypeInfo
- func (s InstanceTypeInfo) GoString() string
- func (s *InstanceTypeInfo) SetAutoRecoverySupported(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetBareMetal(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetBurstablePerformanceSupported(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetCurrentGeneration(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetDedicatedHostsSupported(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetEbsInfo(v *EbsInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetFpgaInfo(v *FpgaInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetFreeTierEligible(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetGpuInfo(v *GpuInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetHibernationSupported(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetHypervisor(v string) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetInferenceAcceleratorInfo(v *InferenceAcceleratorInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetInstanceStorageInfo(v *InstanceStorageInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetInstanceStorageSupported(v bool) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetInstanceType(v string) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetMemoryInfo(v *MemoryInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetNetworkInfo(v *NetworkInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetPlacementGroupInfo(v *PlacementGroupInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetProcessorInfo(v *ProcessorInfo) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetSupportedRootDeviceTypes(v []*string) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetSupportedUsageClasses(v []*string) *InstanceTypeInfo
- func (s *InstanceTypeInfo) SetVCpuInfo(v *VCpuInfo) *InstanceTypeInfo
- func (s InstanceTypeInfo) String() string
- type InstanceTypeOffering
- func (s InstanceTypeOffering) GoString() string
- func (s *InstanceTypeOffering) SetInstanceType(v string) *InstanceTypeOffering
- func (s *InstanceTypeOffering) SetLocation(v string) *InstanceTypeOffering
- func (s *InstanceTypeOffering) SetLocationType(v string) *InstanceTypeOffering
- func (s InstanceTypeOffering) String() string
- type InstanceUsage
- type InternetGateway
- func (s InternetGateway) GoString() string
- func (s *InternetGateway) SetAttachments(v []*InternetGatewayAttachment) *InternetGateway
- func (s *InternetGateway) SetInternetGatewayId(v string) *InternetGateway
- func (s *InternetGateway) SetOwnerId(v string) *InternetGateway
- func (s *InternetGateway) SetTags(v []*Tag) *InternetGateway
- func (s InternetGateway) String() string
- type InternetGatewayAttachment
- type IpPermission
- func (s IpPermission) GoString() string
- func (s *IpPermission) SetFromPort(v int64) *IpPermission
- func (s *IpPermission) SetIpProtocol(v string) *IpPermission
- func (s *IpPermission) SetIpRanges(v []*IpRange) *IpPermission
- func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission
- func (s *IpPermission) SetPrefixListIds(v []*PrefixListId) *IpPermission
- func (s *IpPermission) SetToPort(v int64) *IpPermission
- func (s *IpPermission) SetUserIdGroupPairs(v []*UserIdGroupPair) *IpPermission
- func (s IpPermission) String() string
- type IpRange
- type Ipv6CidrBlock
- type Ipv6Range
- type KeyPairInfo
- func (s KeyPairInfo) GoString() string
- func (s *KeyPairInfo) SetKeyFingerprint(v string) *KeyPairInfo
- func (s *KeyPairInfo) SetKeyName(v string) *KeyPairInfo
- func (s *KeyPairInfo) SetKeyPairId(v string) *KeyPairInfo
- func (s *KeyPairInfo) SetTags(v []*Tag) *KeyPairInfo
- func (s KeyPairInfo) String() string
- type LastError
- type LaunchPermission
- type LaunchPermissionModifications
- func (s LaunchPermissionModifications) GoString() string
- func (s *LaunchPermissionModifications) SetAdd(v []*LaunchPermission) *LaunchPermissionModifications
- func (s *LaunchPermissionModifications) SetRemove(v []*LaunchPermission) *LaunchPermissionModifications
- func (s LaunchPermissionModifications) String() string
- type LaunchSpecification
- func (s LaunchSpecification) GoString() string
- func (s *LaunchSpecification) SetAddressingType(v string) *LaunchSpecification
- func (s *LaunchSpecification) SetBlockDeviceMappings(v []*BlockDeviceMapping) *LaunchSpecification
- func (s *LaunchSpecification) SetEbsOptimized(v bool) *LaunchSpecification
- func (s *LaunchSpecification) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *LaunchSpecification
- func (s *LaunchSpecification) SetImageId(v string) *LaunchSpecification
- func (s *LaunchSpecification) SetInstanceType(v string) *LaunchSpecification
- func (s *LaunchSpecification) SetKernelId(v string) *LaunchSpecification
- func (s *LaunchSpecification) SetKeyName(v string) *LaunchSpecification
- func (s *LaunchSpecification) SetMonitoring(v *RunInstancesMonitoringEnabled) *LaunchSpecification
- func (s *LaunchSpecification) SetNetworkInterfaces(v []*InstanceNetworkInterfaceSpecification) *LaunchSpecification
- func (s *LaunchSpecification) SetPlacement(v *SpotPlacement) *LaunchSpecification
- func (s *LaunchSpecification) SetRamdiskId(v string) *LaunchSpecification
- func (s *LaunchSpecification) SetSecurityGroups(v []*GroupIdentifier) *LaunchSpecification
- func (s *LaunchSpecification) SetSubnetId(v string) *LaunchSpecification
- func (s *LaunchSpecification) SetUserData(v string) *LaunchSpecification
- func (s LaunchSpecification) String() string
- type LaunchTemplate
- func (s LaunchTemplate) GoString() string
- func (s *LaunchTemplate) SetCreateTime(v time.Time) *LaunchTemplate
- func (s *LaunchTemplate) SetCreatedBy(v string) *LaunchTemplate
- func (s *LaunchTemplate) SetDefaultVersionNumber(v int64) *LaunchTemplate
- func (s *LaunchTemplate) SetLatestVersionNumber(v int64) *LaunchTemplate
- func (s *LaunchTemplate) SetLaunchTemplateId(v string) *LaunchTemplate
- func (s *LaunchTemplate) SetLaunchTemplateName(v string) *LaunchTemplate
- func (s *LaunchTemplate) SetTags(v []*Tag) *LaunchTemplate
- func (s LaunchTemplate) String() string
- type LaunchTemplateAndOverridesResponse
- func (s LaunchTemplateAndOverridesResponse) GoString() string
- func (s *LaunchTemplateAndOverridesResponse) SetLaunchTemplateSpecification(v *FleetLaunchTemplateSpecification) *LaunchTemplateAndOverridesResponse
- func (s *LaunchTemplateAndOverridesResponse) SetOverrides(v *FleetLaunchTemplateOverrides) *LaunchTemplateAndOverridesResponse
- func (s LaunchTemplateAndOverridesResponse) String() string
- type LaunchTemplateBlockDeviceMapping
- func (s LaunchTemplateBlockDeviceMapping) GoString() string
- func (s *LaunchTemplateBlockDeviceMapping) SetDeviceName(v string) *LaunchTemplateBlockDeviceMapping
- func (s *LaunchTemplateBlockDeviceMapping) SetEbs(v *LaunchTemplateEbsBlockDevice) *LaunchTemplateBlockDeviceMapping
- func (s *LaunchTemplateBlockDeviceMapping) SetNoDevice(v string) *LaunchTemplateBlockDeviceMapping
- func (s *LaunchTemplateBlockDeviceMapping) SetVirtualName(v string) *LaunchTemplateBlockDeviceMapping
- func (s LaunchTemplateBlockDeviceMapping) String() string
- type LaunchTemplateBlockDeviceMappingRequest
- func (s LaunchTemplateBlockDeviceMappingRequest) GoString() string
- func (s *LaunchTemplateBlockDeviceMappingRequest) SetDeviceName(v string) *LaunchTemplateBlockDeviceMappingRequest
- func (s *LaunchTemplateBlockDeviceMappingRequest) SetEbs(v *LaunchTemplateEbsBlockDeviceRequest) *LaunchTemplateBlockDeviceMappingRequest
- func (s *LaunchTemplateBlockDeviceMappingRequest) SetNoDevice(v string) *LaunchTemplateBlockDeviceMappingRequest
- func (s *LaunchTemplateBlockDeviceMappingRequest) SetVirtualName(v string) *LaunchTemplateBlockDeviceMappingRequest
- func (s LaunchTemplateBlockDeviceMappingRequest) String() string
- type LaunchTemplateCapacityReservationSpecificationRequest
- func (s LaunchTemplateCapacityReservationSpecificationRequest) GoString() string
- func (s *LaunchTemplateCapacityReservationSpecificationRequest) SetCapacityReservationPreference(v string) *LaunchTemplateCapacityReservationSpecificationRequest
- func (s *LaunchTemplateCapacityReservationSpecificationRequest) SetCapacityReservationTarget(v *CapacityReservationTarget) *LaunchTemplateCapacityReservationSpecificationRequest
- func (s LaunchTemplateCapacityReservationSpecificationRequest) String() string
- type LaunchTemplateCapacityReservationSpecificationResponse
- func (s LaunchTemplateCapacityReservationSpecificationResponse) GoString() string
- func (s *LaunchTemplateCapacityReservationSpecificationResponse) SetCapacityReservationPreference(v string) *LaunchTemplateCapacityReservationSpecificationResponse
- func (s *LaunchTemplateCapacityReservationSpecificationResponse) SetCapacityReservationTarget(v *CapacityReservationTargetResponse) *LaunchTemplateCapacityReservationSpecificationResponse
- func (s LaunchTemplateCapacityReservationSpecificationResponse) String() string
- type LaunchTemplateConfig
- func (s LaunchTemplateConfig) GoString() string
- func (s *LaunchTemplateConfig) SetLaunchTemplateSpecification(v *FleetLaunchTemplateSpecification) *LaunchTemplateConfig
- func (s *LaunchTemplateConfig) SetOverrides(v []*LaunchTemplateOverrides) *LaunchTemplateConfig
- func (s LaunchTemplateConfig) String() string
- func (s *LaunchTemplateConfig) Validate() error
- type LaunchTemplateCpuOptions
- type LaunchTemplateCpuOptionsRequest
- func (s LaunchTemplateCpuOptionsRequest) GoString() string
- func (s *LaunchTemplateCpuOptionsRequest) SetCoreCount(v int64) *LaunchTemplateCpuOptionsRequest
- func (s *LaunchTemplateCpuOptionsRequest) SetThreadsPerCore(v int64) *LaunchTemplateCpuOptionsRequest
- func (s LaunchTemplateCpuOptionsRequest) String() string
- type LaunchTemplateEbsBlockDevice
- func (s LaunchTemplateEbsBlockDevice) GoString() string
- func (s *LaunchTemplateEbsBlockDevice) SetDeleteOnTermination(v bool) *LaunchTemplateEbsBlockDevice
- func (s *LaunchTemplateEbsBlockDevice) SetEncrypted(v bool) *LaunchTemplateEbsBlockDevice
- func (s *LaunchTemplateEbsBlockDevice) SetIops(v int64) *LaunchTemplateEbsBlockDevice
- func (s *LaunchTemplateEbsBlockDevice) SetKmsKeyId(v string) *LaunchTemplateEbsBlockDevice
- func (s *LaunchTemplateEbsBlockDevice) SetSnapshotId(v string) *LaunchTemplateEbsBlockDevice
- func (s *LaunchTemplateEbsBlockDevice) SetVolumeSize(v int64) *LaunchTemplateEbsBlockDevice
- func (s *LaunchTemplateEbsBlockDevice) SetVolumeType(v string) *LaunchTemplateEbsBlockDevice
- func (s LaunchTemplateEbsBlockDevice) String() string
- type LaunchTemplateEbsBlockDeviceRequest
- func (s LaunchTemplateEbsBlockDeviceRequest) GoString() string
- func (s *LaunchTemplateEbsBlockDeviceRequest) SetDeleteOnTermination(v bool) *LaunchTemplateEbsBlockDeviceRequest
- func (s *LaunchTemplateEbsBlockDeviceRequest) SetEncrypted(v bool) *LaunchTemplateEbsBlockDeviceRequest
- func (s *LaunchTemplateEbsBlockDeviceRequest) SetIops(v int64) *LaunchTemplateEbsBlockDeviceRequest
- func (s *LaunchTemplateEbsBlockDeviceRequest) SetKmsKeyId(v string) *LaunchTemplateEbsBlockDeviceRequest
- func (s *LaunchTemplateEbsBlockDeviceRequest) SetSnapshotId(v string) *LaunchTemplateEbsBlockDeviceRequest
- func (s *LaunchTemplateEbsBlockDeviceRequest) SetVolumeSize(v int64) *LaunchTemplateEbsBlockDeviceRequest
- func (s *LaunchTemplateEbsBlockDeviceRequest) SetVolumeType(v string) *LaunchTemplateEbsBlockDeviceRequest
- func (s LaunchTemplateEbsBlockDeviceRequest) String() string
- type LaunchTemplateElasticInferenceAccelerator
- func (s LaunchTemplateElasticInferenceAccelerator) GoString() string
- func (s *LaunchTemplateElasticInferenceAccelerator) SetCount(v int64) *LaunchTemplateElasticInferenceAccelerator
- func (s *LaunchTemplateElasticInferenceAccelerator) SetType(v string) *LaunchTemplateElasticInferenceAccelerator
- func (s LaunchTemplateElasticInferenceAccelerator) String() string
- func (s *LaunchTemplateElasticInferenceAccelerator) Validate() error
- type LaunchTemplateElasticInferenceAcceleratorResponse
- func (s LaunchTemplateElasticInferenceAcceleratorResponse) GoString() string
- func (s *LaunchTemplateElasticInferenceAcceleratorResponse) SetCount(v int64) *LaunchTemplateElasticInferenceAcceleratorResponse
- func (s *LaunchTemplateElasticInferenceAcceleratorResponse) SetType(v string) *LaunchTemplateElasticInferenceAcceleratorResponse
- func (s LaunchTemplateElasticInferenceAcceleratorResponse) String() string
- type LaunchTemplateHibernationOptions
- type LaunchTemplateHibernationOptionsRequest
- type LaunchTemplateIamInstanceProfileSpecification
- func (s LaunchTemplateIamInstanceProfileSpecification) GoString() string
- func (s *LaunchTemplateIamInstanceProfileSpecification) SetArn(v string) *LaunchTemplateIamInstanceProfileSpecification
- func (s *LaunchTemplateIamInstanceProfileSpecification) SetName(v string) *LaunchTemplateIamInstanceProfileSpecification
- func (s LaunchTemplateIamInstanceProfileSpecification) String() string
- type LaunchTemplateIamInstanceProfileSpecificationRequest
- func (s LaunchTemplateIamInstanceProfileSpecificationRequest) GoString() string
- func (s *LaunchTemplateIamInstanceProfileSpecificationRequest) SetArn(v string) *LaunchTemplateIamInstanceProfileSpecificationRequest
- func (s *LaunchTemplateIamInstanceProfileSpecificationRequest) SetName(v string) *LaunchTemplateIamInstanceProfileSpecificationRequest
- func (s LaunchTemplateIamInstanceProfileSpecificationRequest) String() string
- type LaunchTemplateInstanceMarketOptions
- func (s LaunchTemplateInstanceMarketOptions) GoString() string
- func (s *LaunchTemplateInstanceMarketOptions) SetMarketType(v string) *LaunchTemplateInstanceMarketOptions
- func (s *LaunchTemplateInstanceMarketOptions) SetSpotOptions(v *LaunchTemplateSpotMarketOptions) *LaunchTemplateInstanceMarketOptions
- func (s LaunchTemplateInstanceMarketOptions) String() string
- type LaunchTemplateInstanceMarketOptionsRequest
- func (s LaunchTemplateInstanceMarketOptionsRequest) GoString() string
- func (s *LaunchTemplateInstanceMarketOptionsRequest) SetMarketType(v string) *LaunchTemplateInstanceMarketOptionsRequest
- func (s *LaunchTemplateInstanceMarketOptionsRequest) SetSpotOptions(v *LaunchTemplateSpotMarketOptionsRequest) *LaunchTemplateInstanceMarketOptionsRequest
- func (s LaunchTemplateInstanceMarketOptionsRequest) String() string
- type LaunchTemplateInstanceMetadataOptions
- func (s LaunchTemplateInstanceMetadataOptions) GoString() string
- func (s *LaunchTemplateInstanceMetadataOptions) SetHttpEndpoint(v string) *LaunchTemplateInstanceMetadataOptions
- func (s *LaunchTemplateInstanceMetadataOptions) SetHttpPutResponseHopLimit(v int64) *LaunchTemplateInstanceMetadataOptions
- func (s *LaunchTemplateInstanceMetadataOptions) SetHttpTokens(v string) *LaunchTemplateInstanceMetadataOptions
- func (s *LaunchTemplateInstanceMetadataOptions) SetState(v string) *LaunchTemplateInstanceMetadataOptions
- func (s LaunchTemplateInstanceMetadataOptions) String() string
- type LaunchTemplateInstanceMetadataOptionsRequest
- func (s LaunchTemplateInstanceMetadataOptionsRequest) GoString() string
- func (s *LaunchTemplateInstanceMetadataOptionsRequest) SetHttpEndpoint(v string) *LaunchTemplateInstanceMetadataOptionsRequest
- func (s *LaunchTemplateInstanceMetadataOptionsRequest) SetHttpPutResponseHopLimit(v int64) *LaunchTemplateInstanceMetadataOptionsRequest
- func (s *LaunchTemplateInstanceMetadataOptionsRequest) SetHttpTokens(v string) *LaunchTemplateInstanceMetadataOptionsRequest
- func (s LaunchTemplateInstanceMetadataOptionsRequest) String() string
- type LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s LaunchTemplateInstanceNetworkInterfaceSpecification) GoString() string
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetAssociatePublicIpAddress(v bool) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetDeleteOnTermination(v bool) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetDescription(v string) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetDeviceIndex(v int64) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetGroups(v []*string) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetInterfaceType(v string) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetIpv6AddressCount(v int64) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetIpv6Addresses(v []*InstanceIpv6Address) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetNetworkInterfaceId(v string) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetPrivateIpAddress(v string) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetPrivateIpAddresses(v []*PrivateIpAddressSpecification) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetSecondaryPrivateIpAddressCount(v int64) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetSubnetId(v string) *LaunchTemplateInstanceNetworkInterfaceSpecification
- func (s LaunchTemplateInstanceNetworkInterfaceSpecification) String() string
- type LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) GoString() string
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetAssociatePublicIpAddress(v bool) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetDeleteOnTermination(v bool) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetDescription(v string) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetDeviceIndex(v int64) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetGroups(v []*string) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetInterfaceType(v string) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetIpv6AddressCount(v int64) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetIpv6Addresses(v []*InstanceIpv6AddressRequest) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetNetworkInterfaceId(v string) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetPrivateIpAddress(v string) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetPrivateIpAddresses(v []*PrivateIpAddressSpecification) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetSecondaryPrivateIpAddressCount(v int64) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetSubnetId(v string) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- func (s LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) String() string
- type LaunchTemplateLicenseConfiguration
- type LaunchTemplateLicenseConfigurationRequest
- type LaunchTemplateOverrides
- func (s LaunchTemplateOverrides) GoString() string
- func (s *LaunchTemplateOverrides) SetAvailabilityZone(v string) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetInstanceType(v string) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetPriority(v float64) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetSpotPrice(v string) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetSubnetId(v string) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetWeightedCapacity(v float64) *LaunchTemplateOverrides
- func (s LaunchTemplateOverrides) String() string
- type LaunchTemplatePlacement
- func (s LaunchTemplatePlacement) GoString() string
- func (s *LaunchTemplatePlacement) SetAffinity(v string) *LaunchTemplatePlacement
- func (s *LaunchTemplatePlacement) SetAvailabilityZone(v string) *LaunchTemplatePlacement
- func (s *LaunchTemplatePlacement) SetGroupName(v string) *LaunchTemplatePlacement
- func (s *LaunchTemplatePlacement) SetHostId(v string) *LaunchTemplatePlacement
- func (s *LaunchTemplatePlacement) SetHostResourceGroupArn(v string) *LaunchTemplatePlacement
- func (s *LaunchTemplatePlacement) SetPartitionNumber(v int64) *LaunchTemplatePlacement
- func (s *LaunchTemplatePlacement) SetSpreadDomain(v string) *LaunchTemplatePlacement
- func (s *LaunchTemplatePlacement) SetTenancy(v string) *LaunchTemplatePlacement
- func (s LaunchTemplatePlacement) String() string
- type LaunchTemplatePlacementRequest
- func (s LaunchTemplatePlacementRequest) GoString() string
- func (s *LaunchTemplatePlacementRequest) SetAffinity(v string) *LaunchTemplatePlacementRequest
- func (s *LaunchTemplatePlacementRequest) SetAvailabilityZone(v string) *LaunchTemplatePlacementRequest
- func (s *LaunchTemplatePlacementRequest) SetGroupName(v string) *LaunchTemplatePlacementRequest
- func (s *LaunchTemplatePlacementRequest) SetHostId(v string) *LaunchTemplatePlacementRequest
- func (s *LaunchTemplatePlacementRequest) SetHostResourceGroupArn(v string) *LaunchTemplatePlacementRequest
- func (s *LaunchTemplatePlacementRequest) SetPartitionNumber(v int64) *LaunchTemplatePlacementRequest
- func (s *LaunchTemplatePlacementRequest) SetSpreadDomain(v string) *LaunchTemplatePlacementRequest
- func (s *LaunchTemplatePlacementRequest) SetTenancy(v string) *LaunchTemplatePlacementRequest
- func (s LaunchTemplatePlacementRequest) String() string
- type LaunchTemplateSpecification
- func (s LaunchTemplateSpecification) GoString() string
- func (s *LaunchTemplateSpecification) SetLaunchTemplateId(v string) *LaunchTemplateSpecification
- func (s *LaunchTemplateSpecification) SetLaunchTemplateName(v string) *LaunchTemplateSpecification
- func (s *LaunchTemplateSpecification) SetVersion(v string) *LaunchTemplateSpecification
- func (s LaunchTemplateSpecification) String() string
- type LaunchTemplateSpotMarketOptions
- func (s LaunchTemplateSpotMarketOptions) GoString() string
- func (s *LaunchTemplateSpotMarketOptions) SetBlockDurationMinutes(v int64) *LaunchTemplateSpotMarketOptions
- func (s *LaunchTemplateSpotMarketOptions) SetInstanceInterruptionBehavior(v string) *LaunchTemplateSpotMarketOptions
- func (s *LaunchTemplateSpotMarketOptions) SetMaxPrice(v string) *LaunchTemplateSpotMarketOptions
- func (s *LaunchTemplateSpotMarketOptions) SetSpotInstanceType(v string) *LaunchTemplateSpotMarketOptions
- func (s *LaunchTemplateSpotMarketOptions) SetValidUntil(v time.Time) *LaunchTemplateSpotMarketOptions
- func (s LaunchTemplateSpotMarketOptions) String() string
- type LaunchTemplateSpotMarketOptionsRequest
- func (s LaunchTemplateSpotMarketOptionsRequest) GoString() string
- func (s *LaunchTemplateSpotMarketOptionsRequest) SetBlockDurationMinutes(v int64) *LaunchTemplateSpotMarketOptionsRequest
- func (s *LaunchTemplateSpotMarketOptionsRequest) SetInstanceInterruptionBehavior(v string) *LaunchTemplateSpotMarketOptionsRequest
- func (s *LaunchTemplateSpotMarketOptionsRequest) SetMaxPrice(v string) *LaunchTemplateSpotMarketOptionsRequest
- func (s *LaunchTemplateSpotMarketOptionsRequest) SetSpotInstanceType(v string) *LaunchTemplateSpotMarketOptionsRequest
- func (s *LaunchTemplateSpotMarketOptionsRequest) SetValidUntil(v time.Time) *LaunchTemplateSpotMarketOptionsRequest
- func (s LaunchTemplateSpotMarketOptionsRequest) String() string
- type LaunchTemplateTagSpecification
- func (s LaunchTemplateTagSpecification) GoString() string
- func (s *LaunchTemplateTagSpecification) SetResourceType(v string) *LaunchTemplateTagSpecification
- func (s *LaunchTemplateTagSpecification) SetTags(v []*Tag) *LaunchTemplateTagSpecification
- func (s LaunchTemplateTagSpecification) String() string
- type LaunchTemplateTagSpecificationRequest
- func (s LaunchTemplateTagSpecificationRequest) GoString() string
- func (s *LaunchTemplateTagSpecificationRequest) SetResourceType(v string) *LaunchTemplateTagSpecificationRequest
- func (s *LaunchTemplateTagSpecificationRequest) SetTags(v []*Tag) *LaunchTemplateTagSpecificationRequest
- func (s LaunchTemplateTagSpecificationRequest) String() string
- type LaunchTemplateVersion
- func (s LaunchTemplateVersion) GoString() string
- func (s *LaunchTemplateVersion) SetCreateTime(v time.Time) *LaunchTemplateVersion
- func (s *LaunchTemplateVersion) SetCreatedBy(v string) *LaunchTemplateVersion
- func (s *LaunchTemplateVersion) SetDefaultVersion(v bool) *LaunchTemplateVersion
- func (s *LaunchTemplateVersion) SetLaunchTemplateData(v *ResponseLaunchTemplateData) *LaunchTemplateVersion
- func (s *LaunchTemplateVersion) SetLaunchTemplateId(v string) *LaunchTemplateVersion
- func (s *LaunchTemplateVersion) SetLaunchTemplateName(v string) *LaunchTemplateVersion
- func (s *LaunchTemplateVersion) SetVersionDescription(v string) *LaunchTemplateVersion
- func (s *LaunchTemplateVersion) SetVersionNumber(v int64) *LaunchTemplateVersion
- func (s LaunchTemplateVersion) String() string
- type LaunchTemplatesMonitoring
- type LaunchTemplatesMonitoringRequest
- type LicenseConfiguration
- type LicenseConfigurationRequest
- type LoadBalancersConfig
- func (s LoadBalancersConfig) GoString() string
- func (s *LoadBalancersConfig) SetClassicLoadBalancersConfig(v *ClassicLoadBalancersConfig) *LoadBalancersConfig
- func (s *LoadBalancersConfig) SetTargetGroupsConfig(v *TargetGroupsConfig) *LoadBalancersConfig
- func (s LoadBalancersConfig) String() string
- func (s *LoadBalancersConfig) Validate() error
- type LoadPermission
- type LoadPermissionModifications
- func (s LoadPermissionModifications) GoString() string
- func (s *LoadPermissionModifications) SetAdd(v []*LoadPermissionRequest) *LoadPermissionModifications
- func (s *LoadPermissionModifications) SetRemove(v []*LoadPermissionRequest) *LoadPermissionModifications
- func (s LoadPermissionModifications) String() string
- type LoadPermissionRequest
- type LocalGateway
- func (s LocalGateway) GoString() string
- func (s *LocalGateway) SetLocalGatewayId(v string) *LocalGateway
- func (s *LocalGateway) SetOutpostArn(v string) *LocalGateway
- func (s *LocalGateway) SetOwnerId(v string) *LocalGateway
- func (s *LocalGateway) SetState(v string) *LocalGateway
- func (s *LocalGateway) SetTags(v []*Tag) *LocalGateway
- func (s LocalGateway) String() string
- type LocalGatewayRoute
- func (s LocalGatewayRoute) GoString() string
- func (s *LocalGatewayRoute) SetDestinationCidrBlock(v string) *LocalGatewayRoute
- func (s *LocalGatewayRoute) SetLocalGatewayRouteTableId(v string) *LocalGatewayRoute
- func (s *LocalGatewayRoute) SetLocalGatewayVirtualInterfaceGroupId(v string) *LocalGatewayRoute
- func (s *LocalGatewayRoute) SetState(v string) *LocalGatewayRoute
- func (s *LocalGatewayRoute) SetType(v string) *LocalGatewayRoute
- func (s LocalGatewayRoute) String() string
- type LocalGatewayRouteTable
- func (s LocalGatewayRouteTable) GoString() string
- func (s *LocalGatewayRouteTable) SetLocalGatewayId(v string) *LocalGatewayRouteTable
- func (s *LocalGatewayRouteTable) SetLocalGatewayRouteTableId(v string) *LocalGatewayRouteTable
- func (s *LocalGatewayRouteTable) SetOutpostArn(v string) *LocalGatewayRouteTable
- func (s *LocalGatewayRouteTable) SetState(v string) *LocalGatewayRouteTable
- func (s *LocalGatewayRouteTable) SetTags(v []*Tag) *LocalGatewayRouteTable
- func (s LocalGatewayRouteTable) String() string
- type LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- func (s LocalGatewayRouteTableVirtualInterfaceGroupAssociation) GoString() string
- func (s *LocalGatewayRouteTableVirtualInterfaceGroupAssociation) SetLocalGatewayId(v string) *LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- func (s *LocalGatewayRouteTableVirtualInterfaceGroupAssociation) SetLocalGatewayRouteTableId(v string) *LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- func (s *LocalGatewayRouteTableVirtualInterfaceGroupAssociation) SetLocalGatewayRouteTableVirtualInterfaceGroupAssociationId(v string) *LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- func (s *LocalGatewayRouteTableVirtualInterfaceGroupAssociation) SetLocalGatewayVirtualInterfaceGroupId(v string) *LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- func (s *LocalGatewayRouteTableVirtualInterfaceGroupAssociation) SetState(v string) *LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- func (s *LocalGatewayRouteTableVirtualInterfaceGroupAssociation) SetTags(v []*Tag) *LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- func (s LocalGatewayRouteTableVirtualInterfaceGroupAssociation) String() string
- type LocalGatewayRouteTableVpcAssociation
- func (s LocalGatewayRouteTableVpcAssociation) GoString() string
- func (s *LocalGatewayRouteTableVpcAssociation) SetLocalGatewayId(v string) *LocalGatewayRouteTableVpcAssociation
- func (s *LocalGatewayRouteTableVpcAssociation) SetLocalGatewayRouteTableId(v string) *LocalGatewayRouteTableVpcAssociation
- func (s *LocalGatewayRouteTableVpcAssociation) SetLocalGatewayRouteTableVpcAssociationId(v string) *LocalGatewayRouteTableVpcAssociation
- func (s *LocalGatewayRouteTableVpcAssociation) SetState(v string) *LocalGatewayRouteTableVpcAssociation
- func (s *LocalGatewayRouteTableVpcAssociation) SetTags(v []*Tag) *LocalGatewayRouteTableVpcAssociation
- func (s *LocalGatewayRouteTableVpcAssociation) SetVpcId(v string) *LocalGatewayRouteTableVpcAssociation
- func (s LocalGatewayRouteTableVpcAssociation) String() string
- type LocalGatewayVirtualInterface
- func (s LocalGatewayVirtualInterface) GoString() string
- func (s *LocalGatewayVirtualInterface) SetLocalAddress(v string) *LocalGatewayVirtualInterface
- func (s *LocalGatewayVirtualInterface) SetLocalBgpAsn(v int64) *LocalGatewayVirtualInterface
- func (s *LocalGatewayVirtualInterface) SetLocalGatewayId(v string) *LocalGatewayVirtualInterface
- func (s *LocalGatewayVirtualInterface) SetLocalGatewayVirtualInterfaceId(v string) *LocalGatewayVirtualInterface
- func (s *LocalGatewayVirtualInterface) SetPeerAddress(v string) *LocalGatewayVirtualInterface
- func (s *LocalGatewayVirtualInterface) SetPeerBgpAsn(v int64) *LocalGatewayVirtualInterface
- func (s *LocalGatewayVirtualInterface) SetTags(v []*Tag) *LocalGatewayVirtualInterface
- func (s *LocalGatewayVirtualInterface) SetVlan(v int64) *LocalGatewayVirtualInterface
- func (s LocalGatewayVirtualInterface) String() string
- type LocalGatewayVirtualInterfaceGroup
- func (s LocalGatewayVirtualInterfaceGroup) GoString() string
- func (s *LocalGatewayVirtualInterfaceGroup) SetLocalGatewayId(v string) *LocalGatewayVirtualInterfaceGroup
- func (s *LocalGatewayVirtualInterfaceGroup) SetLocalGatewayVirtualInterfaceGroupId(v string) *LocalGatewayVirtualInterfaceGroup
- func (s *LocalGatewayVirtualInterfaceGroup) SetLocalGatewayVirtualInterfaceIds(v []*string) *LocalGatewayVirtualInterfaceGroup
- func (s *LocalGatewayVirtualInterfaceGroup) SetTags(v []*Tag) *LocalGatewayVirtualInterfaceGroup
- func (s LocalGatewayVirtualInterfaceGroup) String() string
- type MemoryInfo
- type ModifyCapacityReservationInput
- func (s ModifyCapacityReservationInput) GoString() string
- func (s *ModifyCapacityReservationInput) SetCapacityReservationId(v string) *ModifyCapacityReservationInput
- func (s *ModifyCapacityReservationInput) SetDryRun(v bool) *ModifyCapacityReservationInput
- func (s *ModifyCapacityReservationInput) SetEndDate(v time.Time) *ModifyCapacityReservationInput
- func (s *ModifyCapacityReservationInput) SetEndDateType(v string) *ModifyCapacityReservationInput
- func (s *ModifyCapacityReservationInput) SetInstanceCount(v int64) *ModifyCapacityReservationInput
- func (s ModifyCapacityReservationInput) String() string
- func (s *ModifyCapacityReservationInput) Validate() error
- type ModifyCapacityReservationOutput
- type ModifyClientVpnEndpointInput
- func (s ModifyClientVpnEndpointInput) GoString() string
- func (s *ModifyClientVpnEndpointInput) SetClientVpnEndpointId(v string) *ModifyClientVpnEndpointInput
- func (s *ModifyClientVpnEndpointInput) SetConnectionLogOptions(v *ConnectionLogOptions) *ModifyClientVpnEndpointInput
- func (s *ModifyClientVpnEndpointInput) SetDescription(v string) *ModifyClientVpnEndpointInput
- func (s *ModifyClientVpnEndpointInput) SetDnsServers(v *DnsServersOptionsModifyStructure) *ModifyClientVpnEndpointInput
- func (s *ModifyClientVpnEndpointInput) SetDryRun(v bool) *ModifyClientVpnEndpointInput
- func (s *ModifyClientVpnEndpointInput) SetServerCertificateArn(v string) *ModifyClientVpnEndpointInput
- func (s *ModifyClientVpnEndpointInput) SetSplitTunnel(v bool) *ModifyClientVpnEndpointInput
- func (s ModifyClientVpnEndpointInput) String() string
- func (s *ModifyClientVpnEndpointInput) Validate() error
- type ModifyClientVpnEndpointOutput
- type ModifyDefaultCreditSpecificationInput
- func (s ModifyDefaultCreditSpecificationInput) GoString() string
- func (s *ModifyDefaultCreditSpecificationInput) SetCpuCredits(v string) *ModifyDefaultCreditSpecificationInput
- func (s *ModifyDefaultCreditSpecificationInput) SetDryRun(v bool) *ModifyDefaultCreditSpecificationInput
- func (s *ModifyDefaultCreditSpecificationInput) SetInstanceFamily(v string) *ModifyDefaultCreditSpecificationInput
- func (s ModifyDefaultCreditSpecificationInput) String() string
- func (s *ModifyDefaultCreditSpecificationInput) Validate() error
- type ModifyDefaultCreditSpecificationOutput
- type ModifyEbsDefaultKmsKeyIdInput
- func (s ModifyEbsDefaultKmsKeyIdInput) GoString() string
- func (s *ModifyEbsDefaultKmsKeyIdInput) SetDryRun(v bool) *ModifyEbsDefaultKmsKeyIdInput
- func (s *ModifyEbsDefaultKmsKeyIdInput) SetKmsKeyId(v string) *ModifyEbsDefaultKmsKeyIdInput
- func (s ModifyEbsDefaultKmsKeyIdInput) String() string
- func (s *ModifyEbsDefaultKmsKeyIdInput) Validate() error
- type ModifyEbsDefaultKmsKeyIdOutput
- type ModifyFleetInput
- func (s ModifyFleetInput) GoString() string
- func (s *ModifyFleetInput) SetDryRun(v bool) *ModifyFleetInput
- func (s *ModifyFleetInput) SetExcessCapacityTerminationPolicy(v string) *ModifyFleetInput
- func (s *ModifyFleetInput) SetFleetId(v string) *ModifyFleetInput
- func (s *ModifyFleetInput) SetTargetCapacitySpecification(v *TargetCapacitySpecificationRequest) *ModifyFleetInput
- func (s ModifyFleetInput) String() string
- func (s *ModifyFleetInput) Validate() error
- type ModifyFleetOutput
- type ModifyFpgaImageAttributeInput
- func (s ModifyFpgaImageAttributeInput) GoString() string
- func (s *ModifyFpgaImageAttributeInput) SetAttribute(v string) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetDescription(v string) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetDryRun(v bool) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetFpgaImageId(v string) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetLoadPermission(v *LoadPermissionModifications) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetName(v string) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetOperationType(v string) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetProductCodes(v []*string) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetUserGroups(v []*string) *ModifyFpgaImageAttributeInput
- func (s *ModifyFpgaImageAttributeInput) SetUserIds(v []*string) *ModifyFpgaImageAttributeInput
- func (s ModifyFpgaImageAttributeInput) String() string
- func (s *ModifyFpgaImageAttributeInput) Validate() error
- type ModifyFpgaImageAttributeOutput
- type ModifyHostsInput
- func (s ModifyHostsInput) GoString() string
- func (s *ModifyHostsInput) SetAutoPlacement(v string) *ModifyHostsInput
- func (s *ModifyHostsInput) SetHostIds(v []*string) *ModifyHostsInput
- func (s *ModifyHostsInput) SetHostRecovery(v string) *ModifyHostsInput
- func (s *ModifyHostsInput) SetInstanceFamily(v string) *ModifyHostsInput
- func (s *ModifyHostsInput) SetInstanceType(v string) *ModifyHostsInput
- func (s ModifyHostsInput) String() string
- func (s *ModifyHostsInput) Validate() error
- type ModifyHostsOutput
- type ModifyIdFormatInput
- type ModifyIdFormatOutput
- type ModifyIdentityIdFormatInput
- func (s ModifyIdentityIdFormatInput) GoString() string
- func (s *ModifyIdentityIdFormatInput) SetPrincipalArn(v string) *ModifyIdentityIdFormatInput
- func (s *ModifyIdentityIdFormatInput) SetResource(v string) *ModifyIdentityIdFormatInput
- func (s *ModifyIdentityIdFormatInput) SetUseLongIds(v bool) *ModifyIdentityIdFormatInput
- func (s ModifyIdentityIdFormatInput) String() string
- func (s *ModifyIdentityIdFormatInput) Validate() error
- type ModifyIdentityIdFormatOutput
- type ModifyImageAttributeInput
- func (s ModifyImageAttributeInput) GoString() string
- func (s *ModifyImageAttributeInput) SetAttribute(v string) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetDescription(v *AttributeValue) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetDryRun(v bool) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetImageId(v string) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetLaunchPermission(v *LaunchPermissionModifications) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetOperationType(v string) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetProductCodes(v []*string) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetUserGroups(v []*string) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetUserIds(v []*string) *ModifyImageAttributeInput
- func (s *ModifyImageAttributeInput) SetValue(v string) *ModifyImageAttributeInput
- func (s ModifyImageAttributeInput) String() string
- func (s *ModifyImageAttributeInput) Validate() error
- type ModifyImageAttributeOutput
- type ModifyInstanceAttributeInput
- func (s ModifyInstanceAttributeInput) GoString() string
- func (s *ModifyInstanceAttributeInput) SetAttribute(v string) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetBlockDeviceMappings(v []*InstanceBlockDeviceMappingSpecification) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetDisableApiTermination(v *AttributeBooleanValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetDryRun(v bool) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetEbsOptimized(v *AttributeBooleanValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetEnaSupport(v *AttributeBooleanValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetGroups(v []*string) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetInstanceId(v string) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetInstanceInitiatedShutdownBehavior(v *AttributeValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetInstanceType(v *AttributeValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetKernel(v *AttributeValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetRamdisk(v *AttributeValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetSourceDestCheck(v *AttributeBooleanValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetSriovNetSupport(v *AttributeValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetUserData(v *BlobAttributeValue) *ModifyInstanceAttributeInput
- func (s *ModifyInstanceAttributeInput) SetValue(v string) *ModifyInstanceAttributeInput
- func (s ModifyInstanceAttributeInput) String() string
- func (s *ModifyInstanceAttributeInput) Validate() error
- type ModifyInstanceAttributeOutput
- type ModifyInstanceCapacityReservationAttributesInput
- func (s ModifyInstanceCapacityReservationAttributesInput) GoString() string
- func (s *ModifyInstanceCapacityReservationAttributesInput) SetCapacityReservationSpecification(v *CapacityReservationSpecification) *ModifyInstanceCapacityReservationAttributesInput
- func (s *ModifyInstanceCapacityReservationAttributesInput) SetDryRun(v bool) *ModifyInstanceCapacityReservationAttributesInput
- func (s *ModifyInstanceCapacityReservationAttributesInput) SetInstanceId(v string) *ModifyInstanceCapacityReservationAttributesInput
- func (s ModifyInstanceCapacityReservationAttributesInput) String() string
- func (s *ModifyInstanceCapacityReservationAttributesInput) Validate() error
- type ModifyInstanceCapacityReservationAttributesOutput
- type ModifyInstanceCreditSpecificationInput
- func (s ModifyInstanceCreditSpecificationInput) GoString() string
- func (s *ModifyInstanceCreditSpecificationInput) SetClientToken(v string) *ModifyInstanceCreditSpecificationInput
- func (s *ModifyInstanceCreditSpecificationInput) SetDryRun(v bool) *ModifyInstanceCreditSpecificationInput
- func (s *ModifyInstanceCreditSpecificationInput) SetInstanceCreditSpecifications(v []*InstanceCreditSpecificationRequest) *ModifyInstanceCreditSpecificationInput
- func (s ModifyInstanceCreditSpecificationInput) String() string
- func (s *ModifyInstanceCreditSpecificationInput) Validate() error
- type ModifyInstanceCreditSpecificationOutput
- func (s ModifyInstanceCreditSpecificationOutput) GoString() string
- func (s *ModifyInstanceCreditSpecificationOutput) SetSuccessfulInstanceCreditSpecifications(v []*SuccessfulInstanceCreditSpecificationItem) *ModifyInstanceCreditSpecificationOutput
- func (s *ModifyInstanceCreditSpecificationOutput) SetUnsuccessfulInstanceCreditSpecifications(v []*UnsuccessfulInstanceCreditSpecificationItem) *ModifyInstanceCreditSpecificationOutput
- func (s ModifyInstanceCreditSpecificationOutput) String() string
- type ModifyInstanceEventStartTimeInput
- func (s ModifyInstanceEventStartTimeInput) GoString() string
- func (s *ModifyInstanceEventStartTimeInput) SetDryRun(v bool) *ModifyInstanceEventStartTimeInput
- func (s *ModifyInstanceEventStartTimeInput) SetInstanceEventId(v string) *ModifyInstanceEventStartTimeInput
- func (s *ModifyInstanceEventStartTimeInput) SetInstanceId(v string) *ModifyInstanceEventStartTimeInput
- func (s *ModifyInstanceEventStartTimeInput) SetNotBefore(v time.Time) *ModifyInstanceEventStartTimeInput
- func (s ModifyInstanceEventStartTimeInput) String() string
- func (s *ModifyInstanceEventStartTimeInput) Validate() error
- type ModifyInstanceEventStartTimeOutput
- type ModifyInstanceMetadataOptionsInput
- func (s ModifyInstanceMetadataOptionsInput) GoString() string
- func (s *ModifyInstanceMetadataOptionsInput) SetDryRun(v bool) *ModifyInstanceMetadataOptionsInput
- func (s *ModifyInstanceMetadataOptionsInput) SetHttpEndpoint(v string) *ModifyInstanceMetadataOptionsInput
- func (s *ModifyInstanceMetadataOptionsInput) SetHttpPutResponseHopLimit(v int64) *ModifyInstanceMetadataOptionsInput
- func (s *ModifyInstanceMetadataOptionsInput) SetHttpTokens(v string) *ModifyInstanceMetadataOptionsInput
- func (s *ModifyInstanceMetadataOptionsInput) SetInstanceId(v string) *ModifyInstanceMetadataOptionsInput
- func (s ModifyInstanceMetadataOptionsInput) String() string
- func (s *ModifyInstanceMetadataOptionsInput) Validate() error
- type ModifyInstanceMetadataOptionsOutput
- func (s ModifyInstanceMetadataOptionsOutput) GoString() string
- func (s *ModifyInstanceMetadataOptionsOutput) SetInstanceId(v string) *ModifyInstanceMetadataOptionsOutput
- func (s *ModifyInstanceMetadataOptionsOutput) SetInstanceMetadataOptions(v *InstanceMetadataOptionsResponse) *ModifyInstanceMetadataOptionsOutput
- func (s ModifyInstanceMetadataOptionsOutput) String() string
- type ModifyInstancePlacementInput
- func (s ModifyInstancePlacementInput) GoString() string
- func (s *ModifyInstancePlacementInput) SetAffinity(v string) *ModifyInstancePlacementInput
- func (s *ModifyInstancePlacementInput) SetGroupName(v string) *ModifyInstancePlacementInput
- func (s *ModifyInstancePlacementInput) SetHostId(v string) *ModifyInstancePlacementInput
- func (s *ModifyInstancePlacementInput) SetHostResourceGroupArn(v string) *ModifyInstancePlacementInput
- func (s *ModifyInstancePlacementInput) SetInstanceId(v string) *ModifyInstancePlacementInput
- func (s *ModifyInstancePlacementInput) SetPartitionNumber(v int64) *ModifyInstancePlacementInput
- func (s *ModifyInstancePlacementInput) SetTenancy(v string) *ModifyInstancePlacementInput
- func (s ModifyInstancePlacementInput) String() string
- func (s *ModifyInstancePlacementInput) Validate() error
- type ModifyInstancePlacementOutput
- type ModifyLaunchTemplateInput
- func (s ModifyLaunchTemplateInput) GoString() string
- func (s *ModifyLaunchTemplateInput) SetClientToken(v string) *ModifyLaunchTemplateInput
- func (s *ModifyLaunchTemplateInput) SetDefaultVersion(v string) *ModifyLaunchTemplateInput
- func (s *ModifyLaunchTemplateInput) SetDryRun(v bool) *ModifyLaunchTemplateInput
- func (s *ModifyLaunchTemplateInput) SetLaunchTemplateId(v string) *ModifyLaunchTemplateInput
- func (s *ModifyLaunchTemplateInput) SetLaunchTemplateName(v string) *ModifyLaunchTemplateInput
- func (s ModifyLaunchTemplateInput) String() string
- func (s *ModifyLaunchTemplateInput) Validate() error
- type ModifyLaunchTemplateOutput
- type ModifyNetworkInterfaceAttributeInput
- func (s ModifyNetworkInterfaceAttributeInput) GoString() string
- func (s *ModifyNetworkInterfaceAttributeInput) SetAttachment(v *NetworkInterfaceAttachmentChanges) *ModifyNetworkInterfaceAttributeInput
- func (s *ModifyNetworkInterfaceAttributeInput) SetDescription(v *AttributeValue) *ModifyNetworkInterfaceAttributeInput
- func (s *ModifyNetworkInterfaceAttributeInput) SetDryRun(v bool) *ModifyNetworkInterfaceAttributeInput
- func (s *ModifyNetworkInterfaceAttributeInput) SetGroups(v []*string) *ModifyNetworkInterfaceAttributeInput
- func (s *ModifyNetworkInterfaceAttributeInput) SetNetworkInterfaceId(v string) *ModifyNetworkInterfaceAttributeInput
- func (s *ModifyNetworkInterfaceAttributeInput) SetSourceDestCheck(v *AttributeBooleanValue) *ModifyNetworkInterfaceAttributeInput
- func (s ModifyNetworkInterfaceAttributeInput) String() string
- func (s *ModifyNetworkInterfaceAttributeInput) Validate() error
- type ModifyNetworkInterfaceAttributeOutput
- type ModifyReservedInstancesInput
- func (s ModifyReservedInstancesInput) GoString() string
- func (s *ModifyReservedInstancesInput) SetClientToken(v string) *ModifyReservedInstancesInput
- func (s *ModifyReservedInstancesInput) SetReservedInstancesIds(v []*string) *ModifyReservedInstancesInput
- func (s *ModifyReservedInstancesInput) SetTargetConfigurations(v []*ReservedInstancesConfiguration) *ModifyReservedInstancesInput
- func (s ModifyReservedInstancesInput) String() string
- func (s *ModifyReservedInstancesInput) Validate() error
- type ModifyReservedInstancesOutput
- type ModifySnapshotAttributeInput
- func (s ModifySnapshotAttributeInput) GoString() string
- func (s *ModifySnapshotAttributeInput) SetAttribute(v string) *ModifySnapshotAttributeInput
- func (s *ModifySnapshotAttributeInput) SetCreateVolumePermission(v *CreateVolumePermissionModifications) *ModifySnapshotAttributeInput
- func (s *ModifySnapshotAttributeInput) SetDryRun(v bool) *ModifySnapshotAttributeInput
- func (s *ModifySnapshotAttributeInput) SetGroupNames(v []*string) *ModifySnapshotAttributeInput
- func (s *ModifySnapshotAttributeInput) SetOperationType(v string) *ModifySnapshotAttributeInput
- func (s *ModifySnapshotAttributeInput) SetSnapshotId(v string) *ModifySnapshotAttributeInput
- func (s *ModifySnapshotAttributeInput) SetUserIds(v []*string) *ModifySnapshotAttributeInput
- func (s ModifySnapshotAttributeInput) String() string
- func (s *ModifySnapshotAttributeInput) Validate() error
- type ModifySnapshotAttributeOutput
- type ModifySpotFleetRequestInput
- func (s ModifySpotFleetRequestInput) GoString() string
- func (s *ModifySpotFleetRequestInput) SetExcessCapacityTerminationPolicy(v string) *ModifySpotFleetRequestInput
- func (s *ModifySpotFleetRequestInput) SetOnDemandTargetCapacity(v int64) *ModifySpotFleetRequestInput
- func (s *ModifySpotFleetRequestInput) SetSpotFleetRequestId(v string) *ModifySpotFleetRequestInput
- func (s *ModifySpotFleetRequestInput) SetTargetCapacity(v int64) *ModifySpotFleetRequestInput
- func (s ModifySpotFleetRequestInput) String() string
- func (s *ModifySpotFleetRequestInput) Validate() error
- type ModifySpotFleetRequestOutput
- type ModifySubnetAttributeInput
- func (s ModifySubnetAttributeInput) GoString() string
- func (s *ModifySubnetAttributeInput) SetAssignIpv6AddressOnCreation(v *AttributeBooleanValue) *ModifySubnetAttributeInput
- func (s *ModifySubnetAttributeInput) SetMapPublicIpOnLaunch(v *AttributeBooleanValue) *ModifySubnetAttributeInput
- func (s *ModifySubnetAttributeInput) SetSubnetId(v string) *ModifySubnetAttributeInput
- func (s ModifySubnetAttributeInput) String() string
- func (s *ModifySubnetAttributeInput) Validate() error
- type ModifySubnetAttributeOutput
- type ModifyTrafficMirrorFilterNetworkServicesInput
- func (s ModifyTrafficMirrorFilterNetworkServicesInput) GoString() string
- func (s *ModifyTrafficMirrorFilterNetworkServicesInput) SetAddNetworkServices(v []*string) *ModifyTrafficMirrorFilterNetworkServicesInput
- func (s *ModifyTrafficMirrorFilterNetworkServicesInput) SetDryRun(v bool) *ModifyTrafficMirrorFilterNetworkServicesInput
- func (s *ModifyTrafficMirrorFilterNetworkServicesInput) SetRemoveNetworkServices(v []*string) *ModifyTrafficMirrorFilterNetworkServicesInput
- func (s *ModifyTrafficMirrorFilterNetworkServicesInput) SetTrafficMirrorFilterId(v string) *ModifyTrafficMirrorFilterNetworkServicesInput
- func (s ModifyTrafficMirrorFilterNetworkServicesInput) String() string
- func (s *ModifyTrafficMirrorFilterNetworkServicesInput) Validate() error
- type ModifyTrafficMirrorFilterNetworkServicesOutput
- type ModifyTrafficMirrorFilterRuleInput
- func (s ModifyTrafficMirrorFilterRuleInput) GoString() string
- func (s *ModifyTrafficMirrorFilterRuleInput) SetDescription(v string) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetDestinationCidrBlock(v string) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetDestinationPortRange(v *TrafficMirrorPortRangeRequest) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetDryRun(v bool) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetProtocol(v int64) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetRemoveFields(v []*string) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetRuleAction(v string) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetRuleNumber(v int64) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetSourceCidrBlock(v string) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetSourcePortRange(v *TrafficMirrorPortRangeRequest) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetTrafficDirection(v string) *ModifyTrafficMirrorFilterRuleInput
- func (s *ModifyTrafficMirrorFilterRuleInput) SetTrafficMirrorFilterRuleId(v string) *ModifyTrafficMirrorFilterRuleInput
- func (s ModifyTrafficMirrorFilterRuleInput) String() string
- func (s *ModifyTrafficMirrorFilterRuleInput) Validate() error
- type ModifyTrafficMirrorFilterRuleOutput
- type ModifyTrafficMirrorSessionInput
- func (s ModifyTrafficMirrorSessionInput) GoString() string
- func (s *ModifyTrafficMirrorSessionInput) SetDescription(v string) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetDryRun(v bool) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetPacketLength(v int64) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetRemoveFields(v []*string) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetSessionNumber(v int64) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetTrafficMirrorFilterId(v string) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetTrafficMirrorSessionId(v string) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetTrafficMirrorTargetId(v string) *ModifyTrafficMirrorSessionInput
- func (s *ModifyTrafficMirrorSessionInput) SetVirtualNetworkId(v int64) *ModifyTrafficMirrorSessionInput
- func (s ModifyTrafficMirrorSessionInput) String() string
- func (s *ModifyTrafficMirrorSessionInput) Validate() error
- type ModifyTrafficMirrorSessionOutput
- type ModifyTransitGatewayVpcAttachmentInput
- func (s ModifyTransitGatewayVpcAttachmentInput) GoString() string
- func (s *ModifyTransitGatewayVpcAttachmentInput) SetAddSubnetIds(v []*string) *ModifyTransitGatewayVpcAttachmentInput
- func (s *ModifyTransitGatewayVpcAttachmentInput) SetDryRun(v bool) *ModifyTransitGatewayVpcAttachmentInput
- func (s *ModifyTransitGatewayVpcAttachmentInput) SetOptions(v *ModifyTransitGatewayVpcAttachmentRequestOptions) *ModifyTransitGatewayVpcAttachmentInput
- func (s *ModifyTransitGatewayVpcAttachmentInput) SetRemoveSubnetIds(v []*string) *ModifyTransitGatewayVpcAttachmentInput
- func (s *ModifyTransitGatewayVpcAttachmentInput) SetTransitGatewayAttachmentId(v string) *ModifyTransitGatewayVpcAttachmentInput
- func (s ModifyTransitGatewayVpcAttachmentInput) String() string
- func (s *ModifyTransitGatewayVpcAttachmentInput) Validate() error
- type ModifyTransitGatewayVpcAttachmentOutput
- type ModifyTransitGatewayVpcAttachmentRequestOptions
- func (s ModifyTransitGatewayVpcAttachmentRequestOptions) GoString() string
- func (s *ModifyTransitGatewayVpcAttachmentRequestOptions) SetDnsSupport(v string) *ModifyTransitGatewayVpcAttachmentRequestOptions
- func (s *ModifyTransitGatewayVpcAttachmentRequestOptions) SetIpv6Support(v string) *ModifyTransitGatewayVpcAttachmentRequestOptions
- func (s ModifyTransitGatewayVpcAttachmentRequestOptions) String() string
- type ModifyVolumeAttributeInput
- func (s ModifyVolumeAttributeInput) GoString() string
- func (s *ModifyVolumeAttributeInput) SetAutoEnableIO(v *AttributeBooleanValue) *ModifyVolumeAttributeInput
- func (s *ModifyVolumeAttributeInput) SetDryRun(v bool) *ModifyVolumeAttributeInput
- func (s *ModifyVolumeAttributeInput) SetVolumeId(v string) *ModifyVolumeAttributeInput
- func (s ModifyVolumeAttributeInput) String() string
- func (s *ModifyVolumeAttributeInput) Validate() error
- type ModifyVolumeAttributeOutput
- type ModifyVolumeInput
- func (s ModifyVolumeInput) GoString() string
- func (s *ModifyVolumeInput) SetDryRun(v bool) *ModifyVolumeInput
- func (s *ModifyVolumeInput) SetIops(v int64) *ModifyVolumeInput
- func (s *ModifyVolumeInput) SetSize(v int64) *ModifyVolumeInput
- func (s *ModifyVolumeInput) SetVolumeId(v string) *ModifyVolumeInput
- func (s *ModifyVolumeInput) SetVolumeType(v string) *ModifyVolumeInput
- func (s ModifyVolumeInput) String() string
- func (s *ModifyVolumeInput) Validate() error
- type ModifyVolumeOutput
- type ModifyVpcAttributeInput
- func (s ModifyVpcAttributeInput) GoString() string
- func (s *ModifyVpcAttributeInput) SetEnableDnsHostnames(v *AttributeBooleanValue) *ModifyVpcAttributeInput
- func (s *ModifyVpcAttributeInput) SetEnableDnsSupport(v *AttributeBooleanValue) *ModifyVpcAttributeInput
- func (s *ModifyVpcAttributeInput) SetVpcId(v string) *ModifyVpcAttributeInput
- func (s ModifyVpcAttributeInput) String() string
- func (s *ModifyVpcAttributeInput) Validate() error
- type ModifyVpcAttributeOutput
- type ModifyVpcEndpointConnectionNotificationInput
- func (s ModifyVpcEndpointConnectionNotificationInput) GoString() string
- func (s *ModifyVpcEndpointConnectionNotificationInput) SetConnectionEvents(v []*string) *ModifyVpcEndpointConnectionNotificationInput
- func (s *ModifyVpcEndpointConnectionNotificationInput) SetConnectionNotificationArn(v string) *ModifyVpcEndpointConnectionNotificationInput
- func (s *ModifyVpcEndpointConnectionNotificationInput) SetConnectionNotificationId(v string) *ModifyVpcEndpointConnectionNotificationInput
- func (s *ModifyVpcEndpointConnectionNotificationInput) SetDryRun(v bool) *ModifyVpcEndpointConnectionNotificationInput
- func (s ModifyVpcEndpointConnectionNotificationInput) String() string
- func (s *ModifyVpcEndpointConnectionNotificationInput) Validate() error
- type ModifyVpcEndpointConnectionNotificationOutput
- type ModifyVpcEndpointInput
- func (s ModifyVpcEndpointInput) GoString() string
- func (s *ModifyVpcEndpointInput) SetAddRouteTableIds(v []*string) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetAddSecurityGroupIds(v []*string) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetAddSubnetIds(v []*string) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetDryRun(v bool) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetPolicyDocument(v string) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetPrivateDnsEnabled(v bool) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetRemoveRouteTableIds(v []*string) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetRemoveSecurityGroupIds(v []*string) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetRemoveSubnetIds(v []*string) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetResetPolicy(v bool) *ModifyVpcEndpointInput
- func (s *ModifyVpcEndpointInput) SetVpcEndpointId(v string) *ModifyVpcEndpointInput
- func (s ModifyVpcEndpointInput) String() string
- func (s *ModifyVpcEndpointInput) Validate() error
- type ModifyVpcEndpointOutput
- type ModifyVpcEndpointServiceConfigurationInput
- func (s ModifyVpcEndpointServiceConfigurationInput) GoString() string
- func (s *ModifyVpcEndpointServiceConfigurationInput) SetAcceptanceRequired(v bool) *ModifyVpcEndpointServiceConfigurationInput
- func (s *ModifyVpcEndpointServiceConfigurationInput) SetAddNetworkLoadBalancerArns(v []*string) *ModifyVpcEndpointServiceConfigurationInput
- func (s *ModifyVpcEndpointServiceConfigurationInput) SetDryRun(v bool) *ModifyVpcEndpointServiceConfigurationInput
- func (s *ModifyVpcEndpointServiceConfigurationInput) SetPrivateDnsName(v string) *ModifyVpcEndpointServiceConfigurationInput
- func (s *ModifyVpcEndpointServiceConfigurationInput) SetRemoveNetworkLoadBalancerArns(v []*string) *ModifyVpcEndpointServiceConfigurationInput
- func (s *ModifyVpcEndpointServiceConfigurationInput) SetRemovePrivateDnsName(v bool) *ModifyVpcEndpointServiceConfigurationInput
- func (s *ModifyVpcEndpointServiceConfigurationInput) SetServiceId(v string) *ModifyVpcEndpointServiceConfigurationInput
- func (s ModifyVpcEndpointServiceConfigurationInput) String() string
- func (s *ModifyVpcEndpointServiceConfigurationInput) Validate() error
- type ModifyVpcEndpointServiceConfigurationOutput
- type ModifyVpcEndpointServicePermissionsInput
- func (s ModifyVpcEndpointServicePermissionsInput) GoString() string
- func (s *ModifyVpcEndpointServicePermissionsInput) SetAddAllowedPrincipals(v []*string) *ModifyVpcEndpointServicePermissionsInput
- func (s *ModifyVpcEndpointServicePermissionsInput) SetDryRun(v bool) *ModifyVpcEndpointServicePermissionsInput
- func (s *ModifyVpcEndpointServicePermissionsInput) SetRemoveAllowedPrincipals(v []*string) *ModifyVpcEndpointServicePermissionsInput
- func (s *ModifyVpcEndpointServicePermissionsInput) SetServiceId(v string) *ModifyVpcEndpointServicePermissionsInput
- func (s ModifyVpcEndpointServicePermissionsInput) String() string
- func (s *ModifyVpcEndpointServicePermissionsInput) Validate() error
- type ModifyVpcEndpointServicePermissionsOutput
- type ModifyVpcPeeringConnectionOptionsInput
- func (s ModifyVpcPeeringConnectionOptionsInput) GoString() string
- func (s *ModifyVpcPeeringConnectionOptionsInput) SetAccepterPeeringConnectionOptions(v *PeeringConnectionOptionsRequest) *ModifyVpcPeeringConnectionOptionsInput
- func (s *ModifyVpcPeeringConnectionOptionsInput) SetDryRun(v bool) *ModifyVpcPeeringConnectionOptionsInput
- func (s *ModifyVpcPeeringConnectionOptionsInput) SetRequesterPeeringConnectionOptions(v *PeeringConnectionOptionsRequest) *ModifyVpcPeeringConnectionOptionsInput
- func (s *ModifyVpcPeeringConnectionOptionsInput) SetVpcPeeringConnectionId(v string) *ModifyVpcPeeringConnectionOptionsInput
- func (s ModifyVpcPeeringConnectionOptionsInput) String() string
- func (s *ModifyVpcPeeringConnectionOptionsInput) Validate() error
- type ModifyVpcPeeringConnectionOptionsOutput
- func (s ModifyVpcPeeringConnectionOptionsOutput) GoString() string
- func (s *ModifyVpcPeeringConnectionOptionsOutput) SetAccepterPeeringConnectionOptions(v *PeeringConnectionOptions) *ModifyVpcPeeringConnectionOptionsOutput
- func (s *ModifyVpcPeeringConnectionOptionsOutput) SetRequesterPeeringConnectionOptions(v *PeeringConnectionOptions) *ModifyVpcPeeringConnectionOptionsOutput
- func (s ModifyVpcPeeringConnectionOptionsOutput) String() string
- type ModifyVpcTenancyInput
- func (s ModifyVpcTenancyInput) GoString() string
- func (s *ModifyVpcTenancyInput) SetDryRun(v bool) *ModifyVpcTenancyInput
- func (s *ModifyVpcTenancyInput) SetInstanceTenancy(v string) *ModifyVpcTenancyInput
- func (s *ModifyVpcTenancyInput) SetVpcId(v string) *ModifyVpcTenancyInput
- func (s ModifyVpcTenancyInput) String() string
- func (s *ModifyVpcTenancyInput) Validate() error
- type ModifyVpcTenancyOutput
- type ModifyVpnConnectionInput
- func (s ModifyVpnConnectionInput) GoString() string
- func (s *ModifyVpnConnectionInput) SetCustomerGatewayId(v string) *ModifyVpnConnectionInput
- func (s *ModifyVpnConnectionInput) SetDryRun(v bool) *ModifyVpnConnectionInput
- func (s *ModifyVpnConnectionInput) SetTransitGatewayId(v string) *ModifyVpnConnectionInput
- func (s *ModifyVpnConnectionInput) SetVpnConnectionId(v string) *ModifyVpnConnectionInput
- func (s *ModifyVpnConnectionInput) SetVpnGatewayId(v string) *ModifyVpnConnectionInput
- func (s ModifyVpnConnectionInput) String() string
- func (s *ModifyVpnConnectionInput) Validate() error
- type ModifyVpnConnectionOutput
- type ModifyVpnTunnelCertificateInput
- func (s ModifyVpnTunnelCertificateInput) GoString() string
- func (s *ModifyVpnTunnelCertificateInput) SetDryRun(v bool) *ModifyVpnTunnelCertificateInput
- func (s *ModifyVpnTunnelCertificateInput) SetVpnConnectionId(v string) *ModifyVpnTunnelCertificateInput
- func (s *ModifyVpnTunnelCertificateInput) SetVpnTunnelOutsideIpAddress(v string) *ModifyVpnTunnelCertificateInput
- func (s ModifyVpnTunnelCertificateInput) String() string
- func (s *ModifyVpnTunnelCertificateInput) Validate() error
- type ModifyVpnTunnelCertificateOutput
- type ModifyVpnTunnelOptionsInput
- func (s ModifyVpnTunnelOptionsInput) GoString() string
- func (s *ModifyVpnTunnelOptionsInput) SetDryRun(v bool) *ModifyVpnTunnelOptionsInput
- func (s *ModifyVpnTunnelOptionsInput) SetTunnelOptions(v *ModifyVpnTunnelOptionsSpecification) *ModifyVpnTunnelOptionsInput
- func (s *ModifyVpnTunnelOptionsInput) SetVpnConnectionId(v string) *ModifyVpnTunnelOptionsInput
- func (s *ModifyVpnTunnelOptionsInput) SetVpnTunnelOutsideIpAddress(v string) *ModifyVpnTunnelOptionsInput
- func (s ModifyVpnTunnelOptionsInput) String() string
- func (s *ModifyVpnTunnelOptionsInput) Validate() error
- type ModifyVpnTunnelOptionsOutput
- type ModifyVpnTunnelOptionsSpecification
- func (s ModifyVpnTunnelOptionsSpecification) GoString() string
- func (s *ModifyVpnTunnelOptionsSpecification) SetDPDTimeoutSeconds(v int64) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetIKEVersions(v []*IKEVersionsRequestListValue) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase1DHGroupNumbers(v []*Phase1DHGroupNumbersRequestListValue) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase1EncryptionAlgorithms(v []*Phase1EncryptionAlgorithmsRequestListValue) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase1IntegrityAlgorithms(v []*Phase1IntegrityAlgorithmsRequestListValue) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase1LifetimeSeconds(v int64) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase2DHGroupNumbers(v []*Phase2DHGroupNumbersRequestListValue) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase2EncryptionAlgorithms(v []*Phase2EncryptionAlgorithmsRequestListValue) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase2IntegrityAlgorithms(v []*Phase2IntegrityAlgorithmsRequestListValue) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPhase2LifetimeSeconds(v int64) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetPreSharedKey(v string) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetRekeyFuzzPercentage(v int64) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetRekeyMarginTimeSeconds(v int64) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetReplayWindowSize(v int64) *ModifyVpnTunnelOptionsSpecification
- func (s *ModifyVpnTunnelOptionsSpecification) SetTunnelInsideCidr(v string) *ModifyVpnTunnelOptionsSpecification
- func (s ModifyVpnTunnelOptionsSpecification) String() string
- type MonitorInstancesInput
- func (s MonitorInstancesInput) GoString() string
- func (s *MonitorInstancesInput) SetDryRun(v bool) *MonitorInstancesInput
- func (s *MonitorInstancesInput) SetInstanceIds(v []*string) *MonitorInstancesInput
- func (s MonitorInstancesInput) String() string
- func (s *MonitorInstancesInput) Validate() error
- type MonitorInstancesOutput
- type Monitoring
- type MoveAddressToVpcInput
- type MoveAddressToVpcOutput
- type MovingAddressStatus
- type NatGateway
- func (s NatGateway) GoString() string
- func (s *NatGateway) SetCreateTime(v time.Time) *NatGateway
- func (s *NatGateway) SetDeleteTime(v time.Time) *NatGateway
- func (s *NatGateway) SetFailureCode(v string) *NatGateway
- func (s *NatGateway) SetFailureMessage(v string) *NatGateway
- func (s *NatGateway) SetNatGatewayAddresses(v []*NatGatewayAddress) *NatGateway
- func (s *NatGateway) SetNatGatewayId(v string) *NatGateway
- func (s *NatGateway) SetProvisionedBandwidth(v *ProvisionedBandwidth) *NatGateway
- func (s *NatGateway) SetState(v string) *NatGateway
- func (s *NatGateway) SetSubnetId(v string) *NatGateway
- func (s *NatGateway) SetTags(v []*Tag) *NatGateway
- func (s *NatGateway) SetVpcId(v string) *NatGateway
- func (s NatGateway) String() string
- type NatGatewayAddress
- func (s NatGatewayAddress) GoString() string
- func (s *NatGatewayAddress) SetAllocationId(v string) *NatGatewayAddress
- func (s *NatGatewayAddress) SetNetworkInterfaceId(v string) *NatGatewayAddress
- func (s *NatGatewayAddress) SetPrivateIp(v string) *NatGatewayAddress
- func (s *NatGatewayAddress) SetPublicIp(v string) *NatGatewayAddress
- func (s NatGatewayAddress) String() string
- type NetworkAcl
- func (s NetworkAcl) GoString() string
- func (s *NetworkAcl) SetAssociations(v []*NetworkAclAssociation) *NetworkAcl
- func (s *NetworkAcl) SetEntries(v []*NetworkAclEntry) *NetworkAcl
- func (s *NetworkAcl) SetIsDefault(v bool) *NetworkAcl
- func (s *NetworkAcl) SetNetworkAclId(v string) *NetworkAcl
- func (s *NetworkAcl) SetOwnerId(v string) *NetworkAcl
- func (s *NetworkAcl) SetTags(v []*Tag) *NetworkAcl
- func (s *NetworkAcl) SetVpcId(v string) *NetworkAcl
- func (s NetworkAcl) String() string
- type NetworkAclAssociation
- func (s NetworkAclAssociation) GoString() string
- func (s *NetworkAclAssociation) SetNetworkAclAssociationId(v string) *NetworkAclAssociation
- func (s *NetworkAclAssociation) SetNetworkAclId(v string) *NetworkAclAssociation
- func (s *NetworkAclAssociation) SetSubnetId(v string) *NetworkAclAssociation
- func (s NetworkAclAssociation) String() string
- type NetworkAclEntry
- func (s NetworkAclEntry) GoString() string
- func (s *NetworkAclEntry) SetCidrBlock(v string) *NetworkAclEntry
- func (s *NetworkAclEntry) SetEgress(v bool) *NetworkAclEntry
- func (s *NetworkAclEntry) SetIcmpTypeCode(v *IcmpTypeCode) *NetworkAclEntry
- func (s *NetworkAclEntry) SetIpv6CidrBlock(v string) *NetworkAclEntry
- func (s *NetworkAclEntry) SetPortRange(v *PortRange) *NetworkAclEntry
- func (s *NetworkAclEntry) SetProtocol(v string) *NetworkAclEntry
- func (s *NetworkAclEntry) SetRuleAction(v string) *NetworkAclEntry
- func (s *NetworkAclEntry) SetRuleNumber(v int64) *NetworkAclEntry
- func (s NetworkAclEntry) String() string
- type NetworkInfo
- func (s NetworkInfo) GoString() string
- func (s *NetworkInfo) SetEnaSupport(v string) *NetworkInfo
- func (s *NetworkInfo) SetIpv4AddressesPerInterface(v int64) *NetworkInfo
- func (s *NetworkInfo) SetIpv6AddressesPerInterface(v int64) *NetworkInfo
- func (s *NetworkInfo) SetIpv6Supported(v bool) *NetworkInfo
- func (s *NetworkInfo) SetMaximumNetworkInterfaces(v int64) *NetworkInfo
- func (s *NetworkInfo) SetNetworkPerformance(v string) *NetworkInfo
- func (s NetworkInfo) String() string
- type NetworkInterface
- func (s NetworkInterface) GoString() string
- func (s *NetworkInterface) SetAssociation(v *NetworkInterfaceAssociation) *NetworkInterface
- func (s *NetworkInterface) SetAttachment(v *NetworkInterfaceAttachment) *NetworkInterface
- func (s *NetworkInterface) SetAvailabilityZone(v string) *NetworkInterface
- func (s *NetworkInterface) SetDescription(v string) *NetworkInterface
- func (s *NetworkInterface) SetGroups(v []*GroupIdentifier) *NetworkInterface
- func (s *NetworkInterface) SetInterfaceType(v string) *NetworkInterface
- func (s *NetworkInterface) SetIpv6Addresses(v []*NetworkInterfaceIpv6Address) *NetworkInterface
- func (s *NetworkInterface) SetMacAddress(v string) *NetworkInterface
- func (s *NetworkInterface) SetNetworkInterfaceId(v string) *NetworkInterface
- func (s *NetworkInterface) SetOutpostArn(v string) *NetworkInterface
- func (s *NetworkInterface) SetOwnerId(v string) *NetworkInterface
- func (s *NetworkInterface) SetPrivateDnsName(v string) *NetworkInterface
- func (s *NetworkInterface) SetPrivateIpAddress(v string) *NetworkInterface
- func (s *NetworkInterface) SetPrivateIpAddresses(v []*NetworkInterfacePrivateIpAddress) *NetworkInterface
- func (s *NetworkInterface) SetRequesterId(v string) *NetworkInterface
- func (s *NetworkInterface) SetRequesterManaged(v bool) *NetworkInterface
- func (s *NetworkInterface) SetSourceDestCheck(v bool) *NetworkInterface
- func (s *NetworkInterface) SetStatus(v string) *NetworkInterface
- func (s *NetworkInterface) SetSubnetId(v string) *NetworkInterface
- func (s *NetworkInterface) SetTagSet(v []*Tag) *NetworkInterface
- func (s *NetworkInterface) SetVpcId(v string) *NetworkInterface
- func (s NetworkInterface) String() string
- type NetworkInterfaceAssociation
- func (s NetworkInterfaceAssociation) GoString() string
- func (s *NetworkInterfaceAssociation) SetAllocationId(v string) *NetworkInterfaceAssociation
- func (s *NetworkInterfaceAssociation) SetAssociationId(v string) *NetworkInterfaceAssociation
- func (s *NetworkInterfaceAssociation) SetIpOwnerId(v string) *NetworkInterfaceAssociation
- func (s *NetworkInterfaceAssociation) SetPublicDnsName(v string) *NetworkInterfaceAssociation
- func (s *NetworkInterfaceAssociation) SetPublicIp(v string) *NetworkInterfaceAssociation
- func (s NetworkInterfaceAssociation) String() string
- type NetworkInterfaceAttachment
- func (s NetworkInterfaceAttachment) GoString() string
- func (s *NetworkInterfaceAttachment) SetAttachTime(v time.Time) *NetworkInterfaceAttachment
- func (s *NetworkInterfaceAttachment) SetAttachmentId(v string) *NetworkInterfaceAttachment
- func (s *NetworkInterfaceAttachment) SetDeleteOnTermination(v bool) *NetworkInterfaceAttachment
- func (s *NetworkInterfaceAttachment) SetDeviceIndex(v int64) *NetworkInterfaceAttachment
- func (s *NetworkInterfaceAttachment) SetInstanceId(v string) *NetworkInterfaceAttachment
- func (s *NetworkInterfaceAttachment) SetInstanceOwnerId(v string) *NetworkInterfaceAttachment
- func (s *NetworkInterfaceAttachment) SetStatus(v string) *NetworkInterfaceAttachment
- func (s NetworkInterfaceAttachment) String() string
- type NetworkInterfaceAttachmentChanges
- func (s NetworkInterfaceAttachmentChanges) GoString() string
- func (s *NetworkInterfaceAttachmentChanges) SetAttachmentId(v string) *NetworkInterfaceAttachmentChanges
- func (s *NetworkInterfaceAttachmentChanges) SetDeleteOnTermination(v bool) *NetworkInterfaceAttachmentChanges
- func (s NetworkInterfaceAttachmentChanges) String() string
- type NetworkInterfaceIpv6Address
- type NetworkInterfacePermission
- func (s NetworkInterfacePermission) GoString() string
- func (s *NetworkInterfacePermission) SetAwsAccountId(v string) *NetworkInterfacePermission
- func (s *NetworkInterfacePermission) SetAwsService(v string) *NetworkInterfacePermission
- func (s *NetworkInterfacePermission) SetNetworkInterfaceId(v string) *NetworkInterfacePermission
- func (s *NetworkInterfacePermission) SetNetworkInterfacePermissionId(v string) *NetworkInterfacePermission
- func (s *NetworkInterfacePermission) SetPermission(v string) *NetworkInterfacePermission
- func (s *NetworkInterfacePermission) SetPermissionState(v *NetworkInterfacePermissionState) *NetworkInterfacePermission
- func (s NetworkInterfacePermission) String() string
- type NetworkInterfacePermissionState
- func (s NetworkInterfacePermissionState) GoString() string
- func (s *NetworkInterfacePermissionState) SetState(v string) *NetworkInterfacePermissionState
- func (s *NetworkInterfacePermissionState) SetStatusMessage(v string) *NetworkInterfacePermissionState
- func (s NetworkInterfacePermissionState) String() string
- type NetworkInterfacePrivateIpAddress
- func (s NetworkInterfacePrivateIpAddress) GoString() string
- func (s *NetworkInterfacePrivateIpAddress) SetAssociation(v *NetworkInterfaceAssociation) *NetworkInterfacePrivateIpAddress
- func (s *NetworkInterfacePrivateIpAddress) SetPrimary(v bool) *NetworkInterfacePrivateIpAddress
- func (s *NetworkInterfacePrivateIpAddress) SetPrivateDnsName(v string) *NetworkInterfacePrivateIpAddress
- func (s *NetworkInterfacePrivateIpAddress) SetPrivateIpAddress(v string) *NetworkInterfacePrivateIpAddress
- func (s NetworkInterfacePrivateIpAddress) String() string
- type NewDhcpConfiguration
- type OnDemandOptions
- func (s OnDemandOptions) GoString() string
- func (s *OnDemandOptions) SetAllocationStrategy(v string) *OnDemandOptions
- func (s *OnDemandOptions) SetCapacityReservationOptions(v *CapacityReservationOptions) *OnDemandOptions
- func (s *OnDemandOptions) SetMaxTotalPrice(v string) *OnDemandOptions
- func (s *OnDemandOptions) SetMinTargetCapacity(v int64) *OnDemandOptions
- func (s *OnDemandOptions) SetSingleAvailabilityZone(v bool) *OnDemandOptions
- func (s *OnDemandOptions) SetSingleInstanceType(v bool) *OnDemandOptions
- func (s OnDemandOptions) String() string
- type OnDemandOptionsRequest
- func (s OnDemandOptionsRequest) GoString() string
- func (s *OnDemandOptionsRequest) SetAllocationStrategy(v string) *OnDemandOptionsRequest
- func (s *OnDemandOptionsRequest) SetCapacityReservationOptions(v *CapacityReservationOptionsRequest) *OnDemandOptionsRequest
- func (s *OnDemandOptionsRequest) SetMaxTotalPrice(v string) *OnDemandOptionsRequest
- func (s *OnDemandOptionsRequest) SetMinTargetCapacity(v int64) *OnDemandOptionsRequest
- func (s *OnDemandOptionsRequest) SetSingleAvailabilityZone(v bool) *OnDemandOptionsRequest
- func (s *OnDemandOptionsRequest) SetSingleInstanceType(v bool) *OnDemandOptionsRequest
- func (s OnDemandOptionsRequest) String() string
- type PciId
- type PeeringAttachmentStatus
- type PeeringConnectionOptions
- func (s PeeringConnectionOptions) GoString() string
- func (s *PeeringConnectionOptions) SetAllowDnsResolutionFromRemoteVpc(v bool) *PeeringConnectionOptions
- func (s *PeeringConnectionOptions) SetAllowEgressFromLocalClassicLinkToRemoteVpc(v bool) *PeeringConnectionOptions
- func (s *PeeringConnectionOptions) SetAllowEgressFromLocalVpcToRemoteClassicLink(v bool) *PeeringConnectionOptions
- func (s PeeringConnectionOptions) String() string
- type PeeringConnectionOptionsRequest
- func (s PeeringConnectionOptionsRequest) GoString() string
- func (s *PeeringConnectionOptionsRequest) SetAllowDnsResolutionFromRemoteVpc(v bool) *PeeringConnectionOptionsRequest
- func (s *PeeringConnectionOptionsRequest) SetAllowEgressFromLocalClassicLinkToRemoteVpc(v bool) *PeeringConnectionOptionsRequest
- func (s *PeeringConnectionOptionsRequest) SetAllowEgressFromLocalVpcToRemoteClassicLink(v bool) *PeeringConnectionOptionsRequest
- func (s PeeringConnectionOptionsRequest) String() string
- type PeeringTgwInfo
- type Phase1DHGroupNumbersListValue
- type Phase1DHGroupNumbersRequestListValue
- type Phase1EncryptionAlgorithmsListValue
- type Phase1EncryptionAlgorithmsRequestListValue
- type Phase1IntegrityAlgorithmsListValue
- type Phase1IntegrityAlgorithmsRequestListValue
- type Phase2DHGroupNumbersListValue
- type Phase2DHGroupNumbersRequestListValue
- type Phase2EncryptionAlgorithmsListValue
- type Phase2EncryptionAlgorithmsRequestListValue
- type Phase2IntegrityAlgorithmsListValue
- type Phase2IntegrityAlgorithmsRequestListValue
- type Placement
- func (s Placement) GoString() string
- func (s *Placement) SetAffinity(v string) *Placement
- func (s *Placement) SetAvailabilityZone(v string) *Placement
- func (s *Placement) SetGroupName(v string) *Placement
- func (s *Placement) SetHostId(v string) *Placement
- func (s *Placement) SetHostResourceGroupArn(v string) *Placement
- func (s *Placement) SetPartitionNumber(v int64) *Placement
- func (s *Placement) SetSpreadDomain(v string) *Placement
- func (s *Placement) SetTenancy(v string) *Placement
- func (s Placement) String() string
- type PlacementGroup
- func (s PlacementGroup) GoString() string
- func (s *PlacementGroup) SetGroupId(v string) *PlacementGroup
- func (s *PlacementGroup) SetGroupName(v string) *PlacementGroup
- func (s *PlacementGroup) SetPartitionCount(v int64) *PlacementGroup
- func (s *PlacementGroup) SetState(v string) *PlacementGroup
- func (s *PlacementGroup) SetStrategy(v string) *PlacementGroup
- func (s *PlacementGroup) SetTags(v []*Tag) *PlacementGroup
- func (s PlacementGroup) String() string
- type PlacementGroupInfo
- type PlacementResponse
- type PortRange
- type PrefixList
- type PrefixListId
- type PriceSchedule
- func (s PriceSchedule) GoString() string
- func (s *PriceSchedule) SetActive(v bool) *PriceSchedule
- func (s *PriceSchedule) SetCurrencyCode(v string) *PriceSchedule
- func (s *PriceSchedule) SetPrice(v float64) *PriceSchedule
- func (s *PriceSchedule) SetTerm(v int64) *PriceSchedule
- func (s PriceSchedule) String() string
- type PriceScheduleSpecification
- func (s PriceScheduleSpecification) GoString() string
- func (s *PriceScheduleSpecification) SetCurrencyCode(v string) *PriceScheduleSpecification
- func (s *PriceScheduleSpecification) SetPrice(v float64) *PriceScheduleSpecification
- func (s *PriceScheduleSpecification) SetTerm(v int64) *PriceScheduleSpecification
- func (s PriceScheduleSpecification) String() string
- type PricingDetail
- type PrincipalIdFormat
- type PrivateDnsNameConfiguration
- func (s PrivateDnsNameConfiguration) GoString() string
- func (s *PrivateDnsNameConfiguration) SetName(v string) *PrivateDnsNameConfiguration
- func (s *PrivateDnsNameConfiguration) SetState(v string) *PrivateDnsNameConfiguration
- func (s *PrivateDnsNameConfiguration) SetType(v string) *PrivateDnsNameConfiguration
- func (s *PrivateDnsNameConfiguration) SetValue(v string) *PrivateDnsNameConfiguration
- func (s PrivateDnsNameConfiguration) String() string
- type PrivateIpAddressSpecification
- func (s PrivateIpAddressSpecification) GoString() string
- func (s *PrivateIpAddressSpecification) SetPrimary(v bool) *PrivateIpAddressSpecification
- func (s *PrivateIpAddressSpecification) SetPrivateIpAddress(v string) *PrivateIpAddressSpecification
- func (s PrivateIpAddressSpecification) String() string
- type ProcessorInfo
- type ProductCode
- type PropagatingVgw
- type ProvisionByoipCidrInput
- func (s ProvisionByoipCidrInput) GoString() string
- func (s *ProvisionByoipCidrInput) SetCidr(v string) *ProvisionByoipCidrInput
- func (s *ProvisionByoipCidrInput) SetCidrAuthorizationContext(v *CidrAuthorizationContext) *ProvisionByoipCidrInput
- func (s *ProvisionByoipCidrInput) SetDescription(v string) *ProvisionByoipCidrInput
- func (s *ProvisionByoipCidrInput) SetDryRun(v bool) *ProvisionByoipCidrInput
- func (s ProvisionByoipCidrInput) String() string
- func (s *ProvisionByoipCidrInput) Validate() error
- type ProvisionByoipCidrOutput
- type ProvisionedBandwidth
- func (s ProvisionedBandwidth) GoString() string
- func (s *ProvisionedBandwidth) SetProvisionTime(v time.Time) *ProvisionedBandwidth
- func (s *ProvisionedBandwidth) SetProvisioned(v string) *ProvisionedBandwidth
- func (s *ProvisionedBandwidth) SetRequestTime(v time.Time) *ProvisionedBandwidth
- func (s *ProvisionedBandwidth) SetRequested(v string) *ProvisionedBandwidth
- func (s *ProvisionedBandwidth) SetStatus(v string) *ProvisionedBandwidth
- func (s ProvisionedBandwidth) String() string
- type PublicIpv4Pool
- func (s PublicIpv4Pool) GoString() string
- func (s *PublicIpv4Pool) SetDescription(v string) *PublicIpv4Pool
- func (s *PublicIpv4Pool) SetPoolAddressRanges(v []*PublicIpv4PoolRange) *PublicIpv4Pool
- func (s *PublicIpv4Pool) SetPoolId(v string) *PublicIpv4Pool
- func (s *PublicIpv4Pool) SetTotalAddressCount(v int64) *PublicIpv4Pool
- func (s *PublicIpv4Pool) SetTotalAvailableAddressCount(v int64) *PublicIpv4Pool
- func (s PublicIpv4Pool) String() string
- type PublicIpv4PoolRange
- func (s PublicIpv4PoolRange) GoString() string
- func (s *PublicIpv4PoolRange) SetAddressCount(v int64) *PublicIpv4PoolRange
- func (s *PublicIpv4PoolRange) SetAvailableAddressCount(v int64) *PublicIpv4PoolRange
- func (s *PublicIpv4PoolRange) SetFirstAddress(v string) *PublicIpv4PoolRange
- func (s *PublicIpv4PoolRange) SetLastAddress(v string) *PublicIpv4PoolRange
- func (s PublicIpv4PoolRange) String() string
- type Purchase
- func (s Purchase) GoString() string
- func (s *Purchase) SetCurrencyCode(v string) *Purchase
- func (s *Purchase) SetDuration(v int64) *Purchase
- func (s *Purchase) SetHostIdSet(v []*string) *Purchase
- func (s *Purchase) SetHostReservationId(v string) *Purchase
- func (s *Purchase) SetHourlyPrice(v string) *Purchase
- func (s *Purchase) SetInstanceFamily(v string) *Purchase
- func (s *Purchase) SetPaymentOption(v string) *Purchase
- func (s *Purchase) SetUpfrontPrice(v string) *Purchase
- func (s Purchase) String() string
- type PurchaseHostReservationInput
- func (s PurchaseHostReservationInput) GoString() string
- func (s *PurchaseHostReservationInput) SetClientToken(v string) *PurchaseHostReservationInput
- func (s *PurchaseHostReservationInput) SetCurrencyCode(v string) *PurchaseHostReservationInput
- func (s *PurchaseHostReservationInput) SetHostIdSet(v []*string) *PurchaseHostReservationInput
- func (s *PurchaseHostReservationInput) SetLimitPrice(v string) *PurchaseHostReservationInput
- func (s *PurchaseHostReservationInput) SetOfferingId(v string) *PurchaseHostReservationInput
- func (s PurchaseHostReservationInput) String() string
- func (s *PurchaseHostReservationInput) Validate() error
- type PurchaseHostReservationOutput
- func (s PurchaseHostReservationOutput) GoString() string
- func (s *PurchaseHostReservationOutput) SetClientToken(v string) *PurchaseHostReservationOutput
- func (s *PurchaseHostReservationOutput) SetCurrencyCode(v string) *PurchaseHostReservationOutput
- func (s *PurchaseHostReservationOutput) SetPurchase(v []*Purchase) *PurchaseHostReservationOutput
- func (s *PurchaseHostReservationOutput) SetTotalHourlyPrice(v string) *PurchaseHostReservationOutput
- func (s *PurchaseHostReservationOutput) SetTotalUpfrontPrice(v string) *PurchaseHostReservationOutput
- func (s PurchaseHostReservationOutput) String() string
- type PurchaseRequest
- type PurchaseReservedInstancesOfferingInput
- func (s PurchaseReservedInstancesOfferingInput) GoString() string
- func (s *PurchaseReservedInstancesOfferingInput) SetDryRun(v bool) *PurchaseReservedInstancesOfferingInput
- func (s *PurchaseReservedInstancesOfferingInput) SetInstanceCount(v int64) *PurchaseReservedInstancesOfferingInput
- func (s *PurchaseReservedInstancesOfferingInput) SetLimitPrice(v *ReservedInstanceLimitPrice) *PurchaseReservedInstancesOfferingInput
- func (s *PurchaseReservedInstancesOfferingInput) SetPurchaseTime(v time.Time) *PurchaseReservedInstancesOfferingInput
- func (s *PurchaseReservedInstancesOfferingInput) SetReservedInstancesOfferingId(v string) *PurchaseReservedInstancesOfferingInput
- func (s PurchaseReservedInstancesOfferingInput) String() string
- func (s *PurchaseReservedInstancesOfferingInput) Validate() error
- type PurchaseReservedInstancesOfferingOutput
- type PurchaseScheduledInstancesInput
- func (s PurchaseScheduledInstancesInput) GoString() string
- func (s *PurchaseScheduledInstancesInput) SetClientToken(v string) *PurchaseScheduledInstancesInput
- func (s *PurchaseScheduledInstancesInput) SetDryRun(v bool) *PurchaseScheduledInstancesInput
- func (s *PurchaseScheduledInstancesInput) SetPurchaseRequests(v []*PurchaseRequest) *PurchaseScheduledInstancesInput
- func (s PurchaseScheduledInstancesInput) String() string
- func (s *PurchaseScheduledInstancesInput) Validate() error
- type PurchaseScheduledInstancesOutput
- type RebootInstancesInput
- type RebootInstancesOutput
- type RecurringCharge
- type Region
- type RegisterImageInput
- func (s RegisterImageInput) GoString() string
- func (s *RegisterImageInput) SetArchitecture(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetBillingProducts(v []*string) *RegisterImageInput
- func (s *RegisterImageInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *RegisterImageInput
- func (s *RegisterImageInput) SetDescription(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetDryRun(v bool) *RegisterImageInput
- func (s *RegisterImageInput) SetEnaSupport(v bool) *RegisterImageInput
- func (s *RegisterImageInput) SetImageLocation(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetKernelId(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetName(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetRamdiskId(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetRootDeviceName(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetSriovNetSupport(v string) *RegisterImageInput
- func (s *RegisterImageInput) SetVirtualizationType(v string) *RegisterImageInput
- func (s RegisterImageInput) String() string
- func (s *RegisterImageInput) Validate() error
- type RegisterImageOutput
- type RegisterTransitGatewayMulticastGroupMembersInput
- func (s RegisterTransitGatewayMulticastGroupMembersInput) GoString() string
- func (s *RegisterTransitGatewayMulticastGroupMembersInput) SetDryRun(v bool) *RegisterTransitGatewayMulticastGroupMembersInput
- func (s *RegisterTransitGatewayMulticastGroupMembersInput) SetGroupIpAddress(v string) *RegisterTransitGatewayMulticastGroupMembersInput
- func (s *RegisterTransitGatewayMulticastGroupMembersInput) SetNetworkInterfaceIds(v []*string) *RegisterTransitGatewayMulticastGroupMembersInput
- func (s *RegisterTransitGatewayMulticastGroupMembersInput) SetTransitGatewayMulticastDomainId(v string) *RegisterTransitGatewayMulticastGroupMembersInput
- func (s RegisterTransitGatewayMulticastGroupMembersInput) String() string
- type RegisterTransitGatewayMulticastGroupMembersOutput
- func (s RegisterTransitGatewayMulticastGroupMembersOutput) GoString() string
- func (s *RegisterTransitGatewayMulticastGroupMembersOutput) SetRegisteredMulticastGroupMembers(v *TransitGatewayMulticastRegisteredGroupMembers) *RegisterTransitGatewayMulticastGroupMembersOutput
- func (s RegisterTransitGatewayMulticastGroupMembersOutput) String() string
- type RegisterTransitGatewayMulticastGroupSourcesInput
- func (s RegisterTransitGatewayMulticastGroupSourcesInput) GoString() string
- func (s *RegisterTransitGatewayMulticastGroupSourcesInput) SetDryRun(v bool) *RegisterTransitGatewayMulticastGroupSourcesInput
- func (s *RegisterTransitGatewayMulticastGroupSourcesInput) SetGroupIpAddress(v string) *RegisterTransitGatewayMulticastGroupSourcesInput
- func (s *RegisterTransitGatewayMulticastGroupSourcesInput) SetNetworkInterfaceIds(v []*string) *RegisterTransitGatewayMulticastGroupSourcesInput
- func (s *RegisterTransitGatewayMulticastGroupSourcesInput) SetTransitGatewayMulticastDomainId(v string) *RegisterTransitGatewayMulticastGroupSourcesInput
- func (s RegisterTransitGatewayMulticastGroupSourcesInput) String() string
- type RegisterTransitGatewayMulticastGroupSourcesOutput
- func (s RegisterTransitGatewayMulticastGroupSourcesOutput) GoString() string
- func (s *RegisterTransitGatewayMulticastGroupSourcesOutput) SetRegisteredMulticastGroupSources(v *TransitGatewayMulticastRegisteredGroupSources) *RegisterTransitGatewayMulticastGroupSourcesOutput
- func (s RegisterTransitGatewayMulticastGroupSourcesOutput) String() string
- type RejectTransitGatewayPeeringAttachmentInput
- func (s RejectTransitGatewayPeeringAttachmentInput) GoString() string
- func (s *RejectTransitGatewayPeeringAttachmentInput) SetDryRun(v bool) *RejectTransitGatewayPeeringAttachmentInput
- func (s *RejectTransitGatewayPeeringAttachmentInput) SetTransitGatewayAttachmentId(v string) *RejectTransitGatewayPeeringAttachmentInput
- func (s RejectTransitGatewayPeeringAttachmentInput) String() string
- func (s *RejectTransitGatewayPeeringAttachmentInput) Validate() error
- type RejectTransitGatewayPeeringAttachmentOutput
- func (s RejectTransitGatewayPeeringAttachmentOutput) GoString() string
- func (s *RejectTransitGatewayPeeringAttachmentOutput) SetTransitGatewayPeeringAttachment(v *TransitGatewayPeeringAttachment) *RejectTransitGatewayPeeringAttachmentOutput
- func (s RejectTransitGatewayPeeringAttachmentOutput) String() string
- type RejectTransitGatewayVpcAttachmentInput
- func (s RejectTransitGatewayVpcAttachmentInput) GoString() string
- func (s *RejectTransitGatewayVpcAttachmentInput) SetDryRun(v bool) *RejectTransitGatewayVpcAttachmentInput
- func (s *RejectTransitGatewayVpcAttachmentInput) SetTransitGatewayAttachmentId(v string) *RejectTransitGatewayVpcAttachmentInput
- func (s RejectTransitGatewayVpcAttachmentInput) String() string
- func (s *RejectTransitGatewayVpcAttachmentInput) Validate() error
- type RejectTransitGatewayVpcAttachmentOutput
- type RejectVpcEndpointConnectionsInput
- func (s RejectVpcEndpointConnectionsInput) GoString() string
- func (s *RejectVpcEndpointConnectionsInput) SetDryRun(v bool) *RejectVpcEndpointConnectionsInput
- func (s *RejectVpcEndpointConnectionsInput) SetServiceId(v string) *RejectVpcEndpointConnectionsInput
- func (s *RejectVpcEndpointConnectionsInput) SetVpcEndpointIds(v []*string) *RejectVpcEndpointConnectionsInput
- func (s RejectVpcEndpointConnectionsInput) String() string
- func (s *RejectVpcEndpointConnectionsInput) Validate() error
- type RejectVpcEndpointConnectionsOutput
- type RejectVpcPeeringConnectionInput
- func (s RejectVpcPeeringConnectionInput) GoString() string
- func (s *RejectVpcPeeringConnectionInput) SetDryRun(v bool) *RejectVpcPeeringConnectionInput
- func (s *RejectVpcPeeringConnectionInput) SetVpcPeeringConnectionId(v string) *RejectVpcPeeringConnectionInput
- func (s RejectVpcPeeringConnectionInput) String() string
- func (s *RejectVpcPeeringConnectionInput) Validate() error
- type RejectVpcPeeringConnectionOutput
- type ReleaseAddressInput
- func (s ReleaseAddressInput) GoString() string
- func (s *ReleaseAddressInput) SetAllocationId(v string) *ReleaseAddressInput
- func (s *ReleaseAddressInput) SetDryRun(v bool) *ReleaseAddressInput
- func (s *ReleaseAddressInput) SetNetworkBorderGroup(v string) *ReleaseAddressInput
- func (s *ReleaseAddressInput) SetPublicIp(v string) *ReleaseAddressInput
- func (s ReleaseAddressInput) String() string
- type ReleaseAddressOutput
- type ReleaseHostsInput
- type ReleaseHostsOutput
- type ReplaceIamInstanceProfileAssociationInput
- func (s ReplaceIamInstanceProfileAssociationInput) GoString() string
- func (s *ReplaceIamInstanceProfileAssociationInput) SetAssociationId(v string) *ReplaceIamInstanceProfileAssociationInput
- func (s *ReplaceIamInstanceProfileAssociationInput) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *ReplaceIamInstanceProfileAssociationInput
- func (s ReplaceIamInstanceProfileAssociationInput) String() string
- func (s *ReplaceIamInstanceProfileAssociationInput) Validate() error
- type ReplaceIamInstanceProfileAssociationOutput
- func (s ReplaceIamInstanceProfileAssociationOutput) GoString() string
- func (s *ReplaceIamInstanceProfileAssociationOutput) SetIamInstanceProfileAssociation(v *IamInstanceProfileAssociation) *ReplaceIamInstanceProfileAssociationOutput
- func (s ReplaceIamInstanceProfileAssociationOutput) String() string
- type ReplaceNetworkAclAssociationInput
- func (s ReplaceNetworkAclAssociationInput) GoString() string
- func (s *ReplaceNetworkAclAssociationInput) SetAssociationId(v string) *ReplaceNetworkAclAssociationInput
- func (s *ReplaceNetworkAclAssociationInput) SetDryRun(v bool) *ReplaceNetworkAclAssociationInput
- func (s *ReplaceNetworkAclAssociationInput) SetNetworkAclId(v string) *ReplaceNetworkAclAssociationInput
- func (s ReplaceNetworkAclAssociationInput) String() string
- func (s *ReplaceNetworkAclAssociationInput) Validate() error
- type ReplaceNetworkAclAssociationOutput
- type ReplaceNetworkAclEntryInput
- func (s ReplaceNetworkAclEntryInput) GoString() string
- func (s *ReplaceNetworkAclEntryInput) SetCidrBlock(v string) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetDryRun(v bool) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetEgress(v bool) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetIcmpTypeCode(v *IcmpTypeCode) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetIpv6CidrBlock(v string) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetNetworkAclId(v string) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetPortRange(v *PortRange) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetProtocol(v string) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetRuleAction(v string) *ReplaceNetworkAclEntryInput
- func (s *ReplaceNetworkAclEntryInput) SetRuleNumber(v int64) *ReplaceNetworkAclEntryInput
- func (s ReplaceNetworkAclEntryInput) String() string
- func (s *ReplaceNetworkAclEntryInput) Validate() error
- type ReplaceNetworkAclEntryOutput
- type ReplaceRouteInput
- func (s ReplaceRouteInput) GoString() string
- func (s *ReplaceRouteInput) SetDestinationCidrBlock(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetDestinationIpv6CidrBlock(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetDryRun(v bool) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetEgressOnlyInternetGatewayId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetGatewayId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetInstanceId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetLocalGatewayId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetLocalTarget(v bool) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetNatGatewayId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetNetworkInterfaceId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetRouteTableId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetTransitGatewayId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetVpcPeeringConnectionId(v string) *ReplaceRouteInput
- func (s ReplaceRouteInput) String() string
- func (s *ReplaceRouteInput) Validate() error
- type ReplaceRouteOutput
- type ReplaceRouteTableAssociationInput
- func (s ReplaceRouteTableAssociationInput) GoString() string
- func (s *ReplaceRouteTableAssociationInput) SetAssociationId(v string) *ReplaceRouteTableAssociationInput
- func (s *ReplaceRouteTableAssociationInput) SetDryRun(v bool) *ReplaceRouteTableAssociationInput
- func (s *ReplaceRouteTableAssociationInput) SetRouteTableId(v string) *ReplaceRouteTableAssociationInput
- func (s ReplaceRouteTableAssociationInput) String() string
- func (s *ReplaceRouteTableAssociationInput) Validate() error
- type ReplaceRouteTableAssociationOutput
- func (s ReplaceRouteTableAssociationOutput) GoString() string
- func (s *ReplaceRouteTableAssociationOutput) SetAssociationState(v *RouteTableAssociationState) *ReplaceRouteTableAssociationOutput
- func (s *ReplaceRouteTableAssociationOutput) SetNewAssociationId(v string) *ReplaceRouteTableAssociationOutput
- func (s ReplaceRouteTableAssociationOutput) String() string
- type ReplaceTransitGatewayRouteInput
- func (s ReplaceTransitGatewayRouteInput) GoString() string
- func (s *ReplaceTransitGatewayRouteInput) SetBlackhole(v bool) *ReplaceTransitGatewayRouteInput
- func (s *ReplaceTransitGatewayRouteInput) SetDestinationCidrBlock(v string) *ReplaceTransitGatewayRouteInput
- func (s *ReplaceTransitGatewayRouteInput) SetDryRun(v bool) *ReplaceTransitGatewayRouteInput
- func (s *ReplaceTransitGatewayRouteInput) SetTransitGatewayAttachmentId(v string) *ReplaceTransitGatewayRouteInput
- func (s *ReplaceTransitGatewayRouteInput) SetTransitGatewayRouteTableId(v string) *ReplaceTransitGatewayRouteInput
- func (s ReplaceTransitGatewayRouteInput) String() string
- func (s *ReplaceTransitGatewayRouteInput) Validate() error
- type ReplaceTransitGatewayRouteOutput
- type ReportInstanceStatusInput
- func (s ReportInstanceStatusInput) GoString() string
- func (s *ReportInstanceStatusInput) SetDescription(v string) *ReportInstanceStatusInput
- func (s *ReportInstanceStatusInput) SetDryRun(v bool) *ReportInstanceStatusInput
- func (s *ReportInstanceStatusInput) SetEndTime(v time.Time) *ReportInstanceStatusInput
- func (s *ReportInstanceStatusInput) SetInstances(v []*string) *ReportInstanceStatusInput
- func (s *ReportInstanceStatusInput) SetReasonCodes(v []*string) *ReportInstanceStatusInput
- func (s *ReportInstanceStatusInput) SetStartTime(v time.Time) *ReportInstanceStatusInput
- func (s *ReportInstanceStatusInput) SetStatus(v string) *ReportInstanceStatusInput
- func (s ReportInstanceStatusInput) String() string
- func (s *ReportInstanceStatusInput) Validate() error
- type ReportInstanceStatusOutput
- type RequestLaunchTemplateData
- func (s RequestLaunchTemplateData) GoString() string
- func (s *RequestLaunchTemplateData) SetBlockDeviceMappings(v []*LaunchTemplateBlockDeviceMappingRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetCapacityReservationSpecification(v *LaunchTemplateCapacityReservationSpecificationRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetCpuOptions(v *LaunchTemplateCpuOptionsRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetCreditSpecification(v *CreditSpecificationRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetDisableApiTermination(v bool) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetEbsOptimized(v bool) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetElasticGpuSpecifications(v []*ElasticGpuSpecification) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetElasticInferenceAccelerators(v []*LaunchTemplateElasticInferenceAccelerator) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetHibernationOptions(v *LaunchTemplateHibernationOptionsRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetIamInstanceProfile(v *LaunchTemplateIamInstanceProfileSpecificationRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetImageId(v string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetInstanceInitiatedShutdownBehavior(v string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetInstanceMarketOptions(v *LaunchTemplateInstanceMarketOptionsRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetInstanceType(v string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetKernelId(v string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetKeyName(v string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetLicenseSpecifications(v []*LaunchTemplateLicenseConfigurationRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetMetadataOptions(v *LaunchTemplateInstanceMetadataOptionsRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetMonitoring(v *LaunchTemplatesMonitoringRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetNetworkInterfaces(v []*LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetPlacement(v *LaunchTemplatePlacementRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetRamDiskId(v string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetSecurityGroupIds(v []*string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetSecurityGroups(v []*string) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetTagSpecifications(v []*LaunchTemplateTagSpecificationRequest) *RequestLaunchTemplateData
- func (s *RequestLaunchTemplateData) SetUserData(v string) *RequestLaunchTemplateData
- func (s RequestLaunchTemplateData) String() string
- func (s *RequestLaunchTemplateData) Validate() error
- type RequestSpotFleetInput
- func (s RequestSpotFleetInput) GoString() string
- func (s *RequestSpotFleetInput) SetDryRun(v bool) *RequestSpotFleetInput
- func (s *RequestSpotFleetInput) SetSpotFleetRequestConfig(v *SpotFleetRequestConfigData) *RequestSpotFleetInput
- func (s RequestSpotFleetInput) String() string
- func (s *RequestSpotFleetInput) Validate() error
- type RequestSpotFleetOutput
- type RequestSpotInstancesInput
- func (s RequestSpotInstancesInput) GoString() string
- func (s *RequestSpotInstancesInput) SetAvailabilityZoneGroup(v string) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetBlockDurationMinutes(v int64) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetClientToken(v string) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetDryRun(v bool) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetInstanceCount(v int64) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetInstanceInterruptionBehavior(v string) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetLaunchGroup(v string) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetLaunchSpecification(v *RequestSpotLaunchSpecification) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetSpotPrice(v string) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetType(v string) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetValidFrom(v time.Time) *RequestSpotInstancesInput
- func (s *RequestSpotInstancesInput) SetValidUntil(v time.Time) *RequestSpotInstancesInput
- func (s RequestSpotInstancesInput) String() string
- func (s *RequestSpotInstancesInput) Validate() error
- type RequestSpotInstancesOutput
- type RequestSpotLaunchSpecification
- func (s RequestSpotLaunchSpecification) GoString() string
- func (s *RequestSpotLaunchSpecification) SetAddressingType(v string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetBlockDeviceMappings(v []*BlockDeviceMapping) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetEbsOptimized(v bool) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetImageId(v string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetInstanceType(v string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetKernelId(v string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetKeyName(v string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetMonitoring(v *RunInstancesMonitoringEnabled) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetNetworkInterfaces(v []*InstanceNetworkInterfaceSpecification) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetPlacement(v *SpotPlacement) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetRamdiskId(v string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetSecurityGroupIds(v []*string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetSecurityGroups(v []*string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetSubnetId(v string) *RequestSpotLaunchSpecification
- func (s *RequestSpotLaunchSpecification) SetUserData(v string) *RequestSpotLaunchSpecification
- func (s RequestSpotLaunchSpecification) String() string
- func (s *RequestSpotLaunchSpecification) Validate() error
- type Reservation
- func (s Reservation) GoString() string
- func (s *Reservation) SetGroups(v []*GroupIdentifier) *Reservation
- func (s *Reservation) SetInstances(v []*Instance) *Reservation
- func (s *Reservation) SetOwnerId(v string) *Reservation
- func (s *Reservation) SetRequesterId(v string) *Reservation
- func (s *Reservation) SetReservationId(v string) *Reservation
- func (s Reservation) String() string
- type ReservationValue
- func (s ReservationValue) GoString() string
- func (s *ReservationValue) SetHourlyPrice(v string) *ReservationValue
- func (s *ReservationValue) SetRemainingTotalValue(v string) *ReservationValue
- func (s *ReservationValue) SetRemainingUpfrontValue(v string) *ReservationValue
- func (s ReservationValue) String() string
- type ReservedInstanceLimitPrice
- type ReservedInstanceReservationValue
- func (s ReservedInstanceReservationValue) GoString() string
- func (s *ReservedInstanceReservationValue) SetReservationValue(v *ReservationValue) *ReservedInstanceReservationValue
- func (s *ReservedInstanceReservationValue) SetReservedInstanceId(v string) *ReservedInstanceReservationValue
- func (s ReservedInstanceReservationValue) String() string
- type ReservedInstances
- func (s ReservedInstances) GoString() string
- func (s *ReservedInstances) SetAvailabilityZone(v string) *ReservedInstances
- func (s *ReservedInstances) SetCurrencyCode(v string) *ReservedInstances
- func (s *ReservedInstances) SetDuration(v int64) *ReservedInstances
- func (s *ReservedInstances) SetEnd(v time.Time) *ReservedInstances
- func (s *ReservedInstances) SetFixedPrice(v float64) *ReservedInstances
- func (s *ReservedInstances) SetInstanceCount(v int64) *ReservedInstances
- func (s *ReservedInstances) SetInstanceTenancy(v string) *ReservedInstances
- func (s *ReservedInstances) SetInstanceType(v string) *ReservedInstances
- func (s *ReservedInstances) SetOfferingClass(v string) *ReservedInstances
- func (s *ReservedInstances) SetOfferingType(v string) *ReservedInstances
- func (s *ReservedInstances) SetProductDescription(v string) *ReservedInstances
- func (s *ReservedInstances) SetRecurringCharges(v []*RecurringCharge) *ReservedInstances
- func (s *ReservedInstances) SetReservedInstancesId(v string) *ReservedInstances
- func (s *ReservedInstances) SetScope(v string) *ReservedInstances
- func (s *ReservedInstances) SetStart(v time.Time) *ReservedInstances
- func (s *ReservedInstances) SetState(v string) *ReservedInstances
- func (s *ReservedInstances) SetTags(v []*Tag) *ReservedInstances
- func (s *ReservedInstances) SetUsagePrice(v float64) *ReservedInstances
- func (s ReservedInstances) String() string
- type ReservedInstancesConfiguration
- func (s ReservedInstancesConfiguration) GoString() string
- func (s *ReservedInstancesConfiguration) SetAvailabilityZone(v string) *ReservedInstancesConfiguration
- func (s *ReservedInstancesConfiguration) SetInstanceCount(v int64) *ReservedInstancesConfiguration
- func (s *ReservedInstancesConfiguration) SetInstanceType(v string) *ReservedInstancesConfiguration
- func (s *ReservedInstancesConfiguration) SetPlatform(v string) *ReservedInstancesConfiguration
- func (s *ReservedInstancesConfiguration) SetScope(v string) *ReservedInstancesConfiguration
- func (s ReservedInstancesConfiguration) String() string
- type ReservedInstancesId
- type ReservedInstancesListing
- func (s ReservedInstancesListing) GoString() string
- func (s *ReservedInstancesListing) SetClientToken(v string) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetCreateDate(v time.Time) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetInstanceCounts(v []*InstanceCount) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetPriceSchedules(v []*PriceSchedule) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetReservedInstancesId(v string) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetReservedInstancesListingId(v string) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetStatus(v string) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetStatusMessage(v string) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetTags(v []*Tag) *ReservedInstancesListing
- func (s *ReservedInstancesListing) SetUpdateDate(v time.Time) *ReservedInstancesListing
- func (s ReservedInstancesListing) String() string
- type ReservedInstancesModification
- func (s ReservedInstancesModification) GoString() string
- func (s *ReservedInstancesModification) SetClientToken(v string) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetCreateDate(v time.Time) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetEffectiveDate(v time.Time) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetModificationResults(v []*ReservedInstancesModificationResult) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetReservedInstancesIds(v []*ReservedInstancesId) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetReservedInstancesModificationId(v string) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetStatus(v string) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetStatusMessage(v string) *ReservedInstancesModification
- func (s *ReservedInstancesModification) SetUpdateDate(v time.Time) *ReservedInstancesModification
- func (s ReservedInstancesModification) String() string
- type ReservedInstancesModificationResult
- func (s ReservedInstancesModificationResult) GoString() string
- func (s *ReservedInstancesModificationResult) SetReservedInstancesId(v string) *ReservedInstancesModificationResult
- func (s *ReservedInstancesModificationResult) SetTargetConfiguration(v *ReservedInstancesConfiguration) *ReservedInstancesModificationResult
- func (s ReservedInstancesModificationResult) String() string
- type ReservedInstancesOffering
- func (s ReservedInstancesOffering) GoString() string
- func (s *ReservedInstancesOffering) SetAvailabilityZone(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetCurrencyCode(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetDuration(v int64) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetFixedPrice(v float64) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetInstanceTenancy(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetInstanceType(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetMarketplace(v bool) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetOfferingClass(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetOfferingType(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetPricingDetails(v []*PricingDetail) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetProductDescription(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetRecurringCharges(v []*RecurringCharge) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetReservedInstancesOfferingId(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetScope(v string) *ReservedInstancesOffering
- func (s *ReservedInstancesOffering) SetUsagePrice(v float64) *ReservedInstancesOffering
- func (s ReservedInstancesOffering) String() string
- type ResetEbsDefaultKmsKeyIdInput
- type ResetEbsDefaultKmsKeyIdOutput
- type ResetFpgaImageAttributeInput
- func (s ResetFpgaImageAttributeInput) GoString() string
- func (s *ResetFpgaImageAttributeInput) SetAttribute(v string) *ResetFpgaImageAttributeInput
- func (s *ResetFpgaImageAttributeInput) SetDryRun(v bool) *ResetFpgaImageAttributeInput
- func (s *ResetFpgaImageAttributeInput) SetFpgaImageId(v string) *ResetFpgaImageAttributeInput
- func (s ResetFpgaImageAttributeInput) String() string
- func (s *ResetFpgaImageAttributeInput) Validate() error
- type ResetFpgaImageAttributeOutput
- type ResetImageAttributeInput
- func (s ResetImageAttributeInput) GoString() string
- func (s *ResetImageAttributeInput) SetAttribute(v string) *ResetImageAttributeInput
- func (s *ResetImageAttributeInput) SetDryRun(v bool) *ResetImageAttributeInput
- func (s *ResetImageAttributeInput) SetImageId(v string) *ResetImageAttributeInput
- func (s ResetImageAttributeInput) String() string
- func (s *ResetImageAttributeInput) Validate() error
- type ResetImageAttributeOutput
- type ResetInstanceAttributeInput
- func (s ResetInstanceAttributeInput) GoString() string
- func (s *ResetInstanceAttributeInput) SetAttribute(v string) *ResetInstanceAttributeInput
- func (s *ResetInstanceAttributeInput) SetDryRun(v bool) *ResetInstanceAttributeInput
- func (s *ResetInstanceAttributeInput) SetInstanceId(v string) *ResetInstanceAttributeInput
- func (s ResetInstanceAttributeInput) String() string
- func (s *ResetInstanceAttributeInput) Validate() error
- type ResetInstanceAttributeOutput
- type ResetNetworkInterfaceAttributeInput
- func (s ResetNetworkInterfaceAttributeInput) GoString() string
- func (s *ResetNetworkInterfaceAttributeInput) SetDryRun(v bool) *ResetNetworkInterfaceAttributeInput
- func (s *ResetNetworkInterfaceAttributeInput) SetNetworkInterfaceId(v string) *ResetNetworkInterfaceAttributeInput
- func (s *ResetNetworkInterfaceAttributeInput) SetSourceDestCheck(v string) *ResetNetworkInterfaceAttributeInput
- func (s ResetNetworkInterfaceAttributeInput) String() string
- func (s *ResetNetworkInterfaceAttributeInput) Validate() error
- type ResetNetworkInterfaceAttributeOutput
- type ResetSnapshotAttributeInput
- func (s ResetSnapshotAttributeInput) GoString() string
- func (s *ResetSnapshotAttributeInput) SetAttribute(v string) *ResetSnapshotAttributeInput
- func (s *ResetSnapshotAttributeInput) SetDryRun(v bool) *ResetSnapshotAttributeInput
- func (s *ResetSnapshotAttributeInput) SetSnapshotId(v string) *ResetSnapshotAttributeInput
- func (s ResetSnapshotAttributeInput) String() string
- func (s *ResetSnapshotAttributeInput) Validate() error
- type ResetSnapshotAttributeOutput
- type ResponseError
- type ResponseLaunchTemplateData
- func (s ResponseLaunchTemplateData) GoString() string
- func (s *ResponseLaunchTemplateData) SetBlockDeviceMappings(v []*LaunchTemplateBlockDeviceMapping) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetCapacityReservationSpecification(v *LaunchTemplateCapacityReservationSpecificationResponse) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetCpuOptions(v *LaunchTemplateCpuOptions) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetCreditSpecification(v *CreditSpecification) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetDisableApiTermination(v bool) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetEbsOptimized(v bool) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetElasticGpuSpecifications(v []*ElasticGpuSpecificationResponse) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetElasticInferenceAccelerators(v []*LaunchTemplateElasticInferenceAcceleratorResponse) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetHibernationOptions(v *LaunchTemplateHibernationOptions) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetIamInstanceProfile(v *LaunchTemplateIamInstanceProfileSpecification) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetImageId(v string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetInstanceInitiatedShutdownBehavior(v string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetInstanceMarketOptions(v *LaunchTemplateInstanceMarketOptions) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetInstanceType(v string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetKernelId(v string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetKeyName(v string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetLicenseSpecifications(v []*LaunchTemplateLicenseConfiguration) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetMetadataOptions(v *LaunchTemplateInstanceMetadataOptions) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetMonitoring(v *LaunchTemplatesMonitoring) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetNetworkInterfaces(v []*LaunchTemplateInstanceNetworkInterfaceSpecification) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetPlacement(v *LaunchTemplatePlacement) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetRamDiskId(v string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetSecurityGroupIds(v []*string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetSecurityGroups(v []*string) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetTagSpecifications(v []*LaunchTemplateTagSpecification) *ResponseLaunchTemplateData
- func (s *ResponseLaunchTemplateData) SetUserData(v string) *ResponseLaunchTemplateData
- func (s ResponseLaunchTemplateData) String() string
- type RestoreAddressToClassicInput
- func (s RestoreAddressToClassicInput) GoString() string
- func (s *RestoreAddressToClassicInput) SetDryRun(v bool) *RestoreAddressToClassicInput
- func (s *RestoreAddressToClassicInput) SetPublicIp(v string) *RestoreAddressToClassicInput
- func (s RestoreAddressToClassicInput) String() string
- func (s *RestoreAddressToClassicInput) Validate() error
- type RestoreAddressToClassicOutput
- type RevokeClientVpnIngressInput
- func (s RevokeClientVpnIngressInput) GoString() string
- func (s *RevokeClientVpnIngressInput) SetAccessGroupId(v string) *RevokeClientVpnIngressInput
- func (s *RevokeClientVpnIngressInput) SetClientVpnEndpointId(v string) *RevokeClientVpnIngressInput
- func (s *RevokeClientVpnIngressInput) SetDryRun(v bool) *RevokeClientVpnIngressInput
- func (s *RevokeClientVpnIngressInput) SetRevokeAllGroups(v bool) *RevokeClientVpnIngressInput
- func (s *RevokeClientVpnIngressInput) SetTargetNetworkCidr(v string) *RevokeClientVpnIngressInput
- func (s RevokeClientVpnIngressInput) String() string
- func (s *RevokeClientVpnIngressInput) Validate() error
- type RevokeClientVpnIngressOutput
- type RevokeSecurityGroupEgressInput
- func (s RevokeSecurityGroupEgressInput) GoString() string
- func (s *RevokeSecurityGroupEgressInput) SetCidrIp(v string) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetDryRun(v bool) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetFromPort(v int64) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetGroupId(v string) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetIpPermissions(v []*IpPermission) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetIpProtocol(v string) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetSourceSecurityGroupName(v string) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetSourceSecurityGroupOwnerId(v string) *RevokeSecurityGroupEgressInput
- func (s *RevokeSecurityGroupEgressInput) SetToPort(v int64) *RevokeSecurityGroupEgressInput
- func (s RevokeSecurityGroupEgressInput) String() string
- func (s *RevokeSecurityGroupEgressInput) Validate() error
- type RevokeSecurityGroupEgressOutput
- type RevokeSecurityGroupIngressInput
- func (s RevokeSecurityGroupIngressInput) GoString() string
- func (s *RevokeSecurityGroupIngressInput) SetCidrIp(v string) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetDryRun(v bool) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetFromPort(v int64) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetGroupId(v string) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetGroupName(v string) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetIpPermissions(v []*IpPermission) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetIpProtocol(v string) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetSourceSecurityGroupName(v string) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetSourceSecurityGroupOwnerId(v string) *RevokeSecurityGroupIngressInput
- func (s *RevokeSecurityGroupIngressInput) SetToPort(v int64) *RevokeSecurityGroupIngressInput
- func (s RevokeSecurityGroupIngressInput) String() string
- type RevokeSecurityGroupIngressOutput
- type Route
- func (s Route) GoString() string
- func (s *Route) SetDestinationCidrBlock(v string) *Route
- func (s *Route) SetDestinationIpv6CidrBlock(v string) *Route
- func (s *Route) SetDestinationPrefixListId(v string) *Route
- func (s *Route) SetEgressOnlyInternetGatewayId(v string) *Route
- func (s *Route) SetGatewayId(v string) *Route
- func (s *Route) SetInstanceId(v string) *Route
- func (s *Route) SetInstanceOwnerId(v string) *Route
- func (s *Route) SetLocalGatewayId(v string) *Route
- func (s *Route) SetNatGatewayId(v string) *Route
- func (s *Route) SetNetworkInterfaceId(v string) *Route
- func (s *Route) SetOrigin(v string) *Route
- func (s *Route) SetState(v string) *Route
- func (s *Route) SetTransitGatewayId(v string) *Route
- func (s *Route) SetVpcPeeringConnectionId(v string) *Route
- func (s Route) String() string
- type RouteTable
- func (s RouteTable) GoString() string
- func (s *RouteTable) SetAssociations(v []*RouteTableAssociation) *RouteTable
- func (s *RouteTable) SetOwnerId(v string) *RouteTable
- func (s *RouteTable) SetPropagatingVgws(v []*PropagatingVgw) *RouteTable
- func (s *RouteTable) SetRouteTableId(v string) *RouteTable
- func (s *RouteTable) SetRoutes(v []*Route) *RouteTable
- func (s *RouteTable) SetTags(v []*Tag) *RouteTable
- func (s *RouteTable) SetVpcId(v string) *RouteTable
- func (s RouteTable) String() string
- type RouteTableAssociation
- func (s RouteTableAssociation) GoString() string
- func (s *RouteTableAssociation) SetAssociationState(v *RouteTableAssociationState) *RouteTableAssociation
- func (s *RouteTableAssociation) SetGatewayId(v string) *RouteTableAssociation
- func (s *RouteTableAssociation) SetMain(v bool) *RouteTableAssociation
- func (s *RouteTableAssociation) SetRouteTableAssociationId(v string) *RouteTableAssociation
- func (s *RouteTableAssociation) SetRouteTableId(v string) *RouteTableAssociation
- func (s *RouteTableAssociation) SetSubnetId(v string) *RouteTableAssociation
- func (s RouteTableAssociation) String() string
- type RouteTableAssociationState
- type RunInstancesInput
- func (s RunInstancesInput) GoString() string
- func (s *RunInstancesInput) SetAdditionalInfo(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *RunInstancesInput
- func (s *RunInstancesInput) SetCapacityReservationSpecification(v *CapacityReservationSpecification) *RunInstancesInput
- func (s *RunInstancesInput) SetClientToken(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetCpuOptions(v *CpuOptionsRequest) *RunInstancesInput
- func (s *RunInstancesInput) SetCreditSpecification(v *CreditSpecificationRequest) *RunInstancesInput
- func (s *RunInstancesInput) SetDisableApiTermination(v bool) *RunInstancesInput
- func (s *RunInstancesInput) SetDryRun(v bool) *RunInstancesInput
- func (s *RunInstancesInput) SetEbsOptimized(v bool) *RunInstancesInput
- func (s *RunInstancesInput) SetElasticGpuSpecification(v []*ElasticGpuSpecification) *RunInstancesInput
- func (s *RunInstancesInput) SetElasticInferenceAccelerators(v []*ElasticInferenceAccelerator) *RunInstancesInput
- func (s *RunInstancesInput) SetHibernationOptions(v *HibernationOptionsRequest) *RunInstancesInput
- func (s *RunInstancesInput) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *RunInstancesInput
- func (s *RunInstancesInput) SetImageId(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetInstanceInitiatedShutdownBehavior(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetInstanceMarketOptions(v *InstanceMarketOptionsRequest) *RunInstancesInput
- func (s *RunInstancesInput) SetInstanceType(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetIpv6AddressCount(v int64) *RunInstancesInput
- func (s *RunInstancesInput) SetIpv6Addresses(v []*InstanceIpv6Address) *RunInstancesInput
- func (s *RunInstancesInput) SetKernelId(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetKeyName(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *RunInstancesInput
- func (s *RunInstancesInput) SetLicenseSpecifications(v []*LicenseConfigurationRequest) *RunInstancesInput
- func (s *RunInstancesInput) SetMaxCount(v int64) *RunInstancesInput
- func (s *RunInstancesInput) SetMetadataOptions(v *InstanceMetadataOptionsRequest) *RunInstancesInput
- func (s *RunInstancesInput) SetMinCount(v int64) *RunInstancesInput
- func (s *RunInstancesInput) SetMonitoring(v *RunInstancesMonitoringEnabled) *RunInstancesInput
- func (s *RunInstancesInput) SetNetworkInterfaces(v []*InstanceNetworkInterfaceSpecification) *RunInstancesInput
- func (s *RunInstancesInput) SetPlacement(v *Placement) *RunInstancesInput
- func (s *RunInstancesInput) SetPrivateIpAddress(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetRamdiskId(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetSecurityGroupIds(v []*string) *RunInstancesInput
- func (s *RunInstancesInput) SetSecurityGroups(v []*string) *RunInstancesInput
- func (s *RunInstancesInput) SetSubnetId(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetTagSpecifications(v []*TagSpecification) *RunInstancesInput
- func (s *RunInstancesInput) SetUserData(v string) *RunInstancesInput
- func (s RunInstancesInput) String() string
- func (s *RunInstancesInput) Validate() error
- type RunInstancesMonitoringEnabled
- type RunScheduledInstancesInput
- func (s RunScheduledInstancesInput) GoString() string
- func (s *RunScheduledInstancesInput) SetClientToken(v string) *RunScheduledInstancesInput
- func (s *RunScheduledInstancesInput) SetDryRun(v bool) *RunScheduledInstancesInput
- func (s *RunScheduledInstancesInput) SetInstanceCount(v int64) *RunScheduledInstancesInput
- func (s *RunScheduledInstancesInput) SetLaunchSpecification(v *ScheduledInstancesLaunchSpecification) *RunScheduledInstancesInput
- func (s *RunScheduledInstancesInput) SetScheduledInstanceId(v string) *RunScheduledInstancesInput
- func (s RunScheduledInstancesInput) String() string
- func (s *RunScheduledInstancesInput) Validate() error
- type RunScheduledInstancesOutput
- type S3Storage
- func (s S3Storage) GoString() string
- func (s *S3Storage) SetAWSAccessKeyId(v string) *S3Storage
- func (s *S3Storage) SetBucket(v string) *S3Storage
- func (s *S3Storage) SetPrefix(v string) *S3Storage
- func (s *S3Storage) SetUploadPolicy(v []byte) *S3Storage
- func (s *S3Storage) SetUploadPolicySignature(v string) *S3Storage
- func (s S3Storage) String() string
- type ScheduledInstance
- func (s ScheduledInstance) GoString() string
- func (s *ScheduledInstance) SetAvailabilityZone(v string) *ScheduledInstance
- func (s *ScheduledInstance) SetCreateDate(v time.Time) *ScheduledInstance
- func (s *ScheduledInstance) SetHourlyPrice(v string) *ScheduledInstance
- func (s *ScheduledInstance) SetInstanceCount(v int64) *ScheduledInstance
- func (s *ScheduledInstance) SetInstanceType(v string) *ScheduledInstance
- func (s *ScheduledInstance) SetNetworkPlatform(v string) *ScheduledInstance
- func (s *ScheduledInstance) SetNextSlotStartTime(v time.Time) *ScheduledInstance
- func (s *ScheduledInstance) SetPlatform(v string) *ScheduledInstance
- func (s *ScheduledInstance) SetPreviousSlotEndTime(v time.Time) *ScheduledInstance
- func (s *ScheduledInstance) SetRecurrence(v *ScheduledInstanceRecurrence) *ScheduledInstance
- func (s *ScheduledInstance) SetScheduledInstanceId(v string) *ScheduledInstance
- func (s *ScheduledInstance) SetSlotDurationInHours(v int64) *ScheduledInstance
- func (s *ScheduledInstance) SetTermEndDate(v time.Time) *ScheduledInstance
- func (s *ScheduledInstance) SetTermStartDate(v time.Time) *ScheduledInstance
- func (s *ScheduledInstance) SetTotalScheduledInstanceHours(v int64) *ScheduledInstance
- func (s ScheduledInstance) String() string
- type ScheduledInstanceAvailability
- func (s ScheduledInstanceAvailability) GoString() string
- func (s *ScheduledInstanceAvailability) SetAvailabilityZone(v string) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetAvailableInstanceCount(v int64) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetFirstSlotStartTime(v time.Time) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetHourlyPrice(v string) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetInstanceType(v string) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetMaxTermDurationInDays(v int64) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetMinTermDurationInDays(v int64) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetNetworkPlatform(v string) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetPlatform(v string) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetPurchaseToken(v string) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetRecurrence(v *ScheduledInstanceRecurrence) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetSlotDurationInHours(v int64) *ScheduledInstanceAvailability
- func (s *ScheduledInstanceAvailability) SetTotalScheduledInstanceHours(v int64) *ScheduledInstanceAvailability
- func (s ScheduledInstanceAvailability) String() string
- type ScheduledInstanceRecurrence
- func (s ScheduledInstanceRecurrence) GoString() string
- func (s *ScheduledInstanceRecurrence) SetFrequency(v string) *ScheduledInstanceRecurrence
- func (s *ScheduledInstanceRecurrence) SetInterval(v int64) *ScheduledInstanceRecurrence
- func (s *ScheduledInstanceRecurrence) SetOccurrenceDaySet(v []*int64) *ScheduledInstanceRecurrence
- func (s *ScheduledInstanceRecurrence) SetOccurrenceRelativeToEnd(v bool) *ScheduledInstanceRecurrence
- func (s *ScheduledInstanceRecurrence) SetOccurrenceUnit(v string) *ScheduledInstanceRecurrence
- func (s ScheduledInstanceRecurrence) String() string
- type ScheduledInstanceRecurrenceRequest
- func (s ScheduledInstanceRecurrenceRequest) GoString() string
- func (s *ScheduledInstanceRecurrenceRequest) SetFrequency(v string) *ScheduledInstanceRecurrenceRequest
- func (s *ScheduledInstanceRecurrenceRequest) SetInterval(v int64) *ScheduledInstanceRecurrenceRequest
- func (s *ScheduledInstanceRecurrenceRequest) SetOccurrenceDays(v []*int64) *ScheduledInstanceRecurrenceRequest
- func (s *ScheduledInstanceRecurrenceRequest) SetOccurrenceRelativeToEnd(v bool) *ScheduledInstanceRecurrenceRequest
- func (s *ScheduledInstanceRecurrenceRequest) SetOccurrenceUnit(v string) *ScheduledInstanceRecurrenceRequest
- func (s ScheduledInstanceRecurrenceRequest) String() string
- type ScheduledInstancesBlockDeviceMapping
- func (s ScheduledInstancesBlockDeviceMapping) GoString() string
- func (s *ScheduledInstancesBlockDeviceMapping) SetDeviceName(v string) *ScheduledInstancesBlockDeviceMapping
- func (s *ScheduledInstancesBlockDeviceMapping) SetEbs(v *ScheduledInstancesEbs) *ScheduledInstancesBlockDeviceMapping
- func (s *ScheduledInstancesBlockDeviceMapping) SetNoDevice(v string) *ScheduledInstancesBlockDeviceMapping
- func (s *ScheduledInstancesBlockDeviceMapping) SetVirtualName(v string) *ScheduledInstancesBlockDeviceMapping
- func (s ScheduledInstancesBlockDeviceMapping) String() string
- type ScheduledInstancesEbs
- func (s ScheduledInstancesEbs) GoString() string
- func (s *ScheduledInstancesEbs) SetDeleteOnTermination(v bool) *ScheduledInstancesEbs
- func (s *ScheduledInstancesEbs) SetEncrypted(v bool) *ScheduledInstancesEbs
- func (s *ScheduledInstancesEbs) SetIops(v int64) *ScheduledInstancesEbs
- func (s *ScheduledInstancesEbs) SetSnapshotId(v string) *ScheduledInstancesEbs
- func (s *ScheduledInstancesEbs) SetVolumeSize(v int64) *ScheduledInstancesEbs
- func (s *ScheduledInstancesEbs) SetVolumeType(v string) *ScheduledInstancesEbs
- func (s ScheduledInstancesEbs) String() string
- type ScheduledInstancesIamInstanceProfile
- func (s ScheduledInstancesIamInstanceProfile) GoString() string
- func (s *ScheduledInstancesIamInstanceProfile) SetArn(v string) *ScheduledInstancesIamInstanceProfile
- func (s *ScheduledInstancesIamInstanceProfile) SetName(v string) *ScheduledInstancesIamInstanceProfile
- func (s ScheduledInstancesIamInstanceProfile) String() string
- type ScheduledInstancesIpv6Address
- type ScheduledInstancesLaunchSpecification
- func (s ScheduledInstancesLaunchSpecification) GoString() string
- func (s *ScheduledInstancesLaunchSpecification) SetBlockDeviceMappings(v []*ScheduledInstancesBlockDeviceMapping) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetEbsOptimized(v bool) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetIamInstanceProfile(v *ScheduledInstancesIamInstanceProfile) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetImageId(v string) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetInstanceType(v string) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetKernelId(v string) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetKeyName(v string) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetMonitoring(v *ScheduledInstancesMonitoring) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetNetworkInterfaces(v []*ScheduledInstancesNetworkInterface) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetPlacement(v *ScheduledInstancesPlacement) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetRamdiskId(v string) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetSecurityGroupIds(v []*string) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetSubnetId(v string) *ScheduledInstancesLaunchSpecification
- func (s *ScheduledInstancesLaunchSpecification) SetUserData(v string) *ScheduledInstancesLaunchSpecification
- func (s ScheduledInstancesLaunchSpecification) String() string
- func (s *ScheduledInstancesLaunchSpecification) Validate() error
- type ScheduledInstancesMonitoring
- type ScheduledInstancesNetworkInterface
- func (s ScheduledInstancesNetworkInterface) GoString() string
- func (s *ScheduledInstancesNetworkInterface) SetAssociatePublicIpAddress(v bool) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetDeleteOnTermination(v bool) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetDescription(v string) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetDeviceIndex(v int64) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetGroups(v []*string) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetIpv6AddressCount(v int64) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetIpv6Addresses(v []*ScheduledInstancesIpv6Address) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetNetworkInterfaceId(v string) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetPrivateIpAddress(v string) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetPrivateIpAddressConfigs(v []*ScheduledInstancesPrivateIpAddressConfig) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetSecondaryPrivateIpAddressCount(v int64) *ScheduledInstancesNetworkInterface
- func (s *ScheduledInstancesNetworkInterface) SetSubnetId(v string) *ScheduledInstancesNetworkInterface
- func (s ScheduledInstancesNetworkInterface) String() string
- type ScheduledInstancesPlacement
- type ScheduledInstancesPrivateIpAddressConfig
- func (s ScheduledInstancesPrivateIpAddressConfig) GoString() string
- func (s *ScheduledInstancesPrivateIpAddressConfig) SetPrimary(v bool) *ScheduledInstancesPrivateIpAddressConfig
- func (s *ScheduledInstancesPrivateIpAddressConfig) SetPrivateIpAddress(v string) *ScheduledInstancesPrivateIpAddressConfig
- func (s ScheduledInstancesPrivateIpAddressConfig) String() string
- type SearchLocalGatewayRoutesInput
- func (s SearchLocalGatewayRoutesInput) GoString() string
- func (s *SearchLocalGatewayRoutesInput) SetDryRun(v bool) *SearchLocalGatewayRoutesInput
- func (s *SearchLocalGatewayRoutesInput) SetFilters(v []*Filter) *SearchLocalGatewayRoutesInput
- func (s *SearchLocalGatewayRoutesInput) SetLocalGatewayRouteTableId(v string) *SearchLocalGatewayRoutesInput
- func (s *SearchLocalGatewayRoutesInput) SetMaxResults(v int64) *SearchLocalGatewayRoutesInput
- func (s *SearchLocalGatewayRoutesInput) SetNextToken(v string) *SearchLocalGatewayRoutesInput
- func (s SearchLocalGatewayRoutesInput) String() string
- func (s *SearchLocalGatewayRoutesInput) Validate() error
- type SearchLocalGatewayRoutesOutput
- func (s SearchLocalGatewayRoutesOutput) GoString() string
- func (s *SearchLocalGatewayRoutesOutput) SetNextToken(v string) *SearchLocalGatewayRoutesOutput
- func (s *SearchLocalGatewayRoutesOutput) SetRoutes(v []*LocalGatewayRoute) *SearchLocalGatewayRoutesOutput
- func (s SearchLocalGatewayRoutesOutput) String() string
- type SearchTransitGatewayMulticastGroupsInput
- func (s SearchTransitGatewayMulticastGroupsInput) GoString() string
- func (s *SearchTransitGatewayMulticastGroupsInput) SetDryRun(v bool) *SearchTransitGatewayMulticastGroupsInput
- func (s *SearchTransitGatewayMulticastGroupsInput) SetFilters(v []*Filter) *SearchTransitGatewayMulticastGroupsInput
- func (s *SearchTransitGatewayMulticastGroupsInput) SetMaxResults(v int64) *SearchTransitGatewayMulticastGroupsInput
- func (s *SearchTransitGatewayMulticastGroupsInput) SetNextToken(v string) *SearchTransitGatewayMulticastGroupsInput
- func (s *SearchTransitGatewayMulticastGroupsInput) SetTransitGatewayMulticastDomainId(v string) *SearchTransitGatewayMulticastGroupsInput
- func (s SearchTransitGatewayMulticastGroupsInput) String() string
- func (s *SearchTransitGatewayMulticastGroupsInput) Validate() error
- type SearchTransitGatewayMulticastGroupsOutput
- func (s SearchTransitGatewayMulticastGroupsOutput) GoString() string
- func (s *SearchTransitGatewayMulticastGroupsOutput) SetMulticastGroups(v []*TransitGatewayMulticastGroup) *SearchTransitGatewayMulticastGroupsOutput
- func (s *SearchTransitGatewayMulticastGroupsOutput) SetNextToken(v string) *SearchTransitGatewayMulticastGroupsOutput
- func (s SearchTransitGatewayMulticastGroupsOutput) String() string
- type SearchTransitGatewayRoutesInput
- func (s SearchTransitGatewayRoutesInput) GoString() string
- func (s *SearchTransitGatewayRoutesInput) SetDryRun(v bool) *SearchTransitGatewayRoutesInput
- func (s *SearchTransitGatewayRoutesInput) SetFilters(v []*Filter) *SearchTransitGatewayRoutesInput
- func (s *SearchTransitGatewayRoutesInput) SetMaxResults(v int64) *SearchTransitGatewayRoutesInput
- func (s *SearchTransitGatewayRoutesInput) SetTransitGatewayRouteTableId(v string) *SearchTransitGatewayRoutesInput
- func (s SearchTransitGatewayRoutesInput) String() string
- func (s *SearchTransitGatewayRoutesInput) Validate() error
- type SearchTransitGatewayRoutesOutput
- func (s SearchTransitGatewayRoutesOutput) GoString() string
- func (s *SearchTransitGatewayRoutesOutput) SetAdditionalRoutesAvailable(v bool) *SearchTransitGatewayRoutesOutput
- func (s *SearchTransitGatewayRoutesOutput) SetRoutes(v []*TransitGatewayRoute) *SearchTransitGatewayRoutesOutput
- func (s SearchTransitGatewayRoutesOutput) String() string
- type SecurityGroup
- func (s SecurityGroup) GoString() string
- func (s *SecurityGroup) SetDescription(v string) *SecurityGroup
- func (s *SecurityGroup) SetGroupId(v string) *SecurityGroup
- func (s *SecurityGroup) SetGroupName(v string) *SecurityGroup
- func (s *SecurityGroup) SetIpPermissions(v []*IpPermission) *SecurityGroup
- func (s *SecurityGroup) SetIpPermissionsEgress(v []*IpPermission) *SecurityGroup
- func (s *SecurityGroup) SetOwnerId(v string) *SecurityGroup
- func (s *SecurityGroup) SetTags(v []*Tag) *SecurityGroup
- func (s *SecurityGroup) SetVpcId(v string) *SecurityGroup
- func (s SecurityGroup) String() string
- type SecurityGroupIdentifier
- type SecurityGroupReference
- func (s SecurityGroupReference) GoString() string
- func (s *SecurityGroupReference) SetGroupId(v string) *SecurityGroupReference
- func (s *SecurityGroupReference) SetReferencingVpcId(v string) *SecurityGroupReference
- func (s *SecurityGroupReference) SetVpcPeeringConnectionId(v string) *SecurityGroupReference
- func (s SecurityGroupReference) String() string
- type SendDiagnosticInterruptInput
- func (s SendDiagnosticInterruptInput) GoString() string
- func (s *SendDiagnosticInterruptInput) SetDryRun(v bool) *SendDiagnosticInterruptInput
- func (s *SendDiagnosticInterruptInput) SetInstanceId(v string) *SendDiagnosticInterruptInput
- func (s SendDiagnosticInterruptInput) String() string
- func (s *SendDiagnosticInterruptInput) Validate() error
- type SendDiagnosticInterruptOutput
- type ServiceConfiguration
- func (s ServiceConfiguration) GoString() string
- func (s *ServiceConfiguration) SetAcceptanceRequired(v bool) *ServiceConfiguration
- func (s *ServiceConfiguration) SetAvailabilityZones(v []*string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetBaseEndpointDnsNames(v []*string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetManagesVpcEndpoints(v bool) *ServiceConfiguration
- func (s *ServiceConfiguration) SetNetworkLoadBalancerArns(v []*string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetPrivateDnsName(v string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetPrivateDnsNameConfiguration(v *PrivateDnsNameConfiguration) *ServiceConfiguration
- func (s *ServiceConfiguration) SetServiceId(v string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetServiceName(v string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetServiceState(v string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetServiceType(v []*ServiceTypeDetail) *ServiceConfiguration
- func (s *ServiceConfiguration) SetTags(v []*Tag) *ServiceConfiguration
- func (s ServiceConfiguration) String() string
- type ServiceDetail
- func (s ServiceDetail) GoString() string
- func (s *ServiceDetail) SetAcceptanceRequired(v bool) *ServiceDetail
- func (s *ServiceDetail) SetAvailabilityZones(v []*string) *ServiceDetail
- func (s *ServiceDetail) SetBaseEndpointDnsNames(v []*string) *ServiceDetail
- func (s *ServiceDetail) SetManagesVpcEndpoints(v bool) *ServiceDetail
- func (s *ServiceDetail) SetOwner(v string) *ServiceDetail
- func (s *ServiceDetail) SetPrivateDnsName(v string) *ServiceDetail
- func (s *ServiceDetail) SetPrivateDnsNameVerificationState(v string) *ServiceDetail
- func (s *ServiceDetail) SetServiceId(v string) *ServiceDetail
- func (s *ServiceDetail) SetServiceName(v string) *ServiceDetail
- func (s *ServiceDetail) SetServiceType(v []*ServiceTypeDetail) *ServiceDetail
- func (s *ServiceDetail) SetTags(v []*Tag) *ServiceDetail
- func (s *ServiceDetail) SetVpcEndpointPolicySupported(v bool) *ServiceDetail
- func (s ServiceDetail) String() string
- type ServiceTypeDetail
- type SlotDateTimeRangeRequest
- func (s SlotDateTimeRangeRequest) GoString() string
- func (s *SlotDateTimeRangeRequest) SetEarliestTime(v time.Time) *SlotDateTimeRangeRequest
- func (s *SlotDateTimeRangeRequest) SetLatestTime(v time.Time) *SlotDateTimeRangeRequest
- func (s SlotDateTimeRangeRequest) String() string
- func (s *SlotDateTimeRangeRequest) Validate() error
- type SlotStartTimeRangeRequest
- type Snapshot
- func (s Snapshot) GoString() string
- func (s *Snapshot) SetDataEncryptionKeyId(v string) *Snapshot
- func (s *Snapshot) SetDescription(v string) *Snapshot
- func (s *Snapshot) SetEncrypted(v bool) *Snapshot
- func (s *Snapshot) SetKmsKeyId(v string) *Snapshot
- func (s *Snapshot) SetOwnerAlias(v string) *Snapshot
- func (s *Snapshot) SetOwnerId(v string) *Snapshot
- func (s *Snapshot) SetProgress(v string) *Snapshot
- func (s *Snapshot) SetSnapshotId(v string) *Snapshot
- func (s *Snapshot) SetStartTime(v time.Time) *Snapshot
- func (s *Snapshot) SetState(v string) *Snapshot
- func (s *Snapshot) SetStateMessage(v string) *Snapshot
- func (s *Snapshot) SetTags(v []*Tag) *Snapshot
- func (s *Snapshot) SetVolumeId(v string) *Snapshot
- func (s *Snapshot) SetVolumeSize(v int64) *Snapshot
- func (s Snapshot) String() string
- type SnapshotDetail
- func (s SnapshotDetail) GoString() string
- func (s *SnapshotDetail) SetDescription(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetDeviceName(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetDiskImageSize(v float64) *SnapshotDetail
- func (s *SnapshotDetail) SetFormat(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetProgress(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetSnapshotId(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetStatus(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetStatusMessage(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetUrl(v string) *SnapshotDetail
- func (s *SnapshotDetail) SetUserBucket(v *UserBucketDetails) *SnapshotDetail
- func (s SnapshotDetail) String() string
- type SnapshotDiskContainer
- func (s SnapshotDiskContainer) GoString() string
- func (s *SnapshotDiskContainer) SetDescription(v string) *SnapshotDiskContainer
- func (s *SnapshotDiskContainer) SetFormat(v string) *SnapshotDiskContainer
- func (s *SnapshotDiskContainer) SetUrl(v string) *SnapshotDiskContainer
- func (s *SnapshotDiskContainer) SetUserBucket(v *UserBucket) *SnapshotDiskContainer
- func (s SnapshotDiskContainer) String() string
- type SnapshotInfo
- func (s SnapshotInfo) GoString() string
- func (s *SnapshotInfo) SetDescription(v string) *SnapshotInfo
- func (s *SnapshotInfo) SetEncrypted(v bool) *SnapshotInfo
- func (s *SnapshotInfo) SetOwnerId(v string) *SnapshotInfo
- func (s *SnapshotInfo) SetProgress(v string) *SnapshotInfo
- func (s *SnapshotInfo) SetSnapshotId(v string) *SnapshotInfo
- func (s *SnapshotInfo) SetStartTime(v time.Time) *SnapshotInfo
- func (s *SnapshotInfo) SetState(v string) *SnapshotInfo
- func (s *SnapshotInfo) SetTags(v []*Tag) *SnapshotInfo
- func (s *SnapshotInfo) SetVolumeId(v string) *SnapshotInfo
- func (s *SnapshotInfo) SetVolumeSize(v int64) *SnapshotInfo
- func (s SnapshotInfo) String() string
- type SnapshotTaskDetail
- func (s SnapshotTaskDetail) GoString() string
- func (s *SnapshotTaskDetail) SetDescription(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetDiskImageSize(v float64) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetEncrypted(v bool) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetFormat(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetKmsKeyId(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetProgress(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetSnapshotId(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetStatus(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetStatusMessage(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetUrl(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetUserBucket(v *UserBucketDetails) *SnapshotTaskDetail
- func (s SnapshotTaskDetail) String() string
- type SpotDatafeedSubscription
- func (s SpotDatafeedSubscription) GoString() string
- func (s *SpotDatafeedSubscription) SetBucket(v string) *SpotDatafeedSubscription
- func (s *SpotDatafeedSubscription) SetFault(v *SpotInstanceStateFault) *SpotDatafeedSubscription
- func (s *SpotDatafeedSubscription) SetOwnerId(v string) *SpotDatafeedSubscription
- func (s *SpotDatafeedSubscription) SetPrefix(v string) *SpotDatafeedSubscription
- func (s *SpotDatafeedSubscription) SetState(v string) *SpotDatafeedSubscription
- func (s SpotDatafeedSubscription) String() string
- type SpotFleetLaunchSpecification
- func (s SpotFleetLaunchSpecification) GoString() string
- func (s *SpotFleetLaunchSpecification) SetAddressingType(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetBlockDeviceMappings(v []*BlockDeviceMapping) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetEbsOptimized(v bool) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetImageId(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetInstanceType(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetKernelId(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetKeyName(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetMonitoring(v *SpotFleetMonitoring) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetNetworkInterfaces(v []*InstanceNetworkInterfaceSpecification) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetPlacement(v *SpotPlacement) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetRamdiskId(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetSecurityGroups(v []*GroupIdentifier) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetSpotPrice(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetSubnetId(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetTagSpecifications(v []*SpotFleetTagSpecification) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetUserData(v string) *SpotFleetLaunchSpecification
- func (s *SpotFleetLaunchSpecification) SetWeightedCapacity(v float64) *SpotFleetLaunchSpecification
- func (s SpotFleetLaunchSpecification) String() string
- type SpotFleetMonitoring
- type SpotFleetRequestConfig
- func (s SpotFleetRequestConfig) GoString() string
- func (s *SpotFleetRequestConfig) SetActivityStatus(v string) *SpotFleetRequestConfig
- func (s *SpotFleetRequestConfig) SetCreateTime(v time.Time) *SpotFleetRequestConfig
- func (s *SpotFleetRequestConfig) SetSpotFleetRequestConfig(v *SpotFleetRequestConfigData) *SpotFleetRequestConfig
- func (s *SpotFleetRequestConfig) SetSpotFleetRequestId(v string) *SpotFleetRequestConfig
- func (s *SpotFleetRequestConfig) SetSpotFleetRequestState(v string) *SpotFleetRequestConfig
- func (s SpotFleetRequestConfig) String() string
- type SpotFleetRequestConfigData
- func (s SpotFleetRequestConfigData) GoString() string
- func (s *SpotFleetRequestConfigData) SetAllocationStrategy(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetClientToken(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetExcessCapacityTerminationPolicy(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetFulfilledCapacity(v float64) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetIamFleetRole(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetInstanceInterruptionBehavior(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetInstancePoolsToUseCount(v int64) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetLaunchSpecifications(v []*SpotFleetLaunchSpecification) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetLaunchTemplateConfigs(v []*LaunchTemplateConfig) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetLoadBalancersConfig(v *LoadBalancersConfig) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetOnDemandAllocationStrategy(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetOnDemandFulfilledCapacity(v float64) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetOnDemandMaxTotalPrice(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetOnDemandTargetCapacity(v int64) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetReplaceUnhealthyInstances(v bool) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetSpotMaxTotalPrice(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetSpotPrice(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetTargetCapacity(v int64) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetTerminateInstancesWithExpiration(v bool) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetType(v string) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetValidFrom(v time.Time) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetValidUntil(v time.Time) *SpotFleetRequestConfigData
- func (s SpotFleetRequestConfigData) String() string
- func (s *SpotFleetRequestConfigData) Validate() error
- type SpotFleetTagSpecification
- type SpotInstanceRequest
- func (s SpotInstanceRequest) GoString() string
- func (s *SpotInstanceRequest) SetActualBlockHourlyPrice(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetAvailabilityZoneGroup(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetBlockDurationMinutes(v int64) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetCreateTime(v time.Time) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetFault(v *SpotInstanceStateFault) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetInstanceId(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetInstanceInterruptionBehavior(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetLaunchGroup(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetLaunchSpecification(v *LaunchSpecification) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetLaunchedAvailabilityZone(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetProductDescription(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetSpotInstanceRequestId(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetSpotPrice(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetState(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetStatus(v *SpotInstanceStatus) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetTags(v []*Tag) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetType(v string) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetValidFrom(v time.Time) *SpotInstanceRequest
- func (s *SpotInstanceRequest) SetValidUntil(v time.Time) *SpotInstanceRequest
- func (s SpotInstanceRequest) String() string
- type SpotInstanceStateFault
- type SpotInstanceStatus
- func (s SpotInstanceStatus) GoString() string
- func (s *SpotInstanceStatus) SetCode(v string) *SpotInstanceStatus
- func (s *SpotInstanceStatus) SetMessage(v string) *SpotInstanceStatus
- func (s *SpotInstanceStatus) SetUpdateTime(v time.Time) *SpotInstanceStatus
- func (s SpotInstanceStatus) String() string
- type SpotMarketOptions
- func (s SpotMarketOptions) GoString() string
- func (s *SpotMarketOptions) SetBlockDurationMinutes(v int64) *SpotMarketOptions
- func (s *SpotMarketOptions) SetInstanceInterruptionBehavior(v string) *SpotMarketOptions
- func (s *SpotMarketOptions) SetMaxPrice(v string) *SpotMarketOptions
- func (s *SpotMarketOptions) SetSpotInstanceType(v string) *SpotMarketOptions
- func (s *SpotMarketOptions) SetValidUntil(v time.Time) *SpotMarketOptions
- func (s SpotMarketOptions) String() string
- type SpotOptions
- func (s SpotOptions) GoString() string
- func (s *SpotOptions) SetAllocationStrategy(v string) *SpotOptions
- func (s *SpotOptions) SetInstanceInterruptionBehavior(v string) *SpotOptions
- func (s *SpotOptions) SetInstancePoolsToUseCount(v int64) *SpotOptions
- func (s *SpotOptions) SetMaxTotalPrice(v string) *SpotOptions
- func (s *SpotOptions) SetMinTargetCapacity(v int64) *SpotOptions
- func (s *SpotOptions) SetSingleAvailabilityZone(v bool) *SpotOptions
- func (s *SpotOptions) SetSingleInstanceType(v bool) *SpotOptions
- func (s SpotOptions) String() string
- type SpotOptionsRequest
- func (s SpotOptionsRequest) GoString() string
- func (s *SpotOptionsRequest) SetAllocationStrategy(v string) *SpotOptionsRequest
- func (s *SpotOptionsRequest) SetInstanceInterruptionBehavior(v string) *SpotOptionsRequest
- func (s *SpotOptionsRequest) SetInstancePoolsToUseCount(v int64) *SpotOptionsRequest
- func (s *SpotOptionsRequest) SetMaxTotalPrice(v string) *SpotOptionsRequest
- func (s *SpotOptionsRequest) SetMinTargetCapacity(v int64) *SpotOptionsRequest
- func (s *SpotOptionsRequest) SetSingleAvailabilityZone(v bool) *SpotOptionsRequest
- func (s *SpotOptionsRequest) SetSingleInstanceType(v bool) *SpotOptionsRequest
- func (s SpotOptionsRequest) String() string
- type SpotPlacement
- type SpotPrice
- func (s SpotPrice) GoString() string
- func (s *SpotPrice) SetAvailabilityZone(v string) *SpotPrice
- func (s *SpotPrice) SetInstanceType(v string) *SpotPrice
- func (s *SpotPrice) SetProductDescription(v string) *SpotPrice
- func (s *SpotPrice) SetSpotPrice(v string) *SpotPrice
- func (s *SpotPrice) SetTimestamp(v time.Time) *SpotPrice
- func (s SpotPrice) String() string
- type StaleIpPermission
- func (s StaleIpPermission) GoString() string
- func (s *StaleIpPermission) SetFromPort(v int64) *StaleIpPermission
- func (s *StaleIpPermission) SetIpProtocol(v string) *StaleIpPermission
- func (s *StaleIpPermission) SetIpRanges(v []*string) *StaleIpPermission
- func (s *StaleIpPermission) SetPrefixListIds(v []*string) *StaleIpPermission
- func (s *StaleIpPermission) SetToPort(v int64) *StaleIpPermission
- func (s *StaleIpPermission) SetUserIdGroupPairs(v []*UserIdGroupPair) *StaleIpPermission
- func (s StaleIpPermission) String() string
- type StaleSecurityGroup
- func (s StaleSecurityGroup) GoString() string
- func (s *StaleSecurityGroup) SetDescription(v string) *StaleSecurityGroup
- func (s *StaleSecurityGroup) SetGroupId(v string) *StaleSecurityGroup
- func (s *StaleSecurityGroup) SetGroupName(v string) *StaleSecurityGroup
- func (s *StaleSecurityGroup) SetStaleIpPermissions(v []*StaleIpPermission) *StaleSecurityGroup
- func (s *StaleSecurityGroup) SetStaleIpPermissionsEgress(v []*StaleIpPermission) *StaleSecurityGroup
- func (s *StaleSecurityGroup) SetVpcId(v string) *StaleSecurityGroup
- func (s StaleSecurityGroup) String() string
- type StartInstancesInput
- func (s StartInstancesInput) GoString() string
- func (s *StartInstancesInput) SetAdditionalInfo(v string) *StartInstancesInput
- func (s *StartInstancesInput) SetDryRun(v bool) *StartInstancesInput
- func (s *StartInstancesInput) SetInstanceIds(v []*string) *StartInstancesInput
- func (s StartInstancesInput) String() string
- func (s *StartInstancesInput) Validate() error
- type StartInstancesOutput
- type StartVpcEndpointServicePrivateDnsVerificationInput
- func (s StartVpcEndpointServicePrivateDnsVerificationInput) GoString() string
- func (s *StartVpcEndpointServicePrivateDnsVerificationInput) SetDryRun(v bool) *StartVpcEndpointServicePrivateDnsVerificationInput
- func (s *StartVpcEndpointServicePrivateDnsVerificationInput) SetServiceId(v string) *StartVpcEndpointServicePrivateDnsVerificationInput
- func (s StartVpcEndpointServicePrivateDnsVerificationInput) String() string
- func (s *StartVpcEndpointServicePrivateDnsVerificationInput) Validate() error
- type StartVpcEndpointServicePrivateDnsVerificationOutput
- type StateReason
- type StopInstancesInput
- func (s StopInstancesInput) GoString() string
- func (s *StopInstancesInput) SetDryRun(v bool) *StopInstancesInput
- func (s *StopInstancesInput) SetForce(v bool) *StopInstancesInput
- func (s *StopInstancesInput) SetHibernate(v bool) *StopInstancesInput
- func (s *StopInstancesInput) SetInstanceIds(v []*string) *StopInstancesInput
- func (s StopInstancesInput) String() string
- func (s *StopInstancesInput) Validate() error
- type StopInstancesOutput
- type Storage
- type StorageLocation
- type Subnet
- func (s Subnet) GoString() string
- func (s *Subnet) SetAssignIpv6AddressOnCreation(v bool) *Subnet
- func (s *Subnet) SetAvailabilityZone(v string) *Subnet
- func (s *Subnet) SetAvailabilityZoneId(v string) *Subnet
- func (s *Subnet) SetAvailableIpAddressCount(v int64) *Subnet
- func (s *Subnet) SetCidrBlock(v string) *Subnet
- func (s *Subnet) SetDefaultForAz(v bool) *Subnet
- func (s *Subnet) SetIpv6CidrBlockAssociationSet(v []*SubnetIpv6CidrBlockAssociation) *Subnet
- func (s *Subnet) SetMapPublicIpOnLaunch(v bool) *Subnet
- func (s *Subnet) SetOutpostArn(v string) *Subnet
- func (s *Subnet) SetOwnerId(v string) *Subnet
- func (s *Subnet) SetState(v string) *Subnet
- func (s *Subnet) SetSubnetArn(v string) *Subnet
- func (s *Subnet) SetSubnetId(v string) *Subnet
- func (s *Subnet) SetTags(v []*Tag) *Subnet
- func (s *Subnet) SetVpcId(v string) *Subnet
- func (s Subnet) String() string
- type SubnetAssociation
- type SubnetCidrBlockState
- type SubnetIpv6CidrBlockAssociation
- func (s SubnetIpv6CidrBlockAssociation) GoString() string
- func (s *SubnetIpv6CidrBlockAssociation) SetAssociationId(v string) *SubnetIpv6CidrBlockAssociation
- func (s *SubnetIpv6CidrBlockAssociation) SetIpv6CidrBlock(v string) *SubnetIpv6CidrBlockAssociation
- func (s *SubnetIpv6CidrBlockAssociation) SetIpv6CidrBlockState(v *SubnetCidrBlockState) *SubnetIpv6CidrBlockAssociation
- func (s SubnetIpv6CidrBlockAssociation) String() string
- type SuccessfulInstanceCreditSpecificationItem
- type SuccessfulQueuedPurchaseDeletion
- type Tag
- type TagDescription
- func (s TagDescription) GoString() string
- func (s *TagDescription) SetKey(v string) *TagDescription
- func (s *TagDescription) SetResourceId(v string) *TagDescription
- func (s *TagDescription) SetResourceType(v string) *TagDescription
- func (s *TagDescription) SetValue(v string) *TagDescription
- func (s TagDescription) String() string
- type TagSpecification
- type TargetCapacitySpecification
- func (s TargetCapacitySpecification) GoString() string
- func (s *TargetCapacitySpecification) SetDefaultTargetCapacityType(v string) *TargetCapacitySpecification
- func (s *TargetCapacitySpecification) SetOnDemandTargetCapacity(v int64) *TargetCapacitySpecification
- func (s *TargetCapacitySpecification) SetSpotTargetCapacity(v int64) *TargetCapacitySpecification
- func (s *TargetCapacitySpecification) SetTotalTargetCapacity(v int64) *TargetCapacitySpecification
- func (s TargetCapacitySpecification) String() string
- type TargetCapacitySpecificationRequest
- func (s TargetCapacitySpecificationRequest) GoString() string
- func (s *TargetCapacitySpecificationRequest) SetDefaultTargetCapacityType(v string) *TargetCapacitySpecificationRequest
- func (s *TargetCapacitySpecificationRequest) SetOnDemandTargetCapacity(v int64) *TargetCapacitySpecificationRequest
- func (s *TargetCapacitySpecificationRequest) SetSpotTargetCapacity(v int64) *TargetCapacitySpecificationRequest
- func (s *TargetCapacitySpecificationRequest) SetTotalTargetCapacity(v int64) *TargetCapacitySpecificationRequest
- func (s TargetCapacitySpecificationRequest) String() string
- func (s *TargetCapacitySpecificationRequest) Validate() error
- type TargetConfiguration
- type TargetConfigurationRequest
- func (s TargetConfigurationRequest) GoString() string
- func (s *TargetConfigurationRequest) SetInstanceCount(v int64) *TargetConfigurationRequest
- func (s *TargetConfigurationRequest) SetOfferingId(v string) *TargetConfigurationRequest
- func (s TargetConfigurationRequest) String() string
- func (s *TargetConfigurationRequest) Validate() error
- type TargetGroup
- type TargetGroupsConfig
- type TargetNetwork
- func (s TargetNetwork) GoString() string
- func (s *TargetNetwork) SetAssociationId(v string) *TargetNetwork
- func (s *TargetNetwork) SetClientVpnEndpointId(v string) *TargetNetwork
- func (s *TargetNetwork) SetSecurityGroups(v []*string) *TargetNetwork
- func (s *TargetNetwork) SetStatus(v *AssociationStatus) *TargetNetwork
- func (s *TargetNetwork) SetTargetNetworkId(v string) *TargetNetwork
- func (s *TargetNetwork) SetVpcId(v string) *TargetNetwork
- func (s TargetNetwork) String() string
- type TargetReservationValue
- type TerminateClientVpnConnectionsInput
- func (s TerminateClientVpnConnectionsInput) GoString() string
- func (s *TerminateClientVpnConnectionsInput) SetClientVpnEndpointId(v string) *TerminateClientVpnConnectionsInput
- func (s *TerminateClientVpnConnectionsInput) SetConnectionId(v string) *TerminateClientVpnConnectionsInput
- func (s *TerminateClientVpnConnectionsInput) SetDryRun(v bool) *TerminateClientVpnConnectionsInput
- func (s *TerminateClientVpnConnectionsInput) SetUsername(v string) *TerminateClientVpnConnectionsInput
- func (s TerminateClientVpnConnectionsInput) String() string
- func (s *TerminateClientVpnConnectionsInput) Validate() error
- type TerminateClientVpnConnectionsOutput
- func (s TerminateClientVpnConnectionsOutput) GoString() string
- func (s *TerminateClientVpnConnectionsOutput) SetClientVpnEndpointId(v string) *TerminateClientVpnConnectionsOutput
- func (s *TerminateClientVpnConnectionsOutput) SetConnectionStatuses(v []*TerminateConnectionStatus) *TerminateClientVpnConnectionsOutput
- func (s *TerminateClientVpnConnectionsOutput) SetUsername(v string) *TerminateClientVpnConnectionsOutput
- func (s TerminateClientVpnConnectionsOutput) String() string
- type TerminateConnectionStatus
- func (s TerminateConnectionStatus) GoString() string
- func (s *TerminateConnectionStatus) SetConnectionId(v string) *TerminateConnectionStatus
- func (s *TerminateConnectionStatus) SetCurrentStatus(v *ClientVpnConnectionStatus) *TerminateConnectionStatus
- func (s *TerminateConnectionStatus) SetPreviousStatus(v *ClientVpnConnectionStatus) *TerminateConnectionStatus
- func (s TerminateConnectionStatus) String() string
- type TerminateInstancesInput
- func (s TerminateInstancesInput) GoString() string
- func (s *TerminateInstancesInput) SetDryRun(v bool) *TerminateInstancesInput
- func (s *TerminateInstancesInput) SetInstanceIds(v []*string) *TerminateInstancesInput
- func (s TerminateInstancesInput) String() string
- func (s *TerminateInstancesInput) Validate() error
- type TerminateInstancesOutput
- type TrafficMirrorFilter
- func (s TrafficMirrorFilter) GoString() string
- func (s *TrafficMirrorFilter) SetDescription(v string) *TrafficMirrorFilter
- func (s *TrafficMirrorFilter) SetEgressFilterRules(v []*TrafficMirrorFilterRule) *TrafficMirrorFilter
- func (s *TrafficMirrorFilter) SetIngressFilterRules(v []*TrafficMirrorFilterRule) *TrafficMirrorFilter
- func (s *TrafficMirrorFilter) SetNetworkServices(v []*string) *TrafficMirrorFilter
- func (s *TrafficMirrorFilter) SetTags(v []*Tag) *TrafficMirrorFilter
- func (s *TrafficMirrorFilter) SetTrafficMirrorFilterId(v string) *TrafficMirrorFilter
- func (s TrafficMirrorFilter) String() string
- type TrafficMirrorFilterRule
- func (s TrafficMirrorFilterRule) GoString() string
- func (s *TrafficMirrorFilterRule) SetDescription(v string) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetDestinationCidrBlock(v string) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetDestinationPortRange(v *TrafficMirrorPortRange) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetProtocol(v int64) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetRuleAction(v string) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetRuleNumber(v int64) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetSourceCidrBlock(v string) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetSourcePortRange(v *TrafficMirrorPortRange) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetTrafficDirection(v string) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetTrafficMirrorFilterId(v string) *TrafficMirrorFilterRule
- func (s *TrafficMirrorFilterRule) SetTrafficMirrorFilterRuleId(v string) *TrafficMirrorFilterRule
- func (s TrafficMirrorFilterRule) String() string
- type TrafficMirrorPortRange
- type TrafficMirrorPortRangeRequest
- type TrafficMirrorSession
- func (s TrafficMirrorSession) GoString() string
- func (s *TrafficMirrorSession) SetDescription(v string) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetNetworkInterfaceId(v string) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetOwnerId(v string) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetPacketLength(v int64) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetSessionNumber(v int64) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetTags(v []*Tag) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetTrafficMirrorFilterId(v string) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetTrafficMirrorSessionId(v string) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetTrafficMirrorTargetId(v string) *TrafficMirrorSession
- func (s *TrafficMirrorSession) SetVirtualNetworkId(v int64) *TrafficMirrorSession
- func (s TrafficMirrorSession) String() string
- type TrafficMirrorTarget
- func (s TrafficMirrorTarget) GoString() string
- func (s *TrafficMirrorTarget) SetDescription(v string) *TrafficMirrorTarget
- func (s *TrafficMirrorTarget) SetNetworkInterfaceId(v string) *TrafficMirrorTarget
- func (s *TrafficMirrorTarget) SetNetworkLoadBalancerArn(v string) *TrafficMirrorTarget
- func (s *TrafficMirrorTarget) SetOwnerId(v string) *TrafficMirrorTarget
- func (s *TrafficMirrorTarget) SetTags(v []*Tag) *TrafficMirrorTarget
- func (s *TrafficMirrorTarget) SetTrafficMirrorTargetId(v string) *TrafficMirrorTarget
- func (s *TrafficMirrorTarget) SetType(v string) *TrafficMirrorTarget
- func (s TrafficMirrorTarget) String() string
- type TransitGateway
- func (s TransitGateway) GoString() string
- func (s *TransitGateway) SetCreationTime(v time.Time) *TransitGateway
- func (s *TransitGateway) SetDescription(v string) *TransitGateway
- func (s *TransitGateway) SetOptions(v *TransitGatewayOptions) *TransitGateway
- func (s *TransitGateway) SetOwnerId(v string) *TransitGateway
- func (s *TransitGateway) SetState(v string) *TransitGateway
- func (s *TransitGateway) SetTags(v []*Tag) *TransitGateway
- func (s *TransitGateway) SetTransitGatewayArn(v string) *TransitGateway
- func (s *TransitGateway) SetTransitGatewayId(v string) *TransitGateway
- func (s TransitGateway) String() string
- type TransitGatewayAssociation
- func (s TransitGatewayAssociation) GoString() string
- func (s *TransitGatewayAssociation) SetResourceId(v string) *TransitGatewayAssociation
- func (s *TransitGatewayAssociation) SetResourceType(v string) *TransitGatewayAssociation
- func (s *TransitGatewayAssociation) SetState(v string) *TransitGatewayAssociation
- func (s *TransitGatewayAssociation) SetTransitGatewayAttachmentId(v string) *TransitGatewayAssociation
- func (s *TransitGatewayAssociation) SetTransitGatewayRouteTableId(v string) *TransitGatewayAssociation
- func (s TransitGatewayAssociation) String() string
- type TransitGatewayAttachment
- func (s TransitGatewayAttachment) GoString() string
- func (s *TransitGatewayAttachment) SetAssociation(v *TransitGatewayAttachmentAssociation) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetCreationTime(v time.Time) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetResourceId(v string) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetResourceOwnerId(v string) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetResourceType(v string) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetState(v string) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetTags(v []*Tag) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetTransitGatewayAttachmentId(v string) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetTransitGatewayId(v string) *TransitGatewayAttachment
- func (s *TransitGatewayAttachment) SetTransitGatewayOwnerId(v string) *TransitGatewayAttachment
- func (s TransitGatewayAttachment) String() string
- type TransitGatewayAttachmentAssociation
- func (s TransitGatewayAttachmentAssociation) GoString() string
- func (s *TransitGatewayAttachmentAssociation) SetState(v string) *TransitGatewayAttachmentAssociation
- func (s *TransitGatewayAttachmentAssociation) SetTransitGatewayRouteTableId(v string) *TransitGatewayAttachmentAssociation
- func (s TransitGatewayAttachmentAssociation) String() string
- type TransitGatewayAttachmentPropagation
- func (s TransitGatewayAttachmentPropagation) GoString() string
- func (s *TransitGatewayAttachmentPropagation) SetState(v string) *TransitGatewayAttachmentPropagation
- func (s *TransitGatewayAttachmentPropagation) SetTransitGatewayRouteTableId(v string) *TransitGatewayAttachmentPropagation
- func (s TransitGatewayAttachmentPropagation) String() string
- type TransitGatewayMulticastDeregisteredGroupMembers
- func (s TransitGatewayMulticastDeregisteredGroupMembers) GoString() string
- func (s *TransitGatewayMulticastDeregisteredGroupMembers) SetDeregisteredNetworkInterfaceIds(v []*string) *TransitGatewayMulticastDeregisteredGroupMembers
- func (s *TransitGatewayMulticastDeregisteredGroupMembers) SetGroupIpAddress(v string) *TransitGatewayMulticastDeregisteredGroupMembers
- func (s *TransitGatewayMulticastDeregisteredGroupMembers) SetTransitGatewayMulticastDomainId(v string) *TransitGatewayMulticastDeregisteredGroupMembers
- func (s TransitGatewayMulticastDeregisteredGroupMembers) String() string
- type TransitGatewayMulticastDeregisteredGroupSources
- func (s TransitGatewayMulticastDeregisteredGroupSources) GoString() string
- func (s *TransitGatewayMulticastDeregisteredGroupSources) SetDeregisteredNetworkInterfaceIds(v []*string) *TransitGatewayMulticastDeregisteredGroupSources
- func (s *TransitGatewayMulticastDeregisteredGroupSources) SetGroupIpAddress(v string) *TransitGatewayMulticastDeregisteredGroupSources
- func (s *TransitGatewayMulticastDeregisteredGroupSources) SetTransitGatewayMulticastDomainId(v string) *TransitGatewayMulticastDeregisteredGroupSources
- func (s TransitGatewayMulticastDeregisteredGroupSources) String() string
- type TransitGatewayMulticastDomain
- func (s TransitGatewayMulticastDomain) GoString() string
- func (s *TransitGatewayMulticastDomain) SetCreationTime(v time.Time) *TransitGatewayMulticastDomain
- func (s *TransitGatewayMulticastDomain) SetState(v string) *TransitGatewayMulticastDomain
- func (s *TransitGatewayMulticastDomain) SetTags(v []*Tag) *TransitGatewayMulticastDomain
- func (s *TransitGatewayMulticastDomain) SetTransitGatewayId(v string) *TransitGatewayMulticastDomain
- func (s *TransitGatewayMulticastDomain) SetTransitGatewayMulticastDomainId(v string) *TransitGatewayMulticastDomain
- func (s TransitGatewayMulticastDomain) String() string
- type TransitGatewayMulticastDomainAssociation
- func (s TransitGatewayMulticastDomainAssociation) GoString() string
- func (s *TransitGatewayMulticastDomainAssociation) SetResourceId(v string) *TransitGatewayMulticastDomainAssociation
- func (s *TransitGatewayMulticastDomainAssociation) SetResourceType(v string) *TransitGatewayMulticastDomainAssociation
- func (s *TransitGatewayMulticastDomainAssociation) SetSubnet(v *SubnetAssociation) *TransitGatewayMulticastDomainAssociation
- func (s *TransitGatewayMulticastDomainAssociation) SetTransitGatewayAttachmentId(v string) *TransitGatewayMulticastDomainAssociation
- func (s TransitGatewayMulticastDomainAssociation) String() string
- type TransitGatewayMulticastDomainAssociations
- func (s TransitGatewayMulticastDomainAssociations) GoString() string
- func (s *TransitGatewayMulticastDomainAssociations) SetResourceId(v string) *TransitGatewayMulticastDomainAssociations
- func (s *TransitGatewayMulticastDomainAssociations) SetResourceType(v string) *TransitGatewayMulticastDomainAssociations
- func (s *TransitGatewayMulticastDomainAssociations) SetSubnets(v []*SubnetAssociation) *TransitGatewayMulticastDomainAssociations
- func (s *TransitGatewayMulticastDomainAssociations) SetTransitGatewayAttachmentId(v string) *TransitGatewayMulticastDomainAssociations
- func (s *TransitGatewayMulticastDomainAssociations) SetTransitGatewayMulticastDomainId(v string) *TransitGatewayMulticastDomainAssociations
- func (s TransitGatewayMulticastDomainAssociations) String() string
- type TransitGatewayMulticastGroup
- func (s TransitGatewayMulticastGroup) GoString() string
- func (s *TransitGatewayMulticastGroup) SetGroupIpAddress(v string) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetGroupMember(v bool) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetGroupSource(v bool) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetMemberType(v string) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetNetworkInterfaceId(v string) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetResourceId(v string) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetResourceType(v string) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetSourceType(v string) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetSubnetId(v string) *TransitGatewayMulticastGroup
- func (s *TransitGatewayMulticastGroup) SetTransitGatewayAttachmentId(v string) *TransitGatewayMulticastGroup
- func (s TransitGatewayMulticastGroup) String() string
- type TransitGatewayMulticastRegisteredGroupMembers
- func (s TransitGatewayMulticastRegisteredGroupMembers) GoString() string
- func (s *TransitGatewayMulticastRegisteredGroupMembers) SetGroupIpAddress(v string) *TransitGatewayMulticastRegisteredGroupMembers
- func (s *TransitGatewayMulticastRegisteredGroupMembers) SetRegisteredNetworkInterfaceIds(v []*string) *TransitGatewayMulticastRegisteredGroupMembers
- func (s *TransitGatewayMulticastRegisteredGroupMembers) SetTransitGatewayMulticastDomainId(v string) *TransitGatewayMulticastRegisteredGroupMembers
- func (s TransitGatewayMulticastRegisteredGroupMembers) String() string
- type TransitGatewayMulticastRegisteredGroupSources
- func (s TransitGatewayMulticastRegisteredGroupSources) GoString() string
- func (s *TransitGatewayMulticastRegisteredGroupSources) SetGroupIpAddress(v string) *TransitGatewayMulticastRegisteredGroupSources
- func (s *TransitGatewayMulticastRegisteredGroupSources) SetRegisteredNetworkInterfaceIds(v []*string) *TransitGatewayMulticastRegisteredGroupSources
- func (s *TransitGatewayMulticastRegisteredGroupSources) SetTransitGatewayMulticastDomainId(v string) *TransitGatewayMulticastRegisteredGroupSources
- func (s TransitGatewayMulticastRegisteredGroupSources) String() string
- type TransitGatewayOptions
- func (s TransitGatewayOptions) GoString() string
- func (s *TransitGatewayOptions) SetAmazonSideAsn(v int64) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetAssociationDefaultRouteTableId(v string) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetAutoAcceptSharedAttachments(v string) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetDefaultRouteTableAssociation(v string) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetDefaultRouteTablePropagation(v string) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetDnsSupport(v string) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetMulticastSupport(v string) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetPropagationDefaultRouteTableId(v string) *TransitGatewayOptions
- func (s *TransitGatewayOptions) SetVpnEcmpSupport(v string) *TransitGatewayOptions
- func (s TransitGatewayOptions) String() string
- type TransitGatewayPeeringAttachment
- func (s TransitGatewayPeeringAttachment) GoString() string
- func (s *TransitGatewayPeeringAttachment) SetAccepterTgwInfo(v *PeeringTgwInfo) *TransitGatewayPeeringAttachment
- func (s *TransitGatewayPeeringAttachment) SetCreationTime(v time.Time) *TransitGatewayPeeringAttachment
- func (s *TransitGatewayPeeringAttachment) SetRequesterTgwInfo(v *PeeringTgwInfo) *TransitGatewayPeeringAttachment
- func (s *TransitGatewayPeeringAttachment) SetState(v string) *TransitGatewayPeeringAttachment
- func (s *TransitGatewayPeeringAttachment) SetStatus(v *PeeringAttachmentStatus) *TransitGatewayPeeringAttachment
- func (s *TransitGatewayPeeringAttachment) SetTags(v []*Tag) *TransitGatewayPeeringAttachment
- func (s *TransitGatewayPeeringAttachment) SetTransitGatewayAttachmentId(v string) *TransitGatewayPeeringAttachment
- func (s TransitGatewayPeeringAttachment) String() string
- type TransitGatewayPropagation
- func (s TransitGatewayPropagation) GoString() string
- func (s *TransitGatewayPropagation) SetResourceId(v string) *TransitGatewayPropagation
- func (s *TransitGatewayPropagation) SetResourceType(v string) *TransitGatewayPropagation
- func (s *TransitGatewayPropagation) SetState(v string) *TransitGatewayPropagation
- func (s *TransitGatewayPropagation) SetTransitGatewayAttachmentId(v string) *TransitGatewayPropagation
- func (s *TransitGatewayPropagation) SetTransitGatewayRouteTableId(v string) *TransitGatewayPropagation
- func (s TransitGatewayPropagation) String() string
- type TransitGatewayRequestOptions
- func (s TransitGatewayRequestOptions) GoString() string
- func (s *TransitGatewayRequestOptions) SetAmazonSideAsn(v int64) *TransitGatewayRequestOptions
- func (s *TransitGatewayRequestOptions) SetAutoAcceptSharedAttachments(v string) *TransitGatewayRequestOptions
- func (s *TransitGatewayRequestOptions) SetDefaultRouteTableAssociation(v string) *TransitGatewayRequestOptions
- func (s *TransitGatewayRequestOptions) SetDefaultRouteTablePropagation(v string) *TransitGatewayRequestOptions
- func (s *TransitGatewayRequestOptions) SetDnsSupport(v string) *TransitGatewayRequestOptions
- func (s *TransitGatewayRequestOptions) SetMulticastSupport(v string) *TransitGatewayRequestOptions
- func (s *TransitGatewayRequestOptions) SetVpnEcmpSupport(v string) *TransitGatewayRequestOptions
- func (s TransitGatewayRequestOptions) String() string
- type TransitGatewayRoute
- func (s TransitGatewayRoute) GoString() string
- func (s *TransitGatewayRoute) SetDestinationCidrBlock(v string) *TransitGatewayRoute
- func (s *TransitGatewayRoute) SetState(v string) *TransitGatewayRoute
- func (s *TransitGatewayRoute) SetTransitGatewayAttachments(v []*TransitGatewayRouteAttachment) *TransitGatewayRoute
- func (s *TransitGatewayRoute) SetType(v string) *TransitGatewayRoute
- func (s TransitGatewayRoute) String() string
- type TransitGatewayRouteAttachment
- func (s TransitGatewayRouteAttachment) GoString() string
- func (s *TransitGatewayRouteAttachment) SetResourceId(v string) *TransitGatewayRouteAttachment
- func (s *TransitGatewayRouteAttachment) SetResourceType(v string) *TransitGatewayRouteAttachment
- func (s *TransitGatewayRouteAttachment) SetTransitGatewayAttachmentId(v string) *TransitGatewayRouteAttachment
- func (s TransitGatewayRouteAttachment) String() string
- type TransitGatewayRouteTable
- func (s TransitGatewayRouteTable) GoString() string
- func (s *TransitGatewayRouteTable) SetCreationTime(v time.Time) *TransitGatewayRouteTable
- func (s *TransitGatewayRouteTable) SetDefaultAssociationRouteTable(v bool) *TransitGatewayRouteTable
- func (s *TransitGatewayRouteTable) SetDefaultPropagationRouteTable(v bool) *TransitGatewayRouteTable
- func (s *TransitGatewayRouteTable) SetState(v string) *TransitGatewayRouteTable
- func (s *TransitGatewayRouteTable) SetTags(v []*Tag) *TransitGatewayRouteTable
- func (s *TransitGatewayRouteTable) SetTransitGatewayId(v string) *TransitGatewayRouteTable
- func (s *TransitGatewayRouteTable) SetTransitGatewayRouteTableId(v string) *TransitGatewayRouteTable
- func (s TransitGatewayRouteTable) String() string
- type TransitGatewayRouteTableAssociation
- func (s TransitGatewayRouteTableAssociation) GoString() string
- func (s *TransitGatewayRouteTableAssociation) SetResourceId(v string) *TransitGatewayRouteTableAssociation
- func (s *TransitGatewayRouteTableAssociation) SetResourceType(v string) *TransitGatewayRouteTableAssociation
- func (s *TransitGatewayRouteTableAssociation) SetState(v string) *TransitGatewayRouteTableAssociation
- func (s *TransitGatewayRouteTableAssociation) SetTransitGatewayAttachmentId(v string) *TransitGatewayRouteTableAssociation
- func (s TransitGatewayRouteTableAssociation) String() string
- type TransitGatewayRouteTablePropagation
- func (s TransitGatewayRouteTablePropagation) GoString() string
- func (s *TransitGatewayRouteTablePropagation) SetResourceId(v string) *TransitGatewayRouteTablePropagation
- func (s *TransitGatewayRouteTablePropagation) SetResourceType(v string) *TransitGatewayRouteTablePropagation
- func (s *TransitGatewayRouteTablePropagation) SetState(v string) *TransitGatewayRouteTablePropagation
- func (s *TransitGatewayRouteTablePropagation) SetTransitGatewayAttachmentId(v string) *TransitGatewayRouteTablePropagation
- func (s TransitGatewayRouteTablePropagation) String() string
- type TransitGatewayVpcAttachment
- func (s TransitGatewayVpcAttachment) GoString() string
- func (s *TransitGatewayVpcAttachment) SetCreationTime(v time.Time) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetOptions(v *TransitGatewayVpcAttachmentOptions) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetState(v string) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetSubnetIds(v []*string) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetTags(v []*Tag) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetTransitGatewayAttachmentId(v string) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetTransitGatewayId(v string) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetVpcId(v string) *TransitGatewayVpcAttachment
- func (s *TransitGatewayVpcAttachment) SetVpcOwnerId(v string) *TransitGatewayVpcAttachment
- func (s TransitGatewayVpcAttachment) String() string
- type TransitGatewayVpcAttachmentOptions
- func (s TransitGatewayVpcAttachmentOptions) GoString() string
- func (s *TransitGatewayVpcAttachmentOptions) SetDnsSupport(v string) *TransitGatewayVpcAttachmentOptions
- func (s *TransitGatewayVpcAttachmentOptions) SetIpv6Support(v string) *TransitGatewayVpcAttachmentOptions
- func (s TransitGatewayVpcAttachmentOptions) String() string
- type TunnelOption
- func (s TunnelOption) GoString() string
- func (s *TunnelOption) SetDpdTimeoutSeconds(v int64) *TunnelOption
- func (s *TunnelOption) SetIkeVersions(v []*IKEVersionsListValue) *TunnelOption
- func (s *TunnelOption) SetOutsideIpAddress(v string) *TunnelOption
- func (s *TunnelOption) SetPhase1DHGroupNumbers(v []*Phase1DHGroupNumbersListValue) *TunnelOption
- func (s *TunnelOption) SetPhase1EncryptionAlgorithms(v []*Phase1EncryptionAlgorithmsListValue) *TunnelOption
- func (s *TunnelOption) SetPhase1IntegrityAlgorithms(v []*Phase1IntegrityAlgorithmsListValue) *TunnelOption
- func (s *TunnelOption) SetPhase1LifetimeSeconds(v int64) *TunnelOption
- func (s *TunnelOption) SetPhase2DHGroupNumbers(v []*Phase2DHGroupNumbersListValue) *TunnelOption
- func (s *TunnelOption) SetPhase2EncryptionAlgorithms(v []*Phase2EncryptionAlgorithmsListValue) *TunnelOption
- func (s *TunnelOption) SetPhase2IntegrityAlgorithms(v []*Phase2IntegrityAlgorithmsListValue) *TunnelOption
- func (s *TunnelOption) SetPhase2LifetimeSeconds(v int64) *TunnelOption
- func (s *TunnelOption) SetPreSharedKey(v string) *TunnelOption
- func (s *TunnelOption) SetRekeyFuzzPercentage(v int64) *TunnelOption
- func (s *TunnelOption) SetRekeyMarginTimeSeconds(v int64) *TunnelOption
- func (s *TunnelOption) SetReplayWindowSize(v int64) *TunnelOption
- func (s *TunnelOption) SetTunnelInsideCidr(v string) *TunnelOption
- func (s TunnelOption) String() string
- type UnassignIpv6AddressesInput
- func (s UnassignIpv6AddressesInput) GoString() string
- func (s *UnassignIpv6AddressesInput) SetIpv6Addresses(v []*string) *UnassignIpv6AddressesInput
- func (s *UnassignIpv6AddressesInput) SetNetworkInterfaceId(v string) *UnassignIpv6AddressesInput
- func (s UnassignIpv6AddressesInput) String() string
- func (s *UnassignIpv6AddressesInput) Validate() error
- type UnassignIpv6AddressesOutput
- func (s UnassignIpv6AddressesOutput) GoString() string
- func (s *UnassignIpv6AddressesOutput) SetNetworkInterfaceId(v string) *UnassignIpv6AddressesOutput
- func (s *UnassignIpv6AddressesOutput) SetUnassignedIpv6Addresses(v []*string) *UnassignIpv6AddressesOutput
- func (s UnassignIpv6AddressesOutput) String() string
- type UnassignPrivateIpAddressesInput
- func (s UnassignPrivateIpAddressesInput) GoString() string
- func (s *UnassignPrivateIpAddressesInput) SetNetworkInterfaceId(v string) *UnassignPrivateIpAddressesInput
- func (s *UnassignPrivateIpAddressesInput) SetPrivateIpAddresses(v []*string) *UnassignPrivateIpAddressesInput
- func (s UnassignPrivateIpAddressesInput) String() string
- func (s *UnassignPrivateIpAddressesInput) Validate() error
- type UnassignPrivateIpAddressesOutput
- type UnmonitorInstancesInput
- func (s UnmonitorInstancesInput) GoString() string
- func (s *UnmonitorInstancesInput) SetDryRun(v bool) *UnmonitorInstancesInput
- func (s *UnmonitorInstancesInput) SetInstanceIds(v []*string) *UnmonitorInstancesInput
- func (s UnmonitorInstancesInput) String() string
- func (s *UnmonitorInstancesInput) Validate() error
- type UnmonitorInstancesOutput
- type UnsuccessfulInstanceCreditSpecificationItem
- func (s UnsuccessfulInstanceCreditSpecificationItem) GoString() string
- func (s *UnsuccessfulInstanceCreditSpecificationItem) SetError(v *UnsuccessfulInstanceCreditSpecificationItemError) *UnsuccessfulInstanceCreditSpecificationItem
- func (s *UnsuccessfulInstanceCreditSpecificationItem) SetInstanceId(v string) *UnsuccessfulInstanceCreditSpecificationItem
- func (s UnsuccessfulInstanceCreditSpecificationItem) String() string
- type UnsuccessfulInstanceCreditSpecificationItemError
- func (s UnsuccessfulInstanceCreditSpecificationItemError) GoString() string
- func (s *UnsuccessfulInstanceCreditSpecificationItemError) SetCode(v string) *UnsuccessfulInstanceCreditSpecificationItemError
- func (s *UnsuccessfulInstanceCreditSpecificationItemError) SetMessage(v string) *UnsuccessfulInstanceCreditSpecificationItemError
- func (s UnsuccessfulInstanceCreditSpecificationItemError) String() string
- type UnsuccessfulItem
- type UnsuccessfulItemError
- type UpdateSecurityGroupRuleDescriptionsEgressInput
- func (s UpdateSecurityGroupRuleDescriptionsEgressInput) GoString() string
- func (s *UpdateSecurityGroupRuleDescriptionsEgressInput) SetDryRun(v bool) *UpdateSecurityGroupRuleDescriptionsEgressInput
- func (s *UpdateSecurityGroupRuleDescriptionsEgressInput) SetGroupId(v string) *UpdateSecurityGroupRuleDescriptionsEgressInput
- func (s *UpdateSecurityGroupRuleDescriptionsEgressInput) SetGroupName(v string) *UpdateSecurityGroupRuleDescriptionsEgressInput
- func (s *UpdateSecurityGroupRuleDescriptionsEgressInput) SetIpPermissions(v []*IpPermission) *UpdateSecurityGroupRuleDescriptionsEgressInput
- func (s UpdateSecurityGroupRuleDescriptionsEgressInput) String() string
- func (s *UpdateSecurityGroupRuleDescriptionsEgressInput) Validate() error
- type UpdateSecurityGroupRuleDescriptionsEgressOutput
- type UpdateSecurityGroupRuleDescriptionsIngressInput
- func (s UpdateSecurityGroupRuleDescriptionsIngressInput) GoString() string
- func (s *UpdateSecurityGroupRuleDescriptionsIngressInput) SetDryRun(v bool) *UpdateSecurityGroupRuleDescriptionsIngressInput
- func (s *UpdateSecurityGroupRuleDescriptionsIngressInput) SetGroupId(v string) *UpdateSecurityGroupRuleDescriptionsIngressInput
- func (s *UpdateSecurityGroupRuleDescriptionsIngressInput) SetGroupName(v string) *UpdateSecurityGroupRuleDescriptionsIngressInput
- func (s *UpdateSecurityGroupRuleDescriptionsIngressInput) SetIpPermissions(v []*IpPermission) *UpdateSecurityGroupRuleDescriptionsIngressInput
- func (s UpdateSecurityGroupRuleDescriptionsIngressInput) String() string
- func (s *UpdateSecurityGroupRuleDescriptionsIngressInput) Validate() error
- type UpdateSecurityGroupRuleDescriptionsIngressOutput
- type UserBucket
- type UserBucketDetails
- type UserData
- type UserIdGroupPair
- func (s UserIdGroupPair) GoString() string
- func (s *UserIdGroupPair) SetDescription(v string) *UserIdGroupPair
- func (s *UserIdGroupPair) SetGroupId(v string) *UserIdGroupPair
- func (s *UserIdGroupPair) SetGroupName(v string) *UserIdGroupPair
- func (s *UserIdGroupPair) SetPeeringStatus(v string) *UserIdGroupPair
- func (s *UserIdGroupPair) SetUserId(v string) *UserIdGroupPair
- func (s *UserIdGroupPair) SetVpcId(v string) *UserIdGroupPair
- func (s *UserIdGroupPair) SetVpcPeeringConnectionId(v string) *UserIdGroupPair
- func (s UserIdGroupPair) String() string
- type VCpuInfo
- func (s VCpuInfo) GoString() string
- func (s *VCpuInfo) SetDefaultCores(v int64) *VCpuInfo
- func (s *VCpuInfo) SetDefaultThreadsPerCore(v int64) *VCpuInfo
- func (s *VCpuInfo) SetDefaultVCpus(v int64) *VCpuInfo
- func (s *VCpuInfo) SetValidCores(v []*int64) *VCpuInfo
- func (s *VCpuInfo) SetValidThreadsPerCore(v []*int64) *VCpuInfo
- func (s VCpuInfo) String() string
- type VgwTelemetry
- func (s VgwTelemetry) GoString() string
- func (s *VgwTelemetry) SetAcceptedRouteCount(v int64) *VgwTelemetry
- func (s *VgwTelemetry) SetCertificateArn(v string) *VgwTelemetry
- func (s *VgwTelemetry) SetLastStatusChange(v time.Time) *VgwTelemetry
- func (s *VgwTelemetry) SetOutsideIpAddress(v string) *VgwTelemetry
- func (s *VgwTelemetry) SetStatus(v string) *VgwTelemetry
- func (s *VgwTelemetry) SetStatusMessage(v string) *VgwTelemetry
- func (s VgwTelemetry) String() string
- type Volume
- func (s Volume) GoString() string
- func (s *Volume) SetAttachments(v []*VolumeAttachment) *Volume
- func (s *Volume) SetAvailabilityZone(v string) *Volume
- func (s *Volume) SetCreateTime(v time.Time) *Volume
- func (s *Volume) SetEncrypted(v bool) *Volume
- func (s *Volume) SetFastRestored(v bool) *Volume
- func (s *Volume) SetIops(v int64) *Volume
- func (s *Volume) SetKmsKeyId(v string) *Volume
- func (s *Volume) SetOutpostArn(v string) *Volume
- func (s *Volume) SetSize(v int64) *Volume
- func (s *Volume) SetSnapshotId(v string) *Volume
- func (s *Volume) SetState(v string) *Volume
- func (s *Volume) SetTags(v []*Tag) *Volume
- func (s *Volume) SetVolumeId(v string) *Volume
- func (s *Volume) SetVolumeType(v string) *Volume
- func (s Volume) String() string
- type VolumeAttachment
- func (s VolumeAttachment) GoString() string
- func (s *VolumeAttachment) SetAttachTime(v time.Time) *VolumeAttachment
- func (s *VolumeAttachment) SetDeleteOnTermination(v bool) *VolumeAttachment
- func (s *VolumeAttachment) SetDevice(v string) *VolumeAttachment
- func (s *VolumeAttachment) SetInstanceId(v string) *VolumeAttachment
- func (s *VolumeAttachment) SetState(v string) *VolumeAttachment
- func (s *VolumeAttachment) SetVolumeId(v string) *VolumeAttachment
- func (s VolumeAttachment) String() string
- type VolumeDetail
- type VolumeModification
- func (s VolumeModification) GoString() string
- func (s *VolumeModification) SetEndTime(v time.Time) *VolumeModification
- func (s *VolumeModification) SetModificationState(v string) *VolumeModification
- func (s *VolumeModification) SetOriginalIops(v int64) *VolumeModification
- func (s *VolumeModification) SetOriginalSize(v int64) *VolumeModification
- func (s *VolumeModification) SetOriginalVolumeType(v string) *VolumeModification
- func (s *VolumeModification) SetProgress(v int64) *VolumeModification
- func (s *VolumeModification) SetStartTime(v time.Time) *VolumeModification
- func (s *VolumeModification) SetStatusMessage(v string) *VolumeModification
- func (s *VolumeModification) SetTargetIops(v int64) *VolumeModification
- func (s *VolumeModification) SetTargetSize(v int64) *VolumeModification
- func (s *VolumeModification) SetTargetVolumeType(v string) *VolumeModification
- func (s *VolumeModification) SetVolumeId(v string) *VolumeModification
- func (s VolumeModification) String() string
- type VolumeStatusAction
- func (s VolumeStatusAction) GoString() string
- func (s *VolumeStatusAction) SetCode(v string) *VolumeStatusAction
- func (s *VolumeStatusAction) SetDescription(v string) *VolumeStatusAction
- func (s *VolumeStatusAction) SetEventId(v string) *VolumeStatusAction
- func (s *VolumeStatusAction) SetEventType(v string) *VolumeStatusAction
- func (s VolumeStatusAction) String() string
- type VolumeStatusDetails
- type VolumeStatusEvent
- func (s VolumeStatusEvent) GoString() string
- func (s *VolumeStatusEvent) SetDescription(v string) *VolumeStatusEvent
- func (s *VolumeStatusEvent) SetEventId(v string) *VolumeStatusEvent
- func (s *VolumeStatusEvent) SetEventType(v string) *VolumeStatusEvent
- func (s *VolumeStatusEvent) SetNotAfter(v time.Time) *VolumeStatusEvent
- func (s *VolumeStatusEvent) SetNotBefore(v time.Time) *VolumeStatusEvent
- func (s VolumeStatusEvent) String() string
- type VolumeStatusInfo
- type VolumeStatusItem
- func (s VolumeStatusItem) GoString() string
- func (s *VolumeStatusItem) SetActions(v []*VolumeStatusAction) *VolumeStatusItem
- func (s *VolumeStatusItem) SetAvailabilityZone(v string) *VolumeStatusItem
- func (s *VolumeStatusItem) SetEvents(v []*VolumeStatusEvent) *VolumeStatusItem
- func (s *VolumeStatusItem) SetOutpostArn(v string) *VolumeStatusItem
- func (s *VolumeStatusItem) SetVolumeId(v string) *VolumeStatusItem
- func (s *VolumeStatusItem) SetVolumeStatus(v *VolumeStatusInfo) *VolumeStatusItem
- func (s VolumeStatusItem) String() string
- type Vpc
- func (s Vpc) GoString() string
- func (s *Vpc) SetCidrBlock(v string) *Vpc
- func (s *Vpc) SetCidrBlockAssociationSet(v []*VpcCidrBlockAssociation) *Vpc
- func (s *Vpc) SetDhcpOptionsId(v string) *Vpc
- func (s *Vpc) SetInstanceTenancy(v string) *Vpc
- func (s *Vpc) SetIpv6CidrBlockAssociationSet(v []*VpcIpv6CidrBlockAssociation) *Vpc
- func (s *Vpc) SetIsDefault(v bool) *Vpc
- func (s *Vpc) SetOwnerId(v string) *Vpc
- func (s *Vpc) SetState(v string) *Vpc
- func (s *Vpc) SetTags(v []*Tag) *Vpc
- func (s *Vpc) SetVpcId(v string) *Vpc
- func (s Vpc) String() string
- type VpcAttachment
- type VpcCidrBlockAssociation
- func (s VpcCidrBlockAssociation) GoString() string
- func (s *VpcCidrBlockAssociation) SetAssociationId(v string) *VpcCidrBlockAssociation
- func (s *VpcCidrBlockAssociation) SetCidrBlock(v string) *VpcCidrBlockAssociation
- func (s *VpcCidrBlockAssociation) SetCidrBlockState(v *VpcCidrBlockState) *VpcCidrBlockAssociation
- func (s VpcCidrBlockAssociation) String() string
- type VpcCidrBlockState
- type VpcClassicLink
- type VpcEndpoint
- func (s VpcEndpoint) GoString() string
- func (s *VpcEndpoint) SetCreationTimestamp(v time.Time) *VpcEndpoint
- func (s *VpcEndpoint) SetDnsEntries(v []*DnsEntry) *VpcEndpoint
- func (s *VpcEndpoint) SetGroups(v []*SecurityGroupIdentifier) *VpcEndpoint
- func (s *VpcEndpoint) SetLastError(v *LastError) *VpcEndpoint
- func (s *VpcEndpoint) SetNetworkInterfaceIds(v []*string) *VpcEndpoint
- func (s *VpcEndpoint) SetOwnerId(v string) *VpcEndpoint
- func (s *VpcEndpoint) SetPolicyDocument(v string) *VpcEndpoint
- func (s *VpcEndpoint) SetPrivateDnsEnabled(v bool) *VpcEndpoint
- func (s *VpcEndpoint) SetRequesterManaged(v bool) *VpcEndpoint
- func (s *VpcEndpoint) SetRouteTableIds(v []*string) *VpcEndpoint
- func (s *VpcEndpoint) SetServiceName(v string) *VpcEndpoint
- func (s *VpcEndpoint) SetState(v string) *VpcEndpoint
- func (s *VpcEndpoint) SetSubnetIds(v []*string) *VpcEndpoint
- func (s *VpcEndpoint) SetTags(v []*Tag) *VpcEndpoint
- func (s *VpcEndpoint) SetVpcEndpointId(v string) *VpcEndpoint
- func (s *VpcEndpoint) SetVpcEndpointType(v string) *VpcEndpoint
- func (s *VpcEndpoint) SetVpcId(v string) *VpcEndpoint
- func (s VpcEndpoint) String() string
- type VpcEndpointConnection
- func (s VpcEndpointConnection) GoString() string
- func (s *VpcEndpointConnection) SetCreationTimestamp(v time.Time) *VpcEndpointConnection
- func (s *VpcEndpointConnection) SetDnsEntries(v []*DnsEntry) *VpcEndpointConnection
- func (s *VpcEndpointConnection) SetNetworkLoadBalancerArns(v []*string) *VpcEndpointConnection
- func (s *VpcEndpointConnection) SetServiceId(v string) *VpcEndpointConnection
- func (s *VpcEndpointConnection) SetVpcEndpointId(v string) *VpcEndpointConnection
- func (s *VpcEndpointConnection) SetVpcEndpointOwner(v string) *VpcEndpointConnection
- func (s *VpcEndpointConnection) SetVpcEndpointState(v string) *VpcEndpointConnection
- func (s VpcEndpointConnection) String() string
- type VpcIpv6CidrBlockAssociation
- func (s VpcIpv6CidrBlockAssociation) GoString() string
- func (s *VpcIpv6CidrBlockAssociation) SetAssociationId(v string) *VpcIpv6CidrBlockAssociation
- func (s *VpcIpv6CidrBlockAssociation) SetIpv6CidrBlock(v string) *VpcIpv6CidrBlockAssociation
- func (s *VpcIpv6CidrBlockAssociation) SetIpv6CidrBlockState(v *VpcCidrBlockState) *VpcIpv6CidrBlockAssociation
- func (s *VpcIpv6CidrBlockAssociation) SetNetworkBorderGroup(v string) *VpcIpv6CidrBlockAssociation
- func (s VpcIpv6CidrBlockAssociation) String() string
- type VpcPeeringConnection
- func (s VpcPeeringConnection) GoString() string
- func (s *VpcPeeringConnection) SetAccepterVpcInfo(v *VpcPeeringConnectionVpcInfo) *VpcPeeringConnection
- func (s *VpcPeeringConnection) SetExpirationTime(v time.Time) *VpcPeeringConnection
- func (s *VpcPeeringConnection) SetRequesterVpcInfo(v *VpcPeeringConnectionVpcInfo) *VpcPeeringConnection
- func (s *VpcPeeringConnection) SetStatus(v *VpcPeeringConnectionStateReason) *VpcPeeringConnection
- func (s *VpcPeeringConnection) SetTags(v []*Tag) *VpcPeeringConnection
- func (s *VpcPeeringConnection) SetVpcPeeringConnectionId(v string) *VpcPeeringConnection
- func (s VpcPeeringConnection) String() string
- type VpcPeeringConnectionOptionsDescription
- func (s VpcPeeringConnectionOptionsDescription) GoString() string
- func (s *VpcPeeringConnectionOptionsDescription) SetAllowDnsResolutionFromRemoteVpc(v bool) *VpcPeeringConnectionOptionsDescription
- func (s *VpcPeeringConnectionOptionsDescription) SetAllowEgressFromLocalClassicLinkToRemoteVpc(v bool) *VpcPeeringConnectionOptionsDescription
- func (s *VpcPeeringConnectionOptionsDescription) SetAllowEgressFromLocalVpcToRemoteClassicLink(v bool) *VpcPeeringConnectionOptionsDescription
- func (s VpcPeeringConnectionOptionsDescription) String() string
- type VpcPeeringConnectionStateReason
- func (s VpcPeeringConnectionStateReason) GoString() string
- func (s *VpcPeeringConnectionStateReason) SetCode(v string) *VpcPeeringConnectionStateReason
- func (s *VpcPeeringConnectionStateReason) SetMessage(v string) *VpcPeeringConnectionStateReason
- func (s VpcPeeringConnectionStateReason) String() string
- type VpcPeeringConnectionVpcInfo
- func (s VpcPeeringConnectionVpcInfo) GoString() string
- func (s *VpcPeeringConnectionVpcInfo) SetCidrBlock(v string) *VpcPeeringConnectionVpcInfo
- func (s *VpcPeeringConnectionVpcInfo) SetCidrBlockSet(v []*CidrBlock) *VpcPeeringConnectionVpcInfo
- func (s *VpcPeeringConnectionVpcInfo) SetIpv6CidrBlockSet(v []*Ipv6CidrBlock) *VpcPeeringConnectionVpcInfo
- func (s *VpcPeeringConnectionVpcInfo) SetOwnerId(v string) *VpcPeeringConnectionVpcInfo
- func (s *VpcPeeringConnectionVpcInfo) SetPeeringOptions(v *VpcPeeringConnectionOptionsDescription) *VpcPeeringConnectionVpcInfo
- func (s *VpcPeeringConnectionVpcInfo) SetRegion(v string) *VpcPeeringConnectionVpcInfo
- func (s *VpcPeeringConnectionVpcInfo) SetVpcId(v string) *VpcPeeringConnectionVpcInfo
- func (s VpcPeeringConnectionVpcInfo) String() string
- type VpnConnection
- func (s VpnConnection) GoString() string
- func (s *VpnConnection) SetCategory(v string) *VpnConnection
- func (s *VpnConnection) SetCustomerGatewayConfiguration(v string) *VpnConnection
- func (s *VpnConnection) SetCustomerGatewayId(v string) *VpnConnection
- func (s *VpnConnection) SetOptions(v *VpnConnectionOptions) *VpnConnection
- func (s *VpnConnection) SetRoutes(v []*VpnStaticRoute) *VpnConnection
- func (s *VpnConnection) SetState(v string) *VpnConnection
- func (s *VpnConnection) SetTags(v []*Tag) *VpnConnection
- func (s *VpnConnection) SetTransitGatewayId(v string) *VpnConnection
- func (s *VpnConnection) SetType(v string) *VpnConnection
- func (s *VpnConnection) SetVgwTelemetry(v []*VgwTelemetry) *VpnConnection
- func (s *VpnConnection) SetVpnConnectionId(v string) *VpnConnection
- func (s *VpnConnection) SetVpnGatewayId(v string) *VpnConnection
- func (s VpnConnection) String() string
- type VpnConnectionOptions
- func (s VpnConnectionOptions) GoString() string
- func (s *VpnConnectionOptions) SetEnableAcceleration(v bool) *VpnConnectionOptions
- func (s *VpnConnectionOptions) SetStaticRoutesOnly(v bool) *VpnConnectionOptions
- func (s *VpnConnectionOptions) SetTunnelOptions(v []*TunnelOption) *VpnConnectionOptions
- func (s VpnConnectionOptions) String() string
- type VpnConnectionOptionsSpecification
- func (s VpnConnectionOptionsSpecification) GoString() string
- func (s *VpnConnectionOptionsSpecification) SetEnableAcceleration(v bool) *VpnConnectionOptionsSpecification
- func (s *VpnConnectionOptionsSpecification) SetStaticRoutesOnly(v bool) *VpnConnectionOptionsSpecification
- func (s *VpnConnectionOptionsSpecification) SetTunnelOptions(v []*VpnTunnelOptionsSpecification) *VpnConnectionOptionsSpecification
- func (s VpnConnectionOptionsSpecification) String() string
- type VpnGateway
- func (s VpnGateway) GoString() string
- func (s *VpnGateway) SetAmazonSideAsn(v int64) *VpnGateway
- func (s *VpnGateway) SetAvailabilityZone(v string) *VpnGateway
- func (s *VpnGateway) SetState(v string) *VpnGateway
- func (s *VpnGateway) SetTags(v []*Tag) *VpnGateway
- func (s *VpnGateway) SetType(v string) *VpnGateway
- func (s *VpnGateway) SetVpcAttachments(v []*VpcAttachment) *VpnGateway
- func (s *VpnGateway) SetVpnGatewayId(v string) *VpnGateway
- func (s VpnGateway) String() string
- type VpnStaticRoute
- type VpnTunnelOptionsSpecification
- func (s VpnTunnelOptionsSpecification) GoString() string
- func (s *VpnTunnelOptionsSpecification) SetDPDTimeoutSeconds(v int64) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetIKEVersions(v []*IKEVersionsRequestListValue) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase1DHGroupNumbers(v []*Phase1DHGroupNumbersRequestListValue) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase1EncryptionAlgorithms(v []*Phase1EncryptionAlgorithmsRequestListValue) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase1IntegrityAlgorithms(v []*Phase1IntegrityAlgorithmsRequestListValue) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase1LifetimeSeconds(v int64) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase2DHGroupNumbers(v []*Phase2DHGroupNumbersRequestListValue) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase2EncryptionAlgorithms(v []*Phase2EncryptionAlgorithmsRequestListValue) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase2IntegrityAlgorithms(v []*Phase2IntegrityAlgorithmsRequestListValue) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPhase2LifetimeSeconds(v int64) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetPreSharedKey(v string) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetRekeyFuzzPercentage(v int64) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetRekeyMarginTimeSeconds(v int64) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetReplayWindowSize(v int64) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetTunnelInsideCidr(v string) *VpnTunnelOptionsSpecification
- func (s VpnTunnelOptionsSpecification) String() string
- type WithdrawByoipCidrInput
- type WithdrawByoipCidrOutput
Constants ¶
const ( // AccountAttributeNameSupportedPlatforms is a AccountAttributeName enum value AccountAttributeNameSupportedPlatforms = "supported-platforms" // AccountAttributeNameDefaultVpc is a AccountAttributeName enum value AccountAttributeNameDefaultVpc = "default-vpc" )
const ( // ActivityStatusError is a ActivityStatus enum value ActivityStatusError = "error" // ActivityStatusPendingFulfillment is a ActivityStatus enum value ActivityStatusPendingFulfillment = "pending_fulfillment" // ActivityStatusPendingTermination is a ActivityStatus enum value ActivityStatusPendingTermination = "pending_termination" // ActivityStatusFulfilled is a ActivityStatus enum value ActivityStatusFulfilled = "fulfilled" )
const ( // AffinityDefault is a Affinity enum value AffinityDefault = "default" // AffinityHost is a Affinity enum value AffinityHost = "host" )
const ( // AllocationStateAvailable is a AllocationState enum value AllocationStateAvailable = "available" // AllocationStateUnderAssessment is a AllocationState enum value AllocationStateUnderAssessment = "under-assessment" // AllocationStatePermanentFailure is a AllocationState enum value AllocationStatePermanentFailure = "permanent-failure" // AllocationStateReleased is a AllocationState enum value AllocationStateReleased = "released" // AllocationStateReleasedPermanentFailure is a AllocationState enum value AllocationStateReleasedPermanentFailure = "released-permanent-failure" // AllocationStatePending is a AllocationState enum value AllocationStatePending = "pending" )
const ( // AllocationStrategyLowestPrice is a AllocationStrategy enum value AllocationStrategyLowestPrice = "lowestPrice" // AllocationStrategyDiversified is a AllocationStrategy enum value AllocationStrategyDiversified = "diversified" // AllocationStrategyCapacityOptimized is a AllocationStrategy enum value AllocationStrategyCapacityOptimized = "capacityOptimized" )
const ( // AllowsMultipleInstanceTypesOn is a AllowsMultipleInstanceTypes enum value AllowsMultipleInstanceTypesOn = "on" // AllowsMultipleInstanceTypesOff is a AllowsMultipleInstanceTypes enum value AllowsMultipleInstanceTypesOff = "off" )
const ( // ArchitectureTypeI386 is a ArchitectureType enum value ArchitectureTypeI386 = "i386" // ArchitectureTypeX8664 is a ArchitectureType enum value ArchitectureTypeX8664 = "x86_64" // ArchitectureTypeArm64 is a ArchitectureType enum value ArchitectureTypeArm64 = "arm64" )
const ( // ArchitectureValuesI386 is a ArchitectureValues enum value ArchitectureValuesI386 = "i386" // ArchitectureValuesX8664 is a ArchitectureValues enum value ArchitectureValuesX8664 = "x86_64" // ArchitectureValuesArm64 is a ArchitectureValues enum value ArchitectureValuesArm64 = "arm64" )
const ( // AssociationStatusCodeAssociating is a AssociationStatusCode enum value AssociationStatusCodeAssociating = "associating" // AssociationStatusCodeAssociated is a AssociationStatusCode enum value AssociationStatusCodeAssociated = "associated" // AssociationStatusCodeAssociationFailed is a AssociationStatusCode enum value AssociationStatusCodeAssociationFailed = "association-failed" // AssociationStatusCodeDisassociating is a AssociationStatusCode enum value AssociationStatusCodeDisassociating = "disassociating" // AssociationStatusCodeDisassociated is a AssociationStatusCode enum value AssociationStatusCodeDisassociated = "disassociated" )
const ( // AttachmentStatusAttaching is a AttachmentStatus enum value AttachmentStatusAttaching = "attaching" // AttachmentStatusAttached is a AttachmentStatus enum value AttachmentStatusAttached = "attached" // AttachmentStatusDetaching is a AttachmentStatus enum value AttachmentStatusDetaching = "detaching" // AttachmentStatusDetached is a AttachmentStatus enum value AttachmentStatusDetached = "detached" )
const (AutoAcceptSharedAttachmentsValueEnable = "enable" AutoAcceptSharedAttachmentsValueDisable = "disable" )
const ( // AutoPlacementOn is a AutoPlacement enum value AutoPlacementOn = "on" // AutoPlacementOff is a AutoPlacement enum value AutoPlacementOff = "off" )
const ( // AvailabilityZoneOptInStatusOptInNotRequired is a AvailabilityZoneOptInStatus enum value AvailabilityZoneOptInStatusOptInNotRequired = "opt-in-not-required" // AvailabilityZoneOptInStatusOptedIn is a AvailabilityZoneOptInStatus enum value AvailabilityZoneOptInStatusOptedIn = "opted-in" // AvailabilityZoneOptInStatusNotOptedIn is a AvailabilityZoneOptInStatus enum value AvailabilityZoneOptInStatusNotOptedIn = "not-opted-in" )
const ( // AvailabilityZoneStateAvailable is a AvailabilityZoneState enum value AvailabilityZoneStateAvailable = "available" // AvailabilityZoneStateInformation is a AvailabilityZoneState enum value AvailabilityZoneStateInformation = "information" // AvailabilityZoneStateImpaired is a AvailabilityZoneState enum value AvailabilityZoneStateImpaired = "impaired" AvailabilityZoneStateUnavailable = "unavailable" )
const ( // BatchStateSubmitted is a BatchState enum value BatchStateSubmitted = "submitted" // BatchStateActive is a BatchState enum value BatchStateActive = "active" // BatchStateCancelled is a BatchState enum value BatchStateCancelled = "cancelled" // BatchStateFailed is a BatchState enum value BatchStateFailed = "failed" // BatchStateCancelledRunning is a BatchState enum value BatchStateCancelledRunning = "cancelled_running" // BatchStateCancelledTerminating is a BatchState enum value BatchStateCancelledTerminating = "cancelled_terminating" // BatchStateModifying is a BatchState enum value BatchStateModifying = "modifying" )
const ( // BundleTaskStatePending is a BundleTaskState enum value BundleTaskStatePending = "pending" // BundleTaskStateWaitingForShutdown is a BundleTaskState enum value BundleTaskStateWaitingForShutdown = "waiting-for-shutdown" // BundleTaskStateBundling is a BundleTaskState enum value BundleTaskStateBundling = "bundling" // BundleTaskStateStoring is a BundleTaskState enum value BundleTaskStateStoring = "storing" // BundleTaskStateCancelling is a BundleTaskState enum value BundleTaskStateCancelling = "cancelling" // BundleTaskStateComplete is a BundleTaskState enum value BundleTaskStateComplete = "complete" // BundleTaskStateFailed is a BundleTaskState enum value BundleTaskStateFailed = "failed" )
const ( // ByoipCidrStateAdvertised is a ByoipCidrState enum value ByoipCidrStateAdvertised = "advertised" // ByoipCidrStateDeprovisioned is a ByoipCidrState enum value ByoipCidrStateDeprovisioned = "deprovisioned" // ByoipCidrStateFailedDeprovision is a ByoipCidrState enum value ByoipCidrStateFailedDeprovision = "failed-deprovision" // ByoipCidrStateFailedProvision is a ByoipCidrState enum value ByoipCidrStateFailedProvision = "failed-provision" // ByoipCidrStatePendingDeprovision is a ByoipCidrState enum value ByoipCidrStatePendingDeprovision = "pending-deprovision" // ByoipCidrStatePendingProvision is a ByoipCidrState enum value ByoipCidrStatePendingProvision = "pending-provision" // ByoipCidrStateProvisioned is a ByoipCidrState enum value ByoipCidrStateProvisioned = "provisioned" )
const ( // CancelBatchErrorCodeFleetRequestIdDoesNotExist is a CancelBatchErrorCode enum value CancelBatchErrorCodeFleetRequestIdDoesNotExist = "fleetRequestIdDoesNotExist" // CancelBatchErrorCodeFleetRequestIdMalformed is a CancelBatchErrorCode enum value CancelBatchErrorCodeFleetRequestIdMalformed = "fleetRequestIdMalformed" // CancelBatchErrorCodeFleetRequestNotInCancellableState is a CancelBatchErrorCode enum value CancelBatchErrorCodeFleetRequestNotInCancellableState = "fleetRequestNotInCancellableState" // CancelBatchErrorCodeUnexpectedError is a CancelBatchErrorCode enum value CancelBatchErrorCodeUnexpectedError = "unexpectedError" )
const ( // CancelSpotInstanceRequestStateActive is a CancelSpotInstanceRequestState enum value CancelSpotInstanceRequestStateActive = "active" // CancelSpotInstanceRequestStateOpen is a CancelSpotInstanceRequestState enum value CancelSpotInstanceRequestStateOpen = "open" // CancelSpotInstanceRequestStateClosed is a CancelSpotInstanceRequestState enum value CancelSpotInstanceRequestStateClosed = "closed" // CancelSpotInstanceRequestStateCancelled is a CancelSpotInstanceRequestState enum value CancelSpotInstanceRequestStateCancelled = "cancelled" // CancelSpotInstanceRequestStateCompleted is a CancelSpotInstanceRequestState enum value CancelSpotInstanceRequestStateCompleted = "completed" )
const ( // CapacityReservationInstancePlatformLinuxUnix is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformLinuxUnix = "Linux/UNIX" // CapacityReservationInstancePlatformRedHatEnterpriseLinux is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformRedHatEnterpriseLinux = "Red Hat Enterprise Linux" // CapacityReservationInstancePlatformSuselinux is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformSuselinux = "SUSE Linux" // CapacityReservationInstancePlatformWindows is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformWindows = "Windows" // CapacityReservationInstancePlatformWindowswithSqlserver is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformWindowswithSqlserver = "Windows with SQL Server" // CapacityReservationInstancePlatformWindowswithSqlserverEnterprise is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformWindowswithSqlserverEnterprise = "Windows with SQL Server Enterprise" // CapacityReservationInstancePlatformWindowswithSqlserverStandard is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformWindowswithSqlserverStandard = "Windows with SQL Server Standard" // CapacityReservationInstancePlatformWindowswithSqlserverWeb is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformWindowswithSqlserverWeb = "Windows with SQL Server Web" // CapacityReservationInstancePlatformLinuxwithSqlserverStandard is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformLinuxwithSqlserverStandard = "Linux with SQL Server Standard" // CapacityReservationInstancePlatformLinuxwithSqlserverWeb is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformLinuxwithSqlserverWeb = "Linux with SQL Server Web" // CapacityReservationInstancePlatformLinuxwithSqlserverEnterprise is a CapacityReservationInstancePlatform enum value CapacityReservationInstancePlatformLinuxwithSqlserverEnterprise = "Linux with SQL Server Enterprise" )
const ( // CapacityReservationPreferenceOpen is a CapacityReservationPreference enum value CapacityReservationPreferenceOpen = "open" // CapacityReservationPreferenceNone is a CapacityReservationPreference enum value CapacityReservationPreferenceNone = "none" )
const ( // CapacityReservationStateActive is a CapacityReservationState enum value CapacityReservationStateActive = "active" // CapacityReservationStateExpired is a CapacityReservationState enum value CapacityReservationStateExpired = "expired" // CapacityReservationStateCancelled is a CapacityReservationState enum value CapacityReservationStateCancelled = "cancelled" // CapacityReservationStatePending is a CapacityReservationState enum value CapacityReservationStatePending = "pending" // CapacityReservationStateFailed is a CapacityReservationState enum value CapacityReservationStateFailed = "failed" )
const ( // CapacityReservationTenancyDefault is a CapacityReservationTenancy enum value CapacityReservationTenancyDefault = "default" // CapacityReservationTenancyDedicated is a CapacityReservationTenancy enum value CapacityReservationTenancyDedicated = "dedicated" )
const ( // ClientCertificateRevocationListStatusCodePending is a ClientCertificateRevocationListStatusCode enum value ClientCertificateRevocationListStatusCodePending = "pending" // ClientCertificateRevocationListStatusCodeActive is a ClientCertificateRevocationListStatusCode enum value ClientCertificateRevocationListStatusCodeActive = "active" )
const ( // ClientVpnAuthenticationTypeCertificateAuthentication is a ClientVpnAuthenticationType enum value ClientVpnAuthenticationTypeCertificateAuthentication = "certificate-authentication" // ClientVpnAuthenticationTypeDirectoryServiceAuthentication is a ClientVpnAuthenticationType enum value ClientVpnAuthenticationTypeDirectoryServiceAuthentication = "directory-service-authentication" )
const ( // ClientVpnAuthorizationRuleStatusCodeAuthorizing is a ClientVpnAuthorizationRuleStatusCode enum value ClientVpnAuthorizationRuleStatusCodeAuthorizing = "authorizing" // ClientVpnAuthorizationRuleStatusCodeActive is a ClientVpnAuthorizationRuleStatusCode enum value ClientVpnAuthorizationRuleStatusCodeActive = "active" // ClientVpnAuthorizationRuleStatusCodeFailed is a ClientVpnAuthorizationRuleStatusCode enum value ClientVpnAuthorizationRuleStatusCodeFailed = "failed" // ClientVpnAuthorizationRuleStatusCodeRevoking is a ClientVpnAuthorizationRuleStatusCode enum value ClientVpnAuthorizationRuleStatusCodeRevoking = "revoking" )
const ( // ClientVpnConnectionStatusCodeActive is a ClientVpnConnectionStatusCode enum value ClientVpnConnectionStatusCodeActive = "active" // ClientVpnConnectionStatusCodeFailedToTerminate is a ClientVpnConnectionStatusCode enum value ClientVpnConnectionStatusCodeFailedToTerminate = "failed-to-terminate" // ClientVpnConnectionStatusCodeTerminating is a ClientVpnConnectionStatusCode enum value ClientVpnConnectionStatusCodeTerminating = "terminating" // ClientVpnConnectionStatusCodeTerminated is a ClientVpnConnectionStatusCode enum value ClientVpnConnectionStatusCodeTerminated = "terminated" )
const ( // ClientVpnEndpointStatusCodePendingAssociate is a ClientVpnEndpointStatusCode enum value ClientVpnEndpointStatusCodePendingAssociate = "pending-associate" // ClientVpnEndpointStatusCodeAvailable is a ClientVpnEndpointStatusCode enum value ClientVpnEndpointStatusCodeAvailable = "available" // ClientVpnEndpointStatusCodeDeleting is a ClientVpnEndpointStatusCode enum value ClientVpnEndpointStatusCodeDeleting = "deleting" // ClientVpnEndpointStatusCodeDeleted is a ClientVpnEndpointStatusCode enum value ClientVpnEndpointStatusCodeDeleted = "deleted" )
const ( // ClientVpnRouteStatusCodeCreating is a ClientVpnRouteStatusCode enum value ClientVpnRouteStatusCodeCreating = "creating" // ClientVpnRouteStatusCodeActive is a ClientVpnRouteStatusCode enum value ClientVpnRouteStatusCodeActive = "active" // ClientVpnRouteStatusCodeFailed is a ClientVpnRouteStatusCode enum value ClientVpnRouteStatusCodeFailed = "failed" // ClientVpnRouteStatusCodeDeleting is a ClientVpnRouteStatusCode enum value ClientVpnRouteStatusCodeDeleting = "deleting" )
const ( // ConnectionNotificationStateEnabled is a ConnectionNotificationState enum value ConnectionNotificationStateEnabled = "Enabled" // ConnectionNotificationStateDisabled is a ConnectionNotificationState enum value ConnectionNotificationStateDisabled = "Disabled" )
const ( // ConversionTaskStateActive is a ConversionTaskState enum value ConversionTaskStateActive = "active" // ConversionTaskStateCancelling is a ConversionTaskState enum value ConversionTaskStateCancelling = "cancelling" // ConversionTaskStateCancelled is a ConversionTaskState enum value ConversionTaskStateCancelled = "cancelled" // ConversionTaskStateCompleted is a ConversionTaskState enum value ConversionTaskStateCompleted = "completed" )
const ( // DatafeedSubscriptionStateActive is a DatafeedSubscriptionState enum value DatafeedSubscriptionStateActive = "Active" // DatafeedSubscriptionStateInactive is a DatafeedSubscriptionState enum value DatafeedSubscriptionStateInactive = "Inactive" )
const ( // DefaultRouteTableAssociationValueEnable is a DefaultRouteTableAssociationValue enum value DefaultRouteTableAssociationValueEnable = "enable" // DefaultRouteTableAssociationValueDisable is a DefaultRouteTableAssociationValue enum value DefaultRouteTableAssociationValueDisable = "disable" )
const ( // DefaultRouteTablePropagationValueEnable is a DefaultRouteTablePropagationValue enum value DefaultRouteTablePropagationValueEnable = "enable" // DefaultRouteTablePropagationValueDisable is a DefaultRouteTablePropagationValue enum value DefaultRouteTablePropagationValueDisable = "disable" )
const ( // DefaultTargetCapacityTypeSpot is a DefaultTargetCapacityType enum value DefaultTargetCapacityTypeSpot = "spot" // DefaultTargetCapacityTypeOnDemand is a DefaultTargetCapacityType enum value DefaultTargetCapacityTypeOnDemand = "on-demand" )
const ( // DeleteFleetErrorCodeFleetIdDoesNotExist is a DeleteFleetErrorCode enum value DeleteFleetErrorCodeFleetIdDoesNotExist = "fleetIdDoesNotExist" // DeleteFleetErrorCodeFleetIdMalformed is a DeleteFleetErrorCode enum value DeleteFleetErrorCodeFleetIdMalformed = "fleetIdMalformed" // DeleteFleetErrorCodeFleetNotInDeletableState is a DeleteFleetErrorCode enum value DeleteFleetErrorCodeFleetNotInDeletableState = "fleetNotInDeletableState" // DeleteFleetErrorCodeUnexpectedError is a DeleteFleetErrorCode enum value DeleteFleetErrorCodeUnexpectedError = "unexpectedError" )
const ( // DeleteQueuedReservedInstancesErrorCodeReservedInstancesIdInvalid is a DeleteQueuedReservedInstancesErrorCode enum value DeleteQueuedReservedInstancesErrorCodeReservedInstancesIdInvalid = "reserved-instances-id-invalid" // DeleteQueuedReservedInstancesErrorCodeReservedInstancesNotInQueuedState is a DeleteQueuedReservedInstancesErrorCode enum value DeleteQueuedReservedInstancesErrorCodeReservedInstancesNotInQueuedState = "reserved-instances-not-in-queued-state" // DeleteQueuedReservedInstancesErrorCodeUnexpectedError is a DeleteQueuedReservedInstancesErrorCode enum value DeleteQueuedReservedInstancesErrorCodeUnexpectedError = "unexpected-error" )
const ( // DeviceTypeEbs is a DeviceType enum value DeviceTypeEbs = "ebs" // DeviceTypeInstanceStore is a DeviceType enum value DeviceTypeInstanceStore = "instance-store" )
const ( // DiskImageFormatVmdk is a DiskImageFormat enum value DiskImageFormatVmdk = "VMDK" // DiskImageFormatRaw is a DiskImageFormat enum value DiskImageFormatRaw = "RAW" // DiskImageFormatVhd is a DiskImageFormat enum value DiskImageFormatVhd = "VHD" )
const ( // DiskTypeHdd is a DiskType enum value DiskTypeHdd = "hdd" // DiskTypeSsd is a DiskType enum value DiskTypeSsd = "ssd" )
const ( // DnsNameStatePendingVerification is a DnsNameState enum value DnsNameStatePendingVerification = "pendingVerification" // DnsNameStateVerified is a DnsNameState enum value DnsNameStateVerified = "verified" // DnsNameStateFailed is a DnsNameState enum value DnsNameStateFailed = "failed" )
const ( // DnsSupportValueEnable is a DnsSupportValue enum value DnsSupportValueEnable = "enable" // DnsSupportValueDisable is a DnsSupportValue enum value DnsSupportValueDisable = "disable" )
const ( // DomainTypeVpc is a DomainType enum value DomainTypeVpc = "vpc" // DomainTypeStandard is a DomainType enum value DomainTypeStandard = "standard" )
const ( // EbsEncryptionSupportUnsupported is a EbsEncryptionSupport enum value EbsEncryptionSupportUnsupported = "unsupported" // EbsEncryptionSupportSupported is a EbsEncryptionSupport enum value EbsEncryptionSupportSupported = "supported" )
const ( // EbsOptimizedSupportUnsupported is a EbsOptimizedSupport enum value EbsOptimizedSupportUnsupported = "unsupported" // EbsOptimizedSupportSupported is a EbsOptimizedSupport enum value EbsOptimizedSupportSupported = "supported" // EbsOptimizedSupportDefault is a EbsOptimizedSupport enum value EbsOptimizedSupportDefault = "default" )
const ( // ElasticGpuStatusOk is a ElasticGpuStatus enum value ElasticGpuStatusOk = "OK" // ElasticGpuStatusImpaired is a ElasticGpuStatus enum value ElasticGpuStatusImpaired = "IMPAIRED" )
const ( // EnaSupportUnsupported is a EnaSupport enum value EnaSupportUnsupported = "unsupported" // EnaSupportSupported is a EnaSupport enum value EnaSupportSupported = "supported" // EnaSupportRequired is a EnaSupport enum value EnaSupportRequired = "required" )
const ( // EndDateTypeUnlimited is a EndDateType enum value EndDateTypeUnlimited = "unlimited" // EndDateTypeLimited is a EndDateType enum value EndDateTypeLimited = "limited" )
const ( // EventCodeInstanceReboot is a EventCode enum value EventCodeInstanceReboot = "instance-reboot" // EventCodeSystemReboot is a EventCode enum value EventCodeSystemReboot = "system-reboot" // EventCodeSystemMaintenance is a EventCode enum value EventCodeSystemMaintenance = "system-maintenance" // EventCodeInstanceRetirement is a EventCode enum value EventCodeInstanceRetirement = "instance-retirement" // EventCodeInstanceStop is a EventCode enum value EventCodeInstanceStop = "instance-stop" )
const ( // EventTypeInstanceChange is a EventType enum value EventTypeInstanceChange = "instanceChange" // EventTypeFleetRequestChange is a EventType enum value EventTypeFleetRequestChange = "fleetRequestChange" // EventTypeError is a EventType enum value EventTypeError = "error" // EventTypeInformation is a EventType enum value EventTypeInformation = "information" )
const ( // ExcessCapacityTerminationPolicyNoTermination is a ExcessCapacityTerminationPolicy enum value ExcessCapacityTerminationPolicyNoTermination = "noTermination" // ExcessCapacityTerminationPolicyDefault is a ExcessCapacityTerminationPolicy enum value ExcessCapacityTerminationPolicyDefault = "default" )
const ( // ExportEnvironmentCitrix is a ExportEnvironment enum value ExportEnvironmentCitrix = "citrix" // ExportEnvironmentVmware is a ExportEnvironment enum value ExportEnvironmentVmware = "vmware" // ExportEnvironmentMicrosoft is a ExportEnvironment enum value ExportEnvironmentMicrosoft = "microsoft" )
const ( // ExportTaskStateActive is a ExportTaskState enum value ExportTaskStateActive = "active" // ExportTaskStateCancelling is a ExportTaskState enum value ExportTaskStateCancelling = "cancelling" // ExportTaskStateCancelled is a ExportTaskState enum value ExportTaskStateCancelled = "cancelled" // ExportTaskStateCompleted is a ExportTaskState enum value ExportTaskStateCompleted = "completed" )
const ( // FastSnapshotRestoreStateCodeEnabling is a FastSnapshotRestoreStateCode enum value FastSnapshotRestoreStateCodeEnabling = "enabling" // FastSnapshotRestoreStateCodeOptimizing is a FastSnapshotRestoreStateCode enum value FastSnapshotRestoreStateCodeOptimizing = "optimizing" // FastSnapshotRestoreStateCodeEnabled is a FastSnapshotRestoreStateCode enum value FastSnapshotRestoreStateCodeEnabled = "enabled" // FastSnapshotRestoreStateCodeDisabling is a FastSnapshotRestoreStateCode enum value FastSnapshotRestoreStateCodeDisabling = "disabling" // FastSnapshotRestoreStateCodeDisabled is a FastSnapshotRestoreStateCode enum value FastSnapshotRestoreStateCodeDisabled = "disabled" )
const ( // FleetActivityStatusError is a FleetActivityStatus enum value FleetActivityStatusError = "error" // FleetActivityStatusPendingFulfillment is a FleetActivityStatus enum value FleetActivityStatusPendingFulfillment = "pending_fulfillment" // FleetActivityStatusPendingTermination is a FleetActivityStatus enum value FleetActivityStatusPendingTermination = "pending_termination" // FleetActivityStatusFulfilled is a FleetActivityStatus enum value FleetActivityStatusFulfilled = "fulfilled" )
const ( // FleetEventTypeInstanceChange is a FleetEventType enum value FleetEventTypeInstanceChange = "instance-change" // FleetEventTypeFleetChange is a FleetEventType enum value FleetEventTypeFleetChange = "fleet-change" // FleetEventTypeServiceError is a FleetEventType enum value FleetEventTypeServiceError = "service-error" )
const ( // FleetExcessCapacityTerminationPolicyNoTermination is a FleetExcessCapacityTerminationPolicy enum value FleetExcessCapacityTerminationPolicyNoTermination = "no-termination" // FleetExcessCapacityTerminationPolicyTermination is a FleetExcessCapacityTerminationPolicy enum value FleetExcessCapacityTerminationPolicyTermination = "termination" )
const ( // FleetOnDemandAllocationStrategyLowestPrice is a FleetOnDemandAllocationStrategy enum value FleetOnDemandAllocationStrategyLowestPrice = "lowest-price" // FleetOnDemandAllocationStrategyPrioritized is a FleetOnDemandAllocationStrategy enum value FleetOnDemandAllocationStrategyPrioritized = "prioritized" )
const ( // FleetStateCodeSubmitted is a FleetStateCode enum value FleetStateCodeSubmitted = "submitted" // FleetStateCodeActive is a FleetStateCode enum value FleetStateCodeActive = "active" // FleetStateCodeDeleted is a FleetStateCode enum value FleetStateCodeDeleted = "deleted" // FleetStateCodeFailed is a FleetStateCode enum value FleetStateCodeFailed = "failed" // FleetStateCodeDeletedRunning is a FleetStateCode enum value FleetStateCodeDeletedRunning = "deleted_running" // FleetStateCodeDeletedTerminating is a FleetStateCode enum value FleetStateCodeDeletedTerminating = "deleted_terminating" // FleetStateCodeModifying is a FleetStateCode enum value FleetStateCodeModifying = "modifying" )
const ( // FleetTypeRequest is a FleetType enum value FleetTypeRequest = "request" // FleetTypeMaintain is a FleetType enum value FleetTypeMaintain = "maintain" // FleetTypeInstant is a FleetType enum value FleetTypeInstant = "instant" )
const ( // FlowLogsResourceTypeVpc is a FlowLogsResourceType enum value FlowLogsResourceTypeVpc = "VPC" // FlowLogsResourceTypeSubnet is a FlowLogsResourceType enum value FlowLogsResourceTypeSubnet = "Subnet" // FlowLogsResourceTypeNetworkInterface is a FlowLogsResourceType enum value FlowLogsResourceTypeNetworkInterface = "NetworkInterface" )
const ( // FpgaImageAttributeNameDescription is a FpgaImageAttributeName enum value FpgaImageAttributeNameDescription = "description" // FpgaImageAttributeNameName is a FpgaImageAttributeName enum value FpgaImageAttributeNameName = "name" // FpgaImageAttributeNameLoadPermission is a FpgaImageAttributeName enum value FpgaImageAttributeNameLoadPermission = "loadPermission" // FpgaImageAttributeNameProductCodes is a FpgaImageAttributeName enum value FpgaImageAttributeNameProductCodes = "productCodes" )
const ( // FpgaImageStateCodePending is a FpgaImageStateCode enum value FpgaImageStateCodePending = "pending" // FpgaImageStateCodeFailed is a FpgaImageStateCode enum value FpgaImageStateCodeFailed = "failed" // FpgaImageStateCodeAvailable is a FpgaImageStateCode enum value FpgaImageStateCodeAvailable = "available" FpgaImageStateCodeUnavailable = "unavailable" )
const ( // HostRecoveryOn is a HostRecovery enum value HostRecoveryOn = "on" // HostRecoveryOff is a HostRecovery enum value HostRecoveryOff = "off" )
const ( // HostTenancyDedicated is a HostTenancy enum value HostTenancyDedicated = "dedicated" // HostTenancyHost is a HostTenancy enum value HostTenancyHost = "host" )
const ( // HttpTokensStateOptional is a HttpTokensState enum value HttpTokensStateOptional = "optional" // HttpTokensStateRequired is a HttpTokensState enum value HttpTokensStateRequired = "required" )
const ( // HypervisorTypeOvm is a HypervisorType enum value HypervisorTypeOvm = "ovm" // HypervisorTypeXen is a HypervisorType enum value HypervisorTypeXen = "xen" )
const ( // IamInstanceProfileAssociationStateAssociating is a IamInstanceProfileAssociationState enum value IamInstanceProfileAssociationStateAssociating = "associating" // IamInstanceProfileAssociationStateAssociated is a IamInstanceProfileAssociationState enum value IamInstanceProfileAssociationStateAssociated = "associated" // IamInstanceProfileAssociationStateDisassociating is a IamInstanceProfileAssociationState enum value IamInstanceProfileAssociationStateDisassociating = "disassociating" // IamInstanceProfileAssociationStateDisassociated is a IamInstanceProfileAssociationState enum value IamInstanceProfileAssociationStateDisassociated = "disassociated" )
const ( // ImageAttributeNameDescription is a ImageAttributeName enum value ImageAttributeNameDescription = "description" // ImageAttributeNameKernel is a ImageAttributeName enum value ImageAttributeNameKernel = "kernel" // ImageAttributeNameRamdisk is a ImageAttributeName enum value ImageAttributeNameRamdisk = "ramdisk" // ImageAttributeNameLaunchPermission is a ImageAttributeName enum value ImageAttributeNameLaunchPermission = "launchPermission" // ImageAttributeNameProductCodes is a ImageAttributeName enum value ImageAttributeNameProductCodes = "productCodes" // ImageAttributeNameBlockDeviceMapping is a ImageAttributeName enum value ImageAttributeNameBlockDeviceMapping = "blockDeviceMapping" // ImageAttributeNameSriovNetSupport is a ImageAttributeName enum value ImageAttributeNameSriovNetSupport = "sriovNetSupport" )
const ( // ImageStatePending is a ImageState enum value ImageStatePending = "pending" // ImageStateAvailable is a ImageState enum value ImageStateAvailable = "available" // ImageStateInvalid is a ImageState enum value ImageStateInvalid = "invalid" // ImageStateDeregistered is a ImageState enum value ImageStateDeregistered = "deregistered" // ImageStateTransient is a ImageState enum value ImageStateTransient = "transient" // ImageStateFailed is a ImageState enum value ImageStateFailed = "failed" // ImageStateError is a ImageState enum value ImageStateError = "error" )
const ( // ImageTypeValuesMachine is a ImageTypeValues enum value ImageTypeValuesMachine = "machine" // ImageTypeValuesKernel is a ImageTypeValues enum value ImageTypeValuesKernel = "kernel" // ImageTypeValuesRamdisk is a ImageTypeValues enum value ImageTypeValuesRamdisk = "ramdisk" )
const ( // InstanceAttributeNameInstanceType is a InstanceAttributeName enum value InstanceAttributeNameInstanceType = "instanceType" // InstanceAttributeNameKernel is a InstanceAttributeName enum value InstanceAttributeNameKernel = "kernel" // InstanceAttributeNameRamdisk is a InstanceAttributeName enum value InstanceAttributeNameRamdisk = "ramdisk" // InstanceAttributeNameUserData is a InstanceAttributeName enum value InstanceAttributeNameUserData = "userData" // InstanceAttributeNameDisableApiTermination is a InstanceAttributeName enum value InstanceAttributeNameDisableApiTermination = "disableApiTermination" // InstanceAttributeNameInstanceInitiatedShutdownBehavior is a InstanceAttributeName enum value InstanceAttributeNameInstanceInitiatedShutdownBehavior = "instanceInitiatedShutdownBehavior" // InstanceAttributeNameRootDeviceName is a InstanceAttributeName enum value InstanceAttributeNameRootDeviceName = "rootDeviceName" // InstanceAttributeNameBlockDeviceMapping is a InstanceAttributeName enum value InstanceAttributeNameBlockDeviceMapping = "blockDeviceMapping" // InstanceAttributeNameProductCodes is a InstanceAttributeName enum value InstanceAttributeNameProductCodes = "productCodes" // InstanceAttributeNameSourceDestCheck is a InstanceAttributeName enum value InstanceAttributeNameSourceDestCheck = "sourceDestCheck" // InstanceAttributeNameGroupSet is a InstanceAttributeName enum value InstanceAttributeNameGroupSet = "groupSet" // InstanceAttributeNameEbsOptimized is a InstanceAttributeName enum value InstanceAttributeNameEbsOptimized = "ebsOptimized" // InstanceAttributeNameSriovNetSupport is a InstanceAttributeName enum value InstanceAttributeNameSriovNetSupport = "sriovNetSupport" // InstanceAttributeNameEnaSupport is a InstanceAttributeName enum value InstanceAttributeNameEnaSupport = "enaSupport" )
const ( // InstanceHealthStatusHealthy is a InstanceHealthStatus enum value InstanceHealthStatusHealthy = "healthy" // InstanceHealthStatusUnhealthy is a InstanceHealthStatus enum value InstanceHealthStatusUnhealthy = "unhealthy" )
const ( // InstanceInterruptionBehaviorHibernate is a InstanceInterruptionBehavior enum value InstanceInterruptionBehaviorHibernate = "hibernate" // InstanceInterruptionBehaviorStop is a InstanceInterruptionBehavior enum value InstanceInterruptionBehaviorStop = "stop" // InstanceInterruptionBehaviorTerminate is a InstanceInterruptionBehavior enum value InstanceInterruptionBehaviorTerminate = "terminate" )
const ( // InstanceLifecycleSpot is a InstanceLifecycle enum value InstanceLifecycleSpot = "spot" // InstanceLifecycleOnDemand is a InstanceLifecycle enum value InstanceLifecycleOnDemand = "on-demand" )
const ( // InstanceLifecycleTypeSpot is a InstanceLifecycleType enum value InstanceLifecycleTypeSpot = "spot" // InstanceLifecycleTypeScheduled is a InstanceLifecycleType enum value InstanceLifecycleTypeScheduled = "scheduled" )
const ( // InstanceMatchCriteriaOpen is a InstanceMatchCriteria enum value InstanceMatchCriteriaOpen = "open" // InstanceMatchCriteriaTargeted is a InstanceMatchCriteria enum value InstanceMatchCriteriaTargeted = "targeted" )
const ( // InstanceMetadataEndpointStateDisabled is a InstanceMetadataEndpointState enum value InstanceMetadataEndpointStateDisabled = "disabled" // InstanceMetadataEndpointStateEnabled is a InstanceMetadataEndpointState enum value InstanceMetadataEndpointStateEnabled = "enabled" )
const ( // InstanceMetadataOptionsStatePending is a InstanceMetadataOptionsState enum value InstanceMetadataOptionsStatePending = "pending" // InstanceMetadataOptionsStateApplied is a InstanceMetadataOptionsState enum value InstanceMetadataOptionsStateApplied = "applied" )
const ( // InstanceStateNamePending is a InstanceStateName enum value InstanceStateNamePending = "pending" // InstanceStateNameRunning is a InstanceStateName enum value InstanceStateNameRunning = "running" // InstanceStateNameShuttingDown is a InstanceStateName enum value InstanceStateNameShuttingDown = "shutting-down" // InstanceStateNameTerminated is a InstanceStateName enum value InstanceStateNameTerminated = "terminated" // InstanceStateNameStopping is a InstanceStateName enum value InstanceStateNameStopping = "stopping" // InstanceStateNameStopped is a InstanceStateName enum value InstanceStateNameStopped = "stopped" )
const ( // InstanceTypeT1Micro is a InstanceType enum value InstanceTypeT1Micro = "t1.micro" // InstanceTypeT2Nano is a InstanceType enum value InstanceTypeT2Nano = "t2.nano" // InstanceTypeT2Micro is a InstanceType enum value InstanceTypeT2Micro = "t2.micro" // InstanceTypeT2Small is a InstanceType enum value InstanceTypeT2Small = "t2.small" // InstanceTypeT2Medium is a InstanceType enum value InstanceTypeT2Medium = "t2.medium" // InstanceTypeT2Large is a InstanceType enum value InstanceTypeT2Large = "t2.large" // InstanceTypeT2Xlarge is a InstanceType enum value InstanceTypeT2Xlarge = "t2.xlarge" // InstanceTypeT22xlarge is a InstanceType enum value InstanceTypeT22xlarge = "t2.2xlarge" // InstanceTypeT3Nano is a InstanceType enum value InstanceTypeT3Nano = "t3.nano" // InstanceTypeT3Micro is a InstanceType enum value InstanceTypeT3Micro = "t3.micro" // InstanceTypeT3Small is a InstanceType enum value InstanceTypeT3Small = "t3.small" // InstanceTypeT3Medium is a InstanceType enum value InstanceTypeT3Medium = "t3.medium" // InstanceTypeT3Large is a InstanceType enum value InstanceTypeT3Large = "t3.large" // InstanceTypeT3Xlarge is a InstanceType enum value InstanceTypeT3Xlarge = "t3.xlarge" // InstanceTypeT32xlarge is a InstanceType enum value InstanceTypeT32xlarge = "t3.2xlarge" // InstanceTypeT3aNano is a InstanceType enum value InstanceTypeT3aNano = "t3a.nano" // InstanceTypeT3aMicro is a InstanceType enum value InstanceTypeT3aMicro = "t3a.micro" // InstanceTypeT3aSmall is a InstanceType enum value InstanceTypeT3aSmall = "t3a.small" // InstanceTypeT3aMedium is a InstanceType enum value InstanceTypeT3aMedium = "t3a.medium" // InstanceTypeT3aLarge is a InstanceType enum value InstanceTypeT3aLarge = "t3a.large" // InstanceTypeT3aXlarge is a InstanceType enum value InstanceTypeT3aXlarge = "t3a.xlarge" // InstanceTypeT3a2xlarge is a InstanceType enum value InstanceTypeT3a2xlarge = "t3a.2xlarge" // InstanceTypeM1Small is a InstanceType enum value InstanceTypeM1Small = "m1.small" // InstanceTypeM1Medium is a InstanceType enum value InstanceTypeM1Medium = "m1.medium" // InstanceTypeM1Large is a InstanceType enum value InstanceTypeM1Large = "m1.large" // InstanceTypeM1Xlarge is a InstanceType enum value InstanceTypeM1Xlarge = "m1.xlarge" // InstanceTypeM3Medium is a InstanceType enum value InstanceTypeM3Medium = "m3.medium" // InstanceTypeM3Large is a InstanceType enum value InstanceTypeM3Large = "m3.large" // InstanceTypeM3Xlarge is a InstanceType enum value InstanceTypeM3Xlarge = "m3.xlarge" // InstanceTypeM32xlarge is a InstanceType enum value InstanceTypeM32xlarge = "m3.2xlarge" // InstanceTypeM4Large is a InstanceType enum value InstanceTypeM4Large = "m4.large" // InstanceTypeM4Xlarge is a InstanceType enum value InstanceTypeM4Xlarge = "m4.xlarge" // InstanceTypeM42xlarge is a InstanceType enum value InstanceTypeM42xlarge = "m4.2xlarge" // InstanceTypeM44xlarge is a InstanceType enum value InstanceTypeM44xlarge = "m4.4xlarge" // InstanceTypeM410xlarge is a InstanceType enum value InstanceTypeM410xlarge = "m4.10xlarge" // InstanceTypeM416xlarge is a InstanceType enum value InstanceTypeM416xlarge = "m4.16xlarge" // InstanceTypeM2Xlarge is a InstanceType enum value InstanceTypeM2Xlarge = "m2.xlarge" // InstanceTypeM22xlarge is a InstanceType enum value InstanceTypeM22xlarge = "m2.2xlarge" // InstanceTypeM24xlarge is a InstanceType enum value InstanceTypeM24xlarge = "m2.4xlarge" // InstanceTypeCr18xlarge is a InstanceType enum value InstanceTypeCr18xlarge = "cr1.8xlarge" // InstanceTypeR3Large is a InstanceType enum value InstanceTypeR3Large = "r3.large" // InstanceTypeR3Xlarge is a InstanceType enum value InstanceTypeR3Xlarge = "r3.xlarge" // InstanceTypeR32xlarge is a InstanceType enum value InstanceTypeR32xlarge = "r3.2xlarge" // InstanceTypeR34xlarge is a InstanceType enum value InstanceTypeR34xlarge = "r3.4xlarge" // InstanceTypeR38xlarge is a InstanceType enum value InstanceTypeR38xlarge = "r3.8xlarge" // InstanceTypeR4Large is a InstanceType enum value InstanceTypeR4Large = "r4.large" // InstanceTypeR4Xlarge is a InstanceType enum value InstanceTypeR4Xlarge = "r4.xlarge" // InstanceTypeR42xlarge is a InstanceType enum value InstanceTypeR42xlarge = "r4.2xlarge" // InstanceTypeR44xlarge is a InstanceType enum value InstanceTypeR44xlarge = "r4.4xlarge" // InstanceTypeR48xlarge is a InstanceType enum value InstanceTypeR48xlarge = "r4.8xlarge" // InstanceTypeR416xlarge is a InstanceType enum value InstanceTypeR416xlarge = "r4.16xlarge" // InstanceTypeR5Large is a InstanceType enum value InstanceTypeR5Large = "r5.large" // InstanceTypeR5Xlarge is a InstanceType enum value InstanceTypeR5Xlarge = "r5.xlarge" // InstanceTypeR52xlarge is a InstanceType enum value InstanceTypeR52xlarge = "r5.2xlarge" // InstanceTypeR54xlarge is a InstanceType enum value InstanceTypeR54xlarge = "r5.4xlarge" // InstanceTypeR58xlarge is a InstanceType enum value InstanceTypeR58xlarge = "r5.8xlarge" // InstanceTypeR512xlarge is a InstanceType enum value InstanceTypeR512xlarge = "r5.12xlarge" // InstanceTypeR516xlarge is a InstanceType enum value InstanceTypeR516xlarge = "r5.16xlarge" // InstanceTypeR524xlarge is a InstanceType enum value InstanceTypeR524xlarge = "r5.24xlarge" // InstanceTypeR5Metal is a InstanceType enum value InstanceTypeR5Metal = "r5.metal" // InstanceTypeR5aLarge is a InstanceType enum value InstanceTypeR5aLarge = "r5a.large" // InstanceTypeR5aXlarge is a InstanceType enum value InstanceTypeR5aXlarge = "r5a.xlarge" // InstanceTypeR5a2xlarge is a InstanceType enum value InstanceTypeR5a2xlarge = "r5a.2xlarge" // InstanceTypeR5a4xlarge is a InstanceType enum value InstanceTypeR5a4xlarge = "r5a.4xlarge" // InstanceTypeR5a8xlarge is a InstanceType enum value InstanceTypeR5a8xlarge = "r5a.8xlarge" // InstanceTypeR5a12xlarge is a InstanceType enum value InstanceTypeR5a12xlarge = "r5a.12xlarge" // InstanceTypeR5a16xlarge is a InstanceType enum value InstanceTypeR5a16xlarge = "r5a.16xlarge" // InstanceTypeR5a24xlarge is a InstanceType enum value InstanceTypeR5a24xlarge = "r5a.24xlarge" // InstanceTypeR5dLarge is a InstanceType enum value InstanceTypeR5dLarge = "r5d.large" // InstanceTypeR5dXlarge is a InstanceType enum value InstanceTypeR5dXlarge = "r5d.xlarge" // InstanceTypeR5d2xlarge is a InstanceType enum value InstanceTypeR5d2xlarge = "r5d.2xlarge" // InstanceTypeR5d4xlarge is a InstanceType enum value InstanceTypeR5d4xlarge = "r5d.4xlarge" // InstanceTypeR5d8xlarge is a InstanceType enum value InstanceTypeR5d8xlarge = "r5d.8xlarge" // InstanceTypeR5d12xlarge is a InstanceType enum value InstanceTypeR5d12xlarge = "r5d.12xlarge" // InstanceTypeR5d16xlarge is a InstanceType enum value InstanceTypeR5d16xlarge = "r5d.16xlarge" // InstanceTypeR5d24xlarge is a InstanceType enum value InstanceTypeR5d24xlarge = "r5d.24xlarge" // InstanceTypeR5dMetal is a InstanceType enum value InstanceTypeR5dMetal = "r5d.metal" // InstanceTypeR5adLarge is a InstanceType enum value InstanceTypeR5adLarge = "r5ad.large" // InstanceTypeR5adXlarge is a InstanceType enum value InstanceTypeR5adXlarge = "r5ad.xlarge" // InstanceTypeR5ad2xlarge is a InstanceType enum value InstanceTypeR5ad2xlarge = "r5ad.2xlarge" // InstanceTypeR5ad4xlarge is a InstanceType enum value InstanceTypeR5ad4xlarge = "r5ad.4xlarge" // InstanceTypeR5ad8xlarge is a InstanceType enum value InstanceTypeR5ad8xlarge = "r5ad.8xlarge" // InstanceTypeR5ad12xlarge is a InstanceType enum value InstanceTypeR5ad12xlarge = "r5ad.12xlarge" // InstanceTypeR5ad16xlarge is a InstanceType enum value InstanceTypeR5ad16xlarge = "r5ad.16xlarge" // InstanceTypeR5ad24xlarge is a InstanceType enum value InstanceTypeR5ad24xlarge = "r5ad.24xlarge" // InstanceTypeX116xlarge is a InstanceType enum value InstanceTypeX116xlarge = "x1.16xlarge" // InstanceTypeX132xlarge is a InstanceType enum value InstanceTypeX132xlarge = "x1.32xlarge" // InstanceTypeX1eXlarge is a InstanceType enum value InstanceTypeX1eXlarge = "x1e.xlarge" // InstanceTypeX1e2xlarge is a InstanceType enum value InstanceTypeX1e2xlarge = "x1e.2xlarge" // InstanceTypeX1e4xlarge is a InstanceType enum value InstanceTypeX1e4xlarge = "x1e.4xlarge" // InstanceTypeX1e8xlarge is a InstanceType enum value InstanceTypeX1e8xlarge = "x1e.8xlarge" // InstanceTypeX1e16xlarge is a InstanceType enum value InstanceTypeX1e16xlarge = "x1e.16xlarge" // InstanceTypeX1e32xlarge is a InstanceType enum value InstanceTypeX1e32xlarge = "x1e.32xlarge" // InstanceTypeI2Xlarge is a InstanceType enum value InstanceTypeI2Xlarge = "i2.xlarge" // InstanceTypeI22xlarge is a InstanceType enum value InstanceTypeI22xlarge = "i2.2xlarge" // InstanceTypeI24xlarge is a InstanceType enum value InstanceTypeI24xlarge = "i2.4xlarge" // InstanceTypeI28xlarge is a InstanceType enum value InstanceTypeI28xlarge = "i2.8xlarge" // InstanceTypeI3Large is a InstanceType enum value InstanceTypeI3Large = "i3.large" // InstanceTypeI3Xlarge is a InstanceType enum value InstanceTypeI3Xlarge = "i3.xlarge" // InstanceTypeI32xlarge is a InstanceType enum value InstanceTypeI32xlarge = "i3.2xlarge" // InstanceTypeI34xlarge is a InstanceType enum value InstanceTypeI34xlarge = "i3.4xlarge" // InstanceTypeI38xlarge is a InstanceType enum value InstanceTypeI38xlarge = "i3.8xlarge" // InstanceTypeI316xlarge is a InstanceType enum value InstanceTypeI316xlarge = "i3.16xlarge" // InstanceTypeI3Metal is a InstanceType enum value InstanceTypeI3Metal = "i3.metal" // InstanceTypeI3enLarge is a InstanceType enum value InstanceTypeI3enLarge = "i3en.large" // InstanceTypeI3enXlarge is a InstanceType enum value InstanceTypeI3enXlarge = "i3en.xlarge" // InstanceTypeI3en2xlarge is a InstanceType enum value InstanceTypeI3en2xlarge = "i3en.2xlarge" // InstanceTypeI3en3xlarge is a InstanceType enum value InstanceTypeI3en3xlarge = "i3en.3xlarge" // InstanceTypeI3en6xlarge is a InstanceType enum value InstanceTypeI3en6xlarge = "i3en.6xlarge" // InstanceTypeI3en12xlarge is a InstanceType enum value InstanceTypeI3en12xlarge = "i3en.12xlarge" // InstanceTypeI3en24xlarge is a InstanceType enum value InstanceTypeI3en24xlarge = "i3en.24xlarge" // InstanceTypeI3enMetal is a InstanceType enum value InstanceTypeI3enMetal = "i3en.metal" // InstanceTypeHi14xlarge is a InstanceType enum value InstanceTypeHi14xlarge = "hi1.4xlarge" // InstanceTypeHs18xlarge is a InstanceType enum value InstanceTypeHs18xlarge = "hs1.8xlarge" // InstanceTypeC1Medium is a InstanceType enum value InstanceTypeC1Medium = "c1.medium" // InstanceTypeC1Xlarge is a InstanceType enum value InstanceTypeC1Xlarge = "c1.xlarge" // InstanceTypeC3Large is a InstanceType enum value InstanceTypeC3Large = "c3.large" // InstanceTypeC3Xlarge is a InstanceType enum value InstanceTypeC3Xlarge = "c3.xlarge" // InstanceTypeC32xlarge is a InstanceType enum value InstanceTypeC32xlarge = "c3.2xlarge" // InstanceTypeC34xlarge is a InstanceType enum value InstanceTypeC34xlarge = "c3.4xlarge" // InstanceTypeC38xlarge is a InstanceType enum value InstanceTypeC38xlarge = "c3.8xlarge" // InstanceTypeC4Large is a InstanceType enum value InstanceTypeC4Large = "c4.large" // InstanceTypeC4Xlarge is a InstanceType enum value InstanceTypeC4Xlarge = "c4.xlarge" // InstanceTypeC42xlarge is a InstanceType enum value InstanceTypeC42xlarge = "c4.2xlarge" // InstanceTypeC44xlarge is a InstanceType enum value InstanceTypeC44xlarge = "c4.4xlarge" // InstanceTypeC48xlarge is a InstanceType enum value InstanceTypeC48xlarge = "c4.8xlarge" // InstanceTypeC5Large is a InstanceType enum value InstanceTypeC5Large = "c5.large" // InstanceTypeC5Xlarge is a InstanceType enum value InstanceTypeC5Xlarge = "c5.xlarge" // InstanceTypeC52xlarge is a InstanceType enum value InstanceTypeC52xlarge = "c5.2xlarge" // InstanceTypeC54xlarge is a InstanceType enum value InstanceTypeC54xlarge = "c5.4xlarge" // InstanceTypeC59xlarge is a InstanceType enum value InstanceTypeC59xlarge = "c5.9xlarge" // InstanceTypeC512xlarge is a InstanceType enum value InstanceTypeC512xlarge = "c5.12xlarge" // InstanceTypeC518xlarge is a InstanceType enum value InstanceTypeC518xlarge = "c5.18xlarge" // InstanceTypeC524xlarge is a InstanceType enum value InstanceTypeC524xlarge = "c5.24xlarge" // InstanceTypeC5Metal is a InstanceType enum value InstanceTypeC5Metal = "c5.metal" // InstanceTypeC5dLarge is a InstanceType enum value InstanceTypeC5dLarge = "c5d.large" // InstanceTypeC5dXlarge is a InstanceType enum value InstanceTypeC5dXlarge = "c5d.xlarge" // InstanceTypeC5d2xlarge is a InstanceType enum value InstanceTypeC5d2xlarge = "c5d.2xlarge" // InstanceTypeC5d4xlarge is a InstanceType enum value InstanceTypeC5d4xlarge = "c5d.4xlarge" // InstanceTypeC5d9xlarge is a InstanceType enum value InstanceTypeC5d9xlarge = "c5d.9xlarge" // InstanceTypeC5d12xlarge is a InstanceType enum value InstanceTypeC5d12xlarge = "c5d.12xlarge" // InstanceTypeC5d18xlarge is a InstanceType enum value InstanceTypeC5d18xlarge = "c5d.18xlarge" // InstanceTypeC5d24xlarge is a InstanceType enum value InstanceTypeC5d24xlarge = "c5d.24xlarge" // InstanceTypeC5dMetal is a InstanceType enum value InstanceTypeC5dMetal = "c5d.metal" // InstanceTypeC5nLarge is a InstanceType enum value InstanceTypeC5nLarge = "c5n.large" // InstanceTypeC5nXlarge is a InstanceType enum value InstanceTypeC5nXlarge = "c5n.xlarge" // InstanceTypeC5n2xlarge is a InstanceType enum value InstanceTypeC5n2xlarge = "c5n.2xlarge" // InstanceTypeC5n4xlarge is a InstanceType enum value InstanceTypeC5n4xlarge = "c5n.4xlarge" // InstanceTypeC5n9xlarge is a InstanceType enum value InstanceTypeC5n9xlarge = "c5n.9xlarge" // InstanceTypeC5n18xlarge is a InstanceType enum value InstanceTypeC5n18xlarge = "c5n.18xlarge" // InstanceTypeCc14xlarge is a InstanceType enum value InstanceTypeCc14xlarge = "cc1.4xlarge" // InstanceTypeCc28xlarge is a InstanceType enum value InstanceTypeCc28xlarge = "cc2.8xlarge" // InstanceTypeG22xlarge is a InstanceType enum value InstanceTypeG22xlarge = "g2.2xlarge" // InstanceTypeG28xlarge is a InstanceType enum value InstanceTypeG28xlarge = "g2.8xlarge" // InstanceTypeG34xlarge is a InstanceType enum value InstanceTypeG34xlarge = "g3.4xlarge" // InstanceTypeG38xlarge is a InstanceType enum value InstanceTypeG38xlarge = "g3.8xlarge" // InstanceTypeG316xlarge is a InstanceType enum value InstanceTypeG316xlarge = "g3.16xlarge" // InstanceTypeG3sXlarge is a InstanceType enum value InstanceTypeG3sXlarge = "g3s.xlarge" // InstanceTypeG4dnXlarge is a InstanceType enum value InstanceTypeG4dnXlarge = "g4dn.xlarge" // InstanceTypeG4dn2xlarge is a InstanceType enum value InstanceTypeG4dn2xlarge = "g4dn.2xlarge" // InstanceTypeG4dn4xlarge is a InstanceType enum value InstanceTypeG4dn4xlarge = "g4dn.4xlarge" // InstanceTypeG4dn8xlarge is a InstanceType enum value InstanceTypeG4dn8xlarge = "g4dn.8xlarge" // InstanceTypeG4dn12xlarge is a InstanceType enum value InstanceTypeG4dn12xlarge = "g4dn.12xlarge" // InstanceTypeG4dn16xlarge is a InstanceType enum value InstanceTypeG4dn16xlarge = "g4dn.16xlarge" // InstanceTypeCg14xlarge is a InstanceType enum value InstanceTypeCg14xlarge = "cg1.4xlarge" // InstanceTypeP2Xlarge is a InstanceType enum value InstanceTypeP2Xlarge = "p2.xlarge" // InstanceTypeP28xlarge is a InstanceType enum value InstanceTypeP28xlarge = "p2.8xlarge" // InstanceTypeP216xlarge is a InstanceType enum value InstanceTypeP216xlarge = "p2.16xlarge" // InstanceTypeP32xlarge is a InstanceType enum value InstanceTypeP32xlarge = "p3.2xlarge" // InstanceTypeP38xlarge is a InstanceType enum value InstanceTypeP38xlarge = "p3.8xlarge" // InstanceTypeP316xlarge is a InstanceType enum value InstanceTypeP316xlarge = "p3.16xlarge" // InstanceTypeP3dn24xlarge is a InstanceType enum value InstanceTypeP3dn24xlarge = "p3dn.24xlarge" // InstanceTypeD2Xlarge is a InstanceType enum value InstanceTypeD2Xlarge = "d2.xlarge" // InstanceTypeD22xlarge is a InstanceType enum value InstanceTypeD22xlarge = "d2.2xlarge" // InstanceTypeD24xlarge is a InstanceType enum value InstanceTypeD24xlarge = "d2.4xlarge" // InstanceTypeD28xlarge is a InstanceType enum value InstanceTypeD28xlarge = "d2.8xlarge" // InstanceTypeF12xlarge is a InstanceType enum value InstanceTypeF12xlarge = "f1.2xlarge" // InstanceTypeF14xlarge is a InstanceType enum value InstanceTypeF14xlarge = "f1.4xlarge" // InstanceTypeF116xlarge is a InstanceType enum value InstanceTypeF116xlarge = "f1.16xlarge" // InstanceTypeM5Large is a InstanceType enum value InstanceTypeM5Large = "m5.large" // InstanceTypeM5Xlarge is a InstanceType enum value InstanceTypeM5Xlarge = "m5.xlarge" // InstanceTypeM52xlarge is a InstanceType enum value InstanceTypeM52xlarge = "m5.2xlarge" // InstanceTypeM54xlarge is a InstanceType enum value InstanceTypeM54xlarge = "m5.4xlarge" // InstanceTypeM58xlarge is a InstanceType enum value InstanceTypeM58xlarge = "m5.8xlarge" // InstanceTypeM512xlarge is a InstanceType enum value InstanceTypeM512xlarge = "m5.12xlarge" // InstanceTypeM516xlarge is a InstanceType enum value InstanceTypeM516xlarge = "m5.16xlarge" // InstanceTypeM524xlarge is a InstanceType enum value InstanceTypeM524xlarge = "m5.24xlarge" // InstanceTypeM5Metal is a InstanceType enum value InstanceTypeM5Metal = "m5.metal" // InstanceTypeM5aLarge is a InstanceType enum value InstanceTypeM5aLarge = "m5a.large" // InstanceTypeM5aXlarge is a InstanceType enum value InstanceTypeM5aXlarge = "m5a.xlarge" // InstanceTypeM5a2xlarge is a InstanceType enum value InstanceTypeM5a2xlarge = "m5a.2xlarge" // InstanceTypeM5a4xlarge is a InstanceType enum value InstanceTypeM5a4xlarge = "m5a.4xlarge" // InstanceTypeM5a8xlarge is a InstanceType enum value InstanceTypeM5a8xlarge = "m5a.8xlarge" // InstanceTypeM5a12xlarge is a InstanceType enum value InstanceTypeM5a12xlarge = "m5a.12xlarge" // InstanceTypeM5a16xlarge is a InstanceType enum value InstanceTypeM5a16xlarge = "m5a.16xlarge" // InstanceTypeM5a24xlarge is a InstanceType enum value InstanceTypeM5a24xlarge = "m5a.24xlarge" // InstanceTypeM5dLarge is a InstanceType enum value InstanceTypeM5dLarge = "m5d.large" // InstanceTypeM5dXlarge is a InstanceType enum value InstanceTypeM5dXlarge = "m5d.xlarge" // InstanceTypeM5d2xlarge is a InstanceType enum value InstanceTypeM5d2xlarge = "m5d.2xlarge" // InstanceTypeM5d4xlarge is a InstanceType enum value InstanceTypeM5d4xlarge = "m5d.4xlarge" // InstanceTypeM5d8xlarge is a InstanceType enum value InstanceTypeM5d8xlarge = "m5d.8xlarge" // InstanceTypeM5d12xlarge is a InstanceType enum value InstanceTypeM5d12xlarge = "m5d.12xlarge" // InstanceTypeM5d16xlarge is a InstanceType enum value InstanceTypeM5d16xlarge = "m5d.16xlarge" // InstanceTypeM5d24xlarge is a InstanceType enum value InstanceTypeM5d24xlarge = "m5d.24xlarge" // InstanceTypeM5dMetal is a InstanceType enum value InstanceTypeM5dMetal = "m5d.metal" // InstanceTypeM5adLarge is a InstanceType enum value InstanceTypeM5adLarge = "m5ad.large" // InstanceTypeM5adXlarge is a InstanceType enum value InstanceTypeM5adXlarge = "m5ad.xlarge" // InstanceTypeM5ad2xlarge is a InstanceType enum value InstanceTypeM5ad2xlarge = "m5ad.2xlarge" // InstanceTypeM5ad4xlarge is a InstanceType enum value InstanceTypeM5ad4xlarge = "m5ad.4xlarge" // InstanceTypeM5ad8xlarge is a InstanceType enum value InstanceTypeM5ad8xlarge = "m5ad.8xlarge" // InstanceTypeM5ad12xlarge is a InstanceType enum value InstanceTypeM5ad12xlarge = "m5ad.12xlarge" // InstanceTypeM5ad16xlarge is a InstanceType enum value InstanceTypeM5ad16xlarge = "m5ad.16xlarge" // InstanceTypeM5ad24xlarge is a InstanceType enum value InstanceTypeM5ad24xlarge = "m5ad.24xlarge" // InstanceTypeH12xlarge is a InstanceType enum value InstanceTypeH12xlarge = "h1.2xlarge" // InstanceTypeH14xlarge is a InstanceType enum value InstanceTypeH14xlarge = "h1.4xlarge" // InstanceTypeH18xlarge is a InstanceType enum value InstanceTypeH18xlarge = "h1.8xlarge" // InstanceTypeH116xlarge is a InstanceType enum value InstanceTypeH116xlarge = "h1.16xlarge" // InstanceTypeZ1dLarge is a InstanceType enum value InstanceTypeZ1dLarge = "z1d.large" // InstanceTypeZ1dXlarge is a InstanceType enum value InstanceTypeZ1dXlarge = "z1d.xlarge" // InstanceTypeZ1d2xlarge is a InstanceType enum value InstanceTypeZ1d2xlarge = "z1d.2xlarge" // InstanceTypeZ1d3xlarge is a InstanceType enum value InstanceTypeZ1d3xlarge = "z1d.3xlarge" // InstanceTypeZ1d6xlarge is a InstanceType enum value InstanceTypeZ1d6xlarge = "z1d.6xlarge" // InstanceTypeZ1d12xlarge is a InstanceType enum value InstanceTypeZ1d12xlarge = "z1d.12xlarge" // InstanceTypeZ1dMetal is a InstanceType enum value InstanceTypeZ1dMetal = "z1d.metal" // InstanceTypeU6tb1Metal is a InstanceType enum value InstanceTypeU6tb1Metal = "u-6tb1.metal" // InstanceTypeU9tb1Metal is a InstanceType enum value InstanceTypeU9tb1Metal = "u-9tb1.metal" // InstanceTypeU12tb1Metal is a InstanceType enum value InstanceTypeU12tb1Metal = "u-12tb1.metal" // InstanceTypeU18tb1Metal is a InstanceType enum value InstanceTypeU18tb1Metal = "u-18tb1.metal" // InstanceTypeU24tb1Metal is a InstanceType enum value InstanceTypeU24tb1Metal = "u-24tb1.metal" // InstanceTypeA1Medium is a InstanceType enum value InstanceTypeA1Medium = "a1.medium" // InstanceTypeA1Large is a InstanceType enum value InstanceTypeA1Large = "a1.large" // InstanceTypeA1Xlarge is a InstanceType enum value InstanceTypeA1Xlarge = "a1.xlarge" // InstanceTypeA12xlarge is a InstanceType enum value InstanceTypeA12xlarge = "a1.2xlarge" // InstanceTypeA14xlarge is a InstanceType enum value InstanceTypeA14xlarge = "a1.4xlarge" // InstanceTypeA1Metal is a InstanceType enum value InstanceTypeA1Metal = "a1.metal" // InstanceTypeM5dnLarge is a InstanceType enum value InstanceTypeM5dnLarge = "m5dn.large" // InstanceTypeM5dnXlarge is a InstanceType enum value InstanceTypeM5dnXlarge = "m5dn.xlarge" // InstanceTypeM5dn2xlarge is a InstanceType enum value InstanceTypeM5dn2xlarge = "m5dn.2xlarge" // InstanceTypeM5dn4xlarge is a InstanceType enum value InstanceTypeM5dn4xlarge = "m5dn.4xlarge" // InstanceTypeM5dn8xlarge is a InstanceType enum value InstanceTypeM5dn8xlarge = "m5dn.8xlarge" // InstanceTypeM5dn12xlarge is a InstanceType enum value InstanceTypeM5dn12xlarge = "m5dn.12xlarge" // InstanceTypeM5dn16xlarge is a InstanceType enum value InstanceTypeM5dn16xlarge = "m5dn.16xlarge" // InstanceTypeM5dn24xlarge is a InstanceType enum value InstanceTypeM5dn24xlarge = "m5dn.24xlarge" // InstanceTypeM5nLarge is a InstanceType enum value InstanceTypeM5nLarge = "m5n.large" // InstanceTypeM5nXlarge is a InstanceType enum value InstanceTypeM5nXlarge = "m5n.xlarge" // InstanceTypeM5n2xlarge is a InstanceType enum value InstanceTypeM5n2xlarge = "m5n.2xlarge" // InstanceTypeM5n4xlarge is a InstanceType enum value InstanceTypeM5n4xlarge = "m5n.4xlarge" // InstanceTypeM5n8xlarge is a InstanceType enum value InstanceTypeM5n8xlarge = "m5n.8xlarge" // InstanceTypeM5n12xlarge is a InstanceType enum value InstanceTypeM5n12xlarge = "m5n.12xlarge" // InstanceTypeM5n16xlarge is a InstanceType enum value InstanceTypeM5n16xlarge = "m5n.16xlarge" // InstanceTypeM5n24xlarge is a InstanceType enum value InstanceTypeM5n24xlarge = "m5n.24xlarge" // InstanceTypeR5dnLarge is a InstanceType enum value InstanceTypeR5dnLarge = "r5dn.large" // InstanceTypeR5dnXlarge is a InstanceType enum value InstanceTypeR5dnXlarge = "r5dn.xlarge" // InstanceTypeR5dn2xlarge is a InstanceType enum value InstanceTypeR5dn2xlarge = "r5dn.2xlarge" // InstanceTypeR5dn4xlarge is a InstanceType enum value InstanceTypeR5dn4xlarge = "r5dn.4xlarge" // InstanceTypeR5dn8xlarge is a InstanceType enum value InstanceTypeR5dn8xlarge = "r5dn.8xlarge" // InstanceTypeR5dn12xlarge is a InstanceType enum value InstanceTypeR5dn12xlarge = "r5dn.12xlarge" // InstanceTypeR5dn16xlarge is a InstanceType enum value InstanceTypeR5dn16xlarge = "r5dn.16xlarge" // InstanceTypeR5dn24xlarge is a InstanceType enum value InstanceTypeR5dn24xlarge = "r5dn.24xlarge" // InstanceTypeR5nLarge is a InstanceType enum value InstanceTypeR5nLarge = "r5n.large" // InstanceTypeR5nXlarge is a InstanceType enum value InstanceTypeR5nXlarge = "r5n.xlarge" // InstanceTypeR5n2xlarge is a InstanceType enum value InstanceTypeR5n2xlarge = "r5n.2xlarge" // InstanceTypeR5n4xlarge is a InstanceType enum value InstanceTypeR5n4xlarge = "r5n.4xlarge" // InstanceTypeR5n8xlarge is a InstanceType enum value InstanceTypeR5n8xlarge = "r5n.8xlarge" // InstanceTypeR5n12xlarge is a InstanceType enum value InstanceTypeR5n12xlarge = "r5n.12xlarge" // InstanceTypeR5n16xlarge is a InstanceType enum value InstanceTypeR5n16xlarge = "r5n.16xlarge" // InstanceTypeR5n24xlarge is a InstanceType enum value InstanceTypeR5n24xlarge = "r5n.24xlarge" // InstanceTypeInf1Xlarge is a InstanceType enum value InstanceTypeInf1Xlarge = "inf1.xlarge" // InstanceTypeInf12xlarge is a InstanceType enum value InstanceTypeInf12xlarge = "inf1.2xlarge" // InstanceTypeInf16xlarge is a InstanceType enum value InstanceTypeInf16xlarge = "inf1.6xlarge" // InstanceTypeInf124xlarge is a InstanceType enum value InstanceTypeInf124xlarge = "inf1.24xlarge" )
const ( // InstanceTypeHypervisorNitro is a InstanceTypeHypervisor enum value InstanceTypeHypervisorNitro = "nitro" // InstanceTypeHypervisorXen is a InstanceTypeHypervisor enum value InstanceTypeHypervisorXen = "xen" )
const ( // InterfacePermissionTypeInstanceAttach is a InterfacePermissionType enum value InterfacePermissionTypeInstanceAttach = "INSTANCE-ATTACH" // InterfacePermissionTypeEipAssociate is a InterfacePermissionType enum value InterfacePermissionTypeEipAssociate = "EIP-ASSOCIATE" )
const ( // Ipv6SupportValueEnable is a Ipv6SupportValue enum value Ipv6SupportValueEnable = "enable" // Ipv6SupportValueDisable is a Ipv6SupportValue enum value Ipv6SupportValueDisable = "disable" )
const ( // LaunchTemplateErrorCodeLaunchTemplateIdDoesNotExist is a LaunchTemplateErrorCode enum value LaunchTemplateErrorCodeLaunchTemplateIdDoesNotExist = "launchTemplateIdDoesNotExist" // LaunchTemplateErrorCodeLaunchTemplateIdMalformed is a LaunchTemplateErrorCode enum value LaunchTemplateErrorCodeLaunchTemplateIdMalformed = "launchTemplateIdMalformed" // LaunchTemplateErrorCodeLaunchTemplateNameDoesNotExist is a LaunchTemplateErrorCode enum value LaunchTemplateErrorCodeLaunchTemplateNameDoesNotExist = "launchTemplateNameDoesNotExist" // LaunchTemplateErrorCodeLaunchTemplateNameMalformed is a LaunchTemplateErrorCode enum value LaunchTemplateErrorCodeLaunchTemplateNameMalformed = "launchTemplateNameMalformed" // LaunchTemplateErrorCodeLaunchTemplateVersionDoesNotExist is a LaunchTemplateErrorCode enum value LaunchTemplateErrorCodeLaunchTemplateVersionDoesNotExist = "launchTemplateVersionDoesNotExist" // LaunchTemplateErrorCodeUnexpectedError is a LaunchTemplateErrorCode enum value LaunchTemplateErrorCodeUnexpectedError = "unexpectedError" )
const ( // LaunchTemplateHttpTokensStateOptional is a LaunchTemplateHttpTokensState enum value LaunchTemplateHttpTokensStateOptional = "optional" // LaunchTemplateHttpTokensStateRequired is a LaunchTemplateHttpTokensState enum value LaunchTemplateHttpTokensStateRequired = "required" )
const ( // LaunchTemplateInstanceMetadataEndpointStateDisabled is a LaunchTemplateInstanceMetadataEndpointState enum value LaunchTemplateInstanceMetadataEndpointStateDisabled = "disabled" // LaunchTemplateInstanceMetadataEndpointStateEnabled is a LaunchTemplateInstanceMetadataEndpointState enum value LaunchTemplateInstanceMetadataEndpointStateEnabled = "enabled" )
const ( // LaunchTemplateInstanceMetadataOptionsStatePending is a LaunchTemplateInstanceMetadataOptionsState enum value LaunchTemplateInstanceMetadataOptionsStatePending = "pending" // LaunchTemplateInstanceMetadataOptionsStateApplied is a LaunchTemplateInstanceMetadataOptionsState enum value LaunchTemplateInstanceMetadataOptionsStateApplied = "applied" )
const ( // ListingStateAvailable is a ListingState enum value ListingStateAvailable = "available" // ListingStateSold is a ListingState enum value ListingStateSold = "sold" // ListingStateCancelled is a ListingState enum value ListingStateCancelled = "cancelled" // ListingStatePending is a ListingState enum value ListingStatePending = "pending" )
const ( // ListingStatusActive is a ListingStatus enum value ListingStatusActive = "active" // ListingStatusPending is a ListingStatus enum value ListingStatusPending = "pending" // ListingStatusCancelled is a ListingStatus enum value ListingStatusCancelled = "cancelled" // ListingStatusClosed is a ListingStatus enum value ListingStatusClosed = "closed" )
const ( // LocalGatewayRouteStatePending is a LocalGatewayRouteState enum value LocalGatewayRouteStatePending = "pending" // LocalGatewayRouteStateActive is a LocalGatewayRouteState enum value LocalGatewayRouteStateActive = "active" // LocalGatewayRouteStateBlackhole is a LocalGatewayRouteState enum value LocalGatewayRouteStateBlackhole = "blackhole" // LocalGatewayRouteStateDeleting is a LocalGatewayRouteState enum value LocalGatewayRouteStateDeleting = "deleting" // LocalGatewayRouteStateDeleted is a LocalGatewayRouteState enum value LocalGatewayRouteStateDeleted = "deleted" )
const ( // LocalGatewayRouteTypeStatic is a LocalGatewayRouteType enum value LocalGatewayRouteTypeStatic = "static" // LocalGatewayRouteTypePropagated is a LocalGatewayRouteType enum value LocalGatewayRouteTypePropagated = "propagated" )
const ( // LocationTypeRegion is a LocationType enum value LocationTypeRegion = "region" // LocationTypeAvailabilityZone is a LocationType enum value LocationTypeAvailabilityZone = "availability-zone" // LocationTypeAvailabilityZoneId is a LocationType enum value LocationTypeAvailabilityZoneId = "availability-zone-id" )
const ( // LogDestinationTypeCloudWatchLogs is a LogDestinationType enum value LogDestinationTypeCloudWatchLogs = "cloud-watch-logs" // LogDestinationTypeS3 is a LogDestinationType enum value LogDestinationTypeS3 = "s3" )
const ( // MembershipTypeStatic is a MembershipType enum value MembershipTypeStatic = "static" // MembershipTypeIgmp is a MembershipType enum value MembershipTypeIgmp = "igmp" )
const ( // MonitoringStateDisabled is a MonitoringState enum value MonitoringStateDisabled = "disabled" // MonitoringStateDisabling is a MonitoringState enum value MonitoringStateDisabling = "disabling" // MonitoringStateEnabled is a MonitoringState enum value MonitoringStateEnabled = "enabled" // MonitoringStatePending is a MonitoringState enum value MonitoringStatePending = "pending" )
const ( // MoveStatusMovingToVpc is a MoveStatus enum value MoveStatusMovingToVpc = "movingToVpc" // MoveStatusRestoringToClassic is a MoveStatus enum value MoveStatusRestoringToClassic = "restoringToClassic" )
const ( // MulticastSupportValueEnable is a MulticastSupportValue enum value MulticastSupportValueEnable = "enable" // MulticastSupportValueDisable is a MulticastSupportValue enum value MulticastSupportValueDisable = "disable" )
const ( // NatGatewayStatePending is a NatGatewayState enum value NatGatewayStatePending = "pending" // NatGatewayStateFailed is a NatGatewayState enum value NatGatewayStateFailed = "failed" // NatGatewayStateAvailable is a NatGatewayState enum value NatGatewayStateAvailable = "available" // NatGatewayStateDeleting is a NatGatewayState enum value NatGatewayStateDeleting = "deleting" // NatGatewayStateDeleted is a NatGatewayState enum value NatGatewayStateDeleted = "deleted" )
const ( // NetworkInterfaceAttributeDescription is a NetworkInterfaceAttribute enum value NetworkInterfaceAttributeDescription = "description" // NetworkInterfaceAttributeGroupSet is a NetworkInterfaceAttribute enum value NetworkInterfaceAttributeGroupSet = "groupSet" // NetworkInterfaceAttributeSourceDestCheck is a NetworkInterfaceAttribute enum value NetworkInterfaceAttributeSourceDestCheck = "sourceDestCheck" // NetworkInterfaceAttributeAttachment is a NetworkInterfaceAttribute enum value NetworkInterfaceAttributeAttachment = "attachment" )
const ( // NetworkInterfacePermissionStateCodePending is a NetworkInterfacePermissionStateCode enum value NetworkInterfacePermissionStateCodePending = "pending" // NetworkInterfacePermissionStateCodeGranted is a NetworkInterfacePermissionStateCode enum value NetworkInterfacePermissionStateCodeGranted = "granted" // NetworkInterfacePermissionStateCodeRevoking is a NetworkInterfacePermissionStateCode enum value NetworkInterfacePermissionStateCodeRevoking = "revoking" // NetworkInterfacePermissionStateCodeRevoked is a NetworkInterfacePermissionStateCode enum value NetworkInterfacePermissionStateCodeRevoked = "revoked" )
const ( // NetworkInterfaceStatusAvailable is a NetworkInterfaceStatus enum value NetworkInterfaceStatusAvailable = "available" // NetworkInterfaceStatusAssociated is a NetworkInterfaceStatus enum value NetworkInterfaceStatusAssociated = "associated" // NetworkInterfaceStatusAttaching is a NetworkInterfaceStatus enum value NetworkInterfaceStatusAttaching = "attaching" // NetworkInterfaceStatusInUse is a NetworkInterfaceStatus enum value NetworkInterfaceStatusInUse = "in-use" // NetworkInterfaceStatusDetaching is a NetworkInterfaceStatus enum value NetworkInterfaceStatusDetaching = "detaching" )
const ( // NetworkInterfaceTypeInterface is a NetworkInterfaceType enum value NetworkInterfaceTypeInterface = "interface" // NetworkInterfaceTypeNatGateway is a NetworkInterfaceType enum value NetworkInterfaceTypeNatGateway = "natGateway" // NetworkInterfaceTypeEfa is a NetworkInterfaceType enum value NetworkInterfaceTypeEfa = "efa" )
const ( // OfferingClassTypeStandard is a OfferingClassType enum value OfferingClassTypeStandard = "standard" // OfferingClassTypeConvertible is a OfferingClassType enum value OfferingClassTypeConvertible = "convertible" )
const ( // OfferingTypeValuesHeavyUtilization is a OfferingTypeValues enum value OfferingTypeValuesHeavyUtilization = "Heavy Utilization" // OfferingTypeValuesMediumUtilization is a OfferingTypeValues enum value OfferingTypeValuesMediumUtilization = "Medium Utilization" // OfferingTypeValuesLightUtilization is a OfferingTypeValues enum value OfferingTypeValuesLightUtilization = "Light Utilization" // OfferingTypeValuesNoUpfront is a OfferingTypeValues enum value OfferingTypeValuesNoUpfront = "No Upfront" // OfferingTypeValuesPartialUpfront is a OfferingTypeValues enum value OfferingTypeValuesPartialUpfront = "Partial Upfront" // OfferingTypeValuesAllUpfront is a OfferingTypeValues enum value OfferingTypeValuesAllUpfront = "All Upfront" )
const ( // OnDemandAllocationStrategyLowestPrice is a OnDemandAllocationStrategy enum value OnDemandAllocationStrategyLowestPrice = "lowestPrice" // OnDemandAllocationStrategyPrioritized is a OnDemandAllocationStrategy enum value OnDemandAllocationStrategyPrioritized = "prioritized" )
const ( // OperationTypeAdd is a OperationType enum value OperationTypeAdd = "add" // OperationTypeRemove is a OperationType enum value OperationTypeRemove = "remove" )
const ( // PaymentOptionAllUpfront is a PaymentOption enum value PaymentOptionAllUpfront = "AllUpfront" // PaymentOptionPartialUpfront is a PaymentOption enum value PaymentOptionPartialUpfront = "PartialUpfront" // PaymentOptionNoUpfront is a PaymentOption enum value PaymentOptionNoUpfront = "NoUpfront" )
const ( // PlacementGroupStatePending is a PlacementGroupState enum value PlacementGroupStatePending = "pending" // PlacementGroupStateAvailable is a PlacementGroupState enum value PlacementGroupStateAvailable = "available" // PlacementGroupStateDeleting is a PlacementGroupState enum value PlacementGroupStateDeleting = "deleting" // PlacementGroupStateDeleted is a PlacementGroupState enum value PlacementGroupStateDeleted = "deleted" )
const ( // PlacementGroupStrategyCluster is a PlacementGroupStrategy enum value PlacementGroupStrategyCluster = "cluster" // PlacementGroupStrategyPartition is a PlacementGroupStrategy enum value PlacementGroupStrategyPartition = "partition" // PlacementGroupStrategySpread is a PlacementGroupStrategy enum value PlacementGroupStrategySpread = "spread" )
const ( // PlacementStrategyCluster is a PlacementStrategy enum value PlacementStrategyCluster = "cluster" // PlacementStrategySpread is a PlacementStrategy enum value PlacementStrategySpread = "spread" // PlacementStrategyPartition is a PlacementStrategy enum value PlacementStrategyPartition = "partition" )
const ( // PrincipalTypeAll is a PrincipalType enum value PrincipalTypeAll = "All" // PrincipalTypeService is a PrincipalType enum value PrincipalTypeService = "Service" // PrincipalTypeOrganizationUnit is a PrincipalType enum value PrincipalTypeOrganizationUnit = "OrganizationUnit" // PrincipalTypeAccount is a PrincipalType enum value PrincipalTypeAccount = "Account" // PrincipalTypeUser is a PrincipalType enum value PrincipalTypeUser = "User" // PrincipalTypeRole is a PrincipalType enum value PrincipalTypeRole = "Role" )
const ( // ProductCodeValuesDevpay is a ProductCodeValues enum value ProductCodeValuesDevpay = "devpay" // ProductCodeValuesMarketplace is a ProductCodeValues enum value ProductCodeValuesMarketplace = "marketplace" )
const ( // RIProductDescriptionLinuxUnix is a RIProductDescription enum value RIProductDescriptionLinuxUnix = "Linux/UNIX" // RIProductDescriptionLinuxUnixamazonVpc is a RIProductDescription enum value RIProductDescriptionLinuxUnixamazonVpc = "Linux/UNIX (Amazon VPC)" // RIProductDescriptionWindows is a RIProductDescription enum value RIProductDescriptionWindows = "Windows" // RIProductDescriptionWindowsAmazonVpc is a RIProductDescription enum value RIProductDescriptionWindowsAmazonVpc = "Windows (Amazon VPC)" )
const ( // ReportInstanceReasonCodesInstanceStuckInState is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesInstanceStuckInState = "instance-stuck-in-state" // ReportInstanceReasonCodesUnresponsive is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesUnresponsive = "unresponsive" // ReportInstanceReasonCodesNotAcceptingCredentials is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesNotAcceptingCredentials = "not-accepting-credentials" // ReportInstanceReasonCodesPasswordNotAvailable is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesPasswordNotAvailable = "password-not-available" // ReportInstanceReasonCodesPerformanceNetwork is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesPerformanceNetwork = "performance-network" // ReportInstanceReasonCodesPerformanceInstanceStore is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesPerformanceInstanceStore = "performance-instance-store" // ReportInstanceReasonCodesPerformanceEbsVolume is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesPerformanceEbsVolume = "performance-ebs-volume" // ReportInstanceReasonCodesPerformanceOther is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesPerformanceOther = "performance-other" // ReportInstanceReasonCodesOther is a ReportInstanceReasonCodes enum value ReportInstanceReasonCodesOther = "other" )
const ( // ReportStatusTypeOk is a ReportStatusType enum value ReportStatusTypeOk = "ok" // ReportStatusTypeImpaired is a ReportStatusType enum value ReportStatusTypeImpaired = "impaired" )
const ( // ReservationStatePaymentPending is a ReservationState enum value ReservationStatePaymentPending = "payment-pending" // ReservationStatePaymentFailed is a ReservationState enum value ReservationStatePaymentFailed = "payment-failed" // ReservationStateActive is a ReservationState enum value ReservationStateActive = "active" // ReservationStateRetired is a ReservationState enum value ReservationStateRetired = "retired" )
const ( // ReservedInstanceStatePaymentPending is a ReservedInstanceState enum value ReservedInstanceStatePaymentPending = "payment-pending" // ReservedInstanceStateActive is a ReservedInstanceState enum value ReservedInstanceStateActive = "active" // ReservedInstanceStatePaymentFailed is a ReservedInstanceState enum value ReservedInstanceStatePaymentFailed = "payment-failed" // ReservedInstanceStateRetired is a ReservedInstanceState enum value ReservedInstanceStateRetired = "retired" // ReservedInstanceStateQueued is a ReservedInstanceState enum value ReservedInstanceStateQueued = "queued" // ReservedInstanceStateQueuedDeleted is a ReservedInstanceState enum value ReservedInstanceStateQueuedDeleted = "queued-deleted" )
const ( // ResourceTypeClientVpnEndpoint is a ResourceType enum value ResourceTypeClientVpnEndpoint = "client-vpn-endpoint" // ResourceTypeCustomerGateway is a ResourceType enum value ResourceTypeCustomerGateway = "customer-gateway" // ResourceTypeDedicatedHost is a ResourceType enum value ResourceTypeDedicatedHost = "dedicated-host" // ResourceTypeDhcpOptions is a ResourceType enum value ResourceTypeDhcpOptions = "dhcp-options" // ResourceTypeElasticIp is a ResourceType enum value ResourceTypeElasticIp = "elastic-ip" // ResourceTypeFleet is a ResourceType enum value ResourceTypeFleet = "fleet" // ResourceTypeFpgaImage is a ResourceType enum value ResourceTypeFpgaImage = "fpga-image" // ResourceTypeHostReservation is a ResourceType enum value ResourceTypeHostReservation = "host-reservation" // ResourceTypeImage is a ResourceType enum value ResourceTypeImage = "image" // ResourceTypeInstance is a ResourceType enum value ResourceTypeInstance = "instance" // ResourceTypeInternetGateway is a ResourceType enum value ResourceTypeInternetGateway = "internet-gateway" // ResourceTypeKeyPair is a ResourceType enum value ResourceTypeKeyPair = "key-pair" // ResourceTypeLaunchTemplate is a ResourceType enum value ResourceTypeLaunchTemplate = "launch-template" // ResourceTypeNatgateway is a ResourceType enum value ResourceTypeNatgateway = "natgateway" // ResourceTypeNetworkAcl is a ResourceType enum value ResourceTypeNetworkAcl = "network-acl" // ResourceTypeNetworkInterface is a ResourceType enum value ResourceTypeNetworkInterface = "network-interface" // ResourceTypePlacementGroup is a ResourceType enum value ResourceTypePlacementGroup = "placement-group" // ResourceTypeReservedInstances is a ResourceType enum value ResourceTypeReservedInstances = "reserved-instances" // ResourceTypeRouteTable is a ResourceType enum value ResourceTypeRouteTable = "route-table" // ResourceTypeSecurityGroup is a ResourceType enum value ResourceTypeSecurityGroup = "security-group" // ResourceTypeSnapshot is a ResourceType enum value ResourceTypeSnapshot = "snapshot" // ResourceTypeSpotFleetRequest is a ResourceType enum value ResourceTypeSpotFleetRequest = "spot-fleet-request" // ResourceTypeSpotInstancesRequest is a ResourceType enum value ResourceTypeSpotInstancesRequest = "spot-instances-request" // ResourceTypeSubnet is a ResourceType enum value ResourceTypeSubnet = "subnet" // ResourceTypeTrafficMirrorFilter is a ResourceType enum value ResourceTypeTrafficMirrorFilter = "traffic-mirror-filter" // ResourceTypeTrafficMirrorSession is a ResourceType enum value ResourceTypeTrafficMirrorSession = "traffic-mirror-session" // ResourceTypeTrafficMirrorTarget is a ResourceType enum value ResourceTypeTrafficMirrorTarget = "traffic-mirror-target" // ResourceTypeTransitGateway is a ResourceType enum value ResourceTypeTransitGateway = "transit-gateway" // ResourceTypeTransitGatewayAttachment is a ResourceType enum value ResourceTypeTransitGatewayAttachment = "transit-gateway-attachment" // ResourceTypeTransitGatewayMulticastDomain is a ResourceType enum value ResourceTypeTransitGatewayMulticastDomain = "transit-gateway-multicast-domain" // ResourceTypeTransitGatewayRouteTable is a ResourceType enum value ResourceTypeTransitGatewayRouteTable = "transit-gateway-route-table" // ResourceTypeVolume is a ResourceType enum value ResourceTypeVolume = "volume" // ResourceTypeVpc is a ResourceType enum value ResourceTypeVpc = "vpc" // ResourceTypeVpcPeeringConnection is a ResourceType enum value ResourceTypeVpcPeeringConnection = "vpc-peering-connection" // ResourceTypeVpnConnection is a ResourceType enum value ResourceTypeVpnConnection = "vpn-connection" // ResourceTypeVpnGateway is a ResourceType enum value ResourceTypeVpnGateway = "vpn-gateway" )
const ( // RootDeviceTypeEbs is a RootDeviceType enum value RootDeviceTypeEbs = "ebs" // RootDeviceTypeInstanceStore is a RootDeviceType enum value RootDeviceTypeInstanceStore = "instance-store" )
const ( // RouteOriginCreateRouteTable is a RouteOrigin enum value RouteOriginCreateRouteTable = "CreateRouteTable" // RouteOriginCreateRoute is a RouteOrigin enum value RouteOriginCreateRoute = "CreateRoute" // RouteOriginEnableVgwRoutePropagation is a RouteOrigin enum value RouteOriginEnableVgwRoutePropagation = "EnableVgwRoutePropagation" )
const ( // RouteStateActive is a RouteState enum value RouteStateActive = "active" // RouteStateBlackhole is a RouteState enum value RouteStateBlackhole = "blackhole" )
const ( // RouteTableAssociationStateCodeAssociating is a RouteTableAssociationStateCode enum value RouteTableAssociationStateCodeAssociating = "associating" // RouteTableAssociationStateCodeAssociated is a RouteTableAssociationStateCode enum value RouteTableAssociationStateCodeAssociated = "associated" // RouteTableAssociationStateCodeDisassociating is a RouteTableAssociationStateCode enum value RouteTableAssociationStateCodeDisassociating = "disassociating" // RouteTableAssociationStateCodeDisassociated is a RouteTableAssociationStateCode enum value RouteTableAssociationStateCodeDisassociated = "disassociated" // RouteTableAssociationStateCodeFailed is a RouteTableAssociationStateCode enum value RouteTableAssociationStateCodeFailed = "failed" )
const ( // RuleActionAllow is a RuleAction enum value RuleActionAllow = "allow" // RuleActionDeny is a RuleAction enum value RuleActionDeny = "deny" )
const ( // ScopeAvailabilityZone is a Scope enum value ScopeAvailabilityZone = "Availability Zone" // ScopeRegion is a Scope enum value ScopeRegion = "Region" )
const ( // ServiceStatePending is a ServiceState enum value ServiceStatePending = "Pending" // ServiceStateAvailable is a ServiceState enum value ServiceStateAvailable = "Available" // ServiceStateDeleting is a ServiceState enum value ServiceStateDeleting = "Deleting" // ServiceStateDeleted is a ServiceState enum value ServiceStateDeleted = "Deleted" // ServiceStateFailed is a ServiceState enum value ServiceStateFailed = "Failed" )
const ( // ServiceTypeInterface is a ServiceType enum value ServiceTypeInterface = "Interface" // ServiceTypeGateway is a ServiceType enum value ServiceTypeGateway = "Gateway" )
const ( // ShutdownBehaviorStop is a ShutdownBehavior enum value ShutdownBehaviorStop = "stop" // ShutdownBehaviorTerminate is a ShutdownBehavior enum value ShutdownBehaviorTerminate = "terminate" )
const ( // SnapshotAttributeNameProductCodes is a SnapshotAttributeName enum value SnapshotAttributeNameProductCodes = "productCodes" // SnapshotAttributeNameCreateVolumePermission is a SnapshotAttributeName enum value SnapshotAttributeNameCreateVolumePermission = "createVolumePermission" )
const ( // SnapshotStatePending is a SnapshotState enum value SnapshotStatePending = "pending" // SnapshotStateCompleted is a SnapshotState enum value SnapshotStateCompleted = "completed" // SnapshotStateError is a SnapshotState enum value SnapshotStateError = "error" )
const ( // SpotAllocationStrategyLowestPrice is a SpotAllocationStrategy enum value SpotAllocationStrategyLowestPrice = "lowest-price" // SpotAllocationStrategyDiversified is a SpotAllocationStrategy enum value SpotAllocationStrategyDiversified = "diversified" // SpotAllocationStrategyCapacityOptimized is a SpotAllocationStrategy enum value SpotAllocationStrategyCapacityOptimized = "capacity-optimized" )
const ( // SpotInstanceInterruptionBehaviorHibernate is a SpotInstanceInterruptionBehavior enum value SpotInstanceInterruptionBehaviorHibernate = "hibernate" // SpotInstanceInterruptionBehaviorStop is a SpotInstanceInterruptionBehavior enum value SpotInstanceInterruptionBehaviorStop = "stop" // SpotInstanceInterruptionBehaviorTerminate is a SpotInstanceInterruptionBehavior enum value SpotInstanceInterruptionBehaviorTerminate = "terminate" )
const ( // SpotInstanceStateOpen is a SpotInstanceState enum value SpotInstanceStateOpen = "open" // SpotInstanceStateActive is a SpotInstanceState enum value SpotInstanceStateActive = "active" // SpotInstanceStateClosed is a SpotInstanceState enum value SpotInstanceStateClosed = "closed" // SpotInstanceStateCancelled is a SpotInstanceState enum value SpotInstanceStateCancelled = "cancelled" // SpotInstanceStateFailed is a SpotInstanceState enum value SpotInstanceStateFailed = "failed" )
const ( // SpotInstanceTypeOneTime is a SpotInstanceType enum value SpotInstanceTypeOneTime = "one-time" // SpotInstanceTypePersistent is a SpotInstanceType enum value SpotInstanceTypePersistent = "persistent" )
const ( // StatePendingAcceptance is a State enum value StatePendingAcceptance = "PendingAcceptance" // StatePending is a State enum value StatePending = "Pending" // StateAvailable is a State enum value StateAvailable = "Available" // StateDeleting is a State enum value StateDeleting = "Deleting" // StateDeleted is a State enum value StateDeleted = "Deleted" // StateRejected is a State enum value StateRejected = "Rejected" // StateFailed is a State enum value StateFailed = "Failed" // StateExpired is a State enum value StateExpired = "Expired" )
const ( // StatusMoveInProgress is a Status enum value StatusMoveInProgress = "MoveInProgress" // StatusInVpc is a Status enum value StatusInVpc = "InVpc" // StatusInClassic is a Status enum value StatusInClassic = "InClassic" )
const ( // StatusTypePassed is a StatusType enum value StatusTypePassed = "passed" // StatusTypeFailed is a StatusType enum value StatusTypeFailed = "failed" // StatusTypeInsufficientData is a StatusType enum value StatusTypeInsufficientData = "insufficient-data" // StatusTypeInitializing is a StatusType enum value StatusTypeInitializing = "initializing" )
const ( // SubnetCidrBlockStateCodeAssociating is a SubnetCidrBlockStateCode enum value SubnetCidrBlockStateCodeAssociating = "associating" // SubnetCidrBlockStateCodeAssociated is a SubnetCidrBlockStateCode enum value SubnetCidrBlockStateCodeAssociated = "associated" // SubnetCidrBlockStateCodeDisassociating is a SubnetCidrBlockStateCode enum value SubnetCidrBlockStateCodeDisassociating = "disassociating" // SubnetCidrBlockStateCodeDisassociated is a SubnetCidrBlockStateCode enum value SubnetCidrBlockStateCodeDisassociated = "disassociated" // SubnetCidrBlockStateCodeFailing is a SubnetCidrBlockStateCode enum value SubnetCidrBlockStateCodeFailing = "failing" // SubnetCidrBlockStateCodeFailed is a SubnetCidrBlockStateCode enum value SubnetCidrBlockStateCodeFailed = "failed" )
const ( // SubnetStatePending is a SubnetState enum value SubnetStatePending = "pending" // SubnetStateAvailable is a SubnetState enum value SubnetStateAvailable = "available" )
const ( // SummaryStatusOk is a SummaryStatus enum value SummaryStatusOk = "ok" // SummaryStatusImpaired is a SummaryStatus enum value SummaryStatusImpaired = "impaired" // SummaryStatusInsufficientData is a SummaryStatus enum value SummaryStatusInsufficientData = "insufficient-data" // SummaryStatusNotApplicable is a SummaryStatus enum value SummaryStatusNotApplicable = "not-applicable" // SummaryStatusInitializing is a SummaryStatus enum value SummaryStatusInitializing = "initializing" )
const ( // TelemetryStatusUp is a TelemetryStatus enum value TelemetryStatusUp = "UP" // TelemetryStatusDown is a TelemetryStatus enum value TelemetryStatusDown = "DOWN" )
const ( // TenancyDefault is a Tenancy enum value TenancyDefault = "default" // TenancyDedicated is a Tenancy enum value TenancyDedicated = "dedicated" // TenancyHost is a Tenancy enum value TenancyHost = "host" )
const ( // TrafficDirectionIngress is a TrafficDirection enum value TrafficDirectionIngress = "ingress" // TrafficDirectionEgress is a TrafficDirection enum value TrafficDirectionEgress = "egress" )
const ( // TrafficMirrorFilterRuleFieldDestinationPortRange is a TrafficMirrorFilterRuleField enum value TrafficMirrorFilterRuleFieldDestinationPortRange = "destination-port-range" // TrafficMirrorFilterRuleFieldSourcePortRange is a TrafficMirrorFilterRuleField enum value TrafficMirrorFilterRuleFieldSourcePortRange = "source-port-range" // TrafficMirrorFilterRuleFieldProtocol is a TrafficMirrorFilterRuleField enum value TrafficMirrorFilterRuleFieldProtocol = "protocol" // TrafficMirrorFilterRuleFieldDescription is a TrafficMirrorFilterRuleField enum value TrafficMirrorFilterRuleFieldDescription = "description" )
const ( // TrafficMirrorRuleActionAccept is a TrafficMirrorRuleAction enum value TrafficMirrorRuleActionAccept = "accept" // TrafficMirrorRuleActionReject is a TrafficMirrorRuleAction enum value TrafficMirrorRuleActionReject = "reject" )
const ( // TrafficMirrorSessionFieldPacketLength is a TrafficMirrorSessionField enum value TrafficMirrorSessionFieldPacketLength = "packet-length" // TrafficMirrorSessionFieldDescription is a TrafficMirrorSessionField enum value TrafficMirrorSessionFieldDescription = "description" // TrafficMirrorSessionFieldVirtualNetworkId is a TrafficMirrorSessionField enum value TrafficMirrorSessionFieldVirtualNetworkId = "virtual-network-id" )
const ( // TrafficMirrorTargetTypeNetworkInterface is a TrafficMirrorTargetType enum value TrafficMirrorTargetTypeNetworkInterface = "network-interface" // TrafficMirrorTargetTypeNetworkLoadBalancer is a TrafficMirrorTargetType enum value TrafficMirrorTargetTypeNetworkLoadBalancer = "network-load-balancer" )
const ( // TrafficTypeAccept is a TrafficType enum value TrafficTypeAccept = "ACCEPT" // TrafficTypeReject is a TrafficType enum value TrafficTypeReject = "REJECT" // TrafficTypeAll is a TrafficType enum value TrafficTypeAll = "ALL" )
const ( // TransitGatewayAssociationStateAssociating is a TransitGatewayAssociationState enum value TransitGatewayAssociationStateAssociating = "associating" // TransitGatewayAssociationStateAssociated is a TransitGatewayAssociationState enum value TransitGatewayAssociationStateAssociated = "associated" // TransitGatewayAssociationStateDisassociating is a TransitGatewayAssociationState enum value TransitGatewayAssociationStateDisassociating = "disassociating" // TransitGatewayAssociationStateDisassociated is a TransitGatewayAssociationState enum value TransitGatewayAssociationStateDisassociated = "disassociated" )
const ( // TransitGatewayAttachmentResourceTypeVpc is a TransitGatewayAttachmentResourceType enum value TransitGatewayAttachmentResourceTypeVpc = "vpc" // TransitGatewayAttachmentResourceTypeVpn is a TransitGatewayAttachmentResourceType enum value TransitGatewayAttachmentResourceTypeVpn = "vpn" // TransitGatewayAttachmentResourceTypeDirectConnectGateway is a TransitGatewayAttachmentResourceType enum value TransitGatewayAttachmentResourceTypeDirectConnectGateway = "direct-connect-gateway" // TransitGatewayAttachmentResourceTypeTgwPeering is a TransitGatewayAttachmentResourceType enum value TransitGatewayAttachmentResourceTypeTgwPeering = "tgw-peering" )
const ( // TransitGatewayAttachmentStateInitiating is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateInitiating = "initiating" // TransitGatewayAttachmentStatePendingAcceptance is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStatePendingAcceptance = "pendingAcceptance" // TransitGatewayAttachmentStateRollingBack is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateRollingBack = "rollingBack" // TransitGatewayAttachmentStatePending is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStatePending = "pending" // TransitGatewayAttachmentStateAvailable is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateAvailable = "available" // TransitGatewayAttachmentStateModifying is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateModifying = "modifying" // TransitGatewayAttachmentStateDeleting is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateDeleting = "deleting" // TransitGatewayAttachmentStateDeleted is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateDeleted = "deleted" // TransitGatewayAttachmentStateFailed is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateFailed = "failed" // TransitGatewayAttachmentStateRejected is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateRejected = "rejected" // TransitGatewayAttachmentStateRejecting is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateRejecting = "rejecting" // TransitGatewayAttachmentStateFailing is a TransitGatewayAttachmentState enum value TransitGatewayAttachmentStateFailing = "failing" )
const ( // TransitGatewayMulitcastDomainAssociationStateAssociating is a TransitGatewayMulitcastDomainAssociationState enum value TransitGatewayMulitcastDomainAssociationStateAssociating = "associating" // TransitGatewayMulitcastDomainAssociationStateAssociated is a TransitGatewayMulitcastDomainAssociationState enum value TransitGatewayMulitcastDomainAssociationStateAssociated = "associated" // TransitGatewayMulitcastDomainAssociationStateDisassociating is a TransitGatewayMulitcastDomainAssociationState enum value TransitGatewayMulitcastDomainAssociationStateDisassociating = "disassociating" // TransitGatewayMulitcastDomainAssociationStateDisassociated is a TransitGatewayMulitcastDomainAssociationState enum value TransitGatewayMulitcastDomainAssociationStateDisassociated = "disassociated" )
const ( // TransitGatewayMulticastDomainStatePending is a TransitGatewayMulticastDomainState enum value TransitGatewayMulticastDomainStatePending = "pending" // TransitGatewayMulticastDomainStateAvailable is a TransitGatewayMulticastDomainState enum value TransitGatewayMulticastDomainStateAvailable = "available" // TransitGatewayMulticastDomainStateDeleting is a TransitGatewayMulticastDomainState enum value TransitGatewayMulticastDomainStateDeleting = "deleting" // TransitGatewayMulticastDomainStateDeleted is a TransitGatewayMulticastDomainState enum value TransitGatewayMulticastDomainStateDeleted = "deleted" )
const ( // TransitGatewayPropagationStateEnabling is a TransitGatewayPropagationState enum value TransitGatewayPropagationStateEnabling = "enabling" // TransitGatewayPropagationStateEnabled is a TransitGatewayPropagationState enum value TransitGatewayPropagationStateEnabled = "enabled" // TransitGatewayPropagationStateDisabling is a TransitGatewayPropagationState enum value TransitGatewayPropagationStateDisabling = "disabling" // TransitGatewayPropagationStateDisabled is a TransitGatewayPropagationState enum value TransitGatewayPropagationStateDisabled = "disabled" )
const ( // TransitGatewayRouteStatePending is a TransitGatewayRouteState enum value TransitGatewayRouteStatePending = "pending" // TransitGatewayRouteStateActive is a TransitGatewayRouteState enum value TransitGatewayRouteStateActive = "active" // TransitGatewayRouteStateBlackhole is a TransitGatewayRouteState enum value TransitGatewayRouteStateBlackhole = "blackhole" // TransitGatewayRouteStateDeleting is a TransitGatewayRouteState enum value TransitGatewayRouteStateDeleting = "deleting" // TransitGatewayRouteStateDeleted is a TransitGatewayRouteState enum value TransitGatewayRouteStateDeleted = "deleted" )
const ( // TransitGatewayRouteTableStatePending is a TransitGatewayRouteTableState enum value TransitGatewayRouteTableStatePending = "pending" // TransitGatewayRouteTableStateAvailable is a TransitGatewayRouteTableState enum value TransitGatewayRouteTableStateAvailable = "available" // TransitGatewayRouteTableStateDeleting is a TransitGatewayRouteTableState enum value TransitGatewayRouteTableStateDeleting = "deleting" // TransitGatewayRouteTableStateDeleted is a TransitGatewayRouteTableState enum value TransitGatewayRouteTableStateDeleted = "deleted" )
const ( // TransitGatewayRouteTypeStatic is a TransitGatewayRouteType enum value TransitGatewayRouteTypeStatic = "static" // TransitGatewayRouteTypePropagated is a TransitGatewayRouteType enum value TransitGatewayRouteTypePropagated = "propagated" )
const ( // TransitGatewayStatePending is a TransitGatewayState enum value TransitGatewayStatePending = "pending" // TransitGatewayStateAvailable is a TransitGatewayState enum value TransitGatewayStateAvailable = "available" // TransitGatewayStateModifying is a TransitGatewayState enum value TransitGatewayStateModifying = "modifying" // TransitGatewayStateDeleting is a TransitGatewayState enum value TransitGatewayStateDeleting = "deleting" // TransitGatewayStateDeleted is a TransitGatewayState enum value TransitGatewayStateDeleted = "deleted" )
const ( // TransportProtocolTcp is a TransportProtocol enum value TransportProtocolTcp = "tcp" // TransportProtocolUdp is a TransportProtocol enum value TransportProtocolUdp = "udp" )
const ( // UnlimitedSupportedInstanceFamilyT2 is a UnlimitedSupportedInstanceFamily enum value UnlimitedSupportedInstanceFamilyT2 = "t2" // UnlimitedSupportedInstanceFamilyT3 is a UnlimitedSupportedInstanceFamily enum value UnlimitedSupportedInstanceFamilyT3 = "t3" // UnlimitedSupportedInstanceFamilyT3a is a UnlimitedSupportedInstanceFamily enum value UnlimitedSupportedInstanceFamilyT3a = "t3a" )
const ( // UnsuccessfulInstanceCreditSpecificationErrorCodeInvalidInstanceIdMalformed is a UnsuccessfulInstanceCreditSpecificationErrorCode enum value UnsuccessfulInstanceCreditSpecificationErrorCodeInvalidInstanceIdMalformed = "InvalidInstanceID.Malformed" // UnsuccessfulInstanceCreditSpecificationErrorCodeInvalidInstanceIdNotFound is a UnsuccessfulInstanceCreditSpecificationErrorCode enum value UnsuccessfulInstanceCreditSpecificationErrorCodeInvalidInstanceIdNotFound = "InvalidInstanceID.NotFound" // UnsuccessfulInstanceCreditSpecificationErrorCodeIncorrectInstanceState is a UnsuccessfulInstanceCreditSpecificationErrorCode enum value UnsuccessfulInstanceCreditSpecificationErrorCodeIncorrectInstanceState = "IncorrectInstanceState" // UnsuccessfulInstanceCreditSpecificationErrorCodeInstanceCreditSpecificationNotSupported is a UnsuccessfulInstanceCreditSpecificationErrorCode enum value UnsuccessfulInstanceCreditSpecificationErrorCodeInstanceCreditSpecificationNotSupported = "InstanceCreditSpecification.NotSupported" )
const ( // UsageClassTypeSpot is a UsageClassType enum value UsageClassTypeSpot = "spot" // UsageClassTypeOnDemand is a UsageClassType enum value UsageClassTypeOnDemand = "on-demand" )
const ( // VirtualizationTypeHvm is a VirtualizationType enum value VirtualizationTypeHvm = "hvm" // VirtualizationTypeParavirtual is a VirtualizationType enum value VirtualizationTypeParavirtual = "paravirtual" )
const ( // VolumeAttachmentStateAttaching is a VolumeAttachmentState enum value VolumeAttachmentStateAttaching = "attaching" // VolumeAttachmentStateAttached is a VolumeAttachmentState enum value VolumeAttachmentStateAttached = "attached" // VolumeAttachmentStateDetaching is a VolumeAttachmentState enum value VolumeAttachmentStateDetaching = "detaching" // VolumeAttachmentStateDetached is a VolumeAttachmentState enum value VolumeAttachmentStateDetached = "detached" // VolumeAttachmentStateBusy is a VolumeAttachmentState enum value VolumeAttachmentStateBusy = "busy" )
const ( // VolumeAttributeNameAutoEnableIo is a VolumeAttributeName enum value VolumeAttributeNameAutoEnableIo = "autoEnableIO" // VolumeAttributeNameProductCodes is a VolumeAttributeName enum value VolumeAttributeNameProductCodes = "productCodes" )
const ( // VolumeModificationStateModifying is a VolumeModificationState enum value VolumeModificationStateModifying = "modifying" // VolumeModificationStateOptimizing is a VolumeModificationState enum value VolumeModificationStateOptimizing = "optimizing" // VolumeModificationStateCompleted is a VolumeModificationState enum value VolumeModificationStateCompleted = "completed" // VolumeModificationStateFailed is a VolumeModificationState enum value VolumeModificationStateFailed = "failed" )
const ( // VolumeStateCreating is a VolumeState enum value VolumeStateCreating = "creating" // VolumeStateAvailable is a VolumeState enum value VolumeStateAvailable = "available" // VolumeStateInUse is a VolumeState enum value VolumeStateInUse = "in-use" // VolumeStateDeleting is a VolumeState enum value VolumeStateDeleting = "deleting" // VolumeStateDeleted is a VolumeState enum value VolumeStateDeleted = "deleted" // VolumeStateError is a VolumeState enum value VolumeStateError = "error" )
const ( // VolumeStatusInfoStatusOk is a VolumeStatusInfoStatus enum value VolumeStatusInfoStatusOk = "ok" // VolumeStatusInfoStatusImpaired is a VolumeStatusInfoStatus enum value VolumeStatusInfoStatusImpaired = "impaired" // VolumeStatusInfoStatusInsufficientData is a VolumeStatusInfoStatus enum value VolumeStatusInfoStatusInsufficientData = "insufficient-data" )
const ( // VolumeStatusNameIoEnabled is a VolumeStatusName enum value VolumeStatusNameIoEnabled = "io-enabled" // VolumeStatusNameIoPerformance is a VolumeStatusName enum value VolumeStatusNameIoPerformance = "io-performance" )
const ( // VolumeTypeStandard is a VolumeType enum value VolumeTypeStandard = "standard" // VolumeTypeIo1 is a VolumeType enum value VolumeTypeIo1 = "io1" // VolumeTypeGp2 is a VolumeType enum value VolumeTypeGp2 = "gp2" // VolumeTypeSc1 is a VolumeType enum value VolumeTypeSc1 = "sc1" // VolumeTypeSt1 is a VolumeType enum value VolumeTypeSt1 = "st1" )
const ( // VpcAttributeNameEnableDnsSupport is a VpcAttributeName enum value VpcAttributeNameEnableDnsSupport = "enableDnsSupport" // VpcAttributeNameEnableDnsHostnames is a VpcAttributeName enum value VpcAttributeNameEnableDnsHostnames = "enableDnsHostnames" )
const ( // VpcCidrBlockStateCodeAssociating is a VpcCidrBlockStateCode enum value VpcCidrBlockStateCodeAssociating = "associating" // VpcCidrBlockStateCodeAssociated is a VpcCidrBlockStateCode enum value VpcCidrBlockStateCodeAssociated = "associated" // VpcCidrBlockStateCodeDisassociating is a VpcCidrBlockStateCode enum value VpcCidrBlockStateCodeDisassociating = "disassociating" // VpcCidrBlockStateCodeDisassociated is a VpcCidrBlockStateCode enum value VpcCidrBlockStateCodeDisassociated = "disassociated" // VpcCidrBlockStateCodeFailing is a VpcCidrBlockStateCode enum value VpcCidrBlockStateCodeFailing = "failing" // VpcCidrBlockStateCodeFailed is a VpcCidrBlockStateCode enum value VpcCidrBlockStateCodeFailed = "failed" )
const ( // VpcEndpointTypeInterface is a VpcEndpointType enum value VpcEndpointTypeInterface = "Interface" // VpcEndpointTypeGateway is a VpcEndpointType enum value VpcEndpointTypeGateway = "Gateway" )
const ( // VpcPeeringConnectionStateReasonCodeInitiatingRequest is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeInitiatingRequest = "initiating-request" // VpcPeeringConnectionStateReasonCodePendingAcceptance is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodePendingAcceptance = "pending-acceptance" // VpcPeeringConnectionStateReasonCodeActive is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeActive = "active" // VpcPeeringConnectionStateReasonCodeDeleted is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeDeleted = "deleted" // VpcPeeringConnectionStateReasonCodeRejected is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeRejected = "rejected" // VpcPeeringConnectionStateReasonCodeFailed is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeFailed = "failed" // VpcPeeringConnectionStateReasonCodeExpired is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeExpired = "expired" // VpcPeeringConnectionStateReasonCodeProvisioning is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeProvisioning = "provisioning" // VpcPeeringConnectionStateReasonCodeDeleting is a VpcPeeringConnectionStateReasonCode enum value VpcPeeringConnectionStateReasonCodeDeleting = "deleting" )
const ( // VpcStatePending is a VpcState enum value VpcStatePending = "pending" // VpcStateAvailable is a VpcState enum value VpcStateAvailable = "available" )
const ( // VpnEcmpSupportValueEnable is a VpnEcmpSupportValue enum value VpnEcmpSupportValueEnable = "enable" // VpnEcmpSupportValueDisable is a VpnEcmpSupportValue enum value VpnEcmpSupportValueDisable = "disable" )
const ( // VpnStatePending is a VpnState enum value VpnStatePending = "pending" // VpnStateAvailable is a VpnState enum value VpnStateAvailable = "available" // VpnStateDeleting is a VpnState enum value VpnStateDeleting = "deleting" // VpnStateDeleted is a VpnState enum value VpnStateDeleted = "deleted" )
const ( ServiceName = "ec2" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "EC2" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// AssociatedNetworkTypeVpc is a AssociatedNetworkType enum value
AssociatedNetworkTypeVpc = "vpc"
)
const (
// ConnectionNotificationTypeTopic is a ConnectionNotificationType enum value
ConnectionNotificationTypeTopic = "Topic"
)
const (
// ContainerFormatOva is a ContainerFormat enum value
ContainerFormatOva = "ova"
)
const (
// CopyTagsFromSourceVolume is a CopyTagsFromSource enum value
CopyTagsFromSourceVolume = "volume"
)
const (
// CurrencyCodeValuesUsd is a CurrencyCodeValues enum value
CurrencyCodeValuesUsd = "USD"
)
const (
// ElasticGpuStateAttached is a ElasticGpuState enum value
ElasticGpuStateAttached = "ATTACHED"
)
const (
// FleetCapacityReservationUsageStrategyUseCapacityReservationsFirst is a FleetCapacityReservationUsageStrategy enum value
FleetCapacityReservationUsageStrategyUseCapacityReservationsFirst = "use-capacity-reservations-first"
)
const (
// GatewayTypeIpsec1 is a GatewayType enum value
GatewayTypeIpsec1 = "ipsec.1"
)
const (
// MarketTypeSpot is a MarketType enum value
MarketTypeSpot = "spot"
)
const (
// NetworkInterfaceCreationTypeEfa is a NetworkInterfaceCreationType enum value
NetworkInterfaceCreationTypeEfa = "efa"
)
const (
// PermissionGroupAll is a PermissionGroup enum value
PermissionGroupAll = "all"
)
const (
// PlatformValuesWindows is a PlatformValues enum value
PlatformValuesWindows = "Windows"
)
const (
// RecurringChargeFrequencyHourly is a RecurringChargeFrequency enum value
RecurringChargeFrequencyHourly = "Hourly"
)
const (
// ResetFpgaImageAttributeNameLoadPermission is a ResetFpgaImageAttributeName enum value
ResetFpgaImageAttributeNameLoadPermission = "loadPermission"
)
const (
// ResetImageAttributeNameLaunchPermission is a ResetImageAttributeName enum value
ResetImageAttributeNameLaunchPermission = "launchPermission"
)
const (
// StatusNameReachability is a StatusName enum value
StatusNameReachability = "reachability"
)
const (
// TrafficMirrorNetworkServiceAmazonDns is a TrafficMirrorNetworkService enum value
TrafficMirrorNetworkServiceAmazonDns = "amazon-dns"
)
const (
// VpcTenancyDefault is a VpcTenancy enum value
VpcTenancyDefault = "default"
)
const (
// VpnProtocolOpenvpn is a VpnProtocol enum value
VpnProtocolOpenvpn = "openvpn"
)
const (
// VpnStaticRouteSourceStatic is a VpnStaticRouteSource enum value
VpnStaticRouteSourceStatic = "Static"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptReservedInstancesExchangeQuoteInput ¶
type AcceptReservedInstancesExchangeQuoteInput 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:"boolean"` // The IDs of the Convertible Reserved Instances to exchange for another Convertible // Reserved Instance of the same or higher value. // // ReservedInstanceIds is a required field ReservedInstanceIds []*string `locationName:"ReservedInstanceId" locationNameList:"ReservedInstanceId" type:"list" required:"true"` // The configuration of the target Convertible Reserved Instance to exchange // for your current Convertible Reserved Instances. TargetConfigurations []*TargetConfigurationRequest `locationName:"TargetConfiguration" locationNameList:"TargetConfigurationRequest" type:"list"` // contains filtered or unexported fields }
Contains the parameters for accepting the quote.
func (AcceptReservedInstancesExchangeQuoteInput) GoString ¶
func (s AcceptReservedInstancesExchangeQuoteInput) GoString() string
GoString returns the string representation
func (*AcceptReservedInstancesExchangeQuoteInput) SetDryRun ¶
func (s *AcceptReservedInstancesExchangeQuoteInput) SetDryRun(v bool) *AcceptReservedInstancesExchangeQuoteInput
SetDryRun sets the DryRun field's value.
func (*AcceptReservedInstancesExchangeQuoteInput) SetReservedInstanceIds ¶
func (s *AcceptReservedInstancesExchangeQuoteInput) SetReservedInstanceIds(v []*string) *AcceptReservedInstancesExchangeQuoteInput
SetReservedInstanceIds sets the ReservedInstanceIds field's value.
func (*AcceptReservedInstancesExchangeQuoteInput) SetTargetConfigurations ¶
func (s *AcceptReservedInstancesExchangeQuoteInput) SetTargetConfigurations(v []*TargetConfigurationRequest) *AcceptReservedInstancesExchangeQuoteInput
SetTargetConfigurations sets the TargetConfigurations field's value.
func (AcceptReservedInstancesExchangeQuoteInput) String ¶
func (s AcceptReservedInstancesExchangeQuoteInput) String() string
String returns the string representation
func (*AcceptReservedInstancesExchangeQuoteInput) Validate ¶
func (s *AcceptReservedInstancesExchangeQuoteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptReservedInstancesExchangeQuoteOutput ¶
type AcceptReservedInstancesExchangeQuoteOutput struct { // The ID of the successful exchange. ExchangeId *string `locationName:"exchangeId" type:"string"` // contains filtered or unexported fields }
The result of the exchange and whether it was successful.
func (AcceptReservedInstancesExchangeQuoteOutput) GoString ¶
func (s AcceptReservedInstancesExchangeQuoteOutput) GoString() string
GoString returns the string representation
func (*AcceptReservedInstancesExchangeQuoteOutput) SetExchangeId ¶
func (s *AcceptReservedInstancesExchangeQuoteOutput) SetExchangeId(v string) *AcceptReservedInstancesExchangeQuoteOutput
SetExchangeId sets the ExchangeId field's value.
func (AcceptReservedInstancesExchangeQuoteOutput) String ¶
func (s AcceptReservedInstancesExchangeQuoteOutput) String() string
String returns the string representation
type AcceptTransitGatewayPeeringAttachmentInput ¶
type AcceptTransitGatewayPeeringAttachmentInput 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:"boolean"` // The ID of the transit gateway attachment. // // TransitGatewayAttachmentId is a required field TransitGatewayAttachmentId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AcceptTransitGatewayPeeringAttachmentInput) GoString ¶
func (s AcceptTransitGatewayPeeringAttachmentInput) GoString() string
GoString returns the string representation
func (*AcceptTransitGatewayPeeringAttachmentInput) SetDryRun ¶
func (s *AcceptTransitGatewayPeeringAttachmentInput) SetDryRun(v bool) *AcceptTransitGatewayPeeringAttachmentInput
SetDryRun sets the DryRun field's value.
func (*AcceptTransitGatewayPeeringAttachmentInput) SetTransitGatewayAttachmentId ¶
func (s *AcceptTransitGatewayPeeringAttachmentInput) SetTransitGatewayAttachmentId(v string) *AcceptTransitGatewayPeeringAttachmentInput
SetTransitGatewayAttachmentId sets the TransitGatewayAttachmentId field's value.
func (AcceptTransitGatewayPeeringAttachmentInput) String ¶
func (s AcceptTransitGatewayPeeringAttachmentInput) String() string
String returns the string representation
func (*AcceptTransitGatewayPeeringAttachmentInput) Validate ¶
func (s *AcceptTransitGatewayPeeringAttachmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptTransitGatewayPeeringAttachmentOutput ¶
type AcceptTransitGatewayPeeringAttachmentOutput struct { // The transit gateway peering attachment. TransitGatewayPeeringAttachment *TransitGatewayPeeringAttachment `locationName:"transitGatewayPeeringAttachment" type:"structure"` // contains filtered or unexported fields }
func (AcceptTransitGatewayPeeringAttachmentOutput) GoString ¶
func (s AcceptTransitGatewayPeeringAttachmentOutput) GoString() string
GoString returns the string representation
func (*AcceptTransitGatewayPeeringAttachmentOutput) SetTransitGatewayPeeringAttachment ¶
func (s *AcceptTransitGatewayPeeringAttachmentOutput) SetTransitGatewayPeeringAttachment(v *TransitGatewayPeeringAttachment) *AcceptTransitGatewayPeeringAttachmentOutput
SetTransitGatewayPeeringAttachment sets the TransitGatewayPeeringAttachment field's value.
func (AcceptTransitGatewayPeeringAttachmentOutput) String ¶
func (s AcceptTransitGatewayPeeringAttachmentOutput) String() string
String returns the string representation
type AcceptTransitGatewayVpcAttachmentInput ¶
type AcceptTransitGatewayVpcAttachmentInput 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:"boolean"` // The ID of the attachment. // // TransitGatewayAttachmentId is a required field TransitGatewayAttachmentId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AcceptTransitGatewayVpcAttachmentInput) GoString ¶
func (s AcceptTransitGatewayVpcAttachmentInput) GoString() string
GoString returns the string representation
func (*AcceptTransitGatewayVpcAttachmentInput) SetDryRun ¶
func (s *AcceptTransitGatewayVpcAttachmentInput) SetDryRun(v bool) *AcceptTransitGatewayVpcAttachmentInput
SetDryRun sets the DryRun field's value.
func (*AcceptTransitGatewayVpcAttachmentInput) SetTransitGatewayAttachmentId ¶
func (s *AcceptTransitGatewayVpcAttachmentInput) SetTransitGatewayAttachmentId(v string) *AcceptTransitGatewayVpcAttachmentInput
SetTransitGatewayAttachmentId sets the TransitGatewayAttachmentId field's value.
func (AcceptTransitGatewayVpcAttachmentInput) String ¶
func (s AcceptTransitGatewayVpcAttachmentInput) String() string
String returns the string representation
func (*AcceptTransitGatewayVpcAttachmentInput) Validate ¶
func (s *AcceptTransitGatewayVpcAttachmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptTransitGatewayVpcAttachmentOutput ¶
type AcceptTransitGatewayVpcAttachmentOutput struct { // The VPC attachment. TransitGatewayVpcAttachment *TransitGatewayVpcAttachment `locationName:"transitGatewayVpcAttachment" type:"structure"` // contains filtered or unexported fields }
func (AcceptTransitGatewayVpcAttachmentOutput) GoString ¶
func (s AcceptTransitGatewayVpcAttachmentOutput) GoString() string
GoString returns the string representation
func (*AcceptTransitGatewayVpcAttachmentOutput) SetTransitGatewayVpcAttachment ¶
func (s *AcceptTransitGatewayVpcAttachmentOutput) SetTransitGatewayVpcAttachment(v *TransitGatewayVpcAttachment) *AcceptTransitGatewayVpcAttachmentOutput
SetTransitGatewayVpcAttachment sets the TransitGatewayVpcAttachment field's value.
func (AcceptTransitGatewayVpcAttachmentOutput) String ¶
func (s AcceptTransitGatewayVpcAttachmentOutput) String() string
String returns the string representation
type AcceptVpcEndpointConnectionsInput ¶
type AcceptVpcEndpointConnectionsInput 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:"boolean"` // The ID of the VPC endpoint service. // // ServiceId is a required field ServiceId *string `type:"string" required:"true"` // The IDs of one or more interface VPC endpoints. // // VpcEndpointIds is a required field VpcEndpointIds []*string `locationName:"VpcEndpointId" locationNameList:"item" type:"list" required:"true"` // contains filtered or unexported fields }
func (AcceptVpcEndpointConnectionsInput) GoString ¶
func (s AcceptVpcEndpointConnectionsInput) GoString() string
GoString returns the string representation
func (*AcceptVpcEndpointConnectionsInput) SetDryRun ¶
func (s *AcceptVpcEndpointConnectionsInput) SetDryRun(v bool) *AcceptVpcEndpointConnectionsInput
SetDryRun sets the DryRun field's value.
func (*AcceptVpcEndpointConnectionsInput) SetServiceId ¶
func (s *AcceptVpcEndpointConnectionsInput) SetServiceId(v string) *AcceptVpcEndpointConnectionsInput
SetServiceId sets the ServiceId field's value.
func (*AcceptVpcEndpointConnectionsInput) SetVpcEndpointIds ¶
func (s *AcceptVpcEndpointConnectionsInput) SetVpcEndpointIds(v []*string) *AcceptVpcEndpointConnectionsInput
SetVpcEndpointIds sets the VpcEndpointIds field's value.
func (AcceptVpcEndpointConnectionsInput) String ¶
func (s AcceptVpcEndpointConnectionsInput) String() string
String returns the string representation
func (*AcceptVpcEndpointConnectionsInput) Validate ¶
func (s *AcceptVpcEndpointConnectionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptVpcEndpointConnectionsOutput ¶
type AcceptVpcEndpointConnectionsOutput struct { // Information about the interface endpoints that were not accepted, if applicable. Unsuccessful []*UnsuccessfulItem `locationName:"unsuccessful" locationNameList:"item" type:"list"` // contains filtered or unexported fields }
func (AcceptVpcEndpointConnectionsOutput) GoString ¶
func (s AcceptVpcEndpointConnectionsOutput) GoString() string
GoString returns the string representation
func (*AcceptVpcEndpointConnectionsOutput) SetUnsuccessful ¶
func (s *AcceptVpcEndpointConnectionsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *AcceptVpcEndpointConnectionsOutput
SetUnsuccessful sets the Unsuccessful field's value.
func (AcceptVpcEndpointConnectionsOutput) String ¶
func (s AcceptVpcEndpointConnectionsOutput) String() string
String returns the string representation
type AcceptVpcPeeringConnectionInput ¶
type AcceptVpcPeeringConnectionInput 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 `locationName:"dryRun" type:"boolean"` // The ID of the VPC peering connection. You must specify this parameter in // the request. VpcPeeringConnectionId *string `locationName:"vpcPeeringConnectionId" type:"string"` // contains filtered or unexported fields }
func (AcceptVpcPeeringConnectionInput) GoString ¶
func (s AcceptVpcPeeringConnectionInput) GoString() string
GoString returns the string representation
func (*AcceptVpcPeeringConnectionInput) SetDryRun ¶
func (s *AcceptVpcPeeringConnectionInput) SetDryRun(v bool) *AcceptVpcPeeringConnectionInput
SetDryRun sets the DryRun field's value.
func (*AcceptVpcPeeringConnectionInput) SetVpcPeeringConnectionId ¶
func (s *AcceptVpcPeeringConnectionInput) SetVpcPeeringConnectionId(v string) *AcceptVpcPeeringConnectionInput
SetVpcPeeringConnectionId sets the VpcPeeringConnectionId field's value.
func (AcceptVpcPeeringConnectionInput) String ¶
func (s AcceptVpcPeeringConnectionInput) String() string
String returns the string representation
type AcceptVpcPeeringConnectionOutput ¶
type AcceptVpcPeeringConnectionOutput struct { // Information about the VPC peering connection. VpcPeeringConnection *VpcPeeringConnection `locationName:"vpcPeeringConnection" type:"structure"` // contains filtered or unexported fields }
func (AcceptVpcPeeringConnectionOutput) GoString ¶
func (s AcceptVpcPeeringConnectionOutput) GoString() string
GoString returns the string representation
func (*AcceptVpcPeeringConnectionOutput) SetVpcPeeringConnection ¶
func (s *AcceptVpcPeeringConnectionOutput) SetVpcPeeringConnection(v *VpcPeeringConnection) *AcceptVpcPeeringConnectionOutput
SetVpcPeeringConnection sets the VpcPeeringConnection field's value.
func (AcceptVpcPeeringConnectionOutput) String ¶
func (s AcceptVpcPeeringConnectionOutput) String() string
String returns the string representation
type AccountAttribute ¶
type AccountAttribute struct { // The name of the account attribute. AttributeName *string `locationName:"attributeName" type:"string"` // The values for the account attribute. AttributeValues []*AccountAttributeValue `locationName:"attributeValueSet" locationNameList:"item" type:"list"` // contains filtered or unexported fields }
Describes an account attribute.
func (AccountAttribute) GoString ¶
func (s AccountAttribute) GoString() string
GoString returns the string representation
func (*AccountAttribute) SetAttributeName ¶
func (s *AccountAttribute) SetAttributeName(v string) *AccountAttribute
SetAttributeName sets the AttributeName field's value.
func (*AccountAttribute) SetAttributeValues ¶
func (s *AccountAttribute) SetAttributeValues(v []*AccountAttributeValue) *AccountAttribute
SetAttributeValues sets the AttributeValues field's value.
func (AccountAttribute) String ¶
func (s AccountAttribute) String() string
String returns the string representation
type AccountAttributeValue ¶
type AccountAttributeValue struct { // The value of the attribute. AttributeValue *string `locationName:"attributeValue" type:"string"` // contains filtered or unexported fields }
Describes a value of an account attribute.
func (AccountAttributeValue) GoString ¶
func (s AccountAttributeValue) GoString() string
GoString returns the string representation
func (*AccountAttributeValue) SetAttributeValue ¶
func (s *AccountAttributeValue) SetAttributeValue(v string) *AccountAttributeValue
SetAttributeValue sets the AttributeValue field's value.
func (AccountAttributeValue) String ¶
func (s AccountAttributeValue) String() string
String returns the string representation
type ActiveInstance ¶
type ActiveInstance struct { // The health status of the instance. If the status of either the instance status // check or the system status check is impaired, the health status of the instance // is unhealthy. Otherwise, the health status is healthy. InstanceHealth *string `locationName:"instanceHealth" type:"string" enum:"InstanceHealthStatus"` // The ID of the instance. InstanceId *string `locationName:"instanceId" type:"string"` // The instance type. InstanceType *string `locationName:"instanceType" type:"string"` // The ID of the Spot Instance request. SpotInstanceRequestId *string `locationName:"spotInstanceRequestId" type:"string"` // contains filtered or unexported fields }
Describes a running instance in a Spot Fleet.
func (ActiveInstance) GoString ¶
func (s ActiveInstance) GoString() string
GoString returns the string representation
func (*ActiveInstance) SetInstanceHealth ¶
func (s *ActiveInstance) SetInstanceHealth(v string) *ActiveInstance
SetInstanceHealth sets the InstanceHealth field's value.
func (*ActiveInstance) SetInstanceId ¶
func (s *ActiveInstance) SetInstanceId(v string) *ActiveInstance
SetInstanceId sets the InstanceId field's value.
func (*ActiveInstance) SetInstanceType ¶
func (s *ActiveInstance) SetInstanceType(v string) *ActiveInstance
SetInstanceType sets the InstanceType field's value.
func (*ActiveInstance) SetSpotInstanceRequestId ¶
func (s *ActiveInstance) SetSpotInstanceRequestId(v string) *ActiveInstance
SetSpotInstanceRequestId sets the SpotInstanceRequestId field's value.
func (ActiveInstance) String ¶
func (s ActiveInstance) String() string
String returns the string representation
type Address ¶
type Address struct { // The ID representing the allocation of the address for use with EC2-VPC. AllocationId *string `locationName:"allocationId" type:"string"` // The ID representing the association of the address with an instance in a // VPC. AssociationId *string `locationName:"associationId" type:"string"` // The customer-owned IP address. CustomerOwnedIp *string `locationName:"customerOwnedIp" type:"string"` // The ID of the customer-owned address pool. CustomerOwnedIpv4Pool *string `locationName:"customerOwnedIpv4Pool" type:"string"` // Indicates whether this Elastic IP address is for use with instances in EC2-Classic // (standard) or instances in a VPC (vpc). Domain *string `locationName:"domain" type:"string" enum:"DomainType"` // The ID of the instance that the address is associated with (if any). InstanceId *string `locationName:"instanceId" type:"string"` // The name of the location from which the IP address is advertised. NetworkBorderGroup *string `locationName:"networkBorderGroup" type:"string"` // The ID of the network interface. NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"` // The ID of the AWS account that owns the network interface. NetworkInterfaceOwnerId *string `locationName:"networkInterfaceOwnerId" type:"string"` // The private IP address associated with the Elastic IP address. PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"` // The Elastic IP address. PublicIp *string `locationName:"publicIp" type:"string"` // The ID of an address pool. PublicIpv4Pool *string `locationName:"publicIpv4Pool" type:"string"` // Any tags assigned to the Elastic IP address. Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"` // contains filtered or unexported fields }
Describes an Elastic IP address.
func (Address) GoString ¶
GoString returns the string representation
func (*Address) SetAllocationId ¶
SetAllocationId sets the AllocationId field's value.
func (*Address) SetAssociationId ¶
SetAssociationId sets the AssociationId field's value.
func (*Address) SetCustomerOwnedIp ¶
SetCustomerOwnedIp sets the CustomerOwnedIp field's value.
func (*Address) SetCustomerOwnedIpv4Pool ¶
SetCustomerOwnedIpv4Pool sets the CustomerOwnedIpv4Pool field's value.
func (*Address) SetDomain ¶
SetDomain sets the Domain field's value.
func (*Address) SetInstanceId ¶
SetInstanceId sets the InstanceId field's value.
func (*Address) SetNetworkBorderGroup ¶
SetNetworkBorderGroup sets the NetworkBorderGroup field's value.
func (*Address) SetNetworkInterfaceId ¶
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*Address) SetNetworkInterfaceOwnerId ¶
SetNetworkInterfaceOwnerId sets the NetworkInterfaceOwnerId field's value.
func (*Address) SetPrivateIpAddress ¶
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (*Address) SetPublicIp ¶
SetPublicIp sets the PublicIp field's value.
func (*Address) SetPublicIpv4Pool ¶
SetPublicIpv4Pool sets the PublicIpv4Pool field's value.
func (*Address) SetTags ¶
SetTags sets the Tags field's value.
type AdvertiseByoipCidrInput ¶
type AdvertiseByoipCidrInput struct { // The IPv4 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 is a required field Cidr *string `type:"string" required:"true"` // Checks whether you have the required permissions for the action, without // actually making 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:"boolean"` // contains filtered or unexported fields }
func (AdvertiseByoipCidrInput) GoString ¶
func (s AdvertiseByoipCidrInput) GoString() string
GoString returns the string representation
func (*AdvertiseByoipCidrInput) SetCidr ¶
func (s *AdvertiseByoipCidrInput) SetCidr(v string) *AdvertiseByoipCidrInput
SetCidr sets the Cidr field's value.
func (*AdvertiseByoipCidrInput) SetDryRun ¶
func (s *AdvertiseByoipCidrInput) SetDryRun(v bool) *AdvertiseByoipCidrInput
SetDryRun sets the DryRun field's value.
func (AdvertiseByoipCidrInput) String ¶
func (s AdvertiseByoipCidrInput) String() string
String returns the string representation
func (*AdvertiseByoipCidrInput) Validate ¶
func (s *AdvertiseByoipCidrInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AdvertiseByoipCidrOutput ¶
type AdvertiseByoipCidrOutput struct { // Information about the address range. ByoipCidr *ByoipCidr `locationName:"byoipCidr" type:"structure"` // contains filtered or unexported fields }
func (AdvertiseByoipCidrOutput) GoString ¶
func (s AdvertiseByoipCidrOutput) GoString() string
GoString returns the string representation
func (*AdvertiseByoipCidrOutput) SetByoipCidr ¶
func (s *AdvertiseByoipCidrOutput) SetByoipCidr(v *ByoipCidr) *AdvertiseByoipCidrOutput
SetByoipCidr sets the ByoipCidr field's value.
func (AdvertiseByoipCidrOutput) String ¶
func (s AdvertiseByoipCidrOutput) String() string
String returns the string representation
type AllocateAddressInput ¶
type AllocateAddressInput struct { // [EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address // pool. Address *string `type:"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 `type:"string"` // Set to vpc to allocate the address for use with instances in a VPC. // // Default: The address is for use with instances in EC2-Classic. Domain *string `type:"string" enum:"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 `locationName:"dryRun" type:"boolean"` // The location from which the IP address is advertised. Use this parameter // to limit the address to this location. // // Use DescribeVpcs (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html) // to view the network border groups. // // 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 `type:"string"` // 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 `type:"string"` // contains filtered or unexported fields }
func (AllocateAddressInput) GoString ¶
func (s AllocateAddressInput) GoString() string
GoString returns the string representation
func (*AllocateAddressInput) SetAddress ¶
func (s *AllocateAddressInput) SetAddress(v string) *AllocateAddressInput
SetAddress sets the Address field's value.
func (*AllocateAddressInput) SetCustomerOwnedIpv4Pool ¶
func (s *AllocateAddressInput) SetCustomerOwnedIpv4Pool(v string) *AllocateAddressInput
SetCustomerOwnedIpv4Pool sets the CustomerOwnedIpv4Pool field's value.
func (*AllocateAddressInput) SetDomain ¶
func (s *AllocateAddressInput) SetDomain(v string) *AllocateAddressInput
SetDomain sets the Domain field's value.
func (*AllocateAddressInput) SetDryRun ¶
func (s *AllocateAddressInput) SetDryRun(v bool) *AllocateAddressInput
SetDryRun sets the DryRun field's value.
func (*AllocateAddressInput) SetNetworkBorderGroup ¶
func (s *AllocateAddressInput) SetNetworkBorderGroup(v string) *AllocateAddressInput
SetNetworkBorderGroup sets the NetworkBorderGroup field's value.
func (*AllocateAddressInput) SetPublicIpv4Pool ¶
func (s *AllocateAddressInput) SetPublicIpv4Pool(v string) *AllocateAddressInput
SetPublicIpv4Pool sets the PublicIpv4Pool field's value.
func (AllocateAddressInput) String ¶
func (s AllocateAddressInput) String() string
String returns the string representation
type AllocateAddressOutput ¶
type AllocateAddressOutput struct { // [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 `locationName:"allocationId" type:"string"` // The customer-owned IP address. CustomerOwnedIp *string `locationName:"customerOwnedIp" type:"string"` // The ID of the customer-owned address pool. CustomerOwnedIpv4Pool *string `locationName:"customerOwnedIpv4Pool" type:"string"` // Indicates whether this Elastic IP address is for use with instances in EC2-Classic // (standard) or instances in a VPC (vpc). Domain *string `locationName:"domain" type:"string" enum:"DomainType"` // The location from which the IP address is advertised. NetworkBorderGroup *string `locationName:"networkBorderGroup" type:"string"` // The Elastic IP address. PublicIp *string `locationName:"publicIp" type:"string"` // The ID of an address pool. PublicIpv4Pool *string `locationName:"publicIpv4Pool" type:"string"` // contains filtered or unexported fields }
func (AllocateAddressOutput) GoString ¶
func (s AllocateAddressOutput) GoString() string
GoString returns the string representation
func (*AllocateAddressOutput) SetAllocationId ¶
func (s *AllocateAddressOutput) SetAllocationId(v string) *AllocateAddressOutput
SetAllocationId sets the AllocationId field's value.
func (*AllocateAddressOutput) SetCustomerOwnedIp ¶
func (s *AllocateAddressOutput) SetCustomerOwnedIp(v string) *AllocateAddressOutput
SetCustomerOwnedIp sets the CustomerOwnedIp field's value.
func (*AllocateAddressOutput) SetCustomerOwnedIpv4Pool ¶
func (s *AllocateAddressOutput) SetCustomerOwnedIpv4Pool(v string) *AllocateAddressOutput
SetCustomerOwnedIpv4Pool sets the CustomerOwnedIpv4Pool field's value.
func (*AllocateAddressOutput) SetDomain ¶
func (s *AllocateAddressOutput) SetDomain(v string) *AllocateAddressOutput
SetDomain sets the Domain field's value.
func (*AllocateAddressOutput) SetNetworkBorderGroup ¶
func (s *AllocateAddressOutput) SetNetworkBorderGroup(v string) *AllocateAddressOutput
SetNetworkBorderGroup sets the NetworkBorderGroup field's value.
func (*AllocateAddressOutput) SetPublicIp ¶
func (s *AllocateAddressOutput) SetPublicIp(v string) *AllocateAddressOutput
SetPublicIp sets the PublicIp field's value.
func (*AllocateAddressOutput) SetPublicIpv4Pool ¶
func (s *AllocateAddressOutput) SetPublicIpv4Pool(v string) *AllocateAddressOutput
SetPublicIpv4Pool sets the PublicIpv4Pool field's value.
func (AllocateAddressOutput) String ¶
func (s AllocateAddressOutput) String() string
String returns the string representation
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. // // Default: on AutoPlacement *string `locationName:"autoPlacement" type:"string" enum:"AutoPlacement"` // The Availability Zone in which to allocate the Dedicated Host. // // AvailabilityZone is a required field AvailabilityZone *string `locationName:"availabilityZone" type:"string" required:"true"` // 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 `locationName:"clientToken" type:"string"` // 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 *string `type:"string" enum:"HostRecovery"` // 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. // // If you want the Dedicated Hosts to support a specific instance type only, // omit this parameter and specify InstanceType instead. You cannot specify // InstanceFamily and InstanceType in the same request. InstanceFamily *string `type:"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. // // If you want the Dedicated Hosts to support multiple instance types in a specific // instance family, omit this parameter and specify InstanceFamily instead. // You cannot specify InstanceType and InstanceFamily in the same request. InstanceType *string `locationName:"instanceType" type:"string"` // The number of Dedicated Hosts to allocate to your account with these parameters. // // Quantity is a required field Quantity *int64 `locationName:"quantity" type:"integer" required:"true"` // The tags to apply to the Dedicated Host during creation. TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"` // contains filtered or unexported fields }
func (AllocateHostsInput) GoString ¶
func (s AllocateHostsInput) GoString() string
GoString returns the string representation
func (*AllocateHostsInput) SetAutoPlacement ¶
func (s *AllocateHostsInput) SetAutoPlacement(v string) *AllocateHostsInput
SetAutoPlacement sets the AutoPlacement field's value.
func (*AllocateHostsInput) SetAvailabilityZone ¶
func (s *AllocateHostsInput) SetAvailabilityZone(v string) *AllocateHostsInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*AllocateHostsInput) SetClientToken ¶
func (s *AllocateHostsInput) SetClientToken(v string) *AllocateHostsInput
SetClientToken sets the ClientToken field's value.
func (*AllocateHostsInput) SetHostRecovery ¶
func (s *AllocateHostsInput) SetHostRecovery(v string) *AllocateHostsInput
SetHostRecovery sets the HostRecovery field's value.
func (*AllocateHostsInput) SetInstanceFamily ¶
func (s *AllocateHostsInput) SetInstanceFamily(v string) *AllocateHostsInput
SetInstanceFamily sets the InstanceFamily field's value.
func (*AllocateHostsInput) SetInstanceType ¶
func (s *AllocateHostsInput) SetInstanceType(v string) *AllocateHostsInput
SetInstanceType sets the InstanceType field's value.
func (*AllocateHostsInput) SetQuantity ¶
func (s *AllocateHostsInput) SetQuantity(v int64) *AllocateHostsInput
SetQuantity sets the Quantity field's value.
func (*AllocateHostsInput) SetTagSpecifications ¶
func (s *AllocateHostsInput) SetTagSpecifications(v []*TagSpecification) *AllocateHostsInput
SetTagSpecifications sets the TagSpecifications field's value.
func (AllocateHostsInput) String ¶
func (s AllocateHostsInput) String() string
String returns the string representation
func (*AllocateHostsInput) Validate ¶
func (s *AllocateHostsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 `locationName:"hostIdSet" locationNameList:"item" type:"list"` // contains filtered or unexported fields }
Contains the output of AllocateHosts.
func (AllocateHostsOutput) GoString ¶
func (s AllocateHostsOutput) GoString() string
GoString returns the string representation
func (*AllocateHostsOutput) SetHostIds ¶
func (s *AllocateHostsOutput) SetHostIds(v []*string) *AllocateHostsOutput
SetHostIds sets the HostIds field's value.
func (AllocateHostsOutput) String ¶
func (s AllocateHostsOutput) String() string
String returns the string representation
type AllowedPrincipal ¶
type AllowedPrincipal struct { // The Amazon Resource Name (ARN) of the principal. Principal *string `locationName:"principal" type:"string"` // The type of principal. PrincipalType *string `locationName:"principalType" type:"string" enum:"PrincipalType"` // contains filtered or unexported fields }
Describes a principal.
func (AllowedPrincipal) GoString ¶
func (s AllowedPrincipal) GoString() string
GoString returns the string representation
func (*AllowedPrincipal) SetPrincipal ¶
func (s *AllowedPrincipal) SetPrincipal(v string) *AllowedPrincipal
SetPrincipal sets the Principal field's value.
func (*AllowedPrincipal) SetPrincipalType ¶
func (s *AllowedPrincipal) SetPrincipalType(v string) *AllowedPrincipal
SetPrincipalType sets the PrincipalType field's value.
func (AllowedPrincipal) String ¶
func (s AllowedPrincipal) String() string
String returns the string representation
type ApplySecurityGroupsToClientVpnTargetNetworkInput ¶
type ApplySecurityGroupsToClientVpnTargetNetworkInput struct { // The ID of the Client VPN endpoint. // // ClientVpnEndpointId is a required field ClientVpnEndpointId *string `type:"string" required:"true"` // Checks whether you have the required permissions for the action, without // actually making 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:"boolean"` // 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 is a required field SecurityGroupIds []*string `locationName:"SecurityGroupId" locationNameList:"item" type:"list" required:"true"` // The ID of the VPC in which the associated target network is located. // // VpcId is a required field VpcId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ApplySecurityGroupsToClientVpnTargetNetworkInput) GoString ¶
func (s ApplySecurityGroupsToClientVpnTargetNetworkInput) GoString() string
GoString returns the string representation
func (*ApplySecurityGroupsToClientVpnTargetNetworkInput) SetClientVpnEndpointId ¶
func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetClientVpnEndpointId(v string) *ApplySecurityGroupsToClientVpnTargetNetworkInput
SetClientVpnEndpointId sets the ClientVpnEndpointId field's value.
func (*ApplySecurityGroupsToClientVpnTargetNetworkInput) SetDryRun ¶
func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetDryRun(v bool) *ApplySecurityGroupsToClientVpnTargetNetworkInput
SetDryRun sets the DryRun field's value.
func (*ApplySecurityGroupsToClientVpnTargetNetworkInput) SetSecurityGroupIds ¶
func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetSecurityGroupIds(v []*string) *ApplySecurityGroupsToClientVpnTargetNetworkInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*ApplySecurityGroupsToClientVpnTargetNetworkInput) SetVpcId ¶
func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) SetVpcId(v string) *ApplySecurityGroupsToClientVpnTargetNetworkInput
SetVpcId sets the VpcId field's value.
func (ApplySecurityGroupsToClientVpnTargetNetworkInput) String ¶
func (s ApplySecurityGroupsToClientVpnTargetNetworkInput) String() string
String returns the string representation
func (*ApplySecurityGroupsToClientVpnTargetNetworkInput) Validate ¶
func (s *ApplySecurityGroupsToClientVpnTargetNetworkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ApplySecurityGroupsToClientVpnTargetNetworkOutput ¶
type ApplySecurityGroupsToClientVpnTargetNetworkOutput struct { // The IDs of the applied security groups. SecurityGroupIds []*string `locationName:"securityGroupIds" locationNameList:"item" type:"list"` // contains filtered or unexported fields }
func (ApplySecurityGroupsToClientVpnTargetNetworkOutput) GoString ¶
func (s ApplySecurityGroupsToClientVpnTargetNetworkOutput) GoString() string
GoString returns the string representation
func (*ApplySecurityGroupsToClientVpnTargetNetworkOutput) SetSecurityGroupIds ¶
func (s *ApplySecurityGroupsToClientVpnTargetNetworkOutput) SetSecurityGroupIds(v []*string) *ApplySecurityGroupsToClientVpnTargetNetworkOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (ApplySecurityGroupsToClientVpnTargetNetworkOutput) String ¶
func (s ApplySecurityGroupsToClientVpnTargetNetworkOutput) String() string
String returns the string representation
type AssignIpv6AddressesInput ¶
type AssignIpv6AddressesInput struct { // 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 *int64 `locationName:"ipv6AddressCount" type:"integer"` // 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 `locationName:"ipv6Addresses" locationNameList:"item" type:"list"` // The ID of the network interface. // // NetworkInterfaceId is a required field NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssignIpv6AddressesInput) GoString ¶
func (s AssignIpv6AddressesInput) GoString() string
GoString returns the string representation
func (*AssignIpv6AddressesInput) SetIpv6AddressCount ¶
func (s *AssignIpv6AddressesInput) SetIpv6AddressCount(v int64) *AssignIpv6AddressesInput
SetIpv6AddressCount sets the Ipv6AddressCount field's value.
func (*AssignIpv6AddressesInput) SetIpv6Addresses ¶
func (s *AssignIpv6AddressesInput) SetIpv6Addresses(v []*string) *AssignIpv6AddressesInput
SetIpv6Addresses sets the Ipv6Addresses field's value.
func (*AssignIpv6AddressesInput) SetNetworkInterfaceId ¶
func (s *AssignIpv6AddressesInput) SetNetworkInterfaceId(v string) *AssignIpv6AddressesInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (AssignIpv6AddressesInput) String ¶
func (s AssignIpv6AddressesInput) String() string
String returns the string representation
func (*AssignIpv6AddressesInput) Validate ¶
func (s *AssignIpv6AddressesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssignIpv6AddressesOutput ¶
type AssignIpv6AddressesOutput struct { // The IPv6 addresses assigned to the network interface. AssignedIpv6Addresses []*string `locationName:"assignedIpv6Addresses" locationNameList:"item" type:"list"` // The ID of the network interface. NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"` // contains filtered or unexported fields }
func (AssignIpv6AddressesOutput) GoString ¶
func (s AssignIpv6AddressesOutput) GoString() string
GoString returns the string representation
func (*AssignIpv6AddressesOutput) SetAssignedIpv6Addresses ¶
func (s *AssignIpv6AddressesOutput) SetAssignedIpv6Addresses(v []*string) *AssignIpv6AddressesOutput
SetAssignedIpv6Addresses sets the AssignedIpv6Addresses field's value.
func (*AssignIpv6AddressesOutput) SetNetworkInterfaceId ¶
func (s *AssignIpv6AddressesOutput) SetNetworkInterfaceId(v string) *AssignIpv6AddressesOutput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (AssignIpv6AddressesOutput) String ¶
func (s AssignIpv6AddressesOutput) String() string
String returns the string representation
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 `locationName:"allowReassignment" type:"boolean"` // The ID of the network interface. // // NetworkInterfaceId is a required field NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string" required:"true"` // 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 `locationName:"privateIpAddress" locationNameList:"PrivateIpAddress" type:"list"` // 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 *int64 `locationName:"secondaryPrivateIpAddressCount" type:"integer"` // contains filtered or unexported fields }
Contains the parameters for AssignPrivateIpAddresses.
func (AssignPrivateIpAddressesInput) GoString ¶
func (s AssignPrivateIpAddressesInput) GoString() string
GoString returns the string representation
func (*AssignPrivateIpAddressesInput) SetAllowReassignment ¶
func (s *AssignPrivateIpAddressesInput) SetAllowReassignment(v bool) *AssignPrivateIpAddressesInput
SetAllowReassignment sets the AllowReassignment field's value.
func (*AssignPrivateIpAddressesInput) SetNetworkInterfaceId ¶
func (s *AssignPrivateIpAddressesInput) SetNetworkInterfaceId(v string) *AssignPrivateIpAddressesInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*AssignPrivateIpAddressesInput) SetPrivateIpAddresses ¶
func (s *AssignPrivateIpAddressesInput) SetPrivateIpAddresses(v []*string) *AssignPrivateIpAddressesInput
SetPrivateIpAddresses sets the PrivateIpAddresses field's value.
func (*AssignPrivateIpAddressesInput) SetSecondaryPrivateIpAddressCount ¶
func (s *AssignPrivateIpAddressesInput) SetSecondaryPrivateIpAddressCount(v int64) *AssignPrivateIpAddressesInput
SetSecondaryPrivateIpAddressCount sets the SecondaryPrivateIpAddressCount field's value.
func (AssignPrivateIpAddressesInput) String ¶
func (s AssignPrivateIpAddressesInput) String() string
String returns the string representation
func (*AssignPrivateIpAddressesInput) Validate ¶
func (s *AssignPrivateIpAddressesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssignPrivateIpAddressesOutput ¶
type AssignPrivateIpAddressesOutput struct { // The private IP addresses assigned to the network interface. AssignedPrivateIpAddresses []*AssignedPrivateIpAddress `locationName:"assignedPrivateIpAddressesSet" locationNameList:"item" type:"list"` // The ID of the network interface. NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"` // contains filtered or unexported fields }
func (AssignPrivateIpAddressesOutput) GoString ¶
func (s AssignPrivateIpAddressesOutput) GoString() string
GoString returns the string representation
func (*AssignPrivateIpAddressesOutput) SetAssignedPrivateIpAddresses ¶
func (s *AssignPrivateIpAddressesOutput) SetAssignedPrivateIpAddresses(v []*AssignedPrivateIpAddress) *AssignPrivateIpAddressesOutput
SetAssignedPrivateIpAddresses sets the AssignedPrivateIpAddresses field's value.
func (*AssignPrivateIpAddressesOutput) SetNetworkInterfaceId ¶
func (s *AssignPrivateIpAddressesOutput) SetNetworkInterfaceId(v string) *AssignPrivateIpAddressesOutput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (AssignPrivateIpAddressesOutput) String ¶
func (s AssignPrivateIpAddressesOutput) String() string
String returns the string representation
type AssignedPrivateIpAddress ¶
type AssignedPrivateIpAddress struct { // The private IP address assigned to the network interface. PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"` // contains filtered or unexported fields }
Describes the private IP addresses assigned to a network interface.
func (AssignedPrivateIpAddress) GoString ¶
func (s AssignedPrivateIpAddress) GoString() string
GoString returns the string representation
func (*AssignedPrivateIpAddress) SetPrivateIpAddress ¶
func (s *AssignedPrivateIpAddress) SetPrivateIpAddress(v string) *AssignedPrivateIpAddress
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (AssignedPrivateIpAddress) String ¶
func (s AssignedPrivateIpAddress) String() string
String returns the string representation
type AssociateAddressInput ¶
type AssociateAddressInput struct { // [EC2-VPC] The allocation ID. This is required for EC2-VPC. AllocationId *string `type:"string"` // [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 `locationName:"allowReassociation" type:"boolean"` // Checks whether you have the required permissions for the action, without // actually making the request, and provides an error response. If you have // the required permissions, the error response is DryRunOperation. Otherwise, // it is UnauthorizedOperation. DryRun *bool `locationName:"dryRun" type:"boolean"` // 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 `type:"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 `locationName:"networkInterfaceId" type:"string"` // [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 `locationName:"privateIpAddress" type:"string"` // The Elastic IP address to associate with the instance. This is required for // EC2-Classic. PublicIp *string `type:"string"` // contains filtered or unexported fields }
func (AssociateAddressInput) GoString ¶
func (s AssociateAddressInput) GoString() string
GoString returns the string representation
func (*AssociateAddressInput) SetAllocationId ¶
func (s *AssociateAddressInput) SetAllocationId(v string) *AssociateAddressInput
SetAllocationId sets the AllocationId field's value.
func (*AssociateAddressInput) SetAllowReassociation ¶
func (s *AssociateAddressInput) SetAllowReassociation(v bool) *AssociateAddressInput
SetAllowReassociation sets the AllowReassociation field's value.
func (*AssociateAddressInput) SetDryRun ¶
func (s *AssociateAddressInput) SetDryRun(v bool) *AssociateAddressInput
SetDryRun sets the DryRun field's value.
func (*AssociateAddressInput) SetInstanceId ¶
func (s *AssociateAddressInput) SetInstanceId(v string) *AssociateAddressInput
SetInstanceId sets the InstanceId field's value.
func (*AssociateAddressInput) SetNetworkInterfaceId ¶
func (s *AssociateAddressInput) SetNetworkInterfaceId(v string) *AssociateAddressInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*AssociateAddressInput) SetPrivateIpAddress ¶
func (s *AssociateAddressInput) SetPrivateIpAddress(v string) *AssociateAddressInput
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (*AssociateAddressInput) SetPublicIp ¶
func (s *AssociateAddressInput) SetPublicIp(v string) *AssociateAddressInput
SetPublicIp sets the PublicIp field's value.
func (AssociateAddressInput) String ¶
func (s AssociateAddressInput) String() string
String returns the string representation
type AssociateAddressOutput ¶
type AssociateAddressOutput struct { // [EC2-VPC] The ID that represents the association of the Elastic IP address // with an instance. AssociationId *string `locationName:"associationId" type:"string"` // contains filtered or unexported fields }
func (AssociateAddressOutput) GoString ¶
func (s AssociateAddressOutput) GoString() string
GoString returns the string representation
func (*AssociateAddressOutput) SetAssociationId ¶
func (s *AssociateAddressOutput) SetAssociationId(v string) *AssociateAddressOutput
SetAssociationId sets the AssociationId field's value.
func (AssociateAddressOutput) String ¶
func (s AssociateAddressOutput) String() string
String returns the string representation
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 `type:"string" idempotencyToken:"true"` // The ID of the Client VPN endpoint. // // ClientVpnEndpointId is a required field ClientVpnEndpointId *string `type:"string" required:"true"` // Checks whether you have the required permissions for the action, without // actually making 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:"boolean"` // The ID of the subnet to associate with the Client VPN endpoint. // // SubnetId is a required field SubnetId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateClientVpnTargetNetworkInput) GoString ¶
func (s AssociateClientVpnTargetNetworkInput) GoString() string
GoString returns the string representation
func (*AssociateClientVpnTargetNetworkInput) SetClientToken ¶
func (s *AssociateClientVpnTargetNetworkInput) SetClientToken(v string) *AssociateClientVpnTargetNetworkInput
SetClientToken sets the ClientToken field's value.
func (*AssociateClientVpnTargetNetworkInput) SetClientVpnEndpointId ¶
func (s *AssociateClientVpnTargetNetworkInput) SetClientVpnEndpointId(v string) *AssociateClientVpnTargetNetworkInput
SetClientVpnEndpointId sets the ClientVpnEndpointId field's value.
func (*AssociateClientVpnTargetNetworkInput) SetDryRun ¶
func (s *AssociateClientVpnTargetNetworkInput) SetDryRun(v bool) *AssociateClientVpnTargetNetworkInput
SetDryRun sets the DryRun field's value.
func (*AssociateClientVpnTargetNetworkInput) SetSubnetId ¶
func (s *AssociateClientVpnTargetNetworkInput) SetSubnetId(v string) *AssociateClientVpnTargetNetworkInput
SetSubnetId sets the SubnetId field's value.
func (AssociateClientVpnTargetNetworkInput) String ¶
func (s AssociateClientVpnTargetNetworkInput) String() string
String returns the string representation
func (*AssociateClientVpnTargetNetworkInput) Validate ¶
func (s *AssociateClientVpnTargetNetworkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateClientVpnTargetNetworkOutput ¶
type AssociateClientVpnTargetNetworkOutput struct { // The unique ID of the target network association. AssociationId *string `locationName:"associationId" type:"string"` // The current state of the target network association. Status *AssociationStatus `locationName:"status" type:"structure"` // contains filtered or unexported fields }
func (AssociateClientVpnTargetNetworkOutput) GoString ¶
func (s AssociateClientVpnTargetNetworkOutput) GoString() string
GoString returns the string representation
func (*AssociateClientVpnTargetNetworkOutput) SetAssociationId ¶
func (s *AssociateClientVpnTargetNetworkOutput) SetAssociationId(v string) *AssociateClientVpnTargetNetworkOutput
SetAssociationId sets the AssociationId field's value.
func (*AssociateClientVpnTargetNetworkOutput) SetStatus ¶
func (s *AssociateClientVpnTargetNetworkOutput) SetStatus(v *AssociationStatus) *AssociateClientVpnTargetNetworkOutput
SetStatus sets the Status field's value.
func (AssociateClientVpnTargetNetworkOutput) String ¶
func (s AssociateClientVpnTargetNetworkOutput) String() string
String returns the string representation
type AssociateDhcpOptionsInput ¶
type AssociateDhcpOptionsInput struct { // The ID of the DHCP options set, or default to associate no DHCP options with // the VPC. // // DhcpOptionsId is a required field DhcpOptionsId *string `type:"string" required:"true"` // Checks whether you have the required permissions for the action, without // actually making the request, and provides an error response. If you have // the required permissions, the error response is DryRunOperation. Otherwise, // it is UnauthorizedOperation. DryRun *bool `locationName:"dryRun" type:"boolean"` // The ID of the VPC. // // VpcId is a required field VpcId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateDhcpOptionsInput) GoString ¶
func (s AssociateDhcpOptionsInput) GoString() string
GoString returns the string representation
func (*AssociateDhcpOptionsInput) SetDhcpOptionsId ¶
func (s *AssociateDhcpOptionsInput) SetDhcpOptionsId(v string) *AssociateDhcpOptionsInput
SetDhcpOptionsId sets the DhcpOptionsId field's value.
func (*AssociateDhcpOptionsInput) SetDryRun ¶
func (s *AssociateDhcpOptionsInput) SetDryRun(v bool) *AssociateDhcpOptionsInput
SetDryRun sets the DryRun field's value.
func (*AssociateDhcpOptionsInput) SetVpcId ¶
func (s *AssociateDhcpOptionsInput) SetVpcId(v string) *AssociateDhcpOptionsInput
SetVpcId sets the VpcId field's value.
func (AssociateDhcpOptionsInput) String ¶
func (s AssociateDhcpOptionsInput) String() string
String returns the string representation
func (*AssociateDhcpOptionsInput) Validate ¶
func (s *AssociateDhcpOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateDhcpOptionsOutput ¶
type AssociateDhcpOptionsOutput struct {
// contains filtered or unexported fields
}
func (AssociateDhcpOptionsOutput) GoString ¶
func (s AssociateDhcpOptionsOutput) GoString() string
GoString returns the string representation
func (AssociateDhcpOptionsOutput) String ¶
func (s AssociateDhcpOptionsOutput) String() string
String returns the string representation
type AssociateIamInstanceProfileInput ¶
type AssociateIamInstanceProfileInput struct { // The IAM instance profile. // // IamInstanceProfile is a required field IamInstanceProfile *IamInstanceProfileSpecification `type:"structure" required:"true"` // The ID of the instance. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateIamInstanceProfileInput) GoString ¶
func (s AssociateIamInstanceProfileInput) GoString() string
GoString returns the string representation
func (*AssociateIamInstanceProfileInput) SetIamInstanceProfile ¶
func (s *AssociateIamInstanceProfileInput) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *AssociateIamInstanceProfileInput
SetIamInstanceProfile sets the IamInstanceProfile field's value.
func (*AssociateIamInstanceProfileInput) SetInstanceId ¶
func (s *AssociateIamInstanceProfileInput) SetInstanceId(v string) *AssociateIamInstanceProfileInput
SetInstanceId sets the InstanceId field's value.
func (AssociateIamInstanceProfileInput) String ¶
func (s AssociateIamInstanceProfileInput) String() string
String returns the string representation
func (*AssociateIamInstanceProfileInput) Validate ¶
func (s *AssociateIamInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateIamInstanceProfileOutput ¶
type AssociateIamInstanceProfileOutput struct { // Information about the IAM instance profile association. IamInstanceProfileAssociation *IamInstanceProfileAssociation `locationName:"iamInstanceProfileAssociation" type:"structure"` // contains filtered or unexported fields }
func (AssociateIamInstanceProfileOutput) GoString ¶
func (s AssociateIamInstanceProfileOutput) GoString() string
GoString returns the string representation
func (*AssociateIamInstanceProfileOutput) SetIamInstanceProfileAssociation ¶
func (s *AssociateIamInstanceProfileOutput) SetIamInstanceProfileAssociation(v *IamInstanceProfileAssociation) *AssociateIamInstanceProfileOutput
SetIamInstanceProfileAssociation sets the IamInstanceProfileAssociation field's value.
func (AssociateIamInstanceProfileOutput) String ¶
func (s AssociateIamInstanceProfileOutput) String() string
String returns the string representation
type AssociateRouteTableInput ¶
type AssociateRouteTableInput 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 `locationName:"dryRun" type:"boolean"` // The ID of the internet gateway or virtual private gateway. GatewayId *string `type:"string"` // The ID of the route table. // // RouteTableId is a required field RouteTableId *string `locationName:"routeTableId" type:"string" required:"true"` // The ID of the subnet. SubnetId *string `locationName:"subnetId" type:"string"` // contains filtered or unexported fields }
func (AssociateRouteTableInput) GoString ¶
func (s AssociateRouteTableInput) GoString() string
GoString returns the string representation
func (*AssociateRouteTableInput) SetDryRun ¶
func (s *AssociateRouteTableInput) SetDryRun(v bool) *AssociateRouteTableInput
SetDryRun sets the DryRun field's value.
func (*AssociateRouteTableInput) SetGatewayId ¶
func (s *AssociateRouteTableInput) SetGatewayId(v string) *AssociateRouteTableInput
SetGatewayId sets the GatewayId field's value.
func (*AssociateRouteTableInput) SetRouteTableId ¶
func (s *AssociateRouteTableInput) SetRouteTableId(v string) *AssociateRouteTableInput
SetRouteTableId sets the RouteTableId field's value.
func (*AssociateRouteTableInput) SetSubnetId ¶
func (s *AssociateRouteTableInput) SetSubnetId(v string) *AssociateRouteTableInput
SetSubnetId sets the SubnetId field's value.
func (AssociateRouteTableInput) String ¶
func (s AssociateRouteTableInput) String() string
String returns the string representation
func (*AssociateRouteTableInput) Validate ¶
func (s *AssociateRouteTableInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateRouteTableOutput ¶
type AssociateRouteTableOutput struct { // The route table association ID. This ID is required for disassociating the // route table. AssociationId *string `locationName:"associationId" type:"string"` // The state of the association. AssociationState *RouteTableAssociationState `locationName:"associationState" type:"structure"` // contains filtered or unexported fields }
func (AssociateRouteTableOutput) GoString ¶
func (s AssociateRouteTableOutput) GoString() string
GoString returns the string representation
func (*AssociateRouteTableOutput) SetAssociationId ¶
func (s *AssociateRouteTableOutput) SetAssociationId(v string) *AssociateRouteTableOutput
SetAssociationId sets the AssociationId field's value.
func (*AssociateRouteTableOutput) SetAssociationState ¶
func (s *AssociateRouteTableOutput) SetAssociationState(v *RouteTableAssociationState) *AssociateRouteTableOutput
SetAssociationState sets the AssociationState field's value.
func (AssociateRouteTableOutput) String ¶
func (s AssociateRouteTableOutput) String() string
String returns the string representation
type AssociateSubnetCidrBlockInput ¶
type AssociateSubnetCidrBlockInput struct { // The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length. // // Ipv6CidrBlock is a required field Ipv6CidrBlock *string `locationName:"ipv6CidrBlock" type:"string" required:"true"` // The ID of your subnet. // // SubnetId is a required field SubnetId *string `locationName:"subnetId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateSubnetCidrBlockInput) GoString ¶
func (s AssociateSubnetCidrBlockInput) GoString() string
GoString returns the string representation
func (*AssociateSubnetCidrBlockInput) SetIpv6CidrBlock ¶
func (s *AssociateSubnetCidrBlockInput) SetIpv6CidrBlock(v string) *AssociateSubnetCidrBlockInput
SetIpv6CidrBlock sets the Ipv6CidrBlock field's value.
func (*AssociateSubnetCidrBlockInput) SetSubnetId ¶
func (s *AssociateSubnetCidrBlockInput) SetSubnetId(v string) *AssociateSubnetCidrBlockInput
SetSubnetId sets the SubnetId field's value.
func (AssociateSubnetCidrBlockInput) String ¶
func (s AssociateSubnetCidrBlockInput) String() string
String returns the string representation
func (*AssociateSubnetCidrBlockInput) Validate ¶
func (s *AssociateSubnetCidrBlockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateSubnetCidrBlockOutput ¶
type AssociateSubnetCidrBlockOutput struct { // Information about the IPv6 CIDR block association. Ipv6CidrBlockAssociation *SubnetIpv6CidrBlockAssociation `locationName:"ipv6CidrBlockAssociation" type:"structure"` // The ID of the subnet. SubnetId *string `locationName:"subnetId" type:"string"` // contains filtered or unexported fields }
func (AssociateSubnetCidrBlockOutput) GoString ¶
func (s AssociateSubnetCidrBlockOutput) GoString() string
GoString returns the string representation
func (*AssociateSubnetCidrBlockOutput) SetIpv6CidrBlockAssociation ¶
func (s *AssociateSubnetCidrBlockOutput) SetIpv6CidrBlockAssociation(v *SubnetIpv6CidrBlockAssociation) *AssociateSubnetCidrBlockOutput
SetIpv6CidrBlockAssociation sets the Ipv6CidrBlockAssociation field's value.
func (*AssociateSubnetCidrBlockOutput) SetSubnetId ¶
func (s *AssociateSubnetCidrBlockOutput) SetSubnetId(v string) *AssociateSubnetCidrBlockOutput
SetSubnetId sets the SubnetId field's value.
func (AssociateSubnetCidrBlockOutput) String ¶
func (s AssociateSubnetCidrBlockOutput) String() string
String returns the string representation
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 `type:"boolean"` // The IDs of the subnets to associate with the transit gateway multicast domain. SubnetIds []*string `locationNameList:"item" type:"list"` // The ID of the transit gateway attachment to associate with the transit gateway // multicast domain. TransitGatewayAttachmentId *string `type:"string"` // The ID of the transit gateway multicast domain. TransitGatewayMulticastDomainId *string `type:"string"` // contains filtered or unexported fields }
func (AssociateTransitGatewayMulticastDomainInput) GoString ¶
func (s AssociateTransitGatewayMulticastDomainInput) GoString() string
GoString returns the string representation
func (*AssociateTransitGatewayMulticastDomainInput) SetDryRun ¶
func (s *AssociateTransitGatewayMulticastDomainInput) SetDryRun(v bool) *AssociateTransitGatewayMulticastDomainInput
SetDryRun sets the DryRun field's value.
func (*AssociateTransitGatewayMulticastDomainInput) SetSubnetIds ¶
func (s *AssociateTransitGatewayMulticastDomainInput) SetSubnetIds(v []*string) *AssociateTransitGatewayMulticastDomainInput
SetSubnetIds sets the SubnetIds field's value.
func (*AssociateTransitGatewayMulticastDomainInput) SetTransitGatewayAttachmentId ¶
func (s *AssociateTransitGatewayMulticastDomainInput) SetTransitGatewayAttachmentId(v string) *AssociateTransitGatewayMulticastDomainInput
SetTransitGatewayAttachmentId sets the TransitGatewayAttachmentId field's value.
func (*AssociateTransitGatewayMulticastDomainInput) SetTransitGatewayMulticastDomainId ¶
func (s *AssociateTransitGatewayMulticastDomainInput) SetTransitGatewayMulticastDomainId(v string) *AssociateTransitGatewayMulticastDomainInput
SetTransitGatewayMulticastDomainId sets the TransitGatewayMulticastDomainId field's value.
func (AssociateTransitGatewayMulticastDomainInput) String ¶
func (s AssociateTransitGatewayMulticastDomainInput) String() string
String returns the string representation
type AssociateTransitGatewayMulticastDomainOutput ¶
type AssociateTransitGatewayMulticastDomainOutput struct { // Information about the transit gateway multicast domain associations. Associations *TransitGatewayMulticastDomainAssociations `locationName:"associations" type:"structure"` // contains filtered or unexported fields }
func (AssociateTransitGatewayMulticastDomainOutput) GoString ¶
func (s AssociateTransitGatewayMulticastDomainOutput) GoString() string
GoString returns the string representation
func (*AssociateTransitGatewayMulticastDomainOutput) SetAssociations ¶
func (s *AssociateTransitGatewayMulticastDomainOutput) SetAssociations(v *TransitGatewayMulticastDomainAssociations) *AssociateTransitGatewayMulticastDomainOutput
SetAssociations sets the Associations field's value.
func (AssociateTransitGatewayMulticastDomainOutput) String ¶
func (s AssociateTransitGatewayMulticastDomainOutput) String() string
String returns the string representation
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 `type:"boolean"` // The ID of the attachment. // // TransitGatewayAttachmentId is a required field TransitGatewayAttachmentId *string `type:"string" required:"true"` // The ID of the transit gateway route table. // // TransitGatewayRouteTableId is a required field TransitGatewayRouteTableId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateTransitGatewayRouteTableInput) GoString ¶
func (s AssociateTransitGatewayRouteTableInput) GoString() string
GoString returns the string representation
func (*AssociateTransitGatewayRouteTableInput) SetDryRun ¶
func (s *AssociateTransitGatewayRouteTableInput) SetDryRun(v bool) *AssociateTransitGatewayRouteTableInput
SetDryRun sets the DryRun field's value.
func (*AssociateTransitGatewayRouteTableInput) SetTransitGatewayAttachmentId ¶
func (s *AssociateTransitGatewayRouteTableInput) SetTransitGatewayAttachmentId(v string) *AssociateTransitGatewayRouteTableInput
SetTransitGatewayAttachmentId sets the TransitGatewayAttachmentId field's value.
func (*AssociateTransitGatewayRouteTableInput) SetTransitGatewayRouteTableId ¶
func (s *AssociateTransitGatewayRouteTableInput) SetTransitGatewayRouteTableId(v string) *AssociateTransitGatewayRouteTableInput
SetTransitGatewayRouteTableId sets the TransitGatewayRouteTableId field's value.
func (AssociateTransitGatewayRouteTableInput) String ¶
func (s AssociateTransitGatewayRouteTableInput) String() string
String returns the string representation
func (*AssociateTransitGatewayRouteTableInput) Validate ¶
func (s *AssociateTransitGatewayRouteTableInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateTransitGatewayRouteTableOutput ¶
type AssociateTransitGatewayRouteTableOutput struct { // The ID of the association. Association *TransitGatewayAssociation `locationName:"association" type:"structure"` // contains filtered or unexported fields }
func (AssociateTransitGatewayRouteTableOutput) GoString ¶
func (s AssociateTransitGatewayRouteTableOutput) GoString() string
GoString returns the string representation
func (*AssociateTransitGatewayRouteTableOutput) SetAssociation ¶
func (s *AssociateTransitGatewayRouteTableOutput) SetAssociation(v *TransitGatewayAssociation) *AssociateTransitGatewayRouteTableOutput
SetAssociation sets the Association field's value.
func (AssociateTransitGatewayRouteTableOutput) String ¶
func (s AssociateTransitGatewayRouteTableOutput) String() string
String returns the string representation
type AssociateVpcCidrBlockInput ¶
type AssociateVpcCidrBlockInput struct { // 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 `locationName:"amazonProvidedIpv6CidrBlock" type:"boolean"` // An IPv4 CIDR block to associate with the VPC. CidrBlock *string `type:"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 `type:"string"` // The ID of the VPC. // // VpcId is a required field VpcId *string `locationName:"vpcId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateVpcCidrBlockInput) GoString ¶
func (s AssociateVpcCidrBlockInput) GoString() string
GoString returns the string representation
func (*AssociateVpcCidrBlockInput) SetAmazonProvidedIpv6CidrBlock ¶
func (s *AssociateVpcCidrBlockInput) SetAmazonProvidedIpv6CidrBlock(v bool) *AssociateVpcCidrBlockInput
SetAmazonProvidedIpv6CidrBlock sets the AmazonProvidedIpv6CidrBlock field's value.
func (*AssociateVpcCidrBlockInput) SetCidrBlock ¶
func (s *AssociateVpcCidrBlockInput) SetCidrBlock(v string) *AssociateVpcCidrBlockInput
SetCidrBlock sets the CidrBlock field's value.
func (*AssociateVpcCidrBlockInput) SetIpv6CidrBlockNetworkBorderGroup ¶
func (s *AssociateVpcCidrBlockInput) SetIpv6CidrBlockNetworkBorderGroup(v string) *AssociateVpcCidrBlockInput
SetIpv6CidrBlockNetworkBorderGroup sets the Ipv6CidrBlockNetworkBorderGroup field's value.
func (*AssociateVpcCidrBlockInput) SetVpcId ¶
func (s *AssociateVpcCidrBlockInput) SetVpcId(v string) *AssociateVpcCidrBlockInput
SetVpcId sets the VpcId field's value.
func (AssociateVpcCidrBlockInput) String ¶
func (s AssociateVpcCidrBlockInput) String() string
String returns the string representation
func (*AssociateVpcCidrBlockInput) Validate ¶
func (s *AssociateVpcCidrBlockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateVpcCidrBlockOutput ¶
type AssociateVpcCidrBlockOutput struct { // Information about the IPv4 CIDR block association. CidrBlockAssociation *VpcCidrBlockAssociation `locationName:"cidrBlockAssociation" type:"structure"` // Information about the IPv6 CIDR block association. Ipv6CidrBlockAssociation *VpcIpv6CidrBlockAssociation `locationName:"ipv6CidrBlockAssociation" type:"structure"` // The ID of the VPC. VpcId *string `locationName:"vpcId" type:"string"` // contains filtered or unexported fields }
func (AssociateVpcCidrBlockOutput) GoString ¶
func (s AssociateVpcCidrBlockOutput) GoString() string
GoString returns the string representation
func (*AssociateVpcCidrBlockOutput) SetCidrBlockAssociation ¶
func (s *AssociateVpcCidrBlockOutput) SetCidrBlockAssociation(v *VpcCidrBlockAssociation) *AssociateVpcCidrBlockOutput
SetCidrBlockAssociation sets the CidrBlockAssociation field's value.
func (*AssociateVpcCidrBlockOutput) SetIpv6CidrBlockAssociation ¶
func (s *AssociateVpcCidrBlockOutput) SetIpv6CidrBlockAssociation(v *VpcIpv6CidrBlockAssociation) *AssociateVpcCidrBlockOutput
SetIpv6CidrBlockAssociation sets the Ipv6CidrBlockAssociation field's value.
func (*AssociateVpcCidrBlockOutput) SetVpcId ¶
func (s *AssociateVpcCidrBlockOutput) SetVpcId(v string) *AssociateVpcCidrBlockOutput
SetVpcId sets the VpcId field's value.
func (AssociateVpcCidrBlockOutput) String ¶
func (s AssociateVpcCidrBlockOutput) String() string
String returns the string representation
type AssociatedTargetNetwork ¶
type AssociatedTargetNetwork struct { // The ID of the subnet. NetworkId *string `locationName:"networkId" type:"string"` // The target network type. NetworkType *string `locationName:"networkType" type:"string" enum:"AssociatedNetworkType"` // contains filtered or unexported fields }
Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.
func (AssociatedTargetNetwork) GoString ¶
func (s AssociatedTargetNetwork) GoString() string
GoString returns the string representation
func (*AssociatedTargetNetwork) SetNetworkId ¶
func (s *AssociatedTargetNetwork) SetNetworkId(v string) *AssociatedTargetNetwork
SetNetworkId sets the NetworkId field's value.
func (*AssociatedTargetNetwork) SetNetworkType ¶
func (s *AssociatedTargetNetwork) SetNetworkType(v string) *AssociatedTargetNetwork
SetNetworkType sets the NetworkType field's value.
func (AssociatedTargetNetwork) String ¶
func (s AssociatedTargetNetwork) String() string
String returns the string representation
type AssociationStatus ¶
type AssociationStatus struct { // The state of the target network association. Code *string `locationName:"code" type:"string" enum:"AssociationStatusCode"` // A message about the status of the target network association, if applicable. Message *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Describes the state of a target network association.
func (AssociationStatus) GoString ¶
func (s AssociationStatus) GoString() string
GoString returns the string representation
func (*AssociationStatus) SetCode ¶
func (s *AssociationStatus) SetCode(v string) *AssociationStatus
SetCode sets the Code field's value.
func (*AssociationStatus) SetMessage ¶
func (s *AssociationStatus) SetMessage(v string) *AssociationStatus
SetMessage sets the Message field's value.
func (AssociationStatus) String ¶
func (s AssociationStatus) String() string
String returns the string representation
type AttachClassicLinkVpcInput ¶
type AttachClassicLinkVpcInput 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 `locationName:"dryRun" type:"boolean"` // The ID of one or more of the VPC's security groups. You cannot specify security // groups from a different VPC. // // Groups is a required field Groups []*string `locationName:"SecurityGroupId" locationNameList:"groupId" type:"list" required:"true"` // The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC. // // InstanceId is a required field InstanceId *string `locationName:"instanceId" type:"string" required:"true"` // The ID of a ClassicLink-enabled VPC. // // VpcId is a required field VpcId *string `locationName:"vpcId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AttachClassicLinkVpcInput) GoString ¶
func (s AttachClassicLinkVpcInput) GoString() string
GoString returns the string representation
func (*AttachClassicLinkVpcInput) SetDryRun ¶
func (s *AttachClassicLinkVpcInput) SetDryRun(v bool) *AttachClassicLinkVpcInput
SetDryRun sets the DryRun field's value.
func (*AttachClassicLinkVpcInput) SetGroups ¶
func (s *AttachClassicLinkVpcInput) SetGroups(v []*string) *AttachClassicLinkVpcInput
SetGroups sets the Groups field's value.
func (*AttachClassicLinkVpcInput) SetInstanceId ¶
func (s *AttachClassicLinkVpcInput) SetInstanceId(v string) *AttachClassicLinkVpcInput
SetInstanceId sets the InstanceId field's value.
func (*AttachClassicLinkVpcInput) SetVpcId ¶
func (s *AttachClassicLinkVpcInput) SetVpcId(v string) *AttachClassicLinkVpcInput
SetVpcId sets the VpcId field's value.
func (AttachClassicLinkVpcInput) String ¶
func (s AttachClassicLinkVpcInput) String() string
String returns the string representation
func (*AttachClassicLinkVpcInput) Validate ¶
func (s *AttachClassicLinkVpcInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachClassicLinkVpcOutput ¶
type AttachClassicLinkVpcOutput struct { // Returns true if the request succeeds; otherwise, it returns an error. Return *bool `locationName:"return" type:"boolean"` // contains filtered or unexported fields }
func (AttachClassicLinkVpcOutput) GoString ¶
func (s AttachClassicLinkVpcOutput) GoString() string
GoString returns the string representation
func (*AttachClassicLinkVpcOutput) SetReturn ¶
func (s *AttachClassicLinkVpcOutput) SetReturn(v bool) *AttachClassicLinkVpcOutput
SetReturn sets the Return field's value.
func (AttachClassicLinkVpcOutput) String ¶
func (s AttachClassicLinkVpcOutput) String() string
String returns the string representation
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 `locationName:"dryRun" type:"boolean"` // The ID of the internet gateway. // // InternetGatewayId is a required field InternetGatewayId *string `locationName:"internetGatewayId" type:"string" required:"true"` // The ID of the VPC. // // VpcId is a required field VpcId *string `locationName:"vpcId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AttachInternetGatewayInput) GoString ¶
func (s AttachInternetGatewayInput) GoString() string
GoString returns the string representation
func (*AttachInternetGatewayInput) SetDryRun ¶
func (s *AttachInternetGatewayInput) SetDryRun(v bool) *AttachInternetGatewayInput
SetDryRun sets the DryRun field's value.
func (*AttachInternetGatewayInput) SetInternetGatewayId ¶
func (s *AttachInternetGatewayInput) SetInternetGatewayId(v string) *AttachInternetGatewayInput
SetInternetGatewayId sets the InternetGatewayId field's value.
func (*AttachInternetGatewayInput) SetVpcId ¶
func (s *AttachInternetGatewayInput) SetVpcId(v string) *AttachInternetGatewayInput
SetVpcId sets the VpcId field's value.
func (AttachInternetGatewayInput) String ¶
func (s AttachInternetGatewayInput) String() string
String returns the string representation
func (*AttachInternetGatewayInput) Validate ¶
func (s *AttachInternetGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachInternetGatewayOutput ¶
type AttachInternetGatewayOutput struct {
// contains filtered or unexported fields
}
func (AttachInternetGatewayOutput) GoString ¶
func (s AttachInternetGatewayOutput) GoString() string
GoString returns the string representation
func (AttachInternetGatewayOutput) String ¶
func (s AttachInternetGatewayOutput) String() string
String returns the string representation
type AttachNetworkInterfaceInput ¶
type AttachNetworkInterfaceInput struct { // The index of the device for the network interface attachment. // // DeviceIndex is a required field DeviceIndex *int64 `locationName:"deviceIndex" type:"integer" required:"true"` // Checks whether you have the required permissions for the action, without // actually making the request, and provides an error response. If you have // the required permissions, the error response is DryRunOperation. Otherwise, // it is UnauthorizedOperation. DryRun *bool `locationName:"dryRun" type:"boolean"` // The ID of the instance. // // InstanceId is a required field InstanceId *string `locationName:"instanceId" type:"string" required:"true"` // The ID of the network interface. // // NetworkInterfaceId is a required field NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Contains the parameters for AttachNetworkInterface.
func (AttachNetworkInterfaceInput) GoString ¶
func (s AttachNetworkInterfaceInput) GoString() string
GoString returns the string representation
func (*AttachNetworkInterfaceInput) SetDeviceIndex ¶
func (s *AttachNetworkInterfaceInput) SetDeviceIndex(v int64) *AttachNetworkInterfaceInput
SetDeviceIndex sets the DeviceIndex field's value.
func (*AttachNetworkInterfaceInput) SetDryRun ¶
func (s *AttachNetworkInterfaceInput) SetDryRun(v bool) *AttachNetworkInterfaceInput
SetDryRun sets the DryRun field's value.
func (*AttachNetworkInterfaceInput) SetInstanceId ¶
func (s *AttachNetworkInterfaceInput) SetInstanceId(v string) *AttachNetworkInterfaceInput
SetInstanceId sets the InstanceId field's value.
func (*AttachNetworkInterfaceInput) SetNetworkInterfaceId ¶
func (s *AttachNetworkInterfaceInput) SetNetworkInterfaceId(v string) *AttachNetworkInterfaceInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (AttachNetworkInterfaceInput) String ¶
func (s AttachNetworkInterfaceInput) String() string
String returns the string representation
func (*AttachNetworkInterfaceInput) Validate ¶
func (s *AttachNetworkInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachNetworkInterfaceOutput ¶
type AttachNetworkInterfaceOutput struct { // The ID of the network interface attachment. AttachmentId *string `locationName:"attachmentId" type:"string"` // contains filtered or unexported fields }
Contains the output of AttachNetworkInterface.
func (AttachNetworkInterfaceOutput) GoString ¶
func (s AttachNetworkInterfaceOutput) GoString() string
GoString returns the string representation
func (*AttachNetworkInterfaceOutput) SetAttachmentId ¶
func (s *AttachNetworkInterfaceOutput) SetAttachmentId(v string) *AttachNetworkInterfaceOutput
SetAttachmentId sets the AttachmentId field's value.
func (AttachNetworkInterfaceOutput) String ¶
func (s AttachNetworkInterfaceOutput) String() string
String returns the string representation
type AttachVolumeInput ¶
type AttachVolumeInput struct { // The device name (for example, /dev/sdh or xvdh). // // Device is a required field Device *string `type:"string" required:"true"` // Checks whether you have the required permissions for the action, without // actually making the request, and provides an error response. If you have // the required permissions, the error response is DryRunOperation. Otherwise, // it is UnauthorizedOperation. DryRun *bool `locationName:"dryRun" type:"boolean"` // The ID of the instance. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // The ID of the EBS volume. The volume and instance must be within the same // Availability Zone. // // VolumeId is a required field VolumeId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AttachVolumeInput) GoString ¶
func (s AttachVolumeInput) GoString() string
GoString returns the string representation
func (*AttachVolumeInput) SetDevice ¶
func (s *AttachVolumeInput) SetDevice(v string) *AttachVolumeInput
SetDevice sets the Device field's value.
func (*AttachVolumeInput) SetDryRun ¶
func (s *AttachVolumeInput) SetDryRun(v bool) *AttachVolumeInput
SetDryRun sets the DryRun field's value.
func (*AttachVolumeInput) SetInstanceId ¶
func (s *AttachVolumeInput) SetInstanceId(v string) *AttachVolumeInput
SetInstanceId sets the InstanceId field's value.
func (*AttachVolumeInput) SetVolumeId ¶
func (s *AttachVolumeInput) SetVolumeId(v string) *AttachVolumeInput
SetVolumeId sets the VolumeId field's value.
func (AttachVolumeInput) String ¶
func (s AttachVolumeInput) String() string
String returns the string representation
func (*AttachVolumeInput) Validate ¶
func (s *AttachVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachVpnGatewayInput ¶
type AttachVpnGatewayInput 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 `locationName:"dryRun" type:"boolean"` // The ID of the VPC. // // VpcId is a required field VpcId *string `type:"string" required:"true"` // The ID of the virtual private gateway. // // VpnGatewayId is a required field VpnGatewayId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Contains the parameters for AttachVpnGateway.
func (AttachVpnGatewayInput) GoString ¶
func (s AttachVpnGatewayInput) GoString() string
GoString returns the string representation
func (*AttachVpnGatewayInput) SetDryRun ¶
func (s *AttachVpnGatewayInput) SetDryRun(v bool) *AttachVpnGatewayInput
SetDryRun sets the DryRun field's value.
func (*AttachVpnGatewayInput) SetVpcId ¶
func (s *AttachVpnGatewayInput) SetVpcId(v string) *AttachVpnGatewayInput
SetVpcId sets the VpcId field's value.
func (*AttachVpnGatewayInput) SetVpnGatewayId ¶
func (s *AttachVpnGatewayInput) SetVpnGatewayId(v string) *AttachVpnGatewayInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (AttachVpnGatewayInput) String ¶
func (s AttachVpnGatewayInput) String() string
String returns the string representation
func (*AttachVpnGatewayInput) Validate ¶
func (s *AttachVpnGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachVpnGatewayOutput ¶
type AttachVpnGatewayOutput struct { // Information about the attachment. VpcAttachment *VpcAttachment `locationName:"attachment" type:"structure"` // contains filtered or unexported fields }
Contains the output of AttachVpnGateway.
func (AttachVpnGatewayOutput) GoString ¶
func (s AttachVpnGatewayOutput) GoString() string
GoString returns the string representation
func (*AttachVpnGatewayOutput) SetVpcAttachment ¶
func (s *AttachVpnGatewayOutput) SetVpcAttachment(v *VpcAttachment) *AttachVpnGatewayOutput
SetVpcAttachment sets the VpcAttachment field's value.
func (AttachVpnGatewayOutput) String ¶
func (s AttachVpnGatewayOutput) String() string
String returns the string representation
type AttributeBooleanValue ¶
type AttributeBooleanValue struct { // The attribute value. The valid values are true or false. Value *bool `locationName:"value" type:"boolean"` // contains filtered or unexported fields }
Describes a value for a resource attribute that is a Boolean value.
func (AttributeBooleanValue) GoString ¶
func (s AttributeBooleanValue) GoString() string
GoString returns the string representation
func (*AttributeBooleanValue) SetValue ¶
func (s *AttributeBooleanValue) SetValue(v bool) *AttributeBooleanValue