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 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.
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 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) SetDomain(v string) *Address
- func (s *Address) SetInstanceId(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) SetTags(v []*Tag) *Address
- func (s Address) String() string
- type AllocateAddressInput
- func (s AllocateAddressInput) GoString() string
- func (s *AllocateAddressInput) SetAddress(v string) *AllocateAddressInput
- func (s *AllocateAddressInput) SetDomain(v string) *AllocateAddressInput
- func (s *AllocateAddressInput) SetDryRun(v bool) *AllocateAddressInput
- func (s AllocateAddressInput) String() string
- type AllocateAddressOutput
- func (s AllocateAddressOutput) GoString() string
- func (s *AllocateAddressOutput) SetAllocationId(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetDomain(v string) *AllocateAddressOutput
- func (s *AllocateAddressOutput) SetPublicIp(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) SetInstanceType(v string) *AllocateHostsInput
- func (s *AllocateHostsInput) SetQuantity(v int64) *AllocateHostsInput
- func (s AllocateHostsInput) String() string
- func (s *AllocateHostsInput) Validate() error
- type AllocateHostsOutput
- type AllowedPrincipal
- 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
- 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 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) SetRouteTableId(v string) *AssociateRouteTableInput
- func (s *AssociateRouteTableInput) SetSubnetId(v string) *AssociateRouteTableInput
- func (s AssociateRouteTableInput) String() string
- func (s *AssociateRouteTableInput) Validate() error
- type AssociateRouteTableOutput
- 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 AssociateVpcCidrBlockInput
- func (s AssociateVpcCidrBlockInput) GoString() string
- func (s *AssociateVpcCidrBlockInput) SetAmazonProvidedIpv6CidrBlock(v bool) *AssociateVpcCidrBlockInput
- func (s *AssociateVpcCidrBlockInput) SetCidrBlock(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 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 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) SetMessages(v []*AvailabilityZoneMessage) *AvailabilityZone
- func (s *AvailabilityZone) SetRegionName(v string) *AvailabilityZone
- func (s *AvailabilityZone) SetState(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 CancelBundleTaskInput
- type CancelBundleTaskOutput
- 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 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 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 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 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) String() string
- func (s *CopySnapshotInput) Validate() error
- type CopySnapshotOutput
- type CpuOptions
- type CpuOptionsRequest
- type CreateCustomerGatewayInput
- func (s CreateCustomerGatewayInput) GoString() string
- func (s *CreateCustomerGatewayInput) SetBgpAsn(v int64) *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 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) 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 CreateFleetOutput
- type CreateFlowLogsInput
- func (s CreateFlowLogsInput) GoString() string
- func (s *CreateFlowLogsInput) SetClientToken(v string) *CreateFlowLogsInput
- func (s *CreateFlowLogsInput) SetDeliverLogsPermissionArn(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) 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) 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) 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 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) 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) SetStrategy(v string) *CreatePlacementGroupInput
- func (s CreatePlacementGroupInput) String() string
- func (s *CreatePlacementGroupInput) Validate() error
- 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) SetNatGatewayId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetNetworkInterfaceId(v string) *CreateRouteInput
- func (s *CreateRouteInput) SetRouteTableId(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 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) SetCidrBlock(v string) *CreateSubnetInput
- func (s *CreateSubnetInput) SetDryRun(v bool) *CreateSubnetInput
- func (s *CreateSubnetInput) SetIpv6CidrBlock(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 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) 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) 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) 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) 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) SetCustomerGatewayId(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 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 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 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 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 DeregisterImageInput
- type DeregisterImageOutput
- 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) SetDryRun(v bool) *DescribeAvailabilityZonesInput
- func (s *DescribeAvailabilityZonesInput) SetFilters(v []*Filter) *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 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
- 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 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) String() string
- 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) SetMaxResults(v int64) *DescribeEgressOnlyInternetGatewaysInput
- func (s *DescribeEgressOnlyInternetGatewaysInput) SetNextToken(v string) *DescribeEgressOnlyInternetGatewaysInput
- func (s DescribeEgressOnlyInternetGatewaysInput) String() string
- 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
- 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 DescribeExportTasksInput
- type DescribeExportTasksOutput
- 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 DescribeFleetsOutput
- type DescribeFlowLogsInput
- func (s DescribeFlowLogsInput) GoString() string
- 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
- 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
- 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 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) String() string
- type DescribeInternetGatewaysOutput
- 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) 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
- 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 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
- 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
- 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) SetNetworkAclIds(v []*string) *DescribeNetworkAclsInput
- func (s DescribeNetworkAclsInput) String() string
- 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
- 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) SetNetworkInterfaceIds(v []*string) *DescribeNetworkInterfacesInput
- func (s DescribeNetworkInterfacesInput) String() string
- type DescribeNetworkInterfacesOutput
- type DescribePlacementGroupsInput
- func (s DescribePlacementGroupsInput) GoString() string
- func (s *DescribePlacementGroupsInput) SetDryRun(v bool) *DescribePlacementGroupsInput
- func (s *DescribePlacementGroupsInput) SetFilters(v []*Filter) *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
- 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 DescribeRegionsInput
- func (s DescribeRegionsInput) GoString() string
- 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) SetRouteTableIds(v []*string) *DescribeRouteTablesInput
- func (s DescribeRouteTablesInput) String() string
- 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
- 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) SetSpotInstanceRequestIds(v []*string) *DescribeSpotInstanceRequestsInput
- func (s DescribeSpotInstanceRequestsInput) String() string
- type DescribeSpotInstanceRequestsOutput
- 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) SetSubnetIds(v []*string) *DescribeSubnetsInput
- func (s DescribeSubnetsInput) String() string
- 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 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) SetVpcPeeringConnectionIds(v []*string) *DescribeVpcPeeringConnectionsInput
- func (s DescribeVpcPeeringConnectionsInput) String() string
- type DescribeVpcPeeringConnectionsOutput
- type DescribeVpcsInput
- 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
- 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 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 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 DnsEntry
- 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) DescribeClassicLinkInstances(input *DescribeClassicLinkInstancesInput) (*DescribeClassicLinkInstancesOutput, 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) DescribeMovingAddresses(input *DescribeMovingAddressesInput) (*DescribeMovingAddressesOutput, 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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
- 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 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) 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) String() string
- 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 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) String() string
- 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 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) 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) SetLaunchTemplateConfigs(v []*FleetLaunchTemplateConfig) *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) 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) 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) SetLogGroupName(v string) *FlowLog
- func (s *FlowLog) SetResourceId(v string) *FlowLog
- func (s *FlowLog) SetTrafficType(v string) *FlowLog
- func (s FlowLog) String() string
- type FpgaImage
- func (s FpgaImage) GoString() string
- func (s *FpgaImage) SetCreateTime(v time.Time) *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 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 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 GroupIdentifier
- 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) SetAutoPlacement(v string) *Host
- func (s *Host) SetAvailabilityZone(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) SetHostReservationId(v string) *Host
- func (s *Host) SetInstances(v []*HostInstance) *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) 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) SetUpfrontPrice(v string) *HostReservation
- func (s HostReservation) String() string
- 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 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) SetHypervisor(v string) *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 ImportImageOutput
- func (s ImportImageOutput) GoString() string
- func (s *ImportImageOutput) SetArchitecture(v string) *ImportImageOutput
- func (s *ImportImageOutput) SetDescription(v string) *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) 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) SetHypervisor(v string) *ImportImageTask
- func (s *ImportImageTask) SetImageId(v string) *ImportImageTask
- func (s *ImportImageTask) SetImportTaskId(v string) *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) 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) 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) 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 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) 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) SetEnaSupport(v bool) *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) SetMonitoring(v *Monitoring) *Instance
- func (s *Instance) SetNetworkInterfaces(v []*InstanceNetworkInterface) *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 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 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) 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) 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 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) 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) SetNotAfter(v time.Time) *InstanceStatusEvent
- func (s *InstanceStatusEvent) SetNotBefore(v time.Time) *InstanceStatusEvent
- func (s InstanceStatusEvent) String() string
- type InstanceStatusSummary
- type InternetGateway
- func (s InternetGateway) GoString() string
- func (s *InternetGateway) SetAttachments(v []*InternetGatewayAttachment) *InternetGateway
- func (s *InternetGateway) SetInternetGatewayId(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
- 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 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 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 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 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) 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) 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 LaunchTemplateOverrides
- func (s LaunchTemplateOverrides) GoString() string
- func (s *LaunchTemplateOverrides) SetAvailabilityZone(v string) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetInstanceType(v string) *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) 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) 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 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 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
- 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 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 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) SetInstanceId(v string) *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) 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 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) SetRemoveNetworkLoadBalancerArns(v []*string) *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 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) 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 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) 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 PciId
- 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 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) SetSpreadDomain(v string) *Placement
- func (s *Placement) SetTenancy(v string) *Placement
- func (s Placement) String() string
- type PlacementGroup
- 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 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 ProductCode
- type PropagatingVgw
- 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 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) 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 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) 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) SetNatGatewayId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetNetworkInterfaceId(v string) *ReplaceRouteInput
- func (s *ReplaceRouteInput) SetRouteTableId(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
- 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) 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) 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) 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 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) 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) 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) 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 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) 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) 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) 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) 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 RunInstancesInput
- func (s RunInstancesInput) GoString() string
- func (s *RunInstancesInput) SetAdditionalInfo(v string) *RunInstancesInput
- func (s *RunInstancesInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *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) 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) SetMaxCount(v int64) *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 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 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) SetNetworkLoadBalancerArns(v []*string) *ServiceConfiguration
- func (s *ServiceConfiguration) SetPrivateDnsName(v string) *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) 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) SetOwner(v string) *ServiceDetail
- func (s *ServiceDetail) SetPrivateDnsName(v string) *ServiceDetail
- func (s *ServiceDetail) SetServiceName(v string) *ServiceDetail
- func (s *ServiceDetail) SetServiceType(v []*ServiceTypeDetail) *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 SnapshotTaskDetail
- func (s SnapshotTaskDetail) GoString() string
- func (s *SnapshotTaskDetail) SetDescription(v string) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetDiskImageSize(v float64) *SnapshotTaskDetail
- func (s *SnapshotTaskDetail) SetFormat(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) SetLaunchSpecifications(v []*SpotFleetLaunchSpecification) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetLaunchTemplateConfigs(v []*LaunchTemplateConfig) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetLoadBalancersConfig(v *LoadBalancersConfig) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetOnDemandFulfilledCapacity(v float64) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetOnDemandTargetCapacity(v int64) *SpotFleetRequestConfigData
- func (s *SpotFleetRequestConfigData) SetReplaceUnhealthyInstances(v bool) *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
- type SpotOptionsRequest
- 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 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) 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) 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) SetState(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 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 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 TargetReservationValue
- 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 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 VgwTelemetry
- func (s VgwTelemetry) GoString() string
- func (s *VgwTelemetry) SetAcceptedRouteCount(v int64) *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) SetIops(v int64) *Volume
- func (s *Volume) SetKmsKeyId(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) 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) 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) SetNetworkInterfaceIds(v []*string) *VpcEndpoint
- func (s *VpcEndpoint) SetPolicyDocument(v string) *VpcEndpoint
- func (s *VpcEndpoint) SetPrivateDnsEnabled(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) 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) 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) 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) 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
- type VpnConnectionOptionsSpecification
- func (s VpnConnectionOptionsSpecification) GoString() string
- 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) SetPreSharedKey(v string) *VpnTunnelOptionsSpecification
- func (s *VpnTunnelOptionsSpecification) SetTunnelInsideCidr(v string) *VpnTunnelOptionsSpecification
- func (s VpnTunnelOptionsSpecification) String() string
Examples ¶
- EC2.AllocateAddress (Shared00)
- EC2.AllocateAddress (Shared01)
- EC2.AssignPrivateIpAddresses (Shared00)
- EC2.AssignPrivateIpAddresses (Shared01)
- EC2.AssociateAddress (Shared00)
- EC2.AssociateAddress (Shared01)
- EC2.AssociateAddress (Shared02)
- EC2.AssociateDhcpOptions (Shared00)
- EC2.AssociateDhcpOptions (Shared01)
- EC2.AssociateIamInstanceProfile (Shared00)
- EC2.AssociateRouteTable (Shared00)
- EC2.AttachInternetGateway (Shared00)
- EC2.AttachNetworkInterface (Shared00)
- EC2.AttachVolume (Shared00)
- EC2.AuthorizeSecurityGroupEgress (Shared00)
- EC2.AuthorizeSecurityGroupEgress (Shared01)
- EC2.AuthorizeSecurityGroupIngress (Shared00)
- EC2.AuthorizeSecurityGroupIngress (Shared01)
- EC2.AuthorizeSecurityGroupIngress (Shared02)
- EC2.CancelSpotFleetRequests (Shared00)
- EC2.CancelSpotFleetRequests (Shared01)
- EC2.CancelSpotInstanceRequests (Shared00)
- EC2.ConfirmProductInstance (Shared00)
- EC2.CopyImage (Shared00)
- EC2.CopySnapshot (Shared00)
- EC2.CreateCustomerGateway (Shared00)
- EC2.CreateDhcpOptions (Shared00)
- EC2.CreateImage (Shared00)
- EC2.CreateInternetGateway (Shared00)
- EC2.CreateKeyPair (Shared00)
- EC2.CreateLaunchTemplate (Shared00)
- EC2.CreateLaunchTemplateVersion (Shared00)
- EC2.CreateNatGateway (Shared00)
- EC2.CreateNetworkAcl (Shared00)
- EC2.CreateNetworkAclEntry (Shared00)
- EC2.CreateNetworkInterface (Shared00)
- EC2.CreatePlacementGroup (Shared00)
- EC2.CreateRoute (Shared00)
- EC2.CreateRouteTable (Shared00)
- EC2.CreateSecurityGroup (Shared00)
- EC2.CreateSnapshot (Shared00)
- EC2.CreateSpotDatafeedSubscription (Shared00)
- EC2.CreateSubnet (Shared00)
- EC2.CreateTags (Shared00)
- EC2.CreateVolume (Shared00)
- EC2.CreateVolume (Shared01)
- EC2.CreateVpc (Shared00)
- EC2.DeleteCustomerGateway (Shared00)
- EC2.DeleteDhcpOptions (Shared00)
- EC2.DeleteInternetGateway (Shared00)
- EC2.DeleteKeyPair (Shared00)
- EC2.DeleteLaunchTemplate (Shared00)
- EC2.DeleteLaunchTemplateVersions (Shared00)
- EC2.DeleteNatGateway (Shared00)
- EC2.DeleteNetworkAcl (Shared00)
- EC2.DeleteNetworkAclEntry (Shared00)
- EC2.DeleteNetworkInterface (Shared00)
- EC2.DeletePlacementGroup (Shared00)
- EC2.DeleteRoute (Shared00)
- EC2.DeleteRouteTable (Shared00)
- EC2.DeleteSecurityGroup (Shared00)
- EC2.DeleteSnapshot (Shared00)
- EC2.DeleteSpotDatafeedSubscription (Shared00)
- EC2.DeleteSubnet (Shared00)
- EC2.DeleteTags (Shared00)
- EC2.DeleteVolume (Shared00)
- EC2.DeleteVpc (Shared00)
- EC2.DescribeAccountAttributes (Shared00)
- EC2.DescribeAccountAttributes (Shared01)
- EC2.DescribeAddresses (Shared00)
- EC2.DescribeAddresses (Shared01)
- EC2.DescribeAddresses (Shared02)
- EC2.DescribeAvailabilityZones (Shared00)
- EC2.DescribeCustomerGateways (Shared00)
- EC2.DescribeDhcpOptions (Shared00)
- EC2.DescribeIamInstanceProfileAssociations (Shared00)
- EC2.DescribeImageAttribute (Shared00)
- EC2.DescribeImages (Shared00)
- EC2.DescribeInstanceAttribute (Shared00)
- EC2.DescribeInstanceAttribute (Shared01)
- EC2.DescribeInstanceAttribute (Shared02)
- EC2.DescribeInstanceStatus (Shared00)
- EC2.DescribeInstances (Shared00)
- EC2.DescribeInstances (Shared01)
- EC2.DescribeInstances (Shared02)
- EC2.DescribeInternetGateways (Shared00)
- EC2.DescribeKeyPairs (Shared00)
- EC2.DescribeLaunchTemplateVersions (Shared00)
- EC2.DescribeLaunchTemplates (Shared00)
- EC2.DescribeMovingAddresses (Shared00)
- EC2.DescribeNatGateways (Shared00)
- EC2.DescribeNetworkAcls (Shared00)
- EC2.DescribeNetworkInterfaceAttribute (Shared00)
- EC2.DescribeNetworkInterfaceAttribute (Shared01)
- EC2.DescribeNetworkInterfaceAttribute (Shared02)
- EC2.DescribeNetworkInterfaceAttribute (Shared03)
- EC2.DescribeNetworkInterfaces (Shared00)
- EC2.DescribeRegions (Shared00)
- EC2.DescribeRouteTables (Shared00)
- EC2.DescribeScheduledInstanceAvailability (Shared00)
- EC2.DescribeScheduledInstances (Shared00)
- EC2.DescribeSecurityGroupReferences (Shared00)
- EC2.DescribeSecurityGroups (Shared00)
- EC2.DescribeSecurityGroups (Shared01)
- EC2.DescribeSnapshotAttribute (Shared00)
- EC2.DescribeSnapshots (Shared00)
- EC2.DescribeSnapshots (Shared01)
- EC2.DescribeSpotDatafeedSubscription (Shared00)
- EC2.DescribeSpotFleetInstances (Shared00)
- EC2.DescribeSpotFleetRequestHistory (Shared00)
- EC2.DescribeSpotFleetRequests (Shared00)
- EC2.DescribeSpotInstanceRequests (Shared00)
- EC2.DescribeSpotPriceHistory (Shared00)
- EC2.DescribeSubnets (Shared00)
- EC2.DescribeTags (Shared00)
- EC2.DescribeVolumeAttribute (Shared00)
- EC2.DescribeVolumeStatus (Shared00)
- EC2.DescribeVolumeStatus (Shared01)
- EC2.DescribeVolumes (Shared00)
- EC2.DescribeVolumes (Shared01)
- EC2.DescribeVpcAttribute (Shared00)
- EC2.DescribeVpcAttribute (Shared01)
- EC2.DescribeVpcs (Shared00)
- EC2.DetachInternetGateway (Shared00)
- EC2.DetachNetworkInterface (Shared00)
- EC2.DetachVolume (Shared00)
- EC2.DisableVgwRoutePropagation (Shared00)
- EC2.DisassociateAddress (Shared00)
- EC2.DisassociateAddress (Shared01)
- EC2.DisassociateIamInstanceProfile (Shared00)
- EC2.DisassociateRouteTable (Shared00)
- EC2.EnableVgwRoutePropagation (Shared00)
- EC2.EnableVolumeIO (Shared00)
- EC2.GetConsoleOutput (Shared00)
- EC2.GetLaunchTemplateData (Shared00)
- EC2.ModifyImageAttribute (Shared00)
- EC2.ModifyImageAttribute (Shared01)
- EC2.ModifyInstanceAttribute (Shared00)
- EC2.ModifyInstanceAttribute (Shared01)
- EC2.ModifyLaunchTemplate (Shared00)
- EC2.ModifyNetworkInterfaceAttribute (Shared00)
- EC2.ModifyNetworkInterfaceAttribute (Shared01)
- EC2.ModifyNetworkInterfaceAttribute (Shared02)
- EC2.ModifyNetworkInterfaceAttribute (Shared03)
- EC2.ModifySnapshotAttribute (Shared00)
- EC2.ModifySnapshotAttribute (Shared01)
- EC2.ModifySpotFleetRequest (Shared00)
- EC2.ModifySpotFleetRequest (Shared01)
- EC2.ModifySubnetAttribute (Shared00)
- EC2.ModifyVolumeAttribute (Shared00)
- EC2.ModifyVpcAttribute (Shared00)
- EC2.ModifyVpcAttribute (Shared01)
- EC2.MoveAddressToVpc (Shared00)
- EC2.PurchaseScheduledInstances (Shared00)
- EC2.RebootInstances (Shared00)
- EC2.ReleaseAddress (Shared00)
- EC2.ReleaseAddress (Shared01)
- EC2.ReplaceNetworkAclAssociation (Shared00)
- EC2.ReplaceNetworkAclEntry (Shared00)
- EC2.ReplaceRoute (Shared00)
- EC2.ReplaceRouteTableAssociation (Shared00)
- EC2.RequestSpotFleet (Shared00)
- EC2.RequestSpotFleet (Shared01)
- EC2.RequestSpotFleet (Shared02)
- EC2.RequestSpotFleet (Shared03)
- EC2.RequestSpotInstances (Shared00)
- EC2.RequestSpotInstances (Shared01)
- EC2.ResetImageAttribute (Shared00)
- EC2.ResetInstanceAttribute (Shared00)
- EC2.ResetSnapshotAttribute (Shared00)
- EC2.RestoreAddressToClassic (Shared00)
- EC2.RunInstances (Shared00)
- EC2.RunScheduledInstances (Shared00)
- EC2.RunScheduledInstances (Shared01)
- EC2.StartInstances (Shared00)
- EC2.StopInstances (Shared00)
- EC2.TerminateInstances (Shared00)
- EC2.UnassignPrivateIpAddresses (Shared00)
- EC2.UpdateSecurityGroupRuleDescriptionsEgress (Shared00)
- EC2.UpdateSecurityGroupRuleDescriptionsIngress (Shared00)
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" )
const ( // AllocationStrategyLowestPrice is a AllocationStrategy enum value AllocationStrategyLowestPrice = "lowestPrice" // AllocationStrategyDiversified is a AllocationStrategy enum value AllocationStrategyDiversified = "diversified" )
const ( // ArchitectureValuesI386 is a ArchitectureValues enum value ArchitectureValuesI386 = "i386" // ArchitectureValuesX8664 is a ArchitectureValues enum value ArchitectureValuesX8664 = "x86_64" )
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 ( // AutoPlacementOn is a AutoPlacement enum value AutoPlacementOn = "on" // AutoPlacementOff is a AutoPlacement enum value AutoPlacementOff = "off" )
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 ( // 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 ( // 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 ( // 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 ( // 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 ( // DomainTypeVpc is a DomainType enum value DomainTypeVpc = "vpc" // DomainTypeStandard is a DomainType enum value DomainTypeStandard = "standard" )
const ( // ElasticGpuStatusOk is a ElasticGpuStatus enum value ElasticGpuStatusOk = "OK" // ElasticGpuStatusImpaired is a ElasticGpuStatus enum value ElasticGpuStatusImpaired = "IMPAIRED" )
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" )
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 ( // 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 ( // 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" )
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 ( // HostTenancyDedicated is a HostTenancy enum value HostTenancyDedicated = "dedicated" // HostTenancyHost is a HostTenancy enum value HostTenancyHost = "host" )
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 ( // InstanceLifecycleTypeSpot is a InstanceLifecycleType enum value InstanceLifecycleTypeSpot = "spot" // InstanceLifecycleTypeScheduled is a InstanceLifecycleType enum value InstanceLifecycleTypeScheduled = "scheduled" )
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" // 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" // 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" // 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" // InstanceTypeC518xlarge is a InstanceType enum value InstanceTypeC518xlarge = "c5.18xlarge" // 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" // InstanceTypeC5d18xlarge is a InstanceType enum value InstanceTypeC5d18xlarge = "c5d.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" // 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" // 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" // 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" // InstanceTypeM512xlarge is a InstanceType enum value InstanceTypeM512xlarge = "m5.12xlarge" // InstanceTypeM524xlarge is a InstanceType enum value InstanceTypeM524xlarge = "m5.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" // InstanceTypeM5d12xlarge is a InstanceType enum value InstanceTypeM5d12xlarge = "m5d.12xlarge" // InstanceTypeM5d24xlarge is a InstanceType enum value InstanceTypeM5d24xlarge = "m5d.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" )
const ( // InterfacePermissionTypeInstanceAttach is a InterfacePermissionType enum value InterfacePermissionTypeInstanceAttach = "INSTANCE-ATTACH" // InterfacePermissionTypeEipAssociate is a InterfacePermissionType enum value InterfacePermissionTypeEipAssociate = "EIP-ASSOCIATE" )
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 ( // 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 ( // 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 ( // 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" )
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 ( // 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 ( // PlacementStrategyCluster is a PlacementStrategy enum value PlacementStrategyCluster = "cluster" // PlacementStrategySpread is a PlacementStrategy enum value PlacementStrategySpread = "spread" )
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" )
const ( // ResourceTypeCustomerGateway is a ResourceType enum value ResourceTypeCustomerGateway = "customer-gateway" // ResourceTypeDhcpOptions is a ResourceType enum value ResourceTypeDhcpOptions = "dhcp-options" // 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" // ResourceTypeNetworkAcl is a ResourceType enum value ResourceTypeNetworkAcl = "network-acl" // ResourceTypeNetworkInterface is a ResourceType enum value ResourceTypeNetworkInterface = "network-interface" // ResourceTypeReservedInstances is a ResourceType enum value ResourceTypeReservedInstances = "reserved-instances" // ResourceTypeRouteTable is a ResourceType enum value ResourceTypeRouteTable = "route-table" // ResourceTypeSnapshot is a ResourceType enum value ResourceTypeSnapshot = "snapshot" // ResourceTypeSpotInstancesRequest is a ResourceType enum value ResourceTypeSpotInstancesRequest = "spot-instances-request" // ResourceTypeSubnet is a ResourceType enum value ResourceTypeSubnet = "subnet" // ResourceTypeSecurityGroup is a ResourceType enum value ResourceTypeSecurityGroup = "security-group" // ResourceTypeVolume is a ResourceType enum value ResourceTypeVolume = "volume" // ResourceTypeVpc is a ResourceType enum value ResourceTypeVpc = "vpc" // ResourceTypeVpnConnection is a ResourceType enum value ResourceTypeVpnConnection = "vpn-connection" // ResourceTypeVpnGateway is a ResourceType enum value ResourceTypeVpnGateway = "vpn-gateway" )
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 ( // RuleActionAllow is a RuleAction enum value RuleActionAllow = "allow" // RuleActionDeny is a RuleAction enum value RuleActionDeny = "deny" )
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" )
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 ( // 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 ( // 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 ( // 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 ( // 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 ( // ScopeAvailabilityZone is a scope enum value ScopeAvailabilityZone = "Availability Zone" // ScopeRegion is a scope enum value ScopeRegion = "Region" )
const ( ServiceName = "ec2" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "EC2" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// ConnectionNotificationTypeTopic is a ConnectionNotificationType enum value
ConnectionNotificationTypeTopic = "Topic"
)
const (
// ContainerFormatOva is a ContainerFormat enum value
ContainerFormatOva = "ova"
)
const (
// CurrencyCodeValuesUsd is a CurrencyCodeValues enum value
CurrencyCodeValuesUsd = "USD"
)
const (
// ElasticGpuStateAttached is a ElasticGpuState enum value
ElasticGpuStateAttached = "ATTACHED"
)
const (
// GatewayTypeIpsec1 is a GatewayType enum value
GatewayTypeIpsec1 = "ipsec.1"
)
const (
// MarketTypeSpot is a MarketType enum value
MarketTypeSpot = "spot"
)
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 (
// VpcTenancyDefault is a VpcTenancy enum value
VpcTenancyDefault = "default"
)
const (
// VpnStaticRouteSourceStatic is a VpnStaticRouteSource enum value
VpnStaticRouteSourceStatic = "Static"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptReservedInstancesExchangeQuoteInput ¶ added in v1.4.15
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 ¶ added in v1.4.15
func (s AcceptReservedInstancesExchangeQuoteInput) GoString() string
GoString returns the string representation
func (*AcceptReservedInstancesExchangeQuoteInput) SetDryRun ¶ added in v1.5.0
func (s *AcceptReservedInstancesExchangeQuoteInput) SetDryRun(v bool) *AcceptReservedInstancesExchangeQuoteInput
SetDryRun sets the DryRun field's value.
func (*AcceptReservedInstancesExchangeQuoteInput) SetReservedInstanceIds ¶ added in v1.5.0
func (s *AcceptReservedInstancesExchangeQuoteInput) SetReservedInstanceIds(v []*string) *AcceptReservedInstancesExchangeQuoteInput
SetReservedInstanceIds sets the ReservedInstanceIds field's value.
func (*AcceptReservedInstancesExchangeQuoteInput) SetTargetConfigurations ¶ added in v1.5.0
func (s *AcceptReservedInstancesExchangeQuoteInput) SetTargetConfigurations(v []*TargetConfigurationRequest) *AcceptReservedInstancesExchangeQuoteInput
SetTargetConfigurations sets the TargetConfigurations field's value.
func (AcceptReservedInstancesExchangeQuoteInput) String ¶ added in v1.4.15
func (s AcceptReservedInstancesExchangeQuoteInput) String() string
String returns the string representation
func (*AcceptReservedInstancesExchangeQuoteInput) Validate ¶ added in v1.4.15
func (s *AcceptReservedInstancesExchangeQuoteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptReservedInstancesExchangeQuoteOutput ¶ added in v1.4.15
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 ¶ added in v1.4.15
func (s AcceptReservedInstancesExchangeQuoteOutput) GoString() string
GoString returns the string representation
func (*AcceptReservedInstancesExchangeQuoteOutput) SetExchangeId ¶ added in v1.5.0
func (s *AcceptReservedInstancesExchangeQuoteOutput) SetExchangeId(v string) *AcceptReservedInstancesExchangeQuoteOutput
SetExchangeId sets the ExchangeId field's value.
func (AcceptReservedInstancesExchangeQuoteOutput) String ¶ added in v1.4.15
func (s AcceptReservedInstancesExchangeQuoteOutput) String() string
String returns the string representation
type AcceptVpcEndpointConnectionsInput ¶ added in v1.12.35
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 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 ¶ added in v1.12.35
func (s AcceptVpcEndpointConnectionsInput) GoString() string
GoString returns the string representation
func (*AcceptVpcEndpointConnectionsInput) SetDryRun ¶ added in v1.12.35
func (s *AcceptVpcEndpointConnectionsInput) SetDryRun(v bool) *AcceptVpcEndpointConnectionsInput
SetDryRun sets the DryRun field's value.
func (*AcceptVpcEndpointConnectionsInput) SetServiceId ¶ added in v1.12.35
func (s *AcceptVpcEndpointConnectionsInput) SetServiceId(v string) *AcceptVpcEndpointConnectionsInput
SetServiceId sets the ServiceId field's value.
func (*AcceptVpcEndpointConnectionsInput) SetVpcEndpointIds ¶ added in v1.12.35
func (s *AcceptVpcEndpointConnectionsInput) SetVpcEndpointIds(v []*string) *AcceptVpcEndpointConnectionsInput
SetVpcEndpointIds sets the VpcEndpointIds field's value.
func (AcceptVpcEndpointConnectionsInput) String ¶ added in v1.12.35
func (s AcceptVpcEndpointConnectionsInput) String() string
String returns the string representation
func (*AcceptVpcEndpointConnectionsInput) Validate ¶ added in v1.12.35
func (s *AcceptVpcEndpointConnectionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptVpcEndpointConnectionsOutput ¶ added in v1.12.35
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 ¶ added in v1.12.35
func (s AcceptVpcEndpointConnectionsOutput) GoString() string
GoString returns the string representation
func (*AcceptVpcEndpointConnectionsOutput) SetUnsuccessful ¶ added in v1.12.35
func (s *AcceptVpcEndpointConnectionsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *AcceptVpcEndpointConnectionsOutput
SetUnsuccessful sets the Unsuccessful field's value.
func (AcceptVpcEndpointConnectionsOutput) String ¶ added in v1.12.35
func (s AcceptVpcEndpointConnectionsOutput) String() string
String returns the string representation
type AcceptVpcPeeringConnectionInput ¶ added in v0.9.5
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
}
Contains the parameters for AcceptVpcPeeringConnection.
func (AcceptVpcPeeringConnectionInput) GoString ¶ added in v0.9.5
func (s AcceptVpcPeeringConnectionInput) GoString() string
GoString returns the string representation
func (*AcceptVpcPeeringConnectionInput) SetDryRun ¶ added in v1.5.0
func (s *AcceptVpcPeeringConnectionInput) SetDryRun(v bool) *AcceptVpcPeeringConnectionInput
SetDryRun sets the DryRun field's value.
func (*AcceptVpcPeeringConnectionInput) SetVpcPeeringConnectionId ¶ added in v1.5.0
func (s *AcceptVpcPeeringConnectionInput) SetVpcPeeringConnectionId(v string) *AcceptVpcPeeringConnectionInput
SetVpcPeeringConnectionId sets the VpcPeeringConnectionId field's value.
func (AcceptVpcPeeringConnectionInput) String ¶ added in v0.9.5
func (s AcceptVpcPeeringConnectionInput) String() string
String returns the string representation
type AcceptVpcPeeringConnectionOutput ¶ added in v0.9.5
type AcceptVpcPeeringConnectionOutput struct {
// Information about the VPC peering connection.
VpcPeeringConnection *VpcPeeringConnection `locationName:"vpcPeeringConnection" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of AcceptVpcPeeringConnection.
func (AcceptVpcPeeringConnectionOutput) GoString ¶ added in v0.9.5
func (s AcceptVpcPeeringConnectionOutput) GoString() string
GoString returns the string representation
func (*AcceptVpcPeeringConnectionOutput) SetVpcPeeringConnection ¶ added in v1.5.0
func (s *AcceptVpcPeeringConnectionOutput) SetVpcPeeringConnection(v *VpcPeeringConnection) *AcceptVpcPeeringConnectionOutput
SetVpcPeeringConnection sets the VpcPeeringConnection field's value.
func (AcceptVpcPeeringConnectionOutput) String ¶ added in v0.9.5
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"`
// One or more 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 ¶ added in v0.6.5
func (s AccountAttribute) GoString() string
GoString returns the string representation
func (*AccountAttribute) SetAttributeName ¶ added in v1.5.0
func (s *AccountAttribute) SetAttributeName(v string) *AccountAttribute
SetAttributeName sets the AttributeName field's value.
func (*AccountAttribute) SetAttributeValues ¶ added in v1.5.0
func (s *AccountAttribute) SetAttributeValues(v []*AccountAttributeValue) *AccountAttribute
SetAttributeValues sets the AttributeValues field's value.
func (AccountAttribute) String ¶ added in v0.6.5
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 ¶ added in v0.6.5
func (s AccountAttributeValue) GoString() string
GoString returns the string representation
func (*AccountAttributeValue) SetAttributeValue ¶ added in v1.5.0
func (s *AccountAttributeValue) SetAttributeValue(v string) *AccountAttributeValue
SetAttributeValue sets the AttributeValue field's value.
func (AccountAttributeValue) String ¶ added in v0.6.5
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 ¶ added in v0.6.5
func (s ActiveInstance) GoString() string
GoString returns the string representation
func (*ActiveInstance) SetInstanceHealth ¶ added in v1.6.18
func (s *ActiveInstance) SetInstanceHealth(v string) *ActiveInstance
SetInstanceHealth sets the InstanceHealth field's value.
func (*ActiveInstance) SetInstanceId ¶ added in v1.5.0
func (s *ActiveInstance) SetInstanceId(v string) *ActiveInstance
SetInstanceId sets the InstanceId field's value.
func (*ActiveInstance) SetInstanceType ¶ added in v1.5.0
func (s *ActiveInstance) SetInstanceType(v string) *ActiveInstance
SetInstanceType sets the InstanceType field's value.
func (*ActiveInstance) SetSpotInstanceRequestId ¶ added in v1.5.0
func (s *ActiveInstance) SetSpotInstanceRequestId(v string) *ActiveInstance
SetSpotInstanceRequestId sets the SpotInstanceRequestId field's value.
func (ActiveInstance) String ¶ added in v0.6.5
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"`
// 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 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"`
// 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) SetAllocationId ¶ added in v1.5.0
SetAllocationId sets the AllocationId field's value.
func (*Address) SetAssociationId ¶ added in v1.5.0
SetAssociationId sets the AssociationId field's value.
func (*Address) SetInstanceId ¶ added in v1.5.0
SetInstanceId sets the InstanceId field's value.
func (*Address) SetNetworkInterfaceId ¶ added in v1.5.0
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*Address) SetNetworkInterfaceOwnerId ¶ added in v1.5.0
SetNetworkInterfaceOwnerId sets the NetworkInterfaceOwnerId field's value.
func (*Address) SetPrivateIpAddress ¶ added in v1.5.0
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (*Address) SetPublicIp ¶ added in v1.5.0
SetPublicIp sets the PublicIp field's value.
type AllocateAddressInput ¶
type AllocateAddressInput struct {
// [EC2-VPC] The Elastic IP address to recover.
Address *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"`
// contains filtered or unexported fields
}
Contains the parameters for AllocateAddress.
func (AllocateAddressInput) GoString ¶ added in v0.6.5
func (s AllocateAddressInput) GoString() string
GoString returns the string representation
func (*AllocateAddressInput) SetAddress ¶ added in v1.10.24
func (s *AllocateAddressInput) SetAddress(v string) *AllocateAddressInput
SetAddress sets the Address field's value.
func (*AllocateAddressInput) SetDomain ¶ added in v1.5.0
func (s *AllocateAddressInput) SetDomain(v string) *AllocateAddressInput
SetDomain sets the Domain field's value.
func (*AllocateAddressInput) SetDryRun ¶ added in v1.5.0
func (s *AllocateAddressInput) SetDryRun(v bool) *AllocateAddressInput
SetDryRun sets the DryRun field's value.
func (AllocateAddressInput) String ¶ added in v0.6.5
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"`
// 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 Elastic IP address.
PublicIp *string `locationName:"publicIp" type:"string"`
// contains filtered or unexported fields
}
Contains the output of AllocateAddress.
func (AllocateAddressOutput) GoString ¶ added in v0.6.5
func (s AllocateAddressOutput) GoString() string
GoString returns the string representation
func (*AllocateAddressOutput) SetAllocationId ¶ added in v1.5.0
func (s *AllocateAddressOutput) SetAllocationId(v string) *AllocateAddressOutput
SetAllocationId sets the AllocationId field's value.
func (*AllocateAddressOutput) SetDomain ¶ added in v1.5.0
func (s *AllocateAddressOutput) SetDomain(v string) *AllocateAddressOutput
SetDomain sets the Domain field's value.
func (*AllocateAddressOutput) SetPublicIp ¶ added in v1.5.0
func (s *AllocateAddressOutput) SetPublicIp(v string) *AllocateAddressOutput
SetPublicIp sets the PublicIp field's value.
func (AllocateAddressOutput) String ¶ added in v0.6.5
func (s AllocateAddressOutput) String() string
String returns the string representation
type AllocateHostsInput ¶ added in v1.0.1
type AllocateHostsInput struct {
// This is enabled by default. This property allows instances to be automatically
// placed onto available Dedicated Hosts, when you are launching instances without
// specifying a host ID.
//
// Default: Enabled
AutoPlacement *string `locationName:"autoPlacement" type:"string" enum:"AutoPlacement"`
// The Availability Zone for the Dedicated Hosts.
//
// 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 (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html)
// in the Amazon Elastic Compute Cloud User Guide.
ClientToken *string `locationName:"clientToken" type:"string"`
// Specify the instance type for which to configure your Dedicated Hosts. When
// you specify the instance type, that is the only instance type that you can
// launch onto that host.
//
// InstanceType is a required field
InstanceType *string `locationName:"instanceType" type:"string" required:"true"`
// 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"`
// contains filtered or unexported fields
}
Contains the parameters for AllocateHosts.
func (AllocateHostsInput) GoString ¶ added in v1.0.1
func (s AllocateHostsInput) GoString() string
GoString returns the string representation
func (*AllocateHostsInput) SetAutoPlacement ¶ added in v1.5.0
func (s *AllocateHostsInput) SetAutoPlacement(v string) *AllocateHostsInput
SetAutoPlacement sets the AutoPlacement field's value.
func (*AllocateHostsInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *AllocateHostsInput) SetAvailabilityZone(v string) *AllocateHostsInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*AllocateHostsInput) SetClientToken ¶ added in v1.5.0
func (s *AllocateHostsInput) SetClientToken(v string) *AllocateHostsInput
SetClientToken sets the ClientToken field's value.
func (*AllocateHostsInput) SetInstanceType ¶ added in v1.5.0
func (s *AllocateHostsInput) SetInstanceType(v string) *AllocateHostsInput
SetInstanceType sets the InstanceType field's value.
func (*AllocateHostsInput) SetQuantity ¶ added in v1.5.0
func (s *AllocateHostsInput) SetQuantity(v int64) *AllocateHostsInput
SetQuantity sets the Quantity field's value.
func (AllocateHostsInput) String ¶ added in v1.0.1
func (s AllocateHostsInput) String() string
String returns the string representation
func (*AllocateHostsInput) Validate ¶ added in v1.1.21
func (s *AllocateHostsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocateHostsOutput ¶ added in v1.0.1
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 ¶ added in v1.0.1
func (s AllocateHostsOutput) GoString() string
GoString returns the string representation
func (*AllocateHostsOutput) SetHostIds ¶ added in v1.5.0
func (s *AllocateHostsOutput) SetHostIds(v []*string) *AllocateHostsOutput
SetHostIds sets the HostIds field's value.
func (AllocateHostsOutput) String ¶ added in v1.0.1
func (s AllocateHostsOutput) String() string
String returns the string representation
type AllowedPrincipal ¶ added in v1.12.35
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 ¶ added in v1.12.35
func (s AllowedPrincipal) GoString() string
GoString returns the string representation
func (*AllowedPrincipal) SetPrincipal ¶ added in v1.12.35
func (s *AllowedPrincipal) SetPrincipal(v string) *AllowedPrincipal
SetPrincipal sets the Principal field's value.
func (*AllowedPrincipal) SetPrincipalType ¶ added in v1.12.35
func (s *AllowedPrincipal) SetPrincipalType(v string) *AllowedPrincipal
SetPrincipalType sets the PrincipalType field's value.
func (AllowedPrincipal) String ¶ added in v1.12.35
func (s AllowedPrincipal) String() string
String returns the string representation
type AssignIpv6AddressesInput ¶ added in v1.5.13
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 ¶ added in v1.5.13
func (s AssignIpv6AddressesInput) GoString() string
GoString returns the string representation
func (*AssignIpv6AddressesInput) SetIpv6AddressCount ¶ added in v1.5.13
func (s *AssignIpv6AddressesInput) SetIpv6AddressCount(v int64) *AssignIpv6AddressesInput
SetIpv6AddressCount sets the Ipv6AddressCount field's value.
func (*AssignIpv6AddressesInput) SetIpv6Addresses ¶ added in v1.5.13
func (s *AssignIpv6AddressesInput) SetIpv6Addresses(v []*string) *AssignIpv6AddressesInput
SetIpv6Addresses sets the Ipv6Addresses field's value.
func (*AssignIpv6AddressesInput) SetNetworkInterfaceId ¶ added in v1.5.13
func (s *AssignIpv6AddressesInput) SetNetworkInterfaceId(v string) *AssignIpv6AddressesInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (AssignIpv6AddressesInput) String ¶ added in v1.5.13
func (s AssignIpv6AddressesInput) String() string
String returns the string representation
func (*AssignIpv6AddressesInput) Validate ¶ added in v1.5.13
func (s *AssignIpv6AddressesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssignIpv6AddressesOutput ¶ added in v1.5.13
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 ¶ added in v1.5.13
func (s AssignIpv6AddressesOutput) GoString() string
GoString returns the string representation
func (*AssignIpv6AddressesOutput) SetAssignedIpv6Addresses ¶ added in v1.5.13
func (s *AssignIpv6AddressesOutput) SetAssignedIpv6Addresses(v []*string) *AssignIpv6AddressesOutput
SetAssignedIpv6Addresses sets the AssignedIpv6Addresses field's value.
func (*AssignIpv6AddressesOutput) SetNetworkInterfaceId ¶ added in v1.5.13
func (s *AssignIpv6AddressesOutput) SetNetworkInterfaceId(v string) *AssignIpv6AddressesOutput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (AssignIpv6AddressesOutput) String ¶ added in v1.5.13
func (s AssignIpv6AddressesOutput) String() string
String returns the string representation
type AssignPrivateIpAddressesInput ¶ added in v0.9.5
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 ¶ added in v0.9.5
func (s AssignPrivateIpAddressesInput) GoString() string
GoString returns the string representation
func (*AssignPrivateIpAddressesInput) SetAllowReassignment ¶ added in v1.5.0
func (s *AssignPrivateIpAddressesInput) SetAllowReassignment(v bool) *AssignPrivateIpAddressesInput
SetAllowReassignment sets the AllowReassignment field's value.
func (*AssignPrivateIpAddressesInput) SetNetworkInterfaceId ¶ added in v1.5.0
func (s *AssignPrivateIpAddressesInput) SetNetworkInterfaceId(v string) *AssignPrivateIpAddressesInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*AssignPrivateIpAddressesInput) SetPrivateIpAddresses ¶ added in v1.5.0
func (s *AssignPrivateIpAddressesInput) SetPrivateIpAddresses(v []*string) *AssignPrivateIpAddressesInput
SetPrivateIpAddresses sets the PrivateIpAddresses field's value.
func (*AssignPrivateIpAddressesInput) SetSecondaryPrivateIpAddressCount ¶ added in v1.5.0
func (s *AssignPrivateIpAddressesInput) SetSecondaryPrivateIpAddressCount(v int64) *AssignPrivateIpAddressesInput
SetSecondaryPrivateIpAddressCount sets the SecondaryPrivateIpAddressCount field's value.
func (AssignPrivateIpAddressesInput) String ¶ added in v0.9.5
func (s AssignPrivateIpAddressesInput) String() string
String returns the string representation
func (*AssignPrivateIpAddressesInput) Validate ¶ added in v1.1.21
func (s *AssignPrivateIpAddressesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssignPrivateIpAddressesOutput ¶ added in v0.9.5
type AssignPrivateIpAddressesOutput struct {
// contains filtered or unexported fields
}
func (AssignPrivateIpAddressesOutput) GoString ¶ added in v0.9.5
func (s AssignPrivateIpAddressesOutput) GoString() string
GoString returns the string representation
func (AssignPrivateIpAddressesOutput) String ¶ added in v0.9.5
func (s AssignPrivateIpAddressesOutput) 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.
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. This is required for EC2-Classic.
PublicIp *string `type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for AssociateAddress.
func (AssociateAddressInput) GoString ¶ added in v0.6.5
func (s AssociateAddressInput) GoString() string
GoString returns the string representation
func (*AssociateAddressInput) SetAllocationId ¶ added in v1.5.0
func (s *AssociateAddressInput) SetAllocationId(v string) *AssociateAddressInput
SetAllocationId sets the AllocationId field's value.
func (*AssociateAddressInput) SetAllowReassociation ¶ added in v1.5.0
func (s *AssociateAddressInput) SetAllowReassociation(v bool) *AssociateAddressInput
SetAllowReassociation sets the AllowReassociation field's value.
func (*AssociateAddressInput) SetDryRun ¶ added in v1.5.0
func (s *AssociateAddressInput) SetDryRun(v bool) *AssociateAddressInput
SetDryRun sets the DryRun field's value.
func (*AssociateAddressInput) SetInstanceId ¶ added in v1.5.0
func (s *AssociateAddressInput) SetInstanceId(v string) *AssociateAddressInput
SetInstanceId sets the InstanceId field's value.
func (*AssociateAddressInput) SetNetworkInterfaceId ¶ added in v1.5.0
func (s *AssociateAddressInput) SetNetworkInterfaceId(v string) *AssociateAddressInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*AssociateAddressInput) SetPrivateIpAddress ¶ added in v1.5.0
func (s *AssociateAddressInput) SetPrivateIpAddress(v string) *AssociateAddressInput
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (*AssociateAddressInput) SetPublicIp ¶ added in v1.5.0
func (s *AssociateAddressInput) SetPublicIp(v string) *AssociateAddressInput
SetPublicIp sets the PublicIp field's value.
func (AssociateAddressInput) String ¶ added in v0.6.5
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
}
Contains the output of AssociateAddress.
func (AssociateAddressOutput) GoString ¶ added in v0.6.5
func (s AssociateAddressOutput) GoString() string
GoString returns the string representation
func (*AssociateAddressOutput) SetAssociationId ¶ added in v1.5.0
func (s *AssociateAddressOutput) SetAssociationId(v string) *AssociateAddressOutput
SetAssociationId sets the AssociationId field's value.
func (AssociateAddressOutput) String ¶ added in v0.6.5
func (s AssociateAddressOutput) String() string
String returns the string representation
type AssociateDhcpOptionsInput ¶ added in v0.9.5
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
}
Contains the parameters for AssociateDhcpOptions.
func (AssociateDhcpOptionsInput) GoString ¶ added in v0.9.5
func (s AssociateDhcpOptionsInput) GoString() string
GoString returns the string representation
func (*AssociateDhcpOptionsInput) SetDhcpOptionsId ¶ added in v1.5.0
func (s *AssociateDhcpOptionsInput) SetDhcpOptionsId(v string) *AssociateDhcpOptionsInput
SetDhcpOptionsId sets the DhcpOptionsId field's value.
func (*AssociateDhcpOptionsInput) SetDryRun ¶ added in v1.5.0
func (s *AssociateDhcpOptionsInput) SetDryRun(v bool) *AssociateDhcpOptionsInput
SetDryRun sets the DryRun field's value.
func (*AssociateDhcpOptionsInput) SetVpcId ¶ added in v1.5.0
func (s *AssociateDhcpOptionsInput) SetVpcId(v string) *AssociateDhcpOptionsInput
SetVpcId sets the VpcId field's value.
func (AssociateDhcpOptionsInput) String ¶ added in v0.9.5
func (s AssociateDhcpOptionsInput) String() string
String returns the string representation
func (*AssociateDhcpOptionsInput) Validate ¶ added in v1.1.21
func (s *AssociateDhcpOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateDhcpOptionsOutput ¶ added in v0.9.5
type AssociateDhcpOptionsOutput struct {
// contains filtered or unexported fields
}
func (AssociateDhcpOptionsOutput) GoString ¶ added in v0.9.5
func (s AssociateDhcpOptionsOutput) GoString() string
GoString returns the string representation
func (AssociateDhcpOptionsOutput) String ¶ added in v0.9.5
func (s AssociateDhcpOptionsOutput) String() string
String returns the string representation
type AssociateIamInstanceProfileInput ¶ added in v1.6.20
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 ¶ added in v1.6.20
func (s AssociateIamInstanceProfileInput) GoString() string
GoString returns the string representation
func (*AssociateIamInstanceProfileInput) SetIamInstanceProfile ¶ added in v1.6.20
func (s *AssociateIamInstanceProfileInput) SetIamInstanceProfile(v *IamInstanceProfileSpecification) *AssociateIamInstanceProfileInput
SetIamInstanceProfile sets the IamInstanceProfile field's value.
func (*AssociateIamInstanceProfileInput) SetInstanceId ¶ added in v1.6.20
func (s *AssociateIamInstanceProfileInput) SetInstanceId(v string) *AssociateIamInstanceProfileInput
SetInstanceId sets the InstanceId field's value.
func (AssociateIamInstanceProfileInput) String ¶ added in v1.6.20
func (s AssociateIamInstanceProfileInput) String() string
String returns the string representation
func (*AssociateIamInstanceProfileInput) Validate ¶ added in v1.6.20
func (s *AssociateIamInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateIamInstanceProfileOutput ¶ added in v1.6.20
type AssociateIamInstanceProfileOutput struct {
// Information about the IAM instance profile association.
IamInstanceProfileAssociation *IamInstanceProfileAssociation `locationName:"iamInstanceProfileAssociation" type:"structure"`
// contains filtered or unexported fields
}
func (AssociateIamInstanceProfileOutput) GoString ¶ added in v1.6.20
func (s AssociateIamInstanceProfileOutput) GoString() string
GoString returns the string representation
func (*AssociateIamInstanceProfileOutput) SetIamInstanceProfileAssociation ¶ added in v1.6.20
func (s *AssociateIamInstanceProfileOutput) SetIamInstanceProfileAssociation(v *IamInstanceProfileAssociation) *AssociateIamInstanceProfileOutput
SetIamInstanceProfileAssociation sets the IamInstanceProfileAssociation field's value.
func (AssociateIamInstanceProfileOutput) String ¶ added in v1.6.20
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 route table.
//
// RouteTableId is a required field
RouteTableId *string `locationName:"routeTableId" type:"string" required:"true"`
// The ID of the subnet.
//
// SubnetId is a required field
SubnetId *string `locationName:"subnetId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for AssociateRouteTable.
func (AssociateRouteTableInput) GoString ¶ added in v0.6.5
func (s AssociateRouteTableInput) GoString() string
GoString returns the string representation
func (*AssociateRouteTableInput) SetDryRun ¶ added in v1.5.0
func (s *AssociateRouteTableInput) SetDryRun(v bool) *AssociateRouteTableInput
SetDryRun sets the DryRun field's value.
func (*AssociateRouteTableInput) SetRouteTableId ¶ added in v1.5.0
func (s *AssociateRouteTableInput) SetRouteTableId(v string) *AssociateRouteTableInput
SetRouteTableId sets the RouteTableId field's value.
func (*AssociateRouteTableInput) SetSubnetId ¶ added in v1.5.0
func (s *AssociateRouteTableInput) SetSubnetId(v string) *AssociateRouteTableInput
SetSubnetId sets the SubnetId field's value.
func (AssociateRouteTableInput) String ¶ added in v0.6.5
func (s AssociateRouteTableInput) String() string
String returns the string representation
func (*AssociateRouteTableInput) Validate ¶ added in v1.1.21
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 (needed to disassociate the route table).
AssociationId *string `locationName:"associationId" type:"string"`
// contains filtered or unexported fields
}
Contains the output of AssociateRouteTable.
func (AssociateRouteTableOutput) GoString ¶ added in v0.6.5
func (s AssociateRouteTableOutput) GoString() string
GoString returns the string representation
func (*AssociateRouteTableOutput) SetAssociationId ¶ added in v1.5.0
func (s *AssociateRouteTableOutput) SetAssociationId(v string) *AssociateRouteTableOutput
SetAssociationId sets the AssociationId field's value.
func (AssociateRouteTableOutput) String ¶ added in v0.6.5
func (s AssociateRouteTableOutput) String() string
String returns the string representation
type AssociateSubnetCidrBlockInput ¶ added in v1.5.13
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 ¶ added in v1.5.13
func (s AssociateSubnetCidrBlockInput) GoString() string
GoString returns the string representation
func (*AssociateSubnetCidrBlockInput) SetIpv6CidrBlock ¶ added in v1.5.13
func (s *AssociateSubnetCidrBlockInput) SetIpv6CidrBlock(v string) *AssociateSubnetCidrBlockInput
SetIpv6CidrBlock sets the Ipv6CidrBlock field's value.
func (*AssociateSubnetCidrBlockInput) SetSubnetId ¶ added in v1.5.13
func (s *AssociateSubnetCidrBlockInput) SetSubnetId(v string) *AssociateSubnetCidrBlockInput
SetSubnetId sets the SubnetId field's value.
func (AssociateSubnetCidrBlockInput) String ¶ added in v1.5.13
func (s AssociateSubnetCidrBlockInput) String() string
String returns the string representation
func (*AssociateSubnetCidrBlockInput) Validate ¶ added in v1.5.13
func (s *AssociateSubnetCidrBlockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateSubnetCidrBlockOutput ¶ added in v1.5.13
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 ¶ added in v1.5.13
func (s AssociateSubnetCidrBlockOutput) GoString() string
GoString returns the string representation
func (*AssociateSubnetCidrBlockOutput) SetIpv6CidrBlockAssociation ¶ added in v1.5.13
func (s *AssociateSubnetCidrBlockOutput) SetIpv6CidrBlockAssociation(v *SubnetIpv6CidrBlockAssociation) *AssociateSubnetCidrBlockOutput
SetIpv6CidrBlockAssociation sets the Ipv6CidrBlockAssociation field's value.
func (*AssociateSubnetCidrBlockOutput) SetSubnetId ¶ added in v1.5.13
func (s *AssociateSubnetCidrBlockOutput) SetSubnetId(v string) *AssociateSubnetCidrBlockOutput
SetSubnetId sets the SubnetId field's value.
func (AssociateSubnetCidrBlockOutput) String ¶ added in v1.5.13
func (s AssociateSubnetCidrBlockOutput) String() string
String returns the string representation
type AssociateVpcCidrBlockInput ¶ added in v1.5.13
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 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 ¶ added in v1.5.13
func (s AssociateVpcCidrBlockInput) GoString() string
GoString returns the string representation
func (*AssociateVpcCidrBlockInput) SetAmazonProvidedIpv6CidrBlock ¶ added in v1.5.13
func (s *AssociateVpcCidrBlockInput) SetAmazonProvidedIpv6CidrBlock(v bool) *AssociateVpcCidrBlockInput
SetAmazonProvidedIpv6CidrBlock sets the AmazonProvidedIpv6CidrBlock field's value.
func (*AssociateVpcCidrBlockInput) SetCidrBlock ¶ added in v1.10.34
func (s *AssociateVpcCidrBlockInput) SetCidrBlock(v string) *AssociateVpcCidrBlockInput
SetCidrBlock sets the CidrBlock field's value.
func (*AssociateVpcCidrBlockInput) SetVpcId ¶ added in v1.5.13
func (s *AssociateVpcCidrBlockInput) SetVpcId(v string) *AssociateVpcCidrBlockInput
SetVpcId sets the VpcId field's value.
func (AssociateVpcCidrBlockInput) String ¶ added in v1.5.13
func (s AssociateVpcCidrBlockInput) String() string
String returns the string representation
func (*AssociateVpcCidrBlockInput) Validate ¶ added in v1.5.13
func (s *AssociateVpcCidrBlockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateVpcCidrBlockOutput ¶ added in v1.5.13
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 ¶ added in v1.5.13
func (s AssociateVpcCidrBlockOutput) GoString() string
GoString returns the string representation
func (*AssociateVpcCidrBlockOutput) SetCidrBlockAssociation ¶ added in v1.10.34
func (s *AssociateVpcCidrBlockOutput) SetCidrBlockAssociation(v *VpcCidrBlockAssociation) *AssociateVpcCidrBlockOutput
SetCidrBlockAssociation sets the CidrBlockAssociation field's value.
func (*AssociateVpcCidrBlockOutput) SetIpv6CidrBlockAssociation ¶ added in v1.5.13
func (s *AssociateVpcCidrBlockOutput) SetIpv6CidrBlockAssociation(v *VpcIpv6CidrBlockAssociation) *AssociateVpcCidrBlockOutput
SetIpv6CidrBlockAssociation sets the Ipv6CidrBlockAssociation field's value.
func (*AssociateVpcCidrBlockOutput) SetVpcId ¶ added in v1.5.13
func (s *AssociateVpcCidrBlockOutput) SetVpcId(v string) *AssociateVpcCidrBlockOutput
SetVpcId sets the VpcId field's value.
func (AssociateVpcCidrBlockOutput) String ¶ added in v1.5.13
func (s AssociateVpcCidrBlockOutput) String() string
String returns the string representation
type AttachClassicLinkVpcInput ¶ added in v0.9.5
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
}
Contains the parameters for AttachClassicLinkVpc.
func (AttachClassicLinkVpcInput) GoString ¶ added in v0.9.5
func (s AttachClassicLinkVpcInput) GoString() string
GoString returns the string representation
func (*AttachClassicLinkVpcInput) SetDryRun ¶ added in v1.5.0
func (s *AttachClassicLinkVpcInput) SetDryRun(v bool) *AttachClassicLinkVpcInput
SetDryRun sets the DryRun field's value.
func (*AttachClassicLinkVpcInput) SetGroups ¶ added in v1.5.0
func (s *AttachClassicLinkVpcInput) SetGroups(v []*string) *AttachClassicLinkVpcInput
SetGroups sets the Groups field's value.
func (*AttachClassicLinkVpcInput) SetInstanceId ¶ added in v1.5.0
func (s *AttachClassicLinkVpcInput) SetInstanceId(v string) *AttachClassicLinkVpcInput
SetInstanceId sets the InstanceId field's value.
func (*AttachClassicLinkVpcInput) SetVpcId ¶ added in v1.5.0
func (s *AttachClassicLinkVpcInput) SetVpcId(v string) *AttachClassicLinkVpcInput
SetVpcId sets the VpcId field's value.
func (AttachClassicLinkVpcInput) String ¶ added in v0.9.5
func (s AttachClassicLinkVpcInput) String() string
String returns the string representation
func (*AttachClassicLinkVpcInput) Validate ¶ added in v1.1.21
func (s *AttachClassicLinkVpcInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachClassicLinkVpcOutput ¶ added in v0.9.5
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
}
Contains the output of AttachClassicLinkVpc.
func (AttachClassicLinkVpcOutput) GoString ¶ added in v0.9.5
func (s AttachClassicLinkVpcOutput) GoString() string
GoString returns the string representation
func (*AttachClassicLinkVpcOutput) SetReturn ¶ added in v1.5.0
func (s *AttachClassicLinkVpcOutput) SetReturn(v bool) *AttachClassicLinkVpcOutput
SetReturn sets the Return field's value.
func (AttachClassicLinkVpcOutput) String ¶ added in v0.9.5
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
}
Contains the parameters for AttachInternetGateway.
func (AttachInternetGatewayInput) GoString ¶ added in v0.6.5
func (s AttachInternetGatewayInput) GoString() string
GoString returns the string representation
func (*AttachInternetGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *AttachInternetGatewayInput) SetDryRun(v bool) *AttachInternetGatewayInput
SetDryRun sets the DryRun field's value.
func (*AttachInternetGatewayInput) SetInternetGatewayId ¶ added in v1.5.0
func (s *AttachInternetGatewayInput) SetInternetGatewayId(v string) *AttachInternetGatewayInput
SetInternetGatewayId sets the InternetGatewayId field's value.
func (*AttachInternetGatewayInput) SetVpcId ¶ added in v1.5.0
func (s *AttachInternetGatewayInput) SetVpcId(v string) *AttachInternetGatewayInput
SetVpcId sets the VpcId field's value.
func (AttachInternetGatewayInput) String ¶ added in v0.6.5
func (s AttachInternetGatewayInput) String() string
String returns the string representation
func (*AttachInternetGatewayInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s AttachInternetGatewayOutput) GoString() string
GoString returns the string representation
func (AttachInternetGatewayOutput) String ¶ added in v0.6.5
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 ¶ added in v0.6.5
func (s AttachNetworkInterfaceInput) GoString() string
GoString returns the string representation
func (*AttachNetworkInterfaceInput) SetDeviceIndex ¶ added in v1.5.0
func (s *AttachNetworkInterfaceInput) SetDeviceIndex(v int64) *AttachNetworkInterfaceInput
SetDeviceIndex sets the DeviceIndex field's value.
func (*AttachNetworkInterfaceInput) SetDryRun ¶ added in v1.5.0
func (s *AttachNetworkInterfaceInput) SetDryRun(v bool) *AttachNetworkInterfaceInput
SetDryRun sets the DryRun field's value.
func (*AttachNetworkInterfaceInput) SetInstanceId ¶ added in v1.5.0
func (s *AttachNetworkInterfaceInput) SetInstanceId(v string) *AttachNetworkInterfaceInput
SetInstanceId sets the InstanceId field's value.
func (*AttachNetworkInterfaceInput) SetNetworkInterfaceId ¶ added in v1.5.0
func (s *AttachNetworkInterfaceInput) SetNetworkInterfaceId(v string) *AttachNetworkInterfaceInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (AttachNetworkInterfaceInput) String ¶ added in v0.6.5
func (s AttachNetworkInterfaceInput) String() string
String returns the string representation
func (*AttachNetworkInterfaceInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s AttachNetworkInterfaceOutput) GoString() string
GoString returns the string representation
func (*AttachNetworkInterfaceOutput) SetAttachmentId ¶ added in v1.5.0
func (s *AttachNetworkInterfaceOutput) SetAttachmentId(v string) *AttachNetworkInterfaceOutput
SetAttachmentId sets the AttachmentId field's value.
func (AttachNetworkInterfaceOutput) String ¶ added in v0.6.5
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
}
Contains the parameters for AttachVolume.
func (AttachVolumeInput) GoString ¶ added in v0.6.5
func (s AttachVolumeInput) GoString() string
GoString returns the string representation
func (*AttachVolumeInput) SetDevice ¶ added in v1.5.0
func (s *AttachVolumeInput) SetDevice(v string) *AttachVolumeInput
SetDevice sets the Device field's value.
func (*AttachVolumeInput) SetDryRun ¶ added in v1.5.0
func (s *AttachVolumeInput) SetDryRun(v bool) *AttachVolumeInput
SetDryRun sets the DryRun field's value.
func (*AttachVolumeInput) SetInstanceId ¶ added in v1.5.0
func (s *AttachVolumeInput) SetInstanceId(v string) *AttachVolumeInput
SetInstanceId sets the InstanceId field's value.
func (*AttachVolumeInput) SetVolumeId ¶ added in v1.5.0
func (s *AttachVolumeInput) SetVolumeId(v string) *AttachVolumeInput
SetVolumeId sets the VolumeId field's value.
func (AttachVolumeInput) String ¶ added in v0.6.5
func (s AttachVolumeInput) String() string
String returns the string representation
func (*AttachVolumeInput) Validate ¶ added in v1.1.21
func (s *AttachVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachVpnGatewayInput ¶ added in v0.9.5
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 ¶ added in v0.9.5
func (s AttachVpnGatewayInput) GoString() string
GoString returns the string representation
func (*AttachVpnGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *AttachVpnGatewayInput) SetDryRun(v bool) *AttachVpnGatewayInput
SetDryRun sets the DryRun field's value.
func (*AttachVpnGatewayInput) SetVpcId ¶ added in v1.5.0
func (s *AttachVpnGatewayInput) SetVpcId(v string) *AttachVpnGatewayInput
SetVpcId sets the VpcId field's value.
func (*AttachVpnGatewayInput) SetVpnGatewayId ¶ added in v1.5.0
func (s *AttachVpnGatewayInput) SetVpnGatewayId(v string) *AttachVpnGatewayInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (AttachVpnGatewayInput) String ¶ added in v0.9.5
func (s AttachVpnGatewayInput) String() string
String returns the string representation
func (*AttachVpnGatewayInput) Validate ¶ added in v1.1.21
func (s *AttachVpnGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachVpnGatewayOutput ¶ added in v0.9.5
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 ¶ added in v0.9.5
func (s AttachVpnGatewayOutput) GoString() string
GoString returns the string representation
func (*AttachVpnGatewayOutput) SetVpcAttachment ¶ added in v1.5.0
func (s *AttachVpnGatewayOutput) SetVpcAttachment(v *VpcAttachment) *AttachVpnGatewayOutput
SetVpcAttachment sets the VpcAttachment field's value.
func (AttachVpnGatewayOutput) String ¶ added in v0.9.5
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 ¶ added in v0.6.5
func (s AttributeBooleanValue) GoString() string
GoString returns the string representation
func (*AttributeBooleanValue) SetValue ¶ added in v1.5.0
func (s *AttributeBooleanValue) SetValue(v bool) *AttributeBooleanValue
SetValue sets the Value field's value.
func (AttributeBooleanValue) String ¶ added in v0.6.5
func (s AttributeBooleanValue) String() string
String returns the string representation
type AttributeValue ¶
type AttributeValue struct {
// The attribute value. The value is case-sensitive.
Value *string `locationName:"value" type:"string"`
// contains filtered or unexported fields
}
Describes a value for a resource attribute that is a String.
func (AttributeValue) GoString ¶ added in v0.6.5
func (s AttributeValue) GoString() string
GoString returns the string representation
func (*AttributeValue) SetValue ¶ added in v1.5.0
func (s *AttributeValue) SetValue(v string) *AttributeValue
SetValue sets the Value field's value.
func (AttributeValue) String ¶ added in v0.6.5
func (s AttributeValue) String() string
String returns the string representation
type AuthorizeSecurityGroupEgressInput ¶
type AuthorizeSecurityGroupEgressInput struct {
// Not supported. Use a set of IP permissions to specify the CIDR.
CidrIp *string `locationName:"cidrIp" type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// Not supported. Use a set of IP permissions to specify the port.
FromPort *int64 `locationName:"fromPort" type:"integer"`
// The ID of the security group.
//
// GroupId is a required field
GroupId *string `locationName:"groupId" type:"string" required:"true"`
// One or more sets of IP permissions. You can't specify a destination security
// group and a CIDR IP address range in the same set of permissions.
IpPermissions []*IpPermission `locationName:"ipPermissions" locationNameList:"item" type:"list"`
// Not supported. Use a set of IP permissions to specify the protocol name or
// number.
IpProtocol *string `locationName:"ipProtocol" type:"string"`
// Not supported. Use a set of IP permissions to specify a destination security
// group.
SourceSecurityGroupName *string `locationName:"sourceSecurityGroupName" type:"string"`
// Not supported. Use a set of IP permissions to specify a destination security
// group.
SourceSecurityGroupOwnerId *string `locationName:"sourceSecurityGroupOwnerId" type:"string"`
// Not supported. Use a set of IP permissions to specify the port.
ToPort *int64 `locationName:"toPort" type:"integer"`
// contains filtered or unexported fields
}
Contains the parameters for AuthorizeSecurityGroupEgress.
func (AuthorizeSecurityGroupEgressInput) GoString ¶ added in v0.6.5
func (s AuthorizeSecurityGroupEgressInput) GoString() string
GoString returns the string representation
func (*AuthorizeSecurityGroupEgressInput) SetCidrIp ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetCidrIp(v string) *AuthorizeSecurityGroupEgressInput
SetCidrIp sets the CidrIp field's value.
func (*AuthorizeSecurityGroupEgressInput) SetDryRun ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetDryRun(v bool) *AuthorizeSecurityGroupEgressInput
SetDryRun sets the DryRun field's value.
func (*AuthorizeSecurityGroupEgressInput) SetFromPort ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetFromPort(v int64) *AuthorizeSecurityGroupEgressInput
SetFromPort sets the FromPort field's value.
func (*AuthorizeSecurityGroupEgressInput) SetGroupId ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetGroupId(v string) *AuthorizeSecurityGroupEgressInput
SetGroupId sets the GroupId field's value.
func (*AuthorizeSecurityGroupEgressInput) SetIpPermissions ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetIpPermissions(v []*IpPermission) *AuthorizeSecurityGroupEgressInput
SetIpPermissions sets the IpPermissions field's value.
func (*AuthorizeSecurityGroupEgressInput) SetIpProtocol ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetIpProtocol(v string) *AuthorizeSecurityGroupEgressInput
SetIpProtocol sets the IpProtocol field's value.
func (*AuthorizeSecurityGroupEgressInput) SetSourceSecurityGroupName ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetSourceSecurityGroupName(v string) *AuthorizeSecurityGroupEgressInput
SetSourceSecurityGroupName sets the SourceSecurityGroupName field's value.
func (*AuthorizeSecurityGroupEgressInput) SetSourceSecurityGroupOwnerId ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetSourceSecurityGroupOwnerId(v string) *AuthorizeSecurityGroupEgressInput
SetSourceSecurityGroupOwnerId sets the SourceSecurityGroupOwnerId field's value.
func (*AuthorizeSecurityGroupEgressInput) SetToPort ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupEgressInput) SetToPort(v int64) *AuthorizeSecurityGroupEgressInput
SetToPort sets the ToPort field's value.
func (AuthorizeSecurityGroupEgressInput) String ¶ added in v0.6.5
func (s AuthorizeSecurityGroupEgressInput) String() string
String returns the string representation
func (*AuthorizeSecurityGroupEgressInput) Validate ¶ added in v1.1.21
func (s *AuthorizeSecurityGroupEgressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AuthorizeSecurityGroupEgressOutput ¶
type AuthorizeSecurityGroupEgressOutput struct {
// contains filtered or unexported fields
}
func (AuthorizeSecurityGroupEgressOutput) GoString ¶ added in v0.6.5
func (s AuthorizeSecurityGroupEgressOutput) GoString() string
GoString returns the string representation
func (AuthorizeSecurityGroupEgressOutput) String ¶ added in v0.6.5
func (s AuthorizeSecurityGroupEgressOutput) String() string
String returns the string representation
type AuthorizeSecurityGroupIngressInput ¶
type AuthorizeSecurityGroupIngressInput struct {
// The CIDR IPv4 address range. You can't specify this parameter when specifying
// a source security group.
CidrIp *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6
// type number. For the ICMP/ICMPv6 type number, use -1 to specify all types.
// If you specify all ICMP/ICMPv6 types, you must specify all codes.
FromPort *int64 `type:"integer"`
// The ID of the security group. You must specify either the security group
// ID or the security group name in the request. For security groups in a nondefault
// VPC, you must specify the security group ID.
GroupId *string `type:"string"`
// [EC2-Classic, default VPC] The name of the security group. You must specify
// either the security group ID or the security group name in the request.
GroupName *string `type:"string"`
// One or more sets of IP permissions. Can be used to specify multiple rules
// in a single command.
IpPermissions []*IpPermission `locationNameList:"item" type:"list"`
// The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)).
// (VPC only) Use -1 to specify all protocols. If you specify -1, or a protocol
// number other than tcp, udp, icmp, or 58 (ICMPv6), traffic on all ports is
// allowed, regardless of any ports you specify. For tcp, udp, and icmp, you
// must specify a port range. For protocol 58 (ICMPv6), you can optionally specify
// a port range; if you don't, traffic for all types and codes is allowed.
IpProtocol *string `type:"string"`
// [EC2-Classic, default VPC] The name of the source security group. You can't
// specify this parameter in combination with the following parameters: the
// CIDR IP address range, the start of the port range, the IP protocol, and
// the end of the port range. Creates rules that grant full ICMP, UDP, and TCP
// access. To create a rule with a specific IP protocol and port range, use
// a set of IP permissions instead. For EC2-VPC, the source security group must
// be in the same VPC.
SourceSecurityGroupName *string `type:"string"`
// [EC2-Classic] The AWS account ID for the source security group, if the source
// security group is in a different account. You can't specify this parameter
// in combination with the following parameters: the CIDR IP address range,
// the IP protocol, the start of the port range, and the end of the port range.
// Creates rules that grant full ICMP, UDP, and TCP access. To create a rule
// with a specific IP protocol and port range, use a set of IP permissions instead.
SourceSecurityGroupOwnerId *string `type:"string"`
// The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code
// number. For the ICMP/ICMPv6 code number, use -1 to specify all codes. If
// you specify all ICMP/ICMPv6 types, you must specify all codes.
ToPort *int64 `type:"integer"`
// contains filtered or unexported fields
}
Contains the parameters for AuthorizeSecurityGroupIngress.
func (AuthorizeSecurityGroupIngressInput) GoString ¶ added in v0.6.5
func (s AuthorizeSecurityGroupIngressInput) GoString() string
GoString returns the string representation
func (*AuthorizeSecurityGroupIngressInput) SetCidrIp ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetCidrIp(v string) *AuthorizeSecurityGroupIngressInput
SetCidrIp sets the CidrIp field's value.
func (*AuthorizeSecurityGroupIngressInput) SetDryRun ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetDryRun(v bool) *AuthorizeSecurityGroupIngressInput
SetDryRun sets the DryRun field's value.
func (*AuthorizeSecurityGroupIngressInput) SetFromPort ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetFromPort(v int64) *AuthorizeSecurityGroupIngressInput
SetFromPort sets the FromPort field's value.
func (*AuthorizeSecurityGroupIngressInput) SetGroupId ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetGroupId(v string) *AuthorizeSecurityGroupIngressInput
SetGroupId sets the GroupId field's value.
func (*AuthorizeSecurityGroupIngressInput) SetGroupName ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetGroupName(v string) *AuthorizeSecurityGroupIngressInput
SetGroupName sets the GroupName field's value.
func (*AuthorizeSecurityGroupIngressInput) SetIpPermissions ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetIpPermissions(v []*IpPermission) *AuthorizeSecurityGroupIngressInput
SetIpPermissions sets the IpPermissions field's value.
func (*AuthorizeSecurityGroupIngressInput) SetIpProtocol ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetIpProtocol(v string) *AuthorizeSecurityGroupIngressInput
SetIpProtocol sets the IpProtocol field's value.
func (*AuthorizeSecurityGroupIngressInput) SetSourceSecurityGroupName ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetSourceSecurityGroupName(v string) *AuthorizeSecurityGroupIngressInput
SetSourceSecurityGroupName sets the SourceSecurityGroupName field's value.
func (*AuthorizeSecurityGroupIngressInput) SetSourceSecurityGroupOwnerId ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetSourceSecurityGroupOwnerId(v string) *AuthorizeSecurityGroupIngressInput
SetSourceSecurityGroupOwnerId sets the SourceSecurityGroupOwnerId field's value.
func (*AuthorizeSecurityGroupIngressInput) SetToPort ¶ added in v1.5.0
func (s *AuthorizeSecurityGroupIngressInput) SetToPort(v int64) *AuthorizeSecurityGroupIngressInput
SetToPort sets the ToPort field's value.
func (AuthorizeSecurityGroupIngressInput) String ¶ added in v0.6.5
func (s AuthorizeSecurityGroupIngressInput) String() string
String returns the string representation
type AuthorizeSecurityGroupIngressOutput ¶
type AuthorizeSecurityGroupIngressOutput struct {
// contains filtered or unexported fields
}
func (AuthorizeSecurityGroupIngressOutput) GoString ¶ added in v0.6.5
func (s AuthorizeSecurityGroupIngressOutput) GoString() string
GoString returns the string representation
func (AuthorizeSecurityGroupIngressOutput) String ¶ added in v0.6.5
func (s AuthorizeSecurityGroupIngressOutput) String() string
String returns the string representation
type AvailabilityZone ¶
type AvailabilityZone struct {
// Any messages about the Availability Zone.
Messages []*AvailabilityZoneMessage `locationName:"messageSet" locationNameList:"item" type:"list"`
// The name of the region.
RegionName *string `locationName:"regionName" type:"string"`
// The state of the Availability Zone.
State *string `locationName:"zoneState" type:"string" enum:"AvailabilityZoneState"`
// The name of the Availability Zone.
ZoneName *string `locationName:"zoneName" type:"string"`
// contains filtered or unexported fields
}
Describes an Availability Zone.
func (AvailabilityZone) GoString ¶ added in v0.6.5
func (s AvailabilityZone) GoString() string
GoString returns the string representation
func (*AvailabilityZone) SetMessages ¶ added in v1.5.0
func (s *AvailabilityZone) SetMessages(v []*AvailabilityZoneMessage) *AvailabilityZone
SetMessages sets the Messages field's value.
func (*AvailabilityZone) SetRegionName ¶ added in v1.5.0
func (s *AvailabilityZone) SetRegionName(v string) *AvailabilityZone
SetRegionName sets the RegionName field's value.
func (*AvailabilityZone) SetState ¶ added in v1.5.0
func (s *AvailabilityZone) SetState(v string) *AvailabilityZone
SetState sets the State field's value.
func (*AvailabilityZone) SetZoneName ¶ added in v1.5.0
func (s *AvailabilityZone) SetZoneName(v string) *AvailabilityZone
SetZoneName sets the ZoneName field's value.
func (AvailabilityZone) String ¶ added in v0.6.5
func (s AvailabilityZone) String() string
String returns the string representation
type AvailabilityZoneMessage ¶
type AvailabilityZoneMessage struct {
// The message about the Availability Zone.
Message *string `locationName:"message" type:"string"`
// contains filtered or unexported fields
}
Describes a message about an Availability Zone.
func (AvailabilityZoneMessage) GoString ¶ added in v0.6.5
func (s AvailabilityZoneMessage) GoString() string
GoString returns the string representation
func (*AvailabilityZoneMessage) SetMessage ¶ added in v1.5.0
func (s *AvailabilityZoneMessage) SetMessage(v string) *AvailabilityZoneMessage
SetMessage sets the Message field's value.
func (AvailabilityZoneMessage) String ¶ added in v0.6.5
func (s AvailabilityZoneMessage) String() string
String returns the string representation
type AvailableCapacity ¶ added in v1.0.1
type AvailableCapacity struct {
// The total number of instances that the Dedicated Host supports.
AvailableInstanceCapacity []*InstanceCapacity `locationName:"availableInstanceCapacity" locationNameList:"item" type:"list"`
// The number of vCPUs available on the Dedicated Host.
AvailableVCpus *int64 `locationName:"availableVCpus" type:"integer"`
// contains filtered or unexported fields
}
The capacity information for instances launched onto the Dedicated Host.
func (AvailableCapacity) GoString ¶ added in v1.0.1
func (s AvailableCapacity) GoString() string
GoString returns the string representation
func (*AvailableCapacity) SetAvailableInstanceCapacity ¶ added in v1.5.0
func (s *AvailableCapacity) SetAvailableInstanceCapacity(v []*InstanceCapacity) *AvailableCapacity
SetAvailableInstanceCapacity sets the AvailableInstanceCapacity field's value.
func (*AvailableCapacity) SetAvailableVCpus ¶ added in v1.5.0
func (s *AvailableCapacity) SetAvailableVCpus(v int64) *AvailableCapacity
SetAvailableVCpus sets the AvailableVCpus field's value.
func (AvailableCapacity) String ¶ added in v1.0.1
func (s AvailableCapacity) String() string
String returns the string representation
type BlobAttributeValue ¶
type BlobAttributeValue struct {
// Value is automatically base64 encoded/decoded by the SDK.
Value []byte `locationName:"value" type:"blob"`
// contains filtered or unexported fields
}
func (BlobAttributeValue) GoString ¶ added in v0.6.5
func (s BlobAttributeValue) GoString() string
GoString returns the string representation
func (*BlobAttributeValue) SetValue ¶ added in v1.5.0
func (s *BlobAttributeValue) SetValue(v []byte) *BlobAttributeValue
SetValue sets the Value field's value.
func (BlobAttributeValue) String ¶ added in v0.6.5
func (s BlobAttributeValue) String() string
String returns the string representation
type BlockDeviceMapping ¶
type BlockDeviceMapping struct {
// The device name (for example, /dev/sdh or xvdh).
DeviceName *string `locationName:"deviceName" type:"string"`
// Parameters used to automatically set up EBS volumes when the instance is
// launched.
Ebs *EbsBlockDevice `locationName:"ebs" type:"structure"`
// Suppresses the specified device included in the block device mapping of the
// AMI.
NoDevice *string `locationName:"noDevice" type:"string"`
// The virtual device name (ephemeralN). Instance store volumes are numbered
// starting from 0. An instance type with 2 available instance store volumes
// can specify mappings for ephemeral0 and ephemeral1.The number of available
// instance store volumes depends on the instance type. After you connect to
// the instance, you must mount the volume.
//
// Constraints: For M3 instances, you must specify instance store volumes in
// the block device mapping for the instance. When you launch an M3 instance,
// we ignore any instance store volumes specified in the block device mapping
// for the AMI.
VirtualName *string `locationName:"virtualName" type:"string"`
// contains filtered or unexported fields
}
Describes a block device mapping.
func (BlockDeviceMapping) GoString ¶ added in v0.6.5
func (s BlockDeviceMapping) GoString() string
GoString returns the string representation
func (*BlockDeviceMapping) SetDeviceName ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetDeviceName(v string) *BlockDeviceMapping
SetDeviceName sets the DeviceName field's value.
func (*BlockDeviceMapping) SetEbs ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetEbs(v *EbsBlockDevice) *BlockDeviceMapping
SetEbs sets the Ebs field's value.
func (*BlockDeviceMapping) SetNoDevice ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetNoDevice(v string) *BlockDeviceMapping
SetNoDevice sets the NoDevice field's value.
func (*BlockDeviceMapping) SetVirtualName ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping
SetVirtualName sets the VirtualName field's value.
func (BlockDeviceMapping) String ¶ added in v0.6.5
func (s BlockDeviceMapping) String() string
String returns the string representation
type BundleInstanceInput ¶
type BundleInstanceInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the instance to bundle.
//
// Type: String
//
// Default: None
//
// Required: Yes
//
// InstanceId is a required field
InstanceId *string `type:"string" required:"true"`
// The bucket in which to store the AMI. You can specify a bucket that you already
// own or a new bucket that Amazon EC2 creates on your behalf. If you specify
// a bucket that belongs to someone else, Amazon EC2 returns an error.
//
// Storage is a required field
Storage *Storage `type:"structure" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for BundleInstance.
func (BundleInstanceInput) GoString ¶ added in v0.6.5
func (s BundleInstanceInput) GoString() string
GoString returns the string representation
func (*BundleInstanceInput) SetDryRun ¶ added in v1.5.0
func (s *BundleInstanceInput) SetDryRun(v bool) *BundleInstanceInput
SetDryRun sets the DryRun field's value.
func (*BundleInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *BundleInstanceInput) SetInstanceId(v string) *BundleInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*BundleInstanceInput) SetStorage ¶ added in v1.5.0
func (s *BundleInstanceInput) SetStorage(v *Storage) *BundleInstanceInput
SetStorage sets the Storage field's value.
func (BundleInstanceInput) String ¶ added in v0.6.5
func (s BundleInstanceInput) String() string
String returns the string representation
func (*BundleInstanceInput) Validate ¶ added in v1.1.21
func (s *BundleInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BundleInstanceOutput ¶
type BundleInstanceOutput struct {
// Information about the bundle task.
BundleTask *BundleTask `locationName:"bundleInstanceTask" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of BundleInstance.
func (BundleInstanceOutput) GoString ¶ added in v0.6.5
func (s BundleInstanceOutput) GoString() string
GoString returns the string representation
func (*BundleInstanceOutput) SetBundleTask ¶ added in v1.5.0
func (s *BundleInstanceOutput) SetBundleTask(v *BundleTask) *BundleInstanceOutput
SetBundleTask sets the BundleTask field's value.
func (BundleInstanceOutput) String ¶ added in v0.6.5
func (s BundleInstanceOutput) String() string
String returns the string representation
type BundleTask ¶
type BundleTask struct {
// The ID of the bundle task.
BundleId *string `locationName:"bundleId" type:"string"`
// If the task fails, a description of the error.
BundleTaskError *BundleTaskError `locationName:"error" type:"structure"`
// The ID of the instance associated with this bundle task.
InstanceId *string `locationName:"instanceId" type:"string"`
// The level of task completion, as a percent (for example, 20%).
Progress *string `locationName:"progress" type:"string"`
// The time this task started.
StartTime *time.Time `locationName:"startTime" type:"timestamp" timestampFormat:"iso8601"`
// The state of the task.
State *string `locationName:"state" type:"string" enum:"BundleTaskState"`
// The Amazon S3 storage locations.
Storage *Storage `locationName:"storage" type:"structure"`
// The time of the most recent update for the task.
UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601"`
// contains filtered or unexported fields
}
Describes a bundle task.
func (BundleTask) GoString ¶ added in v0.6.5
func (s BundleTask) GoString() string
GoString returns the string representation
func (*BundleTask) SetBundleId ¶ added in v1.5.0
func (s *BundleTask) SetBundleId(v string) *BundleTask
SetBundleId sets the BundleId field's value.
func (*BundleTask) SetBundleTaskError ¶ added in v1.5.0
func (s *BundleTask) SetBundleTaskError(v *BundleTaskError) *BundleTask
SetBundleTaskError sets the BundleTaskError field's value.
func (*BundleTask) SetInstanceId ¶ added in v1.5.0
func (s *BundleTask) SetInstanceId(v string) *BundleTask
SetInstanceId sets the InstanceId field's value.
func (*BundleTask) SetProgress ¶ added in v1.5.0
func (s *BundleTask) SetProgress(v string) *BundleTask
SetProgress sets the Progress field's value.
func (*BundleTask) SetStartTime ¶ added in v1.5.0
func (s *BundleTask) SetStartTime(v time.Time) *BundleTask
SetStartTime sets the StartTime field's value.
func (*BundleTask) SetState ¶ added in v1.5.0
func (s *BundleTask) SetState(v string) *BundleTask
SetState sets the State field's value.
func (*BundleTask) SetStorage ¶ added in v1.5.0
func (s *BundleTask) SetStorage(v *Storage) *BundleTask
SetStorage sets the Storage field's value.
func (*BundleTask) SetUpdateTime ¶ added in v1.5.0
func (s *BundleTask) SetUpdateTime(v time.Time) *BundleTask
SetUpdateTime sets the UpdateTime field's value.
func (BundleTask) String ¶ added in v0.6.5
func (s BundleTask) String() string
String returns the string representation
type BundleTaskError ¶
type BundleTaskError struct {
// The error code.
Code *string `locationName:"code" type:"string"`
// The error message.
Message *string `locationName:"message" type:"string"`
// contains filtered or unexported fields
}
Describes an error for BundleInstance.
func (BundleTaskError) GoString ¶ added in v0.6.5
func (s BundleTaskError) GoString() string
GoString returns the string representation
func (*BundleTaskError) SetCode ¶ added in v1.5.0
func (s *BundleTaskError) SetCode(v string) *BundleTaskError
SetCode sets the Code field's value.
func (*BundleTaskError) SetMessage ¶ added in v1.5.0
func (s *BundleTaskError) SetMessage(v string) *BundleTaskError
SetMessage sets the Message field's value.
func (BundleTaskError) String ¶ added in v0.6.5
func (s BundleTaskError) String() string
String returns the string representation
type CancelBundleTaskInput ¶
type CancelBundleTaskInput struct {
// The ID of the bundle task.
//
// BundleId is a required field
BundleId *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"`
// contains filtered or unexported fields
}
Contains the parameters for CancelBundleTask.
func (CancelBundleTaskInput) GoString ¶ added in v0.6.5
func (s CancelBundleTaskInput) GoString() string
GoString returns the string representation
func (*CancelBundleTaskInput) SetBundleId ¶ added in v1.5.0
func (s *CancelBundleTaskInput) SetBundleId(v string) *CancelBundleTaskInput
SetBundleId sets the BundleId field's value.
func (*CancelBundleTaskInput) SetDryRun ¶ added in v1.5.0
func (s *CancelBundleTaskInput) SetDryRun(v bool) *CancelBundleTaskInput
SetDryRun sets the DryRun field's value.
func (CancelBundleTaskInput) String ¶ added in v0.6.5
func (s CancelBundleTaskInput) String() string
String returns the string representation
func (*CancelBundleTaskInput) Validate ¶ added in v1.1.21
func (s *CancelBundleTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelBundleTaskOutput ¶
type CancelBundleTaskOutput struct {
// Information about the bundle task.
BundleTask *BundleTask `locationName:"bundleInstanceTask" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CancelBundleTask.
func (CancelBundleTaskOutput) GoString ¶ added in v0.6.5
func (s CancelBundleTaskOutput) GoString() string
GoString returns the string representation
func (*CancelBundleTaskOutput) SetBundleTask ¶ added in v1.5.0
func (s *CancelBundleTaskOutput) SetBundleTask(v *BundleTask) *CancelBundleTaskOutput
SetBundleTask sets the BundleTask field's value.
func (CancelBundleTaskOutput) String ¶ added in v0.6.5
func (s CancelBundleTaskOutput) String() string
String returns the string representation
type CancelConversionTaskInput ¶
type CancelConversionTaskInput struct {
// The ID of the conversion task.
//
// ConversionTaskId is a required field
ConversionTaskId *string `locationName:"conversionTaskId" 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 reason for canceling the conversion task.
ReasonMessage *string `locationName:"reasonMessage" type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for CancelConversionTask.
func (CancelConversionTaskInput) GoString ¶ added in v0.6.5
func (s CancelConversionTaskInput) GoString() string
GoString returns the string representation
func (*CancelConversionTaskInput) SetConversionTaskId ¶ added in v1.5.0
func (s *CancelConversionTaskInput) SetConversionTaskId(v string) *CancelConversionTaskInput
SetConversionTaskId sets the ConversionTaskId field's value.
func (*CancelConversionTaskInput) SetDryRun ¶ added in v1.5.0
func (s *CancelConversionTaskInput) SetDryRun(v bool) *CancelConversionTaskInput
SetDryRun sets the DryRun field's value.
func (*CancelConversionTaskInput) SetReasonMessage ¶ added in v1.5.0
func (s *CancelConversionTaskInput) SetReasonMessage(v string) *CancelConversionTaskInput
SetReasonMessage sets the ReasonMessage field's value.
func (CancelConversionTaskInput) String ¶ added in v0.6.5
func (s CancelConversionTaskInput) String() string
String returns the string representation
func (*CancelConversionTaskInput) Validate ¶ added in v1.1.21
func (s *CancelConversionTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelConversionTaskOutput ¶
type CancelConversionTaskOutput struct {
// contains filtered or unexported fields
}
func (CancelConversionTaskOutput) GoString ¶ added in v0.6.5
func (s CancelConversionTaskOutput) GoString() string
GoString returns the string representation
func (CancelConversionTaskOutput) String ¶ added in v0.6.5
func (s CancelConversionTaskOutput) String() string
String returns the string representation
type CancelExportTaskInput ¶
type CancelExportTaskInput struct {
// The ID of the export task. This is the ID returned by CreateInstanceExportTask.
//
// ExportTaskId is a required field
ExportTaskId *string `locationName:"exportTaskId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CancelExportTask.
func (CancelExportTaskInput) GoString ¶ added in v0.6.5
func (s CancelExportTaskInput) GoString() string
GoString returns the string representation
func (*CancelExportTaskInput) SetExportTaskId ¶ added in v1.5.0
func (s *CancelExportTaskInput) SetExportTaskId(v string) *CancelExportTaskInput
SetExportTaskId sets the ExportTaskId field's value.
func (CancelExportTaskInput) String ¶ added in v0.6.5
func (s CancelExportTaskInput) String() string
String returns the string representation
func (*CancelExportTaskInput) Validate ¶ added in v1.1.21
func (s *CancelExportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelExportTaskOutput ¶
type CancelExportTaskOutput struct {
// contains filtered or unexported fields
}
func (CancelExportTaskOutput) GoString ¶ added in v0.6.5
func (s CancelExportTaskOutput) GoString() string
GoString returns the string representation
func (CancelExportTaskOutput) String ¶ added in v0.6.5
func (s CancelExportTaskOutput) String() string
String returns the string representation
type CancelImportTaskInput ¶
type CancelImportTaskInput struct {
// The reason for canceling the task.
CancelReason *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The ID of the import image or import snapshot task to be canceled.
ImportTaskId *string `type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for CancelImportTask.
func (CancelImportTaskInput) GoString ¶ added in v0.6.5
func (s CancelImportTaskInput) GoString() string
GoString returns the string representation
func (*CancelImportTaskInput) SetCancelReason ¶ added in v1.5.0
func (s *CancelImportTaskInput) SetCancelReason(v string) *CancelImportTaskInput
SetCancelReason sets the CancelReason field's value.
func (*CancelImportTaskInput) SetDryRun ¶ added in v1.5.0
func (s *CancelImportTaskInput) SetDryRun(v bool) *CancelImportTaskInput
SetDryRun sets the DryRun field's value.
func (*CancelImportTaskInput) SetImportTaskId ¶ added in v1.5.0
func (s *CancelImportTaskInput) SetImportTaskId(v string) *CancelImportTaskInput
SetImportTaskId sets the ImportTaskId field's value.
func (CancelImportTaskInput) String ¶ added in v0.6.5
func (s CancelImportTaskInput) String() string
String returns the string representation
type CancelImportTaskOutput ¶
type CancelImportTaskOutput struct {
// The ID of the task being canceled.
ImportTaskId *string `locationName:"importTaskId" type:"string"`
// The current state of the task being canceled.
PreviousState *string `locationName:"previousState" type:"string"`
// The current state of the task being canceled.
State *string `locationName:"state" type:"string"`
// contains filtered or unexported fields
}
Contains the output for CancelImportTask.
func (CancelImportTaskOutput) GoString ¶ added in v0.6.5
func (s CancelImportTaskOutput) GoString() string
GoString returns the string representation
func (*CancelImportTaskOutput) SetImportTaskId ¶ added in v1.5.0
func (s *CancelImportTaskOutput) SetImportTaskId(v string) *CancelImportTaskOutput
SetImportTaskId sets the ImportTaskId field's value.
func (*CancelImportTaskOutput) SetPreviousState ¶ added in v1.5.0
func (s *CancelImportTaskOutput) SetPreviousState(v string) *CancelImportTaskOutput
SetPreviousState sets the PreviousState field's value.
func (*CancelImportTaskOutput) SetState ¶ added in v1.5.0
func (s *CancelImportTaskOutput) SetState(v string) *CancelImportTaskOutput
SetState sets the State field's value.
func (CancelImportTaskOutput) String ¶ added in v0.6.5
func (s CancelImportTaskOutput) String() string
String returns the string representation
type CancelReservedInstancesListingInput ¶
type CancelReservedInstancesListingInput struct {
// The ID of the Reserved Instance listing.
//
// ReservedInstancesListingId is a required field
ReservedInstancesListingId *string `locationName:"reservedInstancesListingId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CancelReservedInstancesListing.
func (CancelReservedInstancesListingInput) GoString ¶ added in v0.6.5
func (s CancelReservedInstancesListingInput) GoString() string
GoString returns the string representation
func (*CancelReservedInstancesListingInput) SetReservedInstancesListingId ¶ added in v1.5.0
func (s *CancelReservedInstancesListingInput) SetReservedInstancesListingId(v string) *CancelReservedInstancesListingInput
SetReservedInstancesListingId sets the ReservedInstancesListingId field's value.
func (CancelReservedInstancesListingInput) String ¶ added in v0.6.5
func (s CancelReservedInstancesListingInput) String() string
String returns the string representation
func (*CancelReservedInstancesListingInput) Validate ¶ added in v1.1.21
func (s *CancelReservedInstancesListingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelReservedInstancesListingOutput ¶
type CancelReservedInstancesListingOutput struct {
// The Reserved Instance listing.
ReservedInstancesListings []*ReservedInstancesListing `locationName:"reservedInstancesListingsSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of CancelReservedInstancesListing.
func (CancelReservedInstancesListingOutput) GoString ¶ added in v0.6.5
func (s CancelReservedInstancesListingOutput) GoString() string
GoString returns the string representation
func (*CancelReservedInstancesListingOutput) SetReservedInstancesListings ¶ added in v1.5.0
func (s *CancelReservedInstancesListingOutput) SetReservedInstancesListings(v []*ReservedInstancesListing) *CancelReservedInstancesListingOutput
SetReservedInstancesListings sets the ReservedInstancesListings field's value.
func (CancelReservedInstancesListingOutput) String ¶ added in v0.6.5
func (s CancelReservedInstancesListingOutput) String() string
String returns the string representation
type CancelSpotFleetRequestsError ¶
type CancelSpotFleetRequestsError struct {
// The error code.
//
// Code is a required field
Code *string `locationName:"code" type:"string" required:"true" enum:"CancelBatchErrorCode"`
// The description for the error code.
//
// Message is a required field
Message *string `locationName:"message" type:"string" required:"true"`
// contains filtered or unexported fields
}
Describes a Spot Fleet error.
func (CancelSpotFleetRequestsError) GoString ¶ added in v0.6.5
func (s CancelSpotFleetRequestsError) GoString() string
GoString returns the string representation
func (*CancelSpotFleetRequestsError) SetCode ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsError) SetCode(v string) *CancelSpotFleetRequestsError
SetCode sets the Code field's value.
func (*CancelSpotFleetRequestsError) SetMessage ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsError) SetMessage(v string) *CancelSpotFleetRequestsError
SetMessage sets the Message field's value.
func (CancelSpotFleetRequestsError) String ¶ added in v0.6.5
func (s CancelSpotFleetRequestsError) String() string
String returns the string representation
type CancelSpotFleetRequestsErrorItem ¶
type CancelSpotFleetRequestsErrorItem struct {
// The error.
//
// Error is a required field
Error *CancelSpotFleetRequestsError `locationName:"error" type:"structure" required:"true"`
// The ID of the Spot Fleet request.
//
// SpotFleetRequestId is a required field
SpotFleetRequestId *string `locationName:"spotFleetRequestId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Describes a Spot Fleet request that was not successfully canceled.
func (CancelSpotFleetRequestsErrorItem) GoString ¶ added in v0.6.5
func (s CancelSpotFleetRequestsErrorItem) GoString() string
GoString returns the string representation
func (*CancelSpotFleetRequestsErrorItem) SetError ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsErrorItem) SetError(v *CancelSpotFleetRequestsError) *CancelSpotFleetRequestsErrorItem
SetError sets the Error field's value.
func (*CancelSpotFleetRequestsErrorItem) SetSpotFleetRequestId ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsErrorItem) SetSpotFleetRequestId(v string) *CancelSpotFleetRequestsErrorItem
SetSpotFleetRequestId sets the SpotFleetRequestId field's value.
func (CancelSpotFleetRequestsErrorItem) String ¶ added in v0.6.5
func (s CancelSpotFleetRequestsErrorItem) String() string
String returns the string representation
type CancelSpotFleetRequestsInput ¶
type CancelSpotFleetRequestsInput 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 IDs of the Spot Fleet requests.
//
// SpotFleetRequestIds is a required field
SpotFleetRequestIds []*string `locationName:"spotFleetRequestId" locationNameList:"item" type:"list" required:"true"`
// Indicates whether to terminate instances for a Spot Fleet request if it is
// canceled successfully.
//
// TerminateInstances is a required field
TerminateInstances *bool `locationName:"terminateInstances" type:"boolean" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CancelSpotFleetRequests.
func (CancelSpotFleetRequestsInput) GoString ¶ added in v0.6.5
func (s CancelSpotFleetRequestsInput) GoString() string
GoString returns the string representation
func (*CancelSpotFleetRequestsInput) SetDryRun ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsInput) SetDryRun(v bool) *CancelSpotFleetRequestsInput
SetDryRun sets the DryRun field's value.
func (*CancelSpotFleetRequestsInput) SetSpotFleetRequestIds ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsInput) SetSpotFleetRequestIds(v []*string) *CancelSpotFleetRequestsInput
SetSpotFleetRequestIds sets the SpotFleetRequestIds field's value.
func (*CancelSpotFleetRequestsInput) SetTerminateInstances ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsInput) SetTerminateInstances(v bool) *CancelSpotFleetRequestsInput
SetTerminateInstances sets the TerminateInstances field's value.
func (CancelSpotFleetRequestsInput) String ¶ added in v0.6.5
func (s CancelSpotFleetRequestsInput) String() string
String returns the string representation
func (*CancelSpotFleetRequestsInput) Validate ¶ added in v1.1.21
func (s *CancelSpotFleetRequestsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelSpotFleetRequestsOutput ¶
type CancelSpotFleetRequestsOutput struct {
// Information about the Spot Fleet requests that are successfully canceled.
SuccessfulFleetRequests []*CancelSpotFleetRequestsSuccessItem `locationName:"successfulFleetRequestSet" locationNameList:"item" type:"list"`
// Information about the Spot Fleet requests that are not successfully canceled.
UnsuccessfulFleetRequests []*CancelSpotFleetRequestsErrorItem `locationName:"unsuccessfulFleetRequestSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of CancelSpotFleetRequests.
func (CancelSpotFleetRequestsOutput) GoString ¶ added in v0.6.5
func (s CancelSpotFleetRequestsOutput) GoString() string
GoString returns the string representation
func (*CancelSpotFleetRequestsOutput) SetSuccessfulFleetRequests ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsOutput) SetSuccessfulFleetRequests(v []*CancelSpotFleetRequestsSuccessItem) *CancelSpotFleetRequestsOutput
SetSuccessfulFleetRequests sets the SuccessfulFleetRequests field's value.
func (*CancelSpotFleetRequestsOutput) SetUnsuccessfulFleetRequests ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsOutput) SetUnsuccessfulFleetRequests(v []*CancelSpotFleetRequestsErrorItem) *CancelSpotFleetRequestsOutput
SetUnsuccessfulFleetRequests sets the UnsuccessfulFleetRequests field's value.
func (CancelSpotFleetRequestsOutput) String ¶ added in v0.6.5
func (s CancelSpotFleetRequestsOutput) String() string
String returns the string representation
type CancelSpotFleetRequestsSuccessItem ¶
type CancelSpotFleetRequestsSuccessItem struct {
// The current state of the Spot Fleet request.
//
// CurrentSpotFleetRequestState is a required field
CurrentSpotFleetRequestState *string `locationName:"currentSpotFleetRequestState" type:"string" required:"true" enum:"BatchState"`
// The previous state of the Spot Fleet request.
//
// PreviousSpotFleetRequestState is a required field
PreviousSpotFleetRequestState *string `locationName:"previousSpotFleetRequestState" type:"string" required:"true" enum:"BatchState"`
// The ID of the Spot Fleet request.
//
// SpotFleetRequestId is a required field
SpotFleetRequestId *string `locationName:"spotFleetRequestId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Describes a Spot Fleet request that was successfully canceled.
func (CancelSpotFleetRequestsSuccessItem) GoString ¶ added in v0.6.5
func (s CancelSpotFleetRequestsSuccessItem) GoString() string
GoString returns the string representation
func (*CancelSpotFleetRequestsSuccessItem) SetCurrentSpotFleetRequestState ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsSuccessItem) SetCurrentSpotFleetRequestState(v string) *CancelSpotFleetRequestsSuccessItem
SetCurrentSpotFleetRequestState sets the CurrentSpotFleetRequestState field's value.
func (*CancelSpotFleetRequestsSuccessItem) SetPreviousSpotFleetRequestState ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsSuccessItem) SetPreviousSpotFleetRequestState(v string) *CancelSpotFleetRequestsSuccessItem
SetPreviousSpotFleetRequestState sets the PreviousSpotFleetRequestState field's value.
func (*CancelSpotFleetRequestsSuccessItem) SetSpotFleetRequestId ¶ added in v1.5.0
func (s *CancelSpotFleetRequestsSuccessItem) SetSpotFleetRequestId(v string) *CancelSpotFleetRequestsSuccessItem
SetSpotFleetRequestId sets the SpotFleetRequestId field's value.
func (CancelSpotFleetRequestsSuccessItem) String ¶ added in v0.6.5
func (s CancelSpotFleetRequestsSuccessItem) String() string
String returns the string representation
type CancelSpotInstanceRequestsInput ¶
type CancelSpotInstanceRequestsInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// One or more Spot Instance request IDs.
//
// SpotInstanceRequestIds is a required field
SpotInstanceRequestIds []*string `locationName:"SpotInstanceRequestId" locationNameList:"SpotInstanceRequestId" type:"list" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CancelSpotInstanceRequests.
func (CancelSpotInstanceRequestsInput) GoString ¶ added in v0.6.5
func (s CancelSpotInstanceRequestsInput) GoString() string
GoString returns the string representation
func (*CancelSpotInstanceRequestsInput) SetDryRun ¶ added in v1.5.0
func (s *CancelSpotInstanceRequestsInput) SetDryRun(v bool) *CancelSpotInstanceRequestsInput
SetDryRun sets the DryRun field's value.
func (*CancelSpotInstanceRequestsInput) SetSpotInstanceRequestIds ¶ added in v1.5.0
func (s *CancelSpotInstanceRequestsInput) SetSpotInstanceRequestIds(v []*string) *CancelSpotInstanceRequestsInput
SetSpotInstanceRequestIds sets the SpotInstanceRequestIds field's value.
func (CancelSpotInstanceRequestsInput) String ¶ added in v0.6.5
func (s CancelSpotInstanceRequestsInput) String() string
String returns the string representation
func (*CancelSpotInstanceRequestsInput) Validate ¶ added in v1.1.21
func (s *CancelSpotInstanceRequestsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelSpotInstanceRequestsOutput ¶
type CancelSpotInstanceRequestsOutput struct {
// One or more Spot Instance requests.
CancelledSpotInstanceRequests []*CancelledSpotInstanceRequest `locationName:"spotInstanceRequestSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of CancelSpotInstanceRequests.
func (CancelSpotInstanceRequestsOutput) GoString ¶ added in v0.6.5
func (s CancelSpotInstanceRequestsOutput) GoString() string
GoString returns the string representation
func (*CancelSpotInstanceRequestsOutput) SetCancelledSpotInstanceRequests ¶ added in v1.5.0
func (s *CancelSpotInstanceRequestsOutput) SetCancelledSpotInstanceRequests(v []*CancelledSpotInstanceRequest) *CancelSpotInstanceRequestsOutput
SetCancelledSpotInstanceRequests sets the CancelledSpotInstanceRequests field's value.
func (CancelSpotInstanceRequestsOutput) String ¶ added in v0.6.5
func (s CancelSpotInstanceRequestsOutput) String() string
String returns the string representation
type CancelledSpotInstanceRequest ¶
type CancelledSpotInstanceRequest struct {
// The ID of the Spot Instance request.
SpotInstanceRequestId *string `locationName:"spotInstanceRequestId" type:"string"`
// The state of the Spot Instance request.
State *string `locationName:"state" type:"string" enum:"CancelSpotInstanceRequestState"`
// contains filtered or unexported fields
}
Describes a request to cancel a Spot Instance.
func (CancelledSpotInstanceRequest) GoString ¶ added in v0.6.5
func (s CancelledSpotInstanceRequest) GoString() string
GoString returns the string representation
func (*CancelledSpotInstanceRequest) SetSpotInstanceRequestId ¶ added in v1.5.0
func (s *CancelledSpotInstanceRequest) SetSpotInstanceRequestId(v string) *CancelledSpotInstanceRequest
SetSpotInstanceRequestId sets the SpotInstanceRequestId field's value.
func (*CancelledSpotInstanceRequest) SetState ¶ added in v1.5.0
func (s *CancelledSpotInstanceRequest) SetState(v string) *CancelledSpotInstanceRequest
SetState sets the State field's value.
func (CancelledSpotInstanceRequest) String ¶ added in v0.6.5
func (s CancelledSpotInstanceRequest) String() string
String returns the string representation
type CidrBlock ¶ added in v1.10.34
type CidrBlock struct {
// The IPv4 CIDR block.
CidrBlock *string `locationName:"cidrBlock" type:"string"`
// contains filtered or unexported fields
}
Describes an IPv4 CIDR block.
func (*CidrBlock) SetCidrBlock ¶ added in v1.10.34
SetCidrBlock sets the CidrBlock field's value.
type ClassicLinkDnsSupport ¶ added in v1.0.8
type ClassicLinkDnsSupport struct {
// Indicates whether ClassicLink DNS support is enabled for the VPC.
ClassicLinkDnsSupported *bool `locationName:"classicLinkDnsSupported" type:"boolean"`
// The ID of the VPC.
VpcId *string `locationName:"vpcId" type:"string"`
// contains filtered or unexported fields
}
Describes the ClassicLink DNS support status of a VPC.
func (ClassicLinkDnsSupport) GoString ¶ added in v1.0.8
func (s ClassicLinkDnsSupport) GoString() string
GoString returns the string representation
func (*ClassicLinkDnsSupport) SetClassicLinkDnsSupported ¶ added in v1.5.0
func (s *ClassicLinkDnsSupport) SetClassicLinkDnsSupported(v bool) *ClassicLinkDnsSupport
SetClassicLinkDnsSupported sets the ClassicLinkDnsSupported field's value.
func (*ClassicLinkDnsSupport) SetVpcId ¶ added in v1.5.0
func (s *ClassicLinkDnsSupport) SetVpcId(v string) *ClassicLinkDnsSupport
SetVpcId sets the VpcId field's value.
func (ClassicLinkDnsSupport) String ¶ added in v1.0.8
func (s ClassicLinkDnsSupport) String() string
String returns the string representation
type ClassicLinkInstance ¶
type ClassicLinkInstance struct {
// A list of security groups.
Groups []*GroupIdentifier `locationName:"groupSet" locationNameList:"item" type:"list"`
// The ID of the instance.
InstanceId *string `locationName:"instanceId" type:"string"`
// Any tags assigned to the instance.
Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"`
// The ID of the VPC.
VpcId *string `locationName:"vpcId" type:"string"`
// contains filtered or unexported fields
}
Describes a linked EC2-Classic instance.
func (ClassicLinkInstance) GoString ¶ added in v0.6.5
func (s ClassicLinkInstance) GoString() string
GoString returns the string representation
func (*ClassicLinkInstance) SetGroups ¶ added in v1.5.0
func (s *ClassicLinkInstance) SetGroups(v []*GroupIdentifier) *ClassicLinkInstance
SetGroups sets the Groups field's value.
func (*ClassicLinkInstance) SetInstanceId ¶ added in v1.5.0
func (s *ClassicLinkInstance) SetInstanceId(v string) *ClassicLinkInstance
SetInstanceId sets the InstanceId field's value.
func (*ClassicLinkInstance) SetTags ¶ added in v1.5.0
func (s *ClassicLinkInstance) SetTags(v []*Tag) *ClassicLinkInstance
SetTags sets the Tags field's value.
func (*ClassicLinkInstance) SetVpcId ¶ added in v1.5.0
func (s *ClassicLinkInstance) SetVpcId(v string) *ClassicLinkInstance
SetVpcId sets the VpcId field's value.
func (ClassicLinkInstance) String ¶ added in v0.6.5
func (s ClassicLinkInstance) String() string
String returns the string representation
type ClassicLoadBalancer ¶ added in v1.12.26
type ClassicLoadBalancer struct {
// The name of the load balancer.
//
// Name is a required field
Name *string `locationName:"name" type:"string" required:"true"`
// contains filtered or unexported fields
}
Describes a Classic Load Balancer.
func (ClassicLoadBalancer) GoString ¶ added in v1.12.26
func (s ClassicLoadBalancer) GoString() string
GoString returns the string representation
func (*ClassicLoadBalancer) SetName ¶ added in v1.12.26
func (s *ClassicLoadBalancer) SetName(v string) *ClassicLoadBalancer
SetName sets the Name field's value.
func (ClassicLoadBalancer) String ¶ added in v1.12.26
func (s ClassicLoadBalancer) String() string
String returns the string representation
func (*ClassicLoadBalancer) Validate ¶ added in v1.12.26
func (s *ClassicLoadBalancer) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClassicLoadBalancersConfig ¶ added in v1.12.26
type ClassicLoadBalancersConfig struct {
// One or more Classic Load Balancers.
//
// ClassicLoadBalancers is a required field
ClassicLoadBalancers []*ClassicLoadBalancer `locationName:"classicLoadBalancers" locationNameList:"item" min:"1" type:"list" required:"true"`
// contains filtered or unexported fields
}
Describes the Classic Load Balancers to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these Classic Load Balancers.
func (ClassicLoadBalancersConfig) GoString ¶ added in v1.12.26
func (s ClassicLoadBalancersConfig) GoString() string
GoString returns the string representation
func (*ClassicLoadBalancersConfig) SetClassicLoadBalancers ¶ added in v1.12.26
func (s *ClassicLoadBalancersConfig) SetClassicLoadBalancers(v []*ClassicLoadBalancer) *ClassicLoadBalancersConfig
SetClassicLoadBalancers sets the ClassicLoadBalancers field's value.
func (ClassicLoadBalancersConfig) String ¶ added in v1.12.26
func (s ClassicLoadBalancersConfig) String() string
String returns the string representation
func (*ClassicLoadBalancersConfig) Validate ¶ added in v1.12.26
func (s *ClassicLoadBalancersConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClientData ¶
type ClientData struct {
// A user-defined comment about the disk upload.
Comment *string `type:"string"`
// The time that the disk upload ends.
UploadEnd *time.Time `type:"timestamp" timestampFormat:"iso8601"`
// The size of the uploaded disk image, in GiB.
UploadSize *float64 `type:"double"`
// The time that the disk upload starts.
UploadStart *time.Time `type:"timestamp" timestampFormat:"iso8601"`
// contains filtered or unexported fields
}
Describes the client-specific data.
func (ClientData) GoString ¶ added in v0.6.5
func (s ClientData) GoString() string
GoString returns the string representation
func (*ClientData) SetComment ¶ added in v1.5.0
func (s *ClientData) SetComment(v string) *ClientData
SetComment sets the Comment field's value.
func (*ClientData) SetUploadEnd ¶ added in v1.5.0
func (s *ClientData) SetUploadEnd(v time.Time) *ClientData
SetUploadEnd sets the UploadEnd field's value.
func (*ClientData) SetUploadSize ¶ added in v1.5.0
func (s *ClientData) SetUploadSize(v float64) *ClientData
SetUploadSize sets the UploadSize field's value.
func (*ClientData) SetUploadStart ¶ added in v1.5.0
func (s *ClientData) SetUploadStart(v time.Time) *ClientData
SetUploadStart sets the UploadStart field's value.
func (ClientData) String ¶ added in v0.6.5
func (s ClientData) String() string
String returns the string representation
type ConfirmProductInstanceInput ¶
type ConfirmProductInstanceInput 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 instance.
//
// InstanceId is a required field
InstanceId *string `type:"string" required:"true"`
// The product code. This must be a product code that you own.
//
// ProductCode is a required field
ProductCode *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for ConfirmProductInstance.
func (ConfirmProductInstanceInput) GoString ¶ added in v0.6.5
func (s ConfirmProductInstanceInput) GoString() string
GoString returns the string representation
func (*ConfirmProductInstanceInput) SetDryRun ¶ added in v1.5.0
func (s *ConfirmProductInstanceInput) SetDryRun(v bool) *ConfirmProductInstanceInput
SetDryRun sets the DryRun field's value.
func (*ConfirmProductInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *ConfirmProductInstanceInput) SetInstanceId(v string) *ConfirmProductInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*ConfirmProductInstanceInput) SetProductCode ¶ added in v1.5.0
func (s *ConfirmProductInstanceInput) SetProductCode(v string) *ConfirmProductInstanceInput
SetProductCode sets the ProductCode field's value.
func (ConfirmProductInstanceInput) String ¶ added in v0.6.5
func (s ConfirmProductInstanceInput) String() string
String returns the string representation
func (*ConfirmProductInstanceInput) Validate ¶ added in v1.1.21
func (s *ConfirmProductInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmProductInstanceOutput ¶
type ConfirmProductInstanceOutput struct {
// The AWS account ID of the instance owner. This is only present if the product
// code is attached to the instance.
OwnerId *string `locationName:"ownerId" type:"string"`
// The return value of the request. Returns true if the specified product code
// is owned by the requester and associated with the specified instance.
Return *bool `locationName:"return" type:"boolean"`
// contains filtered or unexported fields
}
Contains the output of ConfirmProductInstance.
func (ConfirmProductInstanceOutput) GoString ¶ added in v0.6.5
func (s ConfirmProductInstanceOutput) GoString() string
GoString returns the string representation
func (*ConfirmProductInstanceOutput) SetOwnerId ¶ added in v1.5.0
func (s *ConfirmProductInstanceOutput) SetOwnerId(v string) *ConfirmProductInstanceOutput
SetOwnerId sets the OwnerId field's value.
func (*ConfirmProductInstanceOutput) SetReturn ¶ added in v1.5.0
func (s *ConfirmProductInstanceOutput) SetReturn(v bool) *ConfirmProductInstanceOutput
SetReturn sets the Return field's value.
func (ConfirmProductInstanceOutput) String ¶ added in v0.6.5
func (s ConfirmProductInstanceOutput) String() string
String returns the string representation
type ConnectionNotification ¶ added in v1.12.35
type ConnectionNotification struct {
// The events for the notification. Valid values are Accept, Connect, Delete,
// and Reject.
ConnectionEvents []*string `locationName:"connectionEvents" locationNameList:"item" type:"list"`
// The ARN of the SNS topic for the notification.
ConnectionNotificationArn *string `locationName:"connectionNotificationArn" type:"string"`
// The ID of the notification.
ConnectionNotificationId *string `locationName:"connectionNotificationId" type:"string"`
// The state of the notification.
ConnectionNotificationState *string `locationName:"connectionNotificationState" type:"string" enum:"ConnectionNotificationState"`
// The type of notification.
ConnectionNotificationType *string `locationName:"connectionNotificationType" type:"string" enum:"ConnectionNotificationType"`
// The ID of the endpoint service.
ServiceId *string `locationName:"serviceId" type:"string"`
// The ID of the VPC endpoint.
VpcEndpointId *string `locationName:"vpcEndpointId" type:"string"`
// contains filtered or unexported fields
}
Describes a connection notification for a VPC endpoint or VPC endpoint service.
func (ConnectionNotification) GoString ¶ added in v1.12.35
func (s ConnectionNotification) GoString() string
GoString returns the string representation
func (*ConnectionNotification) SetConnectionEvents ¶ added in v1.12.35
func (s *ConnectionNotification) SetConnectionEvents(v []*string) *ConnectionNotification
SetConnectionEvents sets the ConnectionEvents field's value.
func (*ConnectionNotification) SetConnectionNotificationArn ¶ added in v1.12.35
func (s *ConnectionNotification) SetConnectionNotificationArn(v string) *ConnectionNotification
SetConnectionNotificationArn sets the ConnectionNotificationArn field's value.
func (*ConnectionNotification) SetConnectionNotificationId ¶ added in v1.12.35
func (s *ConnectionNotification) SetConnectionNotificationId(v string) *ConnectionNotification
SetConnectionNotificationId sets the ConnectionNotificationId field's value.
func (*ConnectionNotification) SetConnectionNotificationState ¶ added in v1.12.35
func (s *ConnectionNotification) SetConnectionNotificationState(v string) *ConnectionNotification
SetConnectionNotificationState sets the ConnectionNotificationState field's value.
func (*ConnectionNotification) SetConnectionNotificationType ¶ added in v1.12.35
func (s *ConnectionNotification) SetConnectionNotificationType(v string) *ConnectionNotification
SetConnectionNotificationType sets the ConnectionNotificationType field's value.
func (*ConnectionNotification) SetServiceId ¶ added in v1.12.35
func (s *ConnectionNotification) SetServiceId(v string) *ConnectionNotification
SetServiceId sets the ServiceId field's value.
func (*ConnectionNotification) SetVpcEndpointId ¶ added in v1.12.35
func (s *ConnectionNotification) SetVpcEndpointId(v string) *ConnectionNotification
SetVpcEndpointId sets the VpcEndpointId field's value.
func (ConnectionNotification) String ¶ added in v1.12.35
func (s ConnectionNotification) String() string
String returns the string representation
type ConversionTask ¶
type ConversionTask struct {
// The ID of the conversion task.
ConversionTaskId *string `locationName:"conversionTaskId" type:"string"`
// The time when the task expires. If the upload isn't complete before the expiration
// time, we automatically cancel the task.
ExpirationTime *string `locationName:"expirationTime" type:"string"`
// If the task is for importing an instance, this contains information about
// the import instance task.
ImportInstance *ImportInstanceTaskDetails `locationName:"importInstance" type:"structure"`
// If the task is for importing a volume, this contains information about the
// import volume task.
ImportVolume *ImportVolumeTaskDetails `locationName:"importVolume" type:"structure"`
// The state of the conversion task.
State *string `locationName:"state" type:"string" enum:"ConversionTaskState"`
// The status message related to the conversion task.
StatusMessage *string `locationName:"statusMessage" type:"string"`
// Any tags assigned to the task.
Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Describes a conversion task.
func (ConversionTask) GoString ¶ added in v0.6.5
func (s ConversionTask) GoString() string
GoString returns the string representation
func (*ConversionTask) SetConversionTaskId ¶ added in v1.5.0
func (s *ConversionTask) SetConversionTaskId(v string) *ConversionTask
SetConversionTaskId sets the ConversionTaskId field's value.
func (*ConversionTask) SetExpirationTime ¶ added in v1.5.0
func (s *ConversionTask) SetExpirationTime(v string) *ConversionTask
SetExpirationTime sets the ExpirationTime field's value.
func (*ConversionTask) SetImportInstance ¶ added in v1.5.0
func (s *ConversionTask) SetImportInstance(v *ImportInstanceTaskDetails) *ConversionTask
SetImportInstance sets the ImportInstance field's value.
func (*ConversionTask) SetImportVolume ¶ added in v1.5.0
func (s *ConversionTask) SetImportVolume(v *ImportVolumeTaskDetails) *ConversionTask
SetImportVolume sets the ImportVolume field's value.
func (*ConversionTask) SetState ¶ added in v1.5.0
func (s *ConversionTask) SetState(v string) *ConversionTask
SetState sets the State field's value.
func (*ConversionTask) SetStatusMessage ¶ added in v1.5.0
func (s *ConversionTask) SetStatusMessage(v string) *ConversionTask
SetStatusMessage sets the StatusMessage field's value.
func (*ConversionTask) SetTags ¶ added in v1.5.0
func (s *ConversionTask) SetTags(v []*Tag) *ConversionTask
SetTags sets the Tags field's value.
func (ConversionTask) String ¶ added in v0.6.5
func (s ConversionTask) String() string
String returns the string representation
type CopyFpgaImageInput ¶ added in v1.10.50
type CopyFpgaImageInput struct {
// Unique, case-sensitive identifier that you provide to ensure the idempotency
// of the request. For more information, see Ensuring Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// The description for the new AFI.
Description *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The name for the new AFI. The default is the name of the source AFI.
Name *string `type:"string"`
// The ID of the source AFI.
//
// SourceFpgaImageId is a required field
SourceFpgaImageId *string `type:"string" required:"true"`
// The region that contains the source AFI.
//
// SourceRegion is a required field
SourceRegion *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (CopyFpgaImageInput) GoString ¶ added in v1.10.50
func (s CopyFpgaImageInput) GoString() string
GoString returns the string representation
func (*CopyFpgaImageInput) SetClientToken ¶ added in v1.10.50
func (s *CopyFpgaImageInput) SetClientToken(v string) *CopyFpgaImageInput
SetClientToken sets the ClientToken field's value.
func (*CopyFpgaImageInput) SetDescription ¶ added in v1.10.50
func (s *CopyFpgaImageInput) SetDescription(v string) *CopyFpgaImageInput
SetDescription sets the Description field's value.
func (*CopyFpgaImageInput) SetDryRun ¶ added in v1.10.50
func (s *CopyFpgaImageInput) SetDryRun(v bool) *CopyFpgaImageInput
SetDryRun sets the DryRun field's value.
func (*CopyFpgaImageInput) SetName ¶ added in v1.10.50
func (s *CopyFpgaImageInput) SetName(v string) *CopyFpgaImageInput
SetName sets the Name field's value.
func (*CopyFpgaImageInput) SetSourceFpgaImageId ¶ added in v1.10.50
func (s *CopyFpgaImageInput) SetSourceFpgaImageId(v string) *CopyFpgaImageInput
SetSourceFpgaImageId sets the SourceFpgaImageId field's value.
func (*CopyFpgaImageInput) SetSourceRegion ¶ added in v1.10.50
func (s *CopyFpgaImageInput) SetSourceRegion(v string) *CopyFpgaImageInput
SetSourceRegion sets the SourceRegion field's value.
func (CopyFpgaImageInput) String ¶ added in v1.10.50
func (s CopyFpgaImageInput) String() string
String returns the string representation
func (*CopyFpgaImageInput) Validate ¶ added in v1.10.50
func (s *CopyFpgaImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyFpgaImageOutput ¶ added in v1.10.50
type CopyFpgaImageOutput struct {
// The ID of the new AFI.
FpgaImageId *string `locationName:"fpgaImageId" type:"string"`
// contains filtered or unexported fields
}
func (CopyFpgaImageOutput) GoString ¶ added in v1.10.50
func (s CopyFpgaImageOutput) GoString() string
GoString returns the string representation
func (*CopyFpgaImageOutput) SetFpgaImageId ¶ added in v1.10.50
func (s *CopyFpgaImageOutput) SetFpgaImageId(v string) *CopyFpgaImageOutput
SetFpgaImageId sets the FpgaImageId field's value.
func (CopyFpgaImageOutput) String ¶ added in v1.10.50
func (s CopyFpgaImageOutput) String() string
String returns the string representation
type CopyImageInput ¶
type CopyImageInput struct {
// Unique, case-sensitive identifier you provide to ensure idempotency of the
// request. For more information, see How to Ensure Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html)
// in the Amazon Elastic Compute Cloud User Guide.
ClientToken *string `type:"string"`
// A description for the new AMI in the destination region.
Description *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// Specifies whether the destination snapshots of the copied image should be
// encrypted. The default CMK for EBS is used unless a non-default AWS Key Management
// Service (AWS KMS) CMK is specified with KmsKeyId. For more information, see
// Amazon EBS Encryption (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html)
// in the Amazon Elastic Compute Cloud User Guide.
Encrypted *bool `locationName:"encrypted" type:"boolean"`
// An identifier for the AWS Key Management Service (AWS KMS) customer master
// key (CMK) to use when creating the encrypted volume. This parameter is only
// required if you want to use a non-default CMK; if this parameter is not specified,
// the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted
// flag must also be set.
//
// The CMK identifier may be provided in any of the following formats:
//
// * Key ID
//
// * Key alias, in the form alias/ExampleAlias
//
// * ARN using key ID. The ID ARN contains the arn:aws:kms namespace, followed
// by the region of the CMK, the AWS account ID of the CMK owner, the key
// namespace, and then the CMK ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
//
//
// * ARN using key alias. The alias ARN contains the arn:aws:kms namespace,
// followed by the region of the CMK, the AWS account ID of the CMK owner,
// the alias namespace, and then the CMK alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
//
//
// AWS parses KmsKeyId asynchronously, meaning that the action you call may
// appear to complete even though you provided an invalid identifier. This action
// will eventually report failure.
//
// The specified CMK must exist in the region that the snapshot is being copied
// to.
KmsKeyId *string `locationName:"kmsKeyId" type:"string"`
// The name of the new AMI in the destination region.
//
// Name is a required field
Name *string `type:"string" required:"true"`
// The ID of the AMI to copy.
//
// SourceImageId is a required field
SourceImageId *string `type:"string" required:"true"`
// The name of the region that contains the AMI to copy.
//
// SourceRegion is a required field
SourceRegion *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CopyImage.
func (CopyImageInput) GoString ¶ added in v0.6.5
func (s CopyImageInput) GoString() string
GoString returns the string representation
func (*CopyImageInput) SetClientToken ¶ added in v1.5.0
func (s *CopyImageInput) SetClientToken(v string) *CopyImageInput
SetClientToken sets the ClientToken field's value.
func (*CopyImageInput) SetDescription ¶ added in v1.5.0
func (s *CopyImageInput) SetDescription(v string) *CopyImageInput
SetDescription sets the Description field's value.
func (*CopyImageInput) SetDryRun ¶ added in v1.5.0
func (s *CopyImageInput) SetDryRun(v bool) *CopyImageInput
SetDryRun sets the DryRun field's value.
func (*CopyImageInput) SetEncrypted ¶ added in v1.5.0
func (s *CopyImageInput) SetEncrypted(v bool) *CopyImageInput
SetEncrypted sets the Encrypted field's value.
func (*CopyImageInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CopyImageInput) SetKmsKeyId(v string) *CopyImageInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CopyImageInput) SetName ¶ added in v1.5.0
func (s *CopyImageInput) SetName(v string) *CopyImageInput
SetName sets the Name field's value.
func (*CopyImageInput) SetSourceImageId ¶ added in v1.5.0
func (s *CopyImageInput) SetSourceImageId(v string) *CopyImageInput
SetSourceImageId sets the SourceImageId field's value.
func (*CopyImageInput) SetSourceRegion ¶ added in v1.5.0
func (s *CopyImageInput) SetSourceRegion(v string) *CopyImageInput
SetSourceRegion sets the SourceRegion field's value.
func (CopyImageInput) String ¶ added in v0.6.5
func (s CopyImageInput) String() string
String returns the string representation
func (*CopyImageInput) Validate ¶ added in v1.1.21
func (s *CopyImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyImageOutput ¶
type CopyImageOutput struct {
// The ID of the new AMI.
ImageId *string `locationName:"imageId" type:"string"`
// contains filtered or unexported fields
}
Contains the output of CopyImage.
func (CopyImageOutput) GoString ¶ added in v0.6.5
func (s CopyImageOutput) GoString() string
GoString returns the string representation
func (*CopyImageOutput) SetImageId ¶ added in v1.5.0
func (s *CopyImageOutput) SetImageId(v string) *CopyImageOutput
SetImageId sets the ImageId field's value.
func (CopyImageOutput) String ¶ added in v0.6.5
func (s CopyImageOutput) String() string
String returns the string representation
type CopySnapshotInput ¶
type CopySnapshotInput struct {
// A description for the EBS snapshot.
Description *string `type:"string"`
// The destination region to use in the PresignedUrl parameter of a snapshot
// copy operation. This parameter is only valid for specifying the destination
// region in a PresignedUrl parameter, where it is required.
//
// The snapshot copy is sent to the regional endpoint that you sent the HTTP
// request to (for example, ec2.us-east-1.amazonaws.com). With the AWS CLI,
// this is specified using the --region parameter or the default region in your
// AWS configuration file.
DestinationRegion *string `locationName:"destinationRegion" type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// Specifies whether the destination snapshot should be encrypted. You can encrypt
// a copy of an unencrypted snapshot using this flag, but you cannot use it
// to create an unencrypted copy from an encrypted snapshot. Your default CMK
// for EBS is used unless a non-default AWS Key Management Service (AWS KMS)
// CMK is specified with KmsKeyId. For more information, see Amazon EBS Encryption
// (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) in
// the Amazon Elastic Compute Cloud User Guide.
Encrypted *bool `locationName:"encrypted" type:"boolean"`
// An identifier for the AWS Key Management Service (AWS KMS) customer master
// key (CMK) to use when creating the encrypted volume. This parameter is only
// required if you want to use a non-default CMK; if this parameter is not specified,
// the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted
// flag must also be set.
//
// The CMK identifier may be provided in any of the following formats:
//
// * Key ID
//
// * Key alias
//
// * ARN using key ID. The ID ARN contains the arn:aws:kms namespace, followed
// by the region of the CMK, the AWS account ID of the CMK owner, the key
// namespace, and then the CMK ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
//
//
// * ARN using key alias. The alias ARN contains the arn:aws:kms namespace,
// followed by the region of the CMK, the AWS account ID of the CMK owner,
// the alias namespace, and then the CMK alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
//
//
// AWS parses KmsKeyId asynchronously, meaning that the action you call may
// appear to complete even though you provided an invalid identifier. The action
// will eventually fail.
KmsKeyId *string `locationName:"kmsKeyId" type:"string"`
// When you copy an encrypted source snapshot using the Amazon EC2 Query API,
// you must supply a pre-signed URL. This parameter is optional for unencrypted
// snapshots. For more information, see Query Requests (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html).
//
// The PresignedUrl should use the snapshot source endpoint, the CopySnapshot
// action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion
// parameters. The PresignedUrl must be signed using AWS Signature Version 4.
// Because EBS snapshots are stored in Amazon S3, the signing algorithm for
// this parameter uses the same logic that is described in Authenticating Requests
// by Using Query Parameters (AWS Signature Version 4) (http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html)
// in the Amazon Simple Storage Service API Reference. An invalid or improperly
// signed PresignedUrl will cause the copy operation to fail asynchronously,
// and the snapshot will move to an error state.
PresignedUrl *string `locationName:"presignedUrl" type:"string"`
// The ID of the region that contains the snapshot to be copied.
//
// SourceRegion is a required field
SourceRegion *string `type:"string" required:"true"`
// The ID of the EBS snapshot to copy.
//
// SourceSnapshotId is a required field
SourceSnapshotId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CopySnapshot.
func (CopySnapshotInput) GoString ¶ added in v0.6.5
func (s CopySnapshotInput) GoString() string
GoString returns the string representation
func (*CopySnapshotInput) SetDescription ¶ added in v1.5.0
func (s *CopySnapshotInput) SetDescription(v string) *CopySnapshotInput
SetDescription sets the Description field's value.
func (*CopySnapshotInput) SetDestinationRegion ¶ added in v1.5.0
func (s *CopySnapshotInput) SetDestinationRegion(v string) *CopySnapshotInput
SetDestinationRegion sets the DestinationRegion field's value.
func (*CopySnapshotInput) SetDryRun ¶ added in v1.5.0
func (s *CopySnapshotInput) SetDryRun(v bool) *CopySnapshotInput
SetDryRun sets the DryRun field's value.
func (*CopySnapshotInput) SetEncrypted ¶ added in v1.5.0
func (s *CopySnapshotInput) SetEncrypted(v bool) *CopySnapshotInput
SetEncrypted sets the Encrypted field's value.
func (*CopySnapshotInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CopySnapshotInput) SetKmsKeyId(v string) *CopySnapshotInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CopySnapshotInput) SetPresignedUrl ¶ added in v1.5.0
func (s *CopySnapshotInput) SetPresignedUrl(v string) *CopySnapshotInput
SetPresignedUrl sets the PresignedUrl field's value.
func (*CopySnapshotInput) SetSourceRegion ¶ added in v1.5.0
func (s *CopySnapshotInput) SetSourceRegion(v string) *CopySnapshotInput
SetSourceRegion sets the SourceRegion field's value.
func (*CopySnapshotInput) SetSourceSnapshotId ¶ added in v1.5.0
func (s *CopySnapshotInput) SetSourceSnapshotId(v string) *CopySnapshotInput
SetSourceSnapshotId sets the SourceSnapshotId field's value.
func (CopySnapshotInput) String ¶ added in v0.6.5
func (s CopySnapshotInput) String() string
String returns the string representation
func (*CopySnapshotInput) Validate ¶ added in v1.1.21
func (s *CopySnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopySnapshotOutput ¶
type CopySnapshotOutput struct {
// The ID of the new snapshot.
SnapshotId *string `locationName:"snapshotId" type:"string"`
// contains filtered or unexported fields
}
Contains the output of CopySnapshot.
func (CopySnapshotOutput) GoString ¶ added in v0.6.5
func (s CopySnapshotOutput) GoString() string
GoString returns the string representation
func (*CopySnapshotOutput) SetSnapshotId ¶ added in v1.5.0
func (s *CopySnapshotOutput) SetSnapshotId(v string) *CopySnapshotOutput
SetSnapshotId sets the SnapshotId field's value.
func (CopySnapshotOutput) String ¶ added in v0.6.5
func (s CopySnapshotOutput) String() string
String returns the string representation
type CpuOptions ¶ added in v1.13.44
type CpuOptions struct {
// The number of CPU cores for the instance.
CoreCount *int64 `locationName:"coreCount" type:"integer"`
// The number of threads per CPU core.
ThreadsPerCore *int64 `locationName:"threadsPerCore" type:"integer"`
// contains filtered or unexported fields
}
The CPU options for the instance.
func (CpuOptions) GoString ¶ added in v1.13.44
func (s CpuOptions) GoString() string
GoString returns the string representation
func (*CpuOptions) SetCoreCount ¶ added in v1.13.44
func (s *CpuOptions) SetCoreCount(v int64) *CpuOptions
SetCoreCount sets the CoreCount field's value.
func (*CpuOptions) SetThreadsPerCore ¶ added in v1.13.44
func (s *CpuOptions) SetThreadsPerCore(v int64) *CpuOptions
SetThreadsPerCore sets the ThreadsPerCore field's value.
func (CpuOptions) String ¶ added in v1.13.44
func (s CpuOptions) String() string
String returns the string representation
type CpuOptionsRequest ¶ added in v1.13.44
type CpuOptionsRequest struct {
// The number of CPU cores for the instance.
CoreCount *int64 `type:"integer"`
// The number of threads per CPU core. To disable Intel Hyper-Threading Technology
// for the instance, specify a value of 1. Otherwise, specify the default value
// of 2.
ThreadsPerCore *int64 `type:"integer"`
// contains filtered or unexported fields
}
The CPU options for the instance. Both the core count and threads per core must be specified in the request.
func (CpuOptionsRequest) GoString ¶ added in v1.13.44
func (s CpuOptionsRequest) GoString() string
GoString returns the string representation
func (*CpuOptionsRequest) SetCoreCount ¶ added in v1.13.44
func (s *CpuOptionsRequest) SetCoreCount(v int64) *CpuOptionsRequest
SetCoreCount sets the CoreCount field's value.
func (*CpuOptionsRequest) SetThreadsPerCore ¶ added in v1.13.44
func (s *CpuOptionsRequest) SetThreadsPerCore(v int64) *CpuOptionsRequest
SetThreadsPerCore sets the ThreadsPerCore field's value.
func (CpuOptionsRequest) String ¶ added in v1.13.44
func (s CpuOptionsRequest) String() string
String returns the string representation
type CreateCustomerGatewayInput ¶
type CreateCustomerGatewayInput struct {
// For devices that support BGP, the customer gateway's BGP ASN.
//
// Default: 65000
//
// BgpAsn is a required field
BgpAsn *int64 `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 Internet-routable IP address for the customer gateway's outside interface.
// The address must be static.
//
// PublicIp is a required field
PublicIp *string `locationName:"IpAddress" type:"string" required:"true"`
// The type of VPN connection that this customer gateway supports (ipsec.1).
//
// Type is a required field
Type *string `type:"string" required:"true" enum:"GatewayType"`
// contains filtered or unexported fields
}
Contains the parameters for CreateCustomerGateway.
func (CreateCustomerGatewayInput) GoString ¶ added in v0.6.5
func (s CreateCustomerGatewayInput) GoString() string
GoString returns the string representation
func (*CreateCustomerGatewayInput) SetBgpAsn ¶ added in v1.5.0
func (s *CreateCustomerGatewayInput) SetBgpAsn(v int64) *CreateCustomerGatewayInput
SetBgpAsn sets the BgpAsn field's value.
func (*CreateCustomerGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *CreateCustomerGatewayInput) SetDryRun(v bool) *CreateCustomerGatewayInput
SetDryRun sets the DryRun field's value.
func (*CreateCustomerGatewayInput) SetPublicIp ¶ added in v1.5.0
func (s *CreateCustomerGatewayInput) SetPublicIp(v string) *CreateCustomerGatewayInput
SetPublicIp sets the PublicIp field's value.
func (*CreateCustomerGatewayInput) SetType ¶ added in v1.5.0
func (s *CreateCustomerGatewayInput) SetType(v string) *CreateCustomerGatewayInput
SetType sets the Type field's value.
func (CreateCustomerGatewayInput) String ¶ added in v0.6.5
func (s CreateCustomerGatewayInput) String() string
String returns the string representation
func (*CreateCustomerGatewayInput) Validate ¶ added in v1.1.21
func (s *CreateCustomerGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCustomerGatewayOutput ¶
type CreateCustomerGatewayOutput struct {
// Information about the customer gateway.
CustomerGateway *CustomerGateway `locationName:"customerGateway" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateCustomerGateway.
func (CreateCustomerGatewayOutput) GoString ¶ added in v0.6.5
func (s CreateCustomerGatewayOutput) GoString() string
GoString returns the string representation
func (*CreateCustomerGatewayOutput) SetCustomerGateway ¶ added in v1.5.0
func (s *CreateCustomerGatewayOutput) SetCustomerGateway(v *CustomerGateway) *CreateCustomerGatewayOutput
SetCustomerGateway sets the CustomerGateway field's value.
func (CreateCustomerGatewayOutput) String ¶ added in v0.6.5
func (s CreateCustomerGatewayOutput) String() string
String returns the string representation
type CreateDefaultSubnetInput ¶ added in v1.12.26
type CreateDefaultSubnetInput struct {
// The Availability Zone in which to create the default subnet.
//
// AvailabilityZone is a required field
AvailabilityZone *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 (CreateDefaultSubnetInput) GoString ¶ added in v1.12.26
func (s CreateDefaultSubnetInput) GoString() string
GoString returns the string representation
func (*CreateDefaultSubnetInput) SetAvailabilityZone ¶ added in v1.12.26
func (s *CreateDefaultSubnetInput) SetAvailabilityZone(v string) *CreateDefaultSubnetInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateDefaultSubnetInput) SetDryRun ¶ added in v1.12.26
func (s *CreateDefaultSubnetInput) SetDryRun(v bool) *CreateDefaultSubnetInput
SetDryRun sets the DryRun field's value.
func (CreateDefaultSubnetInput) String ¶ added in v1.12.26
func (s CreateDefaultSubnetInput) String() string
String returns the string representation
func (*CreateDefaultSubnetInput) Validate ¶ added in v1.12.26
func (s *CreateDefaultSubnetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDefaultSubnetOutput ¶ added in v1.12.26
type CreateDefaultSubnetOutput struct {
// Information about the subnet.
Subnet *Subnet `locationName:"subnet" type:"structure"`
// contains filtered or unexported fields
}
func (CreateDefaultSubnetOutput) GoString ¶ added in v1.12.26
func (s CreateDefaultSubnetOutput) GoString() string
GoString returns the string representation
func (*CreateDefaultSubnetOutput) SetSubnet ¶ added in v1.12.26
func (s *CreateDefaultSubnetOutput) SetSubnet(v *Subnet) *CreateDefaultSubnetOutput
SetSubnet sets the Subnet field's value.
func (CreateDefaultSubnetOutput) String ¶ added in v1.12.26
func (s CreateDefaultSubnetOutput) String() string
String returns the string representation
type CreateDefaultVpcInput ¶ added in v1.10.18
type CreateDefaultVpcInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// contains filtered or unexported fields
}
Contains the parameters for CreateDefaultVpc.
func (CreateDefaultVpcInput) GoString ¶ added in v1.10.18
func (s CreateDefaultVpcInput) GoString() string
GoString returns the string representation
func (*CreateDefaultVpcInput) SetDryRun ¶ added in v1.10.18
func (s *CreateDefaultVpcInput) SetDryRun(v bool) *CreateDefaultVpcInput
SetDryRun sets the DryRun field's value.
func (CreateDefaultVpcInput) String ¶ added in v1.10.18
func (s CreateDefaultVpcInput) String() string
String returns the string representation
type CreateDefaultVpcOutput ¶ added in v1.10.18
type CreateDefaultVpcOutput struct {
// Information about the VPC.
Vpc *Vpc `locationName:"vpc" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateDefaultVpc.
func (CreateDefaultVpcOutput) GoString ¶ added in v1.10.18
func (s CreateDefaultVpcOutput) GoString() string
GoString returns the string representation
func (*CreateDefaultVpcOutput) SetVpc ¶ added in v1.10.18
func (s *CreateDefaultVpcOutput) SetVpc(v *Vpc) *CreateDefaultVpcOutput
SetVpc sets the Vpc field's value.
func (CreateDefaultVpcOutput) String ¶ added in v1.10.18
func (s CreateDefaultVpcOutput) String() string
String returns the string representation
type CreateDhcpOptionsInput ¶ added in v0.9.5
type CreateDhcpOptionsInput struct {
// A DHCP configuration option.
//
// DhcpConfigurations is a required field
DhcpConfigurations []*NewDhcpConfiguration `locationName:"dhcpConfiguration" locationNameList:"item" type:"list" 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"`
// contains filtered or unexported fields
}
Contains the parameters for CreateDhcpOptions.
func (CreateDhcpOptionsInput) GoString ¶ added in v0.9.5
func (s CreateDhcpOptionsInput) GoString() string
GoString returns the string representation
func (*CreateDhcpOptionsInput) SetDhcpConfigurations ¶ added in v1.5.0
func (s *CreateDhcpOptionsInput) SetDhcpConfigurations(v []*NewDhcpConfiguration) *CreateDhcpOptionsInput
SetDhcpConfigurations sets the DhcpConfigurations field's value.
func (*CreateDhcpOptionsInput) SetDryRun ¶ added in v1.5.0
func (s *CreateDhcpOptionsInput) SetDryRun(v bool) *CreateDhcpOptionsInput
SetDryRun sets the DryRun field's value.
func (CreateDhcpOptionsInput) String ¶ added in v0.9.5
func (s CreateDhcpOptionsInput) String() string
String returns the string representation
func (*CreateDhcpOptionsInput) Validate ¶ added in v1.1.21
func (s *CreateDhcpOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDhcpOptionsOutput ¶ added in v0.9.5
type CreateDhcpOptionsOutput struct {
// A set of DHCP options.
DhcpOptions *DhcpOptions `locationName:"dhcpOptions" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateDhcpOptions.
func (CreateDhcpOptionsOutput) GoString ¶ added in v0.9.5
func (s CreateDhcpOptionsOutput) GoString() string
GoString returns the string representation
func (*CreateDhcpOptionsOutput) SetDhcpOptions ¶ added in v1.5.0
func (s *CreateDhcpOptionsOutput) SetDhcpOptions(v *DhcpOptions) *CreateDhcpOptionsOutput
SetDhcpOptions sets the DhcpOptions field's value.
func (CreateDhcpOptionsOutput) String ¶ added in v0.9.5
func (s CreateDhcpOptionsOutput) String() string
String returns the string representation
type CreateEgressOnlyInternetGatewayInput ¶ added in v1.5.13
type CreateEgressOnlyInternetGatewayInput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see How to Ensure Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The ID of the VPC for which to create the egress-only Internet gateway.
//
// VpcId is a required field
VpcId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (CreateEgressOnlyInternetGatewayInput) GoString ¶ added in v1.5.13
func (s CreateEgressOnlyInternetGatewayInput) GoString() string
GoString returns the string representation
func (*CreateEgressOnlyInternetGatewayInput) SetClientToken ¶ added in v1.5.13
func (s *CreateEgressOnlyInternetGatewayInput) SetClientToken(v string) *CreateEgressOnlyInternetGatewayInput
SetClientToken sets the ClientToken field's value.
func (*CreateEgressOnlyInternetGatewayInput) SetDryRun ¶ added in v1.5.13
func (s *CreateEgressOnlyInternetGatewayInput) SetDryRun(v bool) *CreateEgressOnlyInternetGatewayInput
SetDryRun sets the DryRun field's value.
func (*CreateEgressOnlyInternetGatewayInput) SetVpcId ¶ added in v1.5.13
func (s *CreateEgressOnlyInternetGatewayInput) SetVpcId(v string) *CreateEgressOnlyInternetGatewayInput
SetVpcId sets the VpcId field's value.
func (CreateEgressOnlyInternetGatewayInput) String ¶ added in v1.5.13
func (s CreateEgressOnlyInternetGatewayInput) String() string
String returns the string representation
func (*CreateEgressOnlyInternetGatewayInput) Validate ¶ added in v1.5.13
func (s *CreateEgressOnlyInternetGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEgressOnlyInternetGatewayOutput ¶ added in v1.5.13
type CreateEgressOnlyInternetGatewayOutput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request.
ClientToken *string `locationName:"clientToken" type:"string"`
// Information about the egress-only Internet gateway.
EgressOnlyInternetGateway *EgressOnlyInternetGateway `locationName:"egressOnlyInternetGateway" type:"structure"`
// contains filtered or unexported fields
}
func (CreateEgressOnlyInternetGatewayOutput) GoString ¶ added in v1.5.13
func (s CreateEgressOnlyInternetGatewayOutput) GoString() string
GoString returns the string representation
func (*CreateEgressOnlyInternetGatewayOutput) SetClientToken ¶ added in v1.5.13
func (s *CreateEgressOnlyInternetGatewayOutput) SetClientToken(v string) *CreateEgressOnlyInternetGatewayOutput
SetClientToken sets the ClientToken field's value.
func (*CreateEgressOnlyInternetGatewayOutput) SetEgressOnlyInternetGateway ¶ added in v1.5.13
func (s *CreateEgressOnlyInternetGatewayOutput) SetEgressOnlyInternetGateway(v *EgressOnlyInternetGateway) *CreateEgressOnlyInternetGatewayOutput
SetEgressOnlyInternetGateway sets the EgressOnlyInternetGateway field's value.
func (CreateEgressOnlyInternetGatewayOutput) String ¶ added in v1.5.13
func (s CreateEgressOnlyInternetGatewayOutput) String() string
String returns the string representation
type CreateFleetInput ¶ added in v1.13.40
type CreateFleetInput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see Ensuring Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// Indicates whether running instances should be terminated if the total target
// capacity of the EC2 Fleet is decreased below the current size of the EC2
// Fleet.
ExcessCapacityTerminationPolicy *string `type:"string" enum:"FleetExcessCapacityTerminationPolicy"`
// The configuration for the EC2 Fleet.
//
// LaunchTemplateConfigs is a required field
LaunchTemplateConfigs []*FleetLaunchTemplateConfigRequest `locationNameList:"item" type:"list" required:"true"`
// Indicates whether EC2 Fleet should replace unhealthy instances.
ReplaceUnhealthyInstances *bool `type:"boolean"`
// Includes SpotAllocationStrategy and SpotInstanceInterruptionBehavior inside
// this structure.
SpotOptions *SpotOptionsRequest `type:"structure"`
// The key-value pair for tagging the EC2 Fleet request on creation. The value
// for ResourceType must be fleet, otherwise the fleet request fails. To tag
// instances at launch, specify the tags in the launch template (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template).
// For information about tagging after launch, see Tagging Your Resources (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources).
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
// The TotalTargetCapacity, OnDemandTargetCapacity, SpotTargetCapacity, and
// DefaultCapacityType structure.
//
// TargetCapacitySpecification is a required field
TargetCapacitySpecification *TargetCapacitySpecificationRequest `type:"structure" required:"true"`
// Indicates whether running instances should be terminated when the EC2 Fleet
// expires.
TerminateInstancesWithExpiration *bool `type:"boolean"`
// The type of request. Indicates whether the EC2 Fleet only requests the target
// capacity, or also attempts to maintain it. If you request a certain target
// capacity, EC2 Fleet only places the required requests. It does not attempt
// to replenish instances if capacity is diminished, and does not submit requests
// in alternative capacity pools if capacity is unavailable. To maintain a certain
// target capacity, EC2 Fleet places the required requests to meet this target
// capacity. It also automatically replenishes any interrupted Spot Instances.
// Default: maintain.
Type *string `type:"string" enum:"FleetType"`
// The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
// The default is to start fulfilling the request immediately.
ValidFrom *time.Time `type:"timestamp" timestampFormat:"iso8601"`
// The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
// At this point, no new EC2 Fleet requests are placed or able to fulfill the
// request. The default end date is 7 days from the current date.
ValidUntil *time.Time `type:"timestamp" timestampFormat:"iso8601"`
// contains filtered or unexported fields
}
func (CreateFleetInput) GoString ¶ added in v1.13.40
func (s CreateFleetInput) GoString() string
GoString returns the string representation
func (*CreateFleetInput) SetClientToken ¶ added in v1.13.40
func (s *CreateFleetInput) SetClientToken(v string) *CreateFleetInput
SetClientToken sets the ClientToken field's value.
func (*CreateFleetInput) SetDryRun ¶ added in v1.13.40
func (s *CreateFleetInput) SetDryRun(v bool) *CreateFleetInput
SetDryRun sets the DryRun field's value.
func (*CreateFleetInput) SetExcessCapacityTerminationPolicy ¶ added in v1.13.40
func (s *CreateFleetInput) SetExcessCapacityTerminationPolicy(v string) *CreateFleetInput
SetExcessCapacityTerminationPolicy sets the ExcessCapacityTerminationPolicy field's value.
func (*CreateFleetInput) SetLaunchTemplateConfigs ¶ added in v1.13.40
func (s *CreateFleetInput) SetLaunchTemplateConfigs(v []*FleetLaunchTemplateConfigRequest) *CreateFleetInput
SetLaunchTemplateConfigs sets the LaunchTemplateConfigs field's value.
func (*CreateFleetInput) SetReplaceUnhealthyInstances ¶ added in v1.13.40
func (s *CreateFleetInput) SetReplaceUnhealthyInstances(v bool) *CreateFleetInput
SetReplaceUnhealthyInstances sets the ReplaceUnhealthyInstances field's value.
func (*CreateFleetInput) SetSpotOptions ¶ added in v1.13.40
func (s *CreateFleetInput) SetSpotOptions(v *SpotOptionsRequest) *CreateFleetInput
SetSpotOptions sets the SpotOptions field's value.
func (*CreateFleetInput) SetTagSpecifications ¶ added in v1.13.40
func (s *CreateFleetInput) SetTagSpecifications(v []*TagSpecification) *CreateFleetInput
SetTagSpecifications sets the TagSpecifications field's value.
func (*CreateFleetInput) SetTargetCapacitySpecification ¶ added in v1.13.40
func (s *CreateFleetInput) SetTargetCapacitySpecification(v *TargetCapacitySpecificationRequest) *CreateFleetInput
SetTargetCapacitySpecification sets the TargetCapacitySpecification field's value.
func (*CreateFleetInput) SetTerminateInstancesWithExpiration ¶ added in v1.13.40
func (s *CreateFleetInput) SetTerminateInstancesWithExpiration(v bool) *CreateFleetInput
SetTerminateInstancesWithExpiration sets the TerminateInstancesWithExpiration field's value.
func (*CreateFleetInput) SetType ¶ added in v1.13.40
func (s *CreateFleetInput) SetType(v string) *CreateFleetInput
SetType sets the Type field's value.
func (*CreateFleetInput) SetValidFrom ¶ added in v1.13.40
func (s *CreateFleetInput) SetValidFrom(v time.Time) *CreateFleetInput
SetValidFrom sets the ValidFrom field's value.
func (*CreateFleetInput) SetValidUntil ¶ added in v1.13.40
func (s *CreateFleetInput) SetValidUntil(v time.Time) *CreateFleetInput
SetValidUntil sets the ValidUntil field's value.
func (CreateFleetInput) String ¶ added in v1.13.40
func (s CreateFleetInput) String() string
String returns the string representation
func (*CreateFleetInput) Validate ¶ added in v1.13.40
func (s *CreateFleetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFleetOutput ¶ added in v1.13.40
type CreateFleetOutput struct {
// The ID of the EC2 Fleet.
FleetId *string `locationName:"fleetId" type:"string"`
// contains filtered or unexported fields
}
func (CreateFleetOutput) GoString ¶ added in v1.13.40
func (s CreateFleetOutput) GoString() string
GoString returns the string representation
func (*CreateFleetOutput) SetFleetId ¶ added in v1.13.40
func (s *CreateFleetOutput) SetFleetId(v string) *CreateFleetOutput
SetFleetId sets the FleetId field's value.
func (CreateFleetOutput) String ¶ added in v1.13.40
func (s CreateFleetOutput) String() string
String returns the string representation
type CreateFlowLogsInput ¶ added in v0.6.2
type CreateFlowLogsInput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see How to Ensure Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs
// log group.
//
// DeliverLogsPermissionArn is a required field
DeliverLogsPermissionArn *string `type:"string" required:"true"`
// The name of the CloudWatch log group.
//
// LogGroupName is a required field
LogGroupName *string `type:"string" required:"true"`
// One or more subnet, network interface, or VPC IDs.
//
// Constraints: Maximum of 1000 resources
//
// ResourceIds is a required field
ResourceIds []*string `locationName:"ResourceId" locationNameList:"item" type:"list" required:"true"`
// The type of resource on which to create the flow log.
//
// ResourceType is a required field
ResourceType *string `type:"string" required:"true" enum:"FlowLogsResourceType"`
// The type of traffic to log.
//
// TrafficType is a required field
TrafficType *string `type:"string" required:"true" enum:"TrafficType"`
// contains filtered or unexported fields
}
Contains the parameters for CreateFlowLogs.
func (CreateFlowLogsInput) GoString ¶ added in v0.6.5
func (s CreateFlowLogsInput) GoString() string
GoString returns the string representation
func (*CreateFlowLogsInput) SetClientToken ¶ added in v1.5.0
func (s *CreateFlowLogsInput) SetClientToken(v string) *CreateFlowLogsInput
SetClientToken sets the ClientToken field's value.
func (*CreateFlowLogsInput) SetDeliverLogsPermissionArn ¶ added in v1.5.0
func (s *CreateFlowLogsInput) SetDeliverLogsPermissionArn(v string) *CreateFlowLogsInput
SetDeliverLogsPermissionArn sets the DeliverLogsPermissionArn field's value.
func (*CreateFlowLogsInput) SetLogGroupName ¶ added in v1.5.0
func (s *CreateFlowLogsInput) SetLogGroupName(v string) *CreateFlowLogsInput
SetLogGroupName sets the LogGroupName field's value.
func (*CreateFlowLogsInput) SetResourceIds ¶ added in v1.5.0
func (s *CreateFlowLogsInput) SetResourceIds(v []*string) *CreateFlowLogsInput
SetResourceIds sets the ResourceIds field's value.
func (*CreateFlowLogsInput) SetResourceType ¶ added in v1.5.0
func (s *CreateFlowLogsInput) SetResourceType(v string) *CreateFlowLogsInput
SetResourceType sets the ResourceType field's value.
func (*CreateFlowLogsInput) SetTrafficType ¶ added in v1.5.0
func (s *CreateFlowLogsInput) SetTrafficType(v string) *CreateFlowLogsInput
SetTrafficType sets the TrafficType field's value.
func (CreateFlowLogsInput) String ¶ added in v0.6.5
func (s CreateFlowLogsInput) String() string
String returns the string representation
func (*CreateFlowLogsInput) Validate ¶ added in v1.1.21
func (s *CreateFlowLogsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFlowLogsOutput ¶ added in v0.6.2
type CreateFlowLogsOutput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request.
ClientToken *string `locationName:"clientToken" type:"string"`
// The IDs of the flow logs.
FlowLogIds []*string `locationName:"flowLogIdSet" locationNameList:"item" type:"list"`
// Information about the flow logs that could not be created successfully.
Unsuccessful []*UnsuccessfulItem `locationName:"unsuccessful" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of CreateFlowLogs.
func (CreateFlowLogsOutput) GoString ¶ added in v0.6.5
func (s CreateFlowLogsOutput) GoString() string
GoString returns the string representation
func (*CreateFlowLogsOutput) SetClientToken ¶ added in v1.5.0
func (s *CreateFlowLogsOutput) SetClientToken(v string) *CreateFlowLogsOutput
SetClientToken sets the ClientToken field's value.
func (*CreateFlowLogsOutput) SetFlowLogIds ¶ added in v1.5.0
func (s *CreateFlowLogsOutput) SetFlowLogIds(v []*string) *CreateFlowLogsOutput
SetFlowLogIds sets the FlowLogIds field's value.
func (*CreateFlowLogsOutput) SetUnsuccessful ¶ added in v1.5.0
func (s *CreateFlowLogsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *CreateFlowLogsOutput
SetUnsuccessful sets the Unsuccessful field's value.
func (CreateFlowLogsOutput) String ¶ added in v0.6.5
func (s CreateFlowLogsOutput) String() string
String returns the string representation
type CreateFpgaImageInput ¶ added in v1.8.14
type CreateFpgaImageInput struct {
// Unique, case-sensitive identifier that you provide to ensure the idempotency
// of the request. For more information, see Ensuring Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// A description for the AFI.
Description *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The location of the encrypted design checkpoint in Amazon S3. The input must
// be a tarball.
//
// InputStorageLocation is a required field
InputStorageLocation *StorageLocation `type:"structure" required:"true"`
// The location in Amazon S3 for the output logs.
LogsStorageLocation *StorageLocation `type:"structure"`
// A name for the AFI.
Name *string `type:"string"`
// contains filtered or unexported fields
}
func (CreateFpgaImageInput) GoString ¶ added in v1.8.14
func (s CreateFpgaImageInput) GoString() string
GoString returns the string representation
func (*CreateFpgaImageInput) SetClientToken ¶ added in v1.8.14
func (s *CreateFpgaImageInput) SetClientToken(v string) *CreateFpgaImageInput
SetClientToken sets the ClientToken field's value.
func (*CreateFpgaImageInput) SetDescription ¶ added in v1.8.14
func (s *CreateFpgaImageInput) SetDescription(v string) *CreateFpgaImageInput
SetDescription sets the Description field's value.
func (*CreateFpgaImageInput) SetDryRun ¶ added in v1.8.14
func (s *CreateFpgaImageInput) SetDryRun(v bool) *CreateFpgaImageInput
SetDryRun sets the DryRun field's value.
func (*CreateFpgaImageInput) SetInputStorageLocation ¶ added in v1.8.14
func (s *CreateFpgaImageInput) SetInputStorageLocation(v *StorageLocation) *CreateFpgaImageInput
SetInputStorageLocation sets the InputStorageLocation field's value.
func (*CreateFpgaImageInput) SetLogsStorageLocation ¶ added in v1.8.14
func (s *CreateFpgaImageInput) SetLogsStorageLocation(v *StorageLocation) *CreateFpgaImageInput
SetLogsStorageLocation sets the LogsStorageLocation field's value.
func (*CreateFpgaImageInput) SetName ¶ added in v1.8.14
func (s *CreateFpgaImageInput) SetName(v string) *CreateFpgaImageInput
SetName sets the Name field's value.
func (CreateFpgaImageInput) String ¶ added in v1.8.14
func (s CreateFpgaImageInput) String() string
String returns the string representation
func (*CreateFpgaImageInput) Validate ¶ added in v1.8.14
func (s *CreateFpgaImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFpgaImageOutput ¶ added in v1.8.14
type CreateFpgaImageOutput struct {
// The global FPGA image identifier (AGFI ID).
FpgaImageGlobalId *string `locationName:"fpgaImageGlobalId" type:"string"`
// The FPGA image identifier (AFI ID).
FpgaImageId *string `locationName:"fpgaImageId" type:"string"`
// contains filtered or unexported fields
}
func (CreateFpgaImageOutput) GoString ¶ added in v1.8.14
func (s CreateFpgaImageOutput) GoString() string
GoString returns the string representation
func (*CreateFpgaImageOutput) SetFpgaImageGlobalId ¶ added in v1.8.14
func (s *CreateFpgaImageOutput) SetFpgaImageGlobalId(v string) *CreateFpgaImageOutput
SetFpgaImageGlobalId sets the FpgaImageGlobalId field's value.
func (*CreateFpgaImageOutput) SetFpgaImageId ¶ added in v1.8.14
func (s *CreateFpgaImageOutput) SetFpgaImageId(v string) *CreateFpgaImageOutput
SetFpgaImageId sets the FpgaImageId field's value.
func (CreateFpgaImageOutput) String ¶ added in v1.8.14
func (s CreateFpgaImageOutput) String() string
String returns the string representation
type CreateImageInput ¶
type CreateImageInput struct {
// Information about one or more block device mappings.
BlockDeviceMappings []*BlockDeviceMapping `locationName:"blockDeviceMapping" locationNameList:"BlockDeviceMapping" type:"list"`
// A description for the new image.
Description *string `locationName:"description" type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the instance.
//
// InstanceId is a required field
InstanceId *string `locationName:"instanceId" type:"string" required:"true"`
// A name for the new image.
//
// Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets
// ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('),
// at-signs (@), or underscores(_)
//
// Name is a required field
Name *string `locationName:"name" type:"string" required:"true"`
// By default, Amazon EC2 attempts to shut down and reboot the instance before
// creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't
// shut down the instance before creating the image. When this option is used,
// file system integrity on the created image can't be guaranteed.
NoReboot *bool `locationName:"noReboot" type:"boolean"`
// contains filtered or unexported fields
}
Contains the parameters for CreateImage.
func (CreateImageInput) GoString ¶ added in v0.6.5
func (s CreateImageInput) GoString() string
GoString returns the string representation
func (*CreateImageInput) SetBlockDeviceMappings ¶ added in v1.5.0
func (s *CreateImageInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *CreateImageInput
SetBlockDeviceMappings sets the BlockDeviceMappings field's value.
func (*CreateImageInput) SetDescription ¶ added in v1.5.0
func (s *CreateImageInput) SetDescription(v string) *CreateImageInput
SetDescription sets the Description field's value.
func (*CreateImageInput) SetDryRun ¶ added in v1.5.0
func (s *CreateImageInput) SetDryRun(v bool) *CreateImageInput
SetDryRun sets the DryRun field's value.
func (*CreateImageInput) SetInstanceId ¶ added in v1.5.0
func (s *CreateImageInput) SetInstanceId(v string) *CreateImageInput
SetInstanceId sets the InstanceId field's value.
func (*CreateImageInput) SetName ¶ added in v1.5.0
func (s *CreateImageInput) SetName(v string) *CreateImageInput
SetName sets the Name field's value.
func (*CreateImageInput) SetNoReboot ¶ added in v1.5.0
func (s *CreateImageInput) SetNoReboot(v bool) *CreateImageInput
SetNoReboot sets the NoReboot field's value.
func (CreateImageInput) String ¶ added in v0.6.5
func (s CreateImageInput) String() string
String returns the string representation
func (*CreateImageInput) Validate ¶ added in v1.1.21
func (s *CreateImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateImageOutput ¶
type CreateImageOutput struct {
// The ID of the new AMI.
ImageId *string `locationName:"imageId" type:"string"`
// contains filtered or unexported fields
}
Contains the output of CreateImage.
func (CreateImageOutput) GoString ¶ added in v0.6.5
func (s CreateImageOutput) GoString() string
GoString returns the string representation
func (*CreateImageOutput) SetImageId ¶ added in v1.5.0
func (s *CreateImageOutput) SetImageId(v string) *CreateImageOutput
SetImageId sets the ImageId field's value.
func (CreateImageOutput) String ¶ added in v0.6.5
func (s CreateImageOutput) String() string
String returns the string representation
type CreateInstanceExportTaskInput ¶
type CreateInstanceExportTaskInput struct {
// A description for the conversion task or the resource being exported. The
// maximum length is 255 bytes.
Description *string `locationName:"description" type:"string"`
// The format and location for an instance export task.
ExportToS3Task *ExportToS3TaskSpecification `locationName:"exportToS3" type:"structure"`
// The ID of the instance.
//
// InstanceId is a required field
InstanceId *string `locationName:"instanceId" type:"string" required:"true"`
// The target virtualization environment.
TargetEnvironment *string `locationName:"targetEnvironment" type:"string" enum:"ExportEnvironment"`
// contains filtered or unexported fields
}
Contains the parameters for CreateInstanceExportTask.
func (CreateInstanceExportTaskInput) GoString ¶ added in v0.6.5
func (s CreateInstanceExportTaskInput) GoString() string
GoString returns the string representation
func (*CreateInstanceExportTaskInput) SetDescription ¶ added in v1.5.0
func (s *CreateInstanceExportTaskInput) SetDescription(v string) *CreateInstanceExportTaskInput
SetDescription sets the Description field's value.
func (*CreateInstanceExportTaskInput) SetExportToS3Task ¶ added in v1.5.0
func (s *CreateInstanceExportTaskInput) SetExportToS3Task(v *ExportToS3TaskSpecification) *CreateInstanceExportTaskInput
SetExportToS3Task sets the ExportToS3Task field's value.
func (*CreateInstanceExportTaskInput) SetInstanceId ¶ added in v1.5.0
func (s *CreateInstanceExportTaskInput) SetInstanceId(v string) *CreateInstanceExportTaskInput
SetInstanceId sets the InstanceId field's value.
func (*CreateInstanceExportTaskInput) SetTargetEnvironment ¶ added in v1.5.0
func (s *CreateInstanceExportTaskInput) SetTargetEnvironment(v string) *CreateInstanceExportTaskInput
SetTargetEnvironment sets the TargetEnvironment field's value.
func (CreateInstanceExportTaskInput) String ¶ added in v0.6.5
func (s CreateInstanceExportTaskInput) String() string
String returns the string representation
func (*CreateInstanceExportTaskInput) Validate ¶ added in v1.1.21
func (s *CreateInstanceExportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateInstanceExportTaskOutput ¶
type CreateInstanceExportTaskOutput struct {
// Information about the instance export task.
ExportTask *ExportTask `locationName:"exportTask" type:"structure"`
// contains filtered or unexported fields
}
Contains the output for CreateInstanceExportTask.
func (CreateInstanceExportTaskOutput) GoString ¶ added in v0.6.5
func (s CreateInstanceExportTaskOutput) GoString() string
GoString returns the string representation
func (*CreateInstanceExportTaskOutput) SetExportTask ¶ added in v1.5.0
func (s *CreateInstanceExportTaskOutput) SetExportTask(v *ExportTask) *CreateInstanceExportTaskOutput
SetExportTask sets the ExportTask field's value.
func (CreateInstanceExportTaskOutput) String ¶ added in v0.6.5
func (s CreateInstanceExportTaskOutput) String() string
String returns the string representation
type CreateInternetGatewayInput ¶
type CreateInternetGatewayInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// contains filtered or unexported fields
}
Contains the parameters for CreateInternetGateway.
func (CreateInternetGatewayInput) GoString ¶ added in v0.6.5
func (s CreateInternetGatewayInput) GoString() string
GoString returns the string representation
func (*CreateInternetGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *CreateInternetGatewayInput) SetDryRun(v bool) *CreateInternetGatewayInput
SetDryRun sets the DryRun field's value.
func (CreateInternetGatewayInput) String ¶ added in v0.6.5
func (s CreateInternetGatewayInput) String() string
String returns the string representation
type CreateInternetGatewayOutput ¶
type CreateInternetGatewayOutput struct {
// Information about the Internet gateway.
InternetGateway *InternetGateway `locationName:"internetGateway" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateInternetGateway.
func (CreateInternetGatewayOutput) GoString ¶ added in v0.6.5
func (s CreateInternetGatewayOutput) GoString() string
GoString returns the string representation
func (*CreateInternetGatewayOutput) SetInternetGateway ¶ added in v1.5.0
func (s *CreateInternetGatewayOutput) SetInternetGateway(v *InternetGateway) *CreateInternetGatewayOutput
SetInternetGateway sets the InternetGateway field's value.
func (CreateInternetGatewayOutput) String ¶ added in v0.6.5
func (s CreateInternetGatewayOutput) String() string
String returns the string representation
type CreateKeyPairInput ¶
type CreateKeyPairInput 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"`
// A unique name for the key pair.
//
// Constraints: Up to 255 ASCII characters
//
// KeyName is a required field
KeyName *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateKeyPair.
func (CreateKeyPairInput) GoString ¶ added in v0.6.5
func (s CreateKeyPairInput) GoString() string
GoString returns the string representation
func (*CreateKeyPairInput) SetDryRun ¶ added in v1.5.0
func (s *CreateKeyPairInput) SetDryRun(v bool) *CreateKeyPairInput
SetDryRun sets the DryRun field's value.
func (*CreateKeyPairInput) SetKeyName ¶ added in v1.5.0
func (s *CreateKeyPairInput) SetKeyName(v string) *CreateKeyPairInput
SetKeyName sets the KeyName field's value.
func (CreateKeyPairInput) String ¶ added in v0.6.5
func (s CreateKeyPairInput) String() string
String returns the string representation
func (*CreateKeyPairInput) Validate ¶ added in v1.1.21
func (s *CreateKeyPairInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateKeyPairOutput ¶
type CreateKeyPairOutput struct {
// The SHA-1 digest of the DER encoded private key.
KeyFingerprint *string `locationName:"keyFingerprint" type:"string"`
// An unencrypted PEM encoded RSA private key.
KeyMaterial *string `locationName:"keyMaterial" type:"string"`
// The name of the key pair.
KeyName *string `locationName:"keyName" type:"string"`
// contains filtered or unexported fields
}
Describes a key pair.
func (CreateKeyPairOutput) GoString ¶ added in v0.6.5
func (s CreateKeyPairOutput) GoString() string
GoString returns the string representation
func (*CreateKeyPairOutput) SetKeyFingerprint ¶ added in v1.5.0
func (s *CreateKeyPairOutput) SetKeyFingerprint(v string) *CreateKeyPairOutput
SetKeyFingerprint sets the KeyFingerprint field's value.
func (*CreateKeyPairOutput) SetKeyMaterial ¶ added in v1.5.0
func (s *CreateKeyPairOutput) SetKeyMaterial(v string) *CreateKeyPairOutput
SetKeyMaterial sets the KeyMaterial field's value.
func (*CreateKeyPairOutput) SetKeyName ¶ added in v1.5.0
func (s *CreateKeyPairOutput) SetKeyName(v string) *CreateKeyPairOutput
SetKeyName sets the KeyName field's value.
func (CreateKeyPairOutput) String ¶ added in v0.6.5
func (s CreateKeyPairOutput) String() string
String returns the string representation
type CreateLaunchTemplateInput ¶ added in v1.12.35
type CreateLaunchTemplateInput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see Ensuring Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The information for the launch template.
//
// LaunchTemplateData is a required field
LaunchTemplateData *RequestLaunchTemplateData `type:"structure" required:"true"`
// A name for the launch template.
//
// LaunchTemplateName is a required field
LaunchTemplateName *string `min:"3" type:"string" required:"true"`
// A description for the first version of the launch template.
VersionDescription *string `type:"string"`
// contains filtered or unexported fields
}
func (CreateLaunchTemplateInput) GoString ¶ added in v1.12.35
func (s CreateLaunchTemplateInput) GoString() string
GoString returns the string representation
func (*CreateLaunchTemplateInput) SetClientToken ¶ added in v1.12.35
func (s *CreateLaunchTemplateInput) SetClientToken(v string) *CreateLaunchTemplateInput
SetClientToken sets the ClientToken field's value.
func (*CreateLaunchTemplateInput) SetDryRun ¶ added in v1.12.35
func (s *CreateLaunchTemplateInput) SetDryRun(v bool) *CreateLaunchTemplateInput
SetDryRun sets the DryRun field's value.
func (*CreateLaunchTemplateInput) SetLaunchTemplateData ¶ added in v1.12.35
func (s *CreateLaunchTemplateInput) SetLaunchTemplateData(v *RequestLaunchTemplateData) *CreateLaunchTemplateInput
SetLaunchTemplateData sets the LaunchTemplateData field's value.
func (*CreateLaunchTemplateInput) SetLaunchTemplateName ¶ added in v1.12.35
func (s *CreateLaunchTemplateInput) SetLaunchTemplateName(v string) *CreateLaunchTemplateInput
SetLaunchTemplateName sets the LaunchTemplateName field's value.
func (*CreateLaunchTemplateInput) SetVersionDescription ¶ added in v1.12.35
func (s *CreateLaunchTemplateInput) SetVersionDescription(v string) *CreateLaunchTemplateInput
SetVersionDescription sets the VersionDescription field's value.
func (CreateLaunchTemplateInput) String ¶ added in v1.12.35
func (s CreateLaunchTemplateInput) String() string
String returns the string representation
func (*CreateLaunchTemplateInput) Validate ¶ added in v1.12.35
func (s *CreateLaunchTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLaunchTemplateOutput ¶ added in v1.12.35
type CreateLaunchTemplateOutput struct {
// Information about the launch template.
LaunchTemplate *LaunchTemplate `locationName:"launchTemplate" type:"structure"`
// contains filtered or unexported fields
}
func (CreateLaunchTemplateOutput) GoString ¶ added in v1.12.35
func (s CreateLaunchTemplateOutput) GoString() string
GoString returns the string representation
func (*CreateLaunchTemplateOutput) SetLaunchTemplate ¶ added in v1.12.35
func (s *CreateLaunchTemplateOutput) SetLaunchTemplate(v *LaunchTemplate) *CreateLaunchTemplateOutput
SetLaunchTemplate sets the LaunchTemplate field's value.
func (CreateLaunchTemplateOutput) String ¶ added in v1.12.35
func (s CreateLaunchTemplateOutput) String() string
String returns the string representation
type CreateLaunchTemplateVersionInput ¶ added in v1.12.35
type CreateLaunchTemplateVersionInput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see Ensuring Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The information for the launch template.
//
// LaunchTemplateData is a required field
LaunchTemplateData *RequestLaunchTemplateData `type:"structure" required:"true"`
// The ID of the launch template. You must specify either the launch template
// ID or launch template name in the request.
LaunchTemplateId *string `type:"string"`
// The name of the launch template. You must specify either the launch template
// ID or launch template name in the request.
LaunchTemplateName *string `min:"3" type:"string"`
// The version number of the launch template version on which to base the new
// version. The new version inherits the same launch parameters as the source
// version, except for parameters that you specify in LaunchTemplateData.
SourceVersion *string `type:"string"`
// A description for the version of the launch template.
VersionDescription *string `type:"string"`
// contains filtered or unexported fields
}
func (CreateLaunchTemplateVersionInput) GoString ¶ added in v1.12.35
func (s CreateLaunchTemplateVersionInput) GoString() string
GoString returns the string representation
func (*CreateLaunchTemplateVersionInput) SetClientToken ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) SetClientToken(v string) *CreateLaunchTemplateVersionInput
SetClientToken sets the ClientToken field's value.
func (*CreateLaunchTemplateVersionInput) SetDryRun ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) SetDryRun(v bool) *CreateLaunchTemplateVersionInput
SetDryRun sets the DryRun field's value.
func (*CreateLaunchTemplateVersionInput) SetLaunchTemplateData ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) SetLaunchTemplateData(v *RequestLaunchTemplateData) *CreateLaunchTemplateVersionInput
SetLaunchTemplateData sets the LaunchTemplateData field's value.
func (*CreateLaunchTemplateVersionInput) SetLaunchTemplateId ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) SetLaunchTemplateId(v string) *CreateLaunchTemplateVersionInput
SetLaunchTemplateId sets the LaunchTemplateId field's value.
func (*CreateLaunchTemplateVersionInput) SetLaunchTemplateName ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) SetLaunchTemplateName(v string) *CreateLaunchTemplateVersionInput
SetLaunchTemplateName sets the LaunchTemplateName field's value.
func (*CreateLaunchTemplateVersionInput) SetSourceVersion ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) SetSourceVersion(v string) *CreateLaunchTemplateVersionInput
SetSourceVersion sets the SourceVersion field's value.
func (*CreateLaunchTemplateVersionInput) SetVersionDescription ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) SetVersionDescription(v string) *CreateLaunchTemplateVersionInput
SetVersionDescription sets the VersionDescription field's value.
func (CreateLaunchTemplateVersionInput) String ¶ added in v1.12.35
func (s CreateLaunchTemplateVersionInput) String() string
String returns the string representation
func (*CreateLaunchTemplateVersionInput) Validate ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLaunchTemplateVersionOutput ¶ added in v1.12.35
type CreateLaunchTemplateVersionOutput struct {
// Information about the launch template version.
LaunchTemplateVersion *LaunchTemplateVersion `locationName:"launchTemplateVersion" type:"structure"`
// contains filtered or unexported fields
}
func (CreateLaunchTemplateVersionOutput) GoString ¶ added in v1.12.35
func (s CreateLaunchTemplateVersionOutput) GoString() string
GoString returns the string representation
func (*CreateLaunchTemplateVersionOutput) SetLaunchTemplateVersion ¶ added in v1.12.35
func (s *CreateLaunchTemplateVersionOutput) SetLaunchTemplateVersion(v *LaunchTemplateVersion) *CreateLaunchTemplateVersionOutput
SetLaunchTemplateVersion sets the LaunchTemplateVersion field's value.
func (CreateLaunchTemplateVersionOutput) String ¶ added in v1.12.35
func (s CreateLaunchTemplateVersionOutput) String() string
String returns the string representation
type CreateNatGatewayInput ¶ added in v1.0.6
type CreateNatGatewayInput struct {
// The allocation ID of an Elastic IP address to associate with the NAT gateway.
// If the Elastic IP address is associated with another resource, you must first
// disassociate it.
//
// AllocationId is a required field
AllocationId *string `type:"string" required:"true"`
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see How to Ensure Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
//
// Constraint: Maximum 64 ASCII characters.
ClientToken *string `type:"string"`
// The subnet in which to create the NAT gateway.
//
// SubnetId is a required field
SubnetId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateNatGateway.
func (CreateNatGatewayInput) GoString ¶ added in v1.0.6
func (s CreateNatGatewayInput) GoString() string
GoString returns the string representation
func (*CreateNatGatewayInput) SetAllocationId ¶ added in v1.5.0
func (s *CreateNatGatewayInput) SetAllocationId(v string) *CreateNatGatewayInput
SetAllocationId sets the AllocationId field's value.
func (*CreateNatGatewayInput) SetClientToken ¶ added in v1.5.0
func (s *CreateNatGatewayInput) SetClientToken(v string) *CreateNatGatewayInput
SetClientToken sets the ClientToken field's value.
func (*CreateNatGatewayInput) SetSubnetId ¶ added in v1.5.0
func (s *CreateNatGatewayInput) SetSubnetId(v string) *CreateNatGatewayInput
SetSubnetId sets the SubnetId field's value.
func (CreateNatGatewayInput) String ¶ added in v1.0.6
func (s CreateNatGatewayInput) String() string
String returns the string representation
func (*CreateNatGatewayInput) Validate ¶ added in v1.1.21
func (s *CreateNatGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNatGatewayOutput ¶ added in v1.0.6
type CreateNatGatewayOutput struct {
// Unique, case-sensitive identifier to ensure the idempotency of the request.
// Only returned if a client token was provided in the request.
ClientToken *string `locationName:"clientToken" type:"string"`
// Information about the NAT gateway.
NatGateway *NatGateway `locationName:"natGateway" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateNatGateway.
func (CreateNatGatewayOutput) GoString ¶ added in v1.0.6
func (s CreateNatGatewayOutput) GoString() string
GoString returns the string representation
func (*CreateNatGatewayOutput) SetClientToken ¶ added in v1.5.0
func (s *CreateNatGatewayOutput) SetClientToken(v string) *CreateNatGatewayOutput
SetClientToken sets the ClientToken field's value.
func (*CreateNatGatewayOutput) SetNatGateway ¶ added in v1.5.0
func (s *CreateNatGatewayOutput) SetNatGateway(v *NatGateway) *CreateNatGatewayOutput
SetNatGateway sets the NatGateway field's value.
func (CreateNatGatewayOutput) String ¶ added in v1.0.6
func (s CreateNatGatewayOutput) String() string
String returns the string representation
type CreateNetworkAclEntryInput ¶ added in v0.9.5
type CreateNetworkAclEntryInput struct {
// The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24).
CidrBlock *string `locationName:"cidrBlock" type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// Indicates whether this is an egress rule (rule is applied to traffic leaving
// the subnet).
//
// Egress is a required field
Egress *bool `locationName:"egress" type:"boolean" required:"true"`
// ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying the
// ICMP protocol, or protocol 58 (ICMPv6) with an IPv6 CIDR block.
IcmpTypeCode *IcmpTypeCode `locationName:"Icmp" type:"structure"`
// The IPv6 network range to allow or deny, in CIDR notation (for example 2001:db8:1234:1a00::/64).
Ipv6CidrBlock *string `locationName:"ipv6CidrBlock" type:"string"`
// The ID of the network ACL.
//
// NetworkAclId is a required field
NetworkAclId *string `locationName:"networkAclId" type:"string" required:"true"`
// TCP or UDP protocols: The range of ports the rule applies to.
PortRange *PortRange `locationName:"portRange" type:"structure"`
// The protocol. A value of -1 or all means all protocols. If you specify all,
// -1, or a protocol number other than 6 (tcp), 17 (udp), or 1 (icmp), traffic
// on all ports is allowed, regardless of any ports or ICMP types or codes you
// specify. If you specify protocol 58 (ICMPv6) and specify an IPv4 CIDR block,
// traffic for all ICMP types and codes allowed, regardless of any that you
// specify. If you specify protocol 58 (ICMPv6) and specify an IPv6 CIDR block,
// you must specify an ICMP type and code.
//
// Protocol is a required field
Protocol *string `locationName:"protocol" type:"string" required:"true"`
// Indicates whether to allow or deny the traffic that matches the rule.
//
// RuleAction is a required field
RuleAction *string `locationName:"ruleAction" type:"string" required:"true" enum:"RuleAction"`
// The rule number for the entry (for example, 100). ACL entries are processed
// in ascending order by rule number.
//
// Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is
// reserved for internal use.
//
// RuleNumber is a required field
RuleNumber *int64 `locationName:"ruleNumber" type:"integer" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateNetworkAclEntry.
func (CreateNetworkAclEntryInput) GoString ¶ added in v0.9.5
func (s CreateNetworkAclEntryInput) GoString() string
GoString returns the string representation
func (*CreateNetworkAclEntryInput) SetCidrBlock ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetCidrBlock(v string) *CreateNetworkAclEntryInput
SetCidrBlock sets the CidrBlock field's value.
func (*CreateNetworkAclEntryInput) SetDryRun ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetDryRun(v bool) *CreateNetworkAclEntryInput
SetDryRun sets the DryRun field's value.
func (*CreateNetworkAclEntryInput) SetEgress ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetEgress(v bool) *CreateNetworkAclEntryInput
SetEgress sets the Egress field's value.
func (*CreateNetworkAclEntryInput) SetIcmpTypeCode ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetIcmpTypeCode(v *IcmpTypeCode) *CreateNetworkAclEntryInput
SetIcmpTypeCode sets the IcmpTypeCode field's value.
func (*CreateNetworkAclEntryInput) SetIpv6CidrBlock ¶ added in v1.5.13
func (s *CreateNetworkAclEntryInput) SetIpv6CidrBlock(v string) *CreateNetworkAclEntryInput
SetIpv6CidrBlock sets the Ipv6CidrBlock field's value.
func (*CreateNetworkAclEntryInput) SetNetworkAclId ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetNetworkAclId(v string) *CreateNetworkAclEntryInput
SetNetworkAclId sets the NetworkAclId field's value.
func (*CreateNetworkAclEntryInput) SetPortRange ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetPortRange(v *PortRange) *CreateNetworkAclEntryInput
SetPortRange sets the PortRange field's value.
func (*CreateNetworkAclEntryInput) SetProtocol ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetProtocol(v string) *CreateNetworkAclEntryInput
SetProtocol sets the Protocol field's value.
func (*CreateNetworkAclEntryInput) SetRuleAction ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetRuleAction(v string) *CreateNetworkAclEntryInput
SetRuleAction sets the RuleAction field's value.
func (*CreateNetworkAclEntryInput) SetRuleNumber ¶ added in v1.5.0
func (s *CreateNetworkAclEntryInput) SetRuleNumber(v int64) *CreateNetworkAclEntryInput
SetRuleNumber sets the RuleNumber field's value.
func (CreateNetworkAclEntryInput) String ¶ added in v0.9.5
func (s CreateNetworkAclEntryInput) String() string
String returns the string representation
func (*CreateNetworkAclEntryInput) Validate ¶ added in v1.1.21
func (s *CreateNetworkAclEntryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNetworkAclEntryOutput ¶ added in v0.9.5
type CreateNetworkAclEntryOutput struct {
// contains filtered or unexported fields
}
func (CreateNetworkAclEntryOutput) GoString ¶ added in v0.9.5
func (s CreateNetworkAclEntryOutput) GoString() string
GoString returns the string representation
func (CreateNetworkAclEntryOutput) String ¶ added in v0.9.5
func (s CreateNetworkAclEntryOutput) String() string
String returns the string representation
type CreateNetworkAclInput ¶ added in v0.9.5
type CreateNetworkAclInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the VPC.
//
// VpcId is a required field
VpcId *string `locationName:"vpcId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateNetworkAcl.
func (CreateNetworkAclInput) GoString ¶ added in v0.9.5
func (s CreateNetworkAclInput) GoString() string
GoString returns the string representation
func (*CreateNetworkAclInput) SetDryRun ¶ added in v1.5.0
func (s *CreateNetworkAclInput) SetDryRun(v bool) *CreateNetworkAclInput
SetDryRun sets the DryRun field's value.
func (*CreateNetworkAclInput) SetVpcId ¶ added in v1.5.0
func (s *CreateNetworkAclInput) SetVpcId(v string) *CreateNetworkAclInput
SetVpcId sets the VpcId field's value.
func (CreateNetworkAclInput) String ¶ added in v0.9.5
func (s CreateNetworkAclInput) String() string
String returns the string representation
func (*CreateNetworkAclInput) Validate ¶ added in v1.1.21
func (s *CreateNetworkAclInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNetworkAclOutput ¶ added in v0.9.5
type CreateNetworkAclOutput struct {
// Information about the network ACL.
NetworkAcl *NetworkAcl `locationName:"networkAcl" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateNetworkAcl.
func (CreateNetworkAclOutput) GoString ¶ added in v0.9.5
func (s CreateNetworkAclOutput) GoString() string
GoString returns the string representation
func (*CreateNetworkAclOutput) SetNetworkAcl ¶ added in v1.5.0
func (s *CreateNetworkAclOutput) SetNetworkAcl(v *NetworkAcl) *CreateNetworkAclOutput
SetNetworkAcl sets the NetworkAcl field's value.
func (CreateNetworkAclOutput) String ¶ added in v0.9.5
func (s CreateNetworkAclOutput) String() string
String returns the string representation
type CreateNetworkInterfaceInput ¶
type CreateNetworkInterfaceInput struct {
// A description for the network interface.
Description *string `locationName:"description" type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The IDs of one or more security groups.
Groups []*string `locationName:"SecurityGroupId" locationNameList:"SecurityGroupId" type:"list"`
// The number of IPv6 addresses to assign to a network interface. Amazon EC2
// automatically selects the IPv6 addresses from the subnet range. You can't
// use this option if specifying specific IPv6 addresses. If your subnet has
// the AssignIpv6AddressOnCreation attribute set to true, you can specify 0
// to override this setting.
Ipv6AddressCount *int64 `locationName:"ipv6AddressCount" type:"integer"`
// One or more specific IPv6 addresses from the IPv6 CIDR block range of your
// subnet. You can't use this option if you're specifying a number of IPv6 addresses.
Ipv6Addresses []*InstanceIpv6Address `locationName:"ipv6Addresses" locationNameList:"item" type:"list"`
// The primary private IPv4 address of the network interface. If you don't specify
// an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR
// range. If you specify an IP address, you cannot indicate any IP addresses
// specified in privateIpAddresses as primary (only one IP address can be designated
// as primary).
PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`
// One or more private IPv4 addresses.
PrivateIpAddresses []*PrivateIpAddressSpecification `locationName:"privateIpAddresses" locationNameList:"item" type:"list"`
// The number of secondary private IPv4 addresses to assign to a network interface.
// When you specify a number of secondary IPv4 addresses, Amazon EC2 selects
// these IP addresses within the subnet's IPv4 CIDR range. You can't specify
// this option and specify more than one private IP address using privateIpAddresses.
//
// The number of IP addresses you can assign to a network interface varies by
// instance type. For more information, see IP Addresses Per ENI Per Instance
// Type (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI)
// in the Amazon Virtual Private Cloud User Guide.
SecondaryPrivateIpAddressCount *int64 `locationName:"secondaryPrivateIpAddressCount" type:"integer"`
// The ID of the subnet to associate with the network interface.
//
// SubnetId is a required field
SubnetId *string `locationName:"subnetId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateNetworkInterface.
func (CreateNetworkInterfaceInput) GoString ¶ added in v0.6.5
func (s CreateNetworkInterfaceInput) GoString() string
GoString returns the string representation
func (*CreateNetworkInterfaceInput) SetDescription ¶ added in v1.5.0
func (s *CreateNetworkInterfaceInput) SetDescription(v string) *CreateNetworkInterfaceInput
SetDescription sets the Description field's value.
func (*CreateNetworkInterfaceInput) SetDryRun ¶ added in v1.5.0
func (s *CreateNetworkInterfaceInput) SetDryRun(v bool) *CreateNetworkInterfaceInput
SetDryRun sets the DryRun field's value.
func (*CreateNetworkInterfaceInput) SetGroups ¶ added in v1.5.0
func (s *CreateNetworkInterfaceInput) SetGroups(v []*string) *CreateNetworkInterfaceInput
SetGroups sets the Groups field's value.
func (*CreateNetworkInterfaceInput) SetIpv6AddressCount ¶ added in v1.5.13
func (s *CreateNetworkInterfaceInput) SetIpv6AddressCount(v int64) *CreateNetworkInterfaceInput
SetIpv6AddressCount sets the Ipv6AddressCount field's value.
func (*CreateNetworkInterfaceInput) SetIpv6Addresses ¶ added in v1.5.13
func (s *CreateNetworkInterfaceInput) SetIpv6Addresses(v []*InstanceIpv6Address) *CreateNetworkInterfaceInput
SetIpv6Addresses sets the Ipv6Addresses field's value.
func (*CreateNetworkInterfaceInput) SetPrivateIpAddress ¶ added in v1.5.0
func (s *CreateNetworkInterfaceInput) SetPrivateIpAddress(v string) *CreateNetworkInterfaceInput
SetPrivateIpAddress sets the PrivateIpAddress field's value.
func (*CreateNetworkInterfaceInput) SetPrivateIpAddresses ¶ added in v1.5.0
func (s *CreateNetworkInterfaceInput) SetPrivateIpAddresses(v []*PrivateIpAddressSpecification) *CreateNetworkInterfaceInput
SetPrivateIpAddresses sets the PrivateIpAddresses field's value.
func (*CreateNetworkInterfaceInput) SetSecondaryPrivateIpAddressCount ¶ added in v1.5.0
func (s *CreateNetworkInterfaceInput) SetSecondaryPrivateIpAddressCount(v int64) *CreateNetworkInterfaceInput
SetSecondaryPrivateIpAddressCount sets the SecondaryPrivateIpAddressCount field's value.
func (*CreateNetworkInterfaceInput) SetSubnetId ¶ added in v1.5.0
func (s *CreateNetworkInterfaceInput) SetSubnetId(v string) *CreateNetworkInterfaceInput
SetSubnetId sets the SubnetId field's value.
func (CreateNetworkInterfaceInput) String ¶ added in v0.6.5
func (s CreateNetworkInterfaceInput) String() string
String returns the string representation
func (*CreateNetworkInterfaceInput) Validate ¶ added in v1.1.21
func (s *CreateNetworkInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNetworkInterfaceOutput ¶
type CreateNetworkInterfaceOutput struct {
// Information about the network interface.
NetworkInterface *NetworkInterface `locationName:"networkInterface" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateNetworkInterface.
func (CreateNetworkInterfaceOutput) GoString ¶ added in v0.6.5
func (s CreateNetworkInterfaceOutput) GoString() string
GoString returns the string representation
func (*CreateNetworkInterfaceOutput) SetNetworkInterface ¶ added in v1.5.0
func (s *CreateNetworkInterfaceOutput) SetNetworkInterface(v *NetworkInterface) *CreateNetworkInterfaceOutput
SetNetworkInterface sets the NetworkInterface field's value.
func (CreateNetworkInterfaceOutput) String ¶ added in v0.6.5
func (s CreateNetworkInterfaceOutput) String() string
String returns the string representation
type CreateNetworkInterfacePermissionInput ¶ added in v1.10.10
type CreateNetworkInterfacePermissionInput struct {
// The AWS account ID.
AwsAccountId *string `type:"string"`
// The AWS service. Currently not supported.
AwsService *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The ID of the network interface.
//
// NetworkInterfaceId is a required field
NetworkInterfaceId *string `type:"string" required:"true"`
// The type of permission to grant.
//
// Permission is a required field
Permission *string `type:"string" required:"true" enum:"InterfacePermissionType"`
// contains filtered or unexported fields
}
Contains the parameters for CreateNetworkInterfacePermission.
func (CreateNetworkInterfacePermissionInput) GoString ¶ added in v1.10.10
func (s CreateNetworkInterfacePermissionInput) GoString() string
GoString returns the string representation
func (*CreateNetworkInterfacePermissionInput) SetAwsAccountId ¶ added in v1.10.10
func (s *CreateNetworkInterfacePermissionInput) SetAwsAccountId(v string) *CreateNetworkInterfacePermissionInput
SetAwsAccountId sets the AwsAccountId field's value.
func (*CreateNetworkInterfacePermissionInput) SetAwsService ¶ added in v1.10.10
func (s *CreateNetworkInterfacePermissionInput) SetAwsService(v string) *CreateNetworkInterfacePermissionInput
SetAwsService sets the AwsService field's value.
func (*CreateNetworkInterfacePermissionInput) SetDryRun ¶ added in v1.10.10
func (s *CreateNetworkInterfacePermissionInput) SetDryRun(v bool) *CreateNetworkInterfacePermissionInput
SetDryRun sets the DryRun field's value.
func (*CreateNetworkInterfacePermissionInput) SetNetworkInterfaceId ¶ added in v1.10.10
func (s *CreateNetworkInterfacePermissionInput) SetNetworkInterfaceId(v string) *CreateNetworkInterfacePermissionInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*CreateNetworkInterfacePermissionInput) SetPermission ¶ added in v1.10.10
func (s *CreateNetworkInterfacePermissionInput) SetPermission(v string) *CreateNetworkInterfacePermissionInput
SetPermission sets the Permission field's value.
func (CreateNetworkInterfacePermissionInput) String ¶ added in v1.10.10
func (s CreateNetworkInterfacePermissionInput) String() string
String returns the string representation
func (*CreateNetworkInterfacePermissionInput) Validate ¶ added in v1.10.10
func (s *CreateNetworkInterfacePermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNetworkInterfacePermissionOutput ¶ added in v1.10.10
type CreateNetworkInterfacePermissionOutput struct {
// Information about the permission for the network interface.
InterfacePermission *NetworkInterfacePermission `locationName:"interfacePermission" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateNetworkInterfacePermission.
func (CreateNetworkInterfacePermissionOutput) GoString ¶ added in v1.10.10
func (s CreateNetworkInterfacePermissionOutput) GoString() string
GoString returns the string representation
func (*CreateNetworkInterfacePermissionOutput) SetInterfacePermission ¶ added in v1.10.10
func (s *CreateNetworkInterfacePermissionOutput) SetInterfacePermission(v *NetworkInterfacePermission) *CreateNetworkInterfacePermissionOutput
SetInterfacePermission sets the InterfacePermission field's value.
func (CreateNetworkInterfacePermissionOutput) String ¶ added in v1.10.10
func (s CreateNetworkInterfacePermissionOutput) String() string
String returns the string representation
type CreatePlacementGroupInput ¶
type CreatePlacementGroupInput 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"`
// A name for the placement group. Must be unique within the scope of your account
// for the region.
//
// Constraints: Up to 255 ASCII characters
//
// GroupName is a required field
GroupName *string `locationName:"groupName" type:"string" required:"true"`
// The placement strategy.
//
// Strategy is a required field
Strategy *string `locationName:"strategy" type:"string" required:"true" enum:"PlacementStrategy"`
// contains filtered or unexported fields
}
Contains the parameters for CreatePlacementGroup.
func (CreatePlacementGroupInput) GoString ¶ added in v0.6.5
func (s CreatePlacementGroupInput) GoString() string
GoString returns the string representation
func (*CreatePlacementGroupInput) SetDryRun ¶ added in v1.5.0
func (s *CreatePlacementGroupInput) SetDryRun(v bool) *CreatePlacementGroupInput
SetDryRun sets the DryRun field's value.
func (*CreatePlacementGroupInput) SetGroupName ¶ added in v1.5.0
func (s *CreatePlacementGroupInput) SetGroupName(v string) *CreatePlacementGroupInput
SetGroupName sets the GroupName field's value.
func (*CreatePlacementGroupInput) SetStrategy ¶ added in v1.5.0
func (s *CreatePlacementGroupInput) SetStrategy(v string) *CreatePlacementGroupInput
SetStrategy sets the Strategy field's value.
func (CreatePlacementGroupInput) String ¶ added in v0.6.5
func (s CreatePlacementGroupInput) String() string
String returns the string representation
func (*CreatePlacementGroupInput) Validate ¶ added in v1.1.21
func (s *CreatePlacementGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePlacementGroupOutput ¶
type CreatePlacementGroupOutput struct {
// contains filtered or unexported fields
}
func (CreatePlacementGroupOutput) GoString ¶ added in v0.6.5
func (s CreatePlacementGroupOutput) GoString() string
GoString returns the string representation
func (CreatePlacementGroupOutput) String ¶ added in v0.6.5
func (s CreatePlacementGroupOutput) String() string
String returns the string representation
type CreateReservedInstancesListingInput ¶
type CreateReservedInstancesListingInput struct {
// Unique, case-sensitive identifier you provide to ensure idempotency of your
// listings. This helps avoid duplicate listings. For more information, see
// Ensuring Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
//
// ClientToken is a required field
ClientToken *string `locationName:"clientToken" type:"string" required:"true"`
// The number of instances that are a part of a Reserved Instance account to
// be listed in the Reserved Instance Marketplace. This number should be less
// than or equal to the instance count associated with the Reserved Instance
// ID specified in this call.
//
// InstanceCount is a required field
InstanceCount *int64 `locationName:"instanceCount" type:"integer" required:"true"`
// A list specifying the price of the Standard Reserved Instance for each month
// remaining in the Reserved Instance term.
//
// PriceSchedules is a required field
PriceSchedules []*PriceScheduleSpecification `locationName:"priceSchedules" locationNameList:"item" type:"list" required:"true"`
// The ID of the active Standard Reserved Instance.
//
// ReservedInstancesId is a required field
ReservedInstancesId *string `locationName:"reservedInstancesId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateReservedInstancesListing.
func (CreateReservedInstancesListingInput) GoString ¶ added in v0.6.5
func (s CreateReservedInstancesListingInput) GoString() string
GoString returns the string representation
func (*CreateReservedInstancesListingInput) SetClientToken ¶ added in v1.5.0
func (s *CreateReservedInstancesListingInput) SetClientToken(v string) *CreateReservedInstancesListingInput
SetClientToken sets the ClientToken field's value.
func (*CreateReservedInstancesListingInput) SetInstanceCount ¶ added in v1.5.0
func (s *CreateReservedInstancesListingInput) SetInstanceCount(v int64) *CreateReservedInstancesListingInput
SetInstanceCount sets the InstanceCount field's value.
func (*CreateReservedInstancesListingInput) SetPriceSchedules ¶ added in v1.5.0
func (s *CreateReservedInstancesListingInput) SetPriceSchedules(v []*PriceScheduleSpecification) *CreateReservedInstancesListingInput
SetPriceSchedules sets the PriceSchedules field's value.
func (*CreateReservedInstancesListingInput) SetReservedInstancesId ¶ added in v1.5.0
func (s *CreateReservedInstancesListingInput) SetReservedInstancesId(v string) *CreateReservedInstancesListingInput
SetReservedInstancesId sets the ReservedInstancesId field's value.
func (CreateReservedInstancesListingInput) String ¶ added in v0.6.5
func (s CreateReservedInstancesListingInput) String() string
String returns the string representation
func (*CreateReservedInstancesListingInput) Validate ¶ added in v1.1.21
func (s *CreateReservedInstancesListingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateReservedInstancesListingOutput ¶
type CreateReservedInstancesListingOutput struct {
// Information about the Standard Reserved Instance listing.
ReservedInstancesListings []*ReservedInstancesListing `locationName:"reservedInstancesListingsSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of CreateReservedInstancesListing.
func (CreateReservedInstancesListingOutput) GoString ¶ added in v0.6.5
func (s CreateReservedInstancesListingOutput) GoString() string
GoString returns the string representation
func (*CreateReservedInstancesListingOutput) SetReservedInstancesListings ¶ added in v1.5.0
func (s *CreateReservedInstancesListingOutput) SetReservedInstancesListings(v []*ReservedInstancesListing) *CreateReservedInstancesListingOutput
SetReservedInstancesListings sets the ReservedInstancesListings field's value.
func (CreateReservedInstancesListingOutput) String ¶ added in v0.6.5
func (s CreateReservedInstancesListingOutput) String() string
String returns the string representation
type CreateRouteInput ¶
type CreateRouteInput struct {
// The IPv4 CIDR address block used for the destination match. Routing decisions
// are based on the most specific match.
DestinationCidrBlock *string `locationName:"destinationCidrBlock" type:"string"`
// The IPv6 CIDR block used for the destination match. Routing decisions are
// based on the most specific match.
DestinationIpv6CidrBlock *string `locationName:"destinationIpv6CidrBlock" type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// [IPv6 traffic only] The ID of an egress-only Internet gateway.
EgressOnlyInternetGatewayId *string `locationName:"egressOnlyInternetGatewayId" type:"string"`
// The ID of an Internet gateway or virtual private gateway attached to your
// VPC.
GatewayId *string `locationName:"gatewayId" type:"string"`
// The ID of a NAT instance in your VPC. The operation fails if you specify
// an instance ID unless exactly one network interface is attached.
InstanceId *string `locationName:"instanceId" type:"string"`
// [IPv4 traffic only] The ID of a NAT gateway.
NatGatewayId *string `locationName:"natGatewayId" type:"string"`
// The ID of a network interface.
NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"`
// The ID of the route table for the route.
//
// RouteTableId is a required field
RouteTableId *string `locationName:"routeTableId" type:"string" required:"true"`
// The ID of a VPC peering connection.
VpcPeeringConnectionId *string `locationName:"vpcPeeringConnectionId" type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for CreateRoute.
func (CreateRouteInput) GoString ¶ added in v0.6.5
func (s CreateRouteInput) GoString() string
GoString returns the string representation
func (*CreateRouteInput) SetDestinationCidrBlock ¶ added in v1.5.0
func (s *CreateRouteInput) SetDestinationCidrBlock(v string) *CreateRouteInput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*CreateRouteInput) SetDestinationIpv6CidrBlock ¶ added in v1.5.13
func (s *CreateRouteInput) SetDestinationIpv6CidrBlock(v string) *CreateRouteInput
SetDestinationIpv6CidrBlock sets the DestinationIpv6CidrBlock field's value.
func (*CreateRouteInput) SetDryRun ¶ added in v1.5.0
func (s *CreateRouteInput) SetDryRun(v bool) *CreateRouteInput
SetDryRun sets the DryRun field's value.
func (*CreateRouteInput) SetEgressOnlyInternetGatewayId ¶ added in v1.5.13
func (s *CreateRouteInput) SetEgressOnlyInternetGatewayId(v string) *CreateRouteInput
SetEgressOnlyInternetGatewayId sets the EgressOnlyInternetGatewayId field's value.
func (*CreateRouteInput) SetGatewayId ¶ added in v1.5.0
func (s *CreateRouteInput) SetGatewayId(v string) *CreateRouteInput
SetGatewayId sets the GatewayId field's value.
func (*CreateRouteInput) SetInstanceId ¶ added in v1.5.0
func (s *CreateRouteInput) SetInstanceId(v string) *CreateRouteInput
SetInstanceId sets the InstanceId field's value.
func (*CreateRouteInput) SetNatGatewayId ¶ added in v1.5.0
func (s *CreateRouteInput) SetNatGatewayId(v string) *CreateRouteInput
SetNatGatewayId sets the NatGatewayId field's value.
func (*CreateRouteInput) SetNetworkInterfaceId ¶ added in v1.5.0
func (s *CreateRouteInput) SetNetworkInterfaceId(v string) *CreateRouteInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*CreateRouteInput) SetRouteTableId ¶ added in v1.5.0
func (s *CreateRouteInput) SetRouteTableId(v string) *CreateRouteInput
SetRouteTableId sets the RouteTableId field's value.
func (*CreateRouteInput) SetVpcPeeringConnectionId ¶ added in v1.5.0
func (s *CreateRouteInput) SetVpcPeeringConnectionId(v string) *CreateRouteInput
SetVpcPeeringConnectionId sets the VpcPeeringConnectionId field's value.
func (CreateRouteInput) String ¶ added in v0.6.5
func (s CreateRouteInput) String() string
String returns the string representation
func (*CreateRouteInput) Validate ¶ added in v1.1.21
func (s *CreateRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRouteOutput ¶
type CreateRouteOutput struct {
// Returns true if the request succeeds; otherwise, it returns an error.
Return *bool `locationName:"return" type:"boolean"`
// contains filtered or unexported fields
}
Contains the output of CreateRoute.
func (CreateRouteOutput) GoString ¶ added in v0.6.5
func (s CreateRouteOutput) GoString() string
GoString returns the string representation
func (*CreateRouteOutput) SetReturn ¶ added in v1.5.0
func (s *CreateRouteOutput) SetReturn(v bool) *CreateRouteOutput
SetReturn sets the Return field's value.
func (CreateRouteOutput) String ¶ added in v0.6.5
func (s CreateRouteOutput) String() string
String returns the string representation
type CreateRouteTableInput ¶
type CreateRouteTableInput 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 `locationName:"vpcId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateRouteTable.
func (CreateRouteTableInput) GoString ¶ added in v0.6.5
func (s CreateRouteTableInput) GoString() string
GoString returns the string representation
func (*CreateRouteTableInput) SetDryRun ¶ added in v1.5.0
func (s *CreateRouteTableInput) SetDryRun(v bool) *CreateRouteTableInput
SetDryRun sets the DryRun field's value.
func (*CreateRouteTableInput) SetVpcId ¶ added in v1.5.0
func (s *CreateRouteTableInput) SetVpcId(v string) *CreateRouteTableInput
SetVpcId sets the VpcId field's value.
func (CreateRouteTableInput) String ¶ added in v0.6.5
func (s CreateRouteTableInput) String() string
String returns the string representation
func (*CreateRouteTableInput) Validate ¶ added in v1.1.21
func (s *CreateRouteTableInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRouteTableOutput ¶
type CreateRouteTableOutput struct {
// Information about the route table.
RouteTable *RouteTable `locationName:"routeTable" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateRouteTable.
func (CreateRouteTableOutput) GoString ¶ added in v0.6.5
func (s CreateRouteTableOutput) GoString() string
GoString returns the string representation
func (*CreateRouteTableOutput) SetRouteTable ¶ added in v1.5.0
func (s *CreateRouteTableOutput) SetRouteTable(v *RouteTable) *CreateRouteTableOutput
SetRouteTable sets the RouteTable field's value.
func (CreateRouteTableOutput) String ¶ added in v0.6.5
func (s CreateRouteTableOutput) String() string
String returns the string representation
type CreateSecurityGroupInput ¶
type CreateSecurityGroupInput struct {
// A description for the security group. This is informational only.
//
// Constraints: Up to 255 characters in length
//
// Constraints for EC2-Classic: ASCII characters
//
// Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
//
// Description is a required field
Description *string `locationName:"GroupDescription" 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 name of the security group.
//
// Constraints: Up to 255 characters in length. Cannot start with sg-.
//
// Constraints for EC2-Classic: ASCII characters
//
// Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
//
// GroupName is a required field
GroupName *string `type:"string" required:"true"`
// [EC2-VPC] The ID of the VPC. Required for EC2-VPC.
VpcId *string `type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for CreateSecurityGroup.
func (CreateSecurityGroupInput) GoString ¶ added in v0.6.5
func (s CreateSecurityGroupInput) GoString() string
GoString returns the string representation
func (*CreateSecurityGroupInput) SetDescription ¶ added in v1.5.0
func (s *CreateSecurityGroupInput) SetDescription(v string) *CreateSecurityGroupInput
SetDescription sets the Description field's value.
func (*CreateSecurityGroupInput) SetDryRun ¶ added in v1.5.0
func (s *CreateSecurityGroupInput) SetDryRun(v bool) *CreateSecurityGroupInput
SetDryRun sets the DryRun field's value.
func (*CreateSecurityGroupInput) SetGroupName ¶ added in v1.5.0
func (s *CreateSecurityGroupInput) SetGroupName(v string) *CreateSecurityGroupInput
SetGroupName sets the GroupName field's value.
func (*CreateSecurityGroupInput) SetVpcId ¶ added in v1.5.0
func (s *CreateSecurityGroupInput) SetVpcId(v string) *CreateSecurityGroupInput
SetVpcId sets the VpcId field's value.
func (CreateSecurityGroupInput) String ¶ added in v0.6.5
func (s CreateSecurityGroupInput) String() string
String returns the string representation
func (*CreateSecurityGroupInput) Validate ¶ added in v1.1.21
func (s *CreateSecurityGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSecurityGroupOutput ¶
type CreateSecurityGroupOutput struct {
// The ID of the security group.
GroupId *string `locationName:"groupId" type:"string"`
// contains filtered or unexported fields
}
Contains the output of CreateSecurityGroup.
func (CreateSecurityGroupOutput) GoString ¶ added in v0.6.5
func (s CreateSecurityGroupOutput) GoString() string
GoString returns the string representation
func (*CreateSecurityGroupOutput) SetGroupId ¶ added in v1.5.0
func (s *CreateSecurityGroupOutput) SetGroupId(v string) *CreateSecurityGroupOutput
SetGroupId sets the GroupId field's value.
func (CreateSecurityGroupOutput) String ¶ added in v0.6.5
func (s CreateSecurityGroupOutput) String() string
String returns the string representation
type CreateSnapshotInput ¶
type CreateSnapshotInput struct {
// A description for the snapshot.
Description *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The tags to apply to the snapshot during creation.
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
// The ID of the EBS volume.
//
// VolumeId is a required field
VolumeId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateSnapshot.
func (CreateSnapshotInput) GoString ¶ added in v0.6.5
func (s CreateSnapshotInput) GoString() string
GoString returns the string representation
func (*CreateSnapshotInput) SetDescription ¶ added in v1.5.0
func (s *CreateSnapshotInput) SetDescription(v string) *CreateSnapshotInput
SetDescription sets the Description field's value.
func (*CreateSnapshotInput) SetDryRun ¶ added in v1.5.0
func (s *CreateSnapshotInput) SetDryRun(v bool) *CreateSnapshotInput
SetDryRun sets the DryRun field's value.
func (*CreateSnapshotInput) SetTagSpecifications ¶ added in v1.13.2
func (s *CreateSnapshotInput) SetTagSpecifications(v []*TagSpecification) *CreateSnapshotInput
SetTagSpecifications sets the TagSpecifications field's value.
func (*CreateSnapshotInput) SetVolumeId ¶ added in v1.5.0
func (s *CreateSnapshotInput) SetVolumeId(v string) *CreateSnapshotInput
SetVolumeId sets the VolumeId field's value.
func (CreateSnapshotInput) String ¶ added in v0.6.5
func (s CreateSnapshotInput) String() string
String returns the string representation
func (*CreateSnapshotInput) Validate ¶ added in v1.1.21
func (s *CreateSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSpotDatafeedSubscriptionInput ¶
type CreateSpotDatafeedSubscriptionInput struct {
// The Amazon S3 bucket in which to store the Spot Instance data feed.
//
// Bucket is a required field
Bucket *string `locationName:"bucket" 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"`
// A prefix for the data feed file names.
Prefix *string `locationName:"prefix" type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for CreateSpotDatafeedSubscription.
func (CreateSpotDatafeedSubscriptionInput) GoString ¶ added in v0.6.5
func (s CreateSpotDatafeedSubscriptionInput) GoString() string
GoString returns the string representation
func (*CreateSpotDatafeedSubscriptionInput) SetBucket ¶ added in v1.5.0
func (s *CreateSpotDatafeedSubscriptionInput) SetBucket(v string) *CreateSpotDatafeedSubscriptionInput
SetBucket sets the Bucket field's value.
func (*CreateSpotDatafeedSubscriptionInput) SetDryRun ¶ added in v1.5.0
func (s *CreateSpotDatafeedSubscriptionInput) SetDryRun(v bool) *CreateSpotDatafeedSubscriptionInput
SetDryRun sets the DryRun field's value.
func (*CreateSpotDatafeedSubscriptionInput) SetPrefix ¶ added in v1.5.0
func (s *CreateSpotDatafeedSubscriptionInput) SetPrefix(v string) *CreateSpotDatafeedSubscriptionInput
SetPrefix sets the Prefix field's value.
func (CreateSpotDatafeedSubscriptionInput) String ¶ added in v0.6.5
func (s CreateSpotDatafeedSubscriptionInput) String() string
String returns the string representation
func (*CreateSpotDatafeedSubscriptionInput) Validate ¶ added in v1.1.21
func (s *CreateSpotDatafeedSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSpotDatafeedSubscriptionOutput ¶
type CreateSpotDatafeedSubscriptionOutput struct {
// The Spot Instance data feed subscription.
SpotDatafeedSubscription *SpotDatafeedSubscription `locationName:"spotDatafeedSubscription" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateSpotDatafeedSubscription.
func (CreateSpotDatafeedSubscriptionOutput) GoString ¶ added in v0.6.5
func (s CreateSpotDatafeedSubscriptionOutput) GoString() string
GoString returns the string representation
func (*CreateSpotDatafeedSubscriptionOutput) SetSpotDatafeedSubscription ¶ added in v1.5.0
func (s *CreateSpotDatafeedSubscriptionOutput) SetSpotDatafeedSubscription(v *SpotDatafeedSubscription) *CreateSpotDatafeedSubscriptionOutput
SetSpotDatafeedSubscription sets the SpotDatafeedSubscription field's value.
func (CreateSpotDatafeedSubscriptionOutput) String ¶ added in v0.6.5
func (s CreateSpotDatafeedSubscriptionOutput) String() string
String returns the string representation
type CreateSubnetInput ¶
type CreateSubnetInput struct {
// The Availability Zone for the subnet.
//
// Default: AWS selects one for you. If you create more than one subnet in your
// VPC, we may not necessarily select a different zone for each subnet.
AvailabilityZone *string `type:"string"`
// The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24.
//
// CidrBlock is a required field
CidrBlock *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 IPv6 network range for the subnet, in CIDR notation. The subnet size
// must use a /64 prefix length.
Ipv6CidrBlock *string `type:"string"`
// The ID of the VPC.
//
// VpcId is a required field
VpcId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateSubnet.
func (CreateSubnetInput) GoString ¶ added in v0.6.5
func (s CreateSubnetInput) GoString() string
GoString returns the string representation
func (*CreateSubnetInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *CreateSubnetInput) SetAvailabilityZone(v string) *CreateSubnetInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateSubnetInput) SetCidrBlock ¶ added in v1.5.0
func (s *CreateSubnetInput) SetCidrBlock(v string) *CreateSubnetInput
SetCidrBlock sets the CidrBlock field's value.
func (*CreateSubnetInput) SetDryRun ¶ added in v1.5.0
func (s *CreateSubnetInput) SetDryRun(v bool) *CreateSubnetInput
SetDryRun sets the DryRun field's value.
func (*CreateSubnetInput) SetIpv6CidrBlock ¶ added in v1.5.13
func (s *CreateSubnetInput) SetIpv6CidrBlock(v string) *CreateSubnetInput
SetIpv6CidrBlock sets the Ipv6CidrBlock field's value.
func (*CreateSubnetInput) SetVpcId ¶ added in v1.5.0
func (s *CreateSubnetInput) SetVpcId(v string) *CreateSubnetInput
SetVpcId sets the VpcId field's value.
func (CreateSubnetInput) String ¶ added in v0.6.5
func (s CreateSubnetInput) String() string
String returns the string representation
func (*CreateSubnetInput) Validate ¶ added in v1.1.21
func (s *CreateSubnetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSubnetOutput ¶
type CreateSubnetOutput struct {
// Information about the subnet.
Subnet *Subnet `locationName:"subnet" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateSubnet.
func (CreateSubnetOutput) GoString ¶ added in v0.6.5
func (s CreateSubnetOutput) GoString() string
GoString returns the string representation
func (*CreateSubnetOutput) SetSubnet ¶ added in v1.5.0
func (s *CreateSubnetOutput) SetSubnet(v *Subnet) *CreateSubnetOutput
SetSubnet sets the Subnet field's value.
func (CreateSubnetOutput) String ¶ added in v0.6.5
func (s CreateSubnetOutput) String() string
String returns the string representation
type CreateTagsInput ¶
type CreateTagsInput 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 IDs of one or more resources to tag. For example, ami-1a2b3c4d.
//
// Resources is a required field
Resources []*string `locationName:"ResourceId" type:"list" required:"true"`
// One or more tags. The value parameter is required, but if you don't want
// the tag to have a value, specify the parameter with no value, and we set
// the value to an empty string.
//
// Tags is a required field
Tags []*Tag `locationName:"Tag" locationNameList:"item" type:"list" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateTags.
func (CreateTagsInput) GoString ¶ added in v0.6.5
func (s CreateTagsInput) GoString() string
GoString returns the string representation
func (*CreateTagsInput) SetDryRun ¶ added in v1.5.0
func (s *CreateTagsInput) SetDryRun(v bool) *CreateTagsInput
SetDryRun sets the DryRun field's value.
func (*CreateTagsInput) SetResources ¶ added in v1.5.0
func (s *CreateTagsInput) SetResources(v []*string) *CreateTagsInput
SetResources sets the Resources field's value.
func (*CreateTagsInput) SetTags ¶ added in v1.5.0
func (s *CreateTagsInput) SetTags(v []*Tag) *CreateTagsInput
SetTags sets the Tags field's value.
func (CreateTagsInput) String ¶ added in v0.6.5
func (s CreateTagsInput) String() string
String returns the string representation
func (*CreateTagsInput) Validate ¶ added in v1.1.21
func (s *CreateTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTagsOutput ¶
type CreateTagsOutput struct {
// contains filtered or unexported fields
}
func (CreateTagsOutput) GoString ¶ added in v0.6.5
func (s CreateTagsOutput) GoString() string
GoString returns the string representation
func (CreateTagsOutput) String ¶ added in v0.6.5
func (s CreateTagsOutput) String() string
String returns the string representation
type CreateVolumeInput ¶
type CreateVolumeInput struct {
// The Availability Zone in which to create the volume. Use DescribeAvailabilityZones
// to list the Availability Zones that are currently available to you.
//
// AvailabilityZone is a required field
AvailabilityZone *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"`
// Specifies whether the volume should be encrypted. Encrypted Amazon EBS volumes
// may only be attached to instances that support Amazon EBS encryption. Volumes
// that are created from encrypted snapshots are automatically encrypted. There
// is no way to create an encrypted volume from an unencrypted snapshot or vice
// versa. If your AMI uses encrypted volumes, you can only launch it on supported
// instance types. For more information, see Amazon EBS Encryption (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html)
// in the Amazon Elastic Compute Cloud User Guide.
Encrypted *bool `locationName:"encrypted" type:"boolean"`
// The number of I/O operations per second (IOPS) to provision for the volume,
// with a maximum ratio of 50 IOPS/GiB. Range is 100 to 32000 IOPS for volumes
// in most regions. For exceptions, see Amazon EBS Volume Types (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)
// in the Amazon Elastic Compute Cloud User Guide.
//
// This parameter is valid only for Provisioned IOPS SSD (io1) volumes.
Iops *int64 `type:"integer"`
// An identifier for the AWS Key Management Service (AWS KMS) customer master
// key (CMK) to use when creating the encrypted volume. This parameter is only
// required if you want to use a non-default CMK; if this parameter is not specified,
// the default CMK for EBS is used. If a KmsKeyId is specified, the Encrypted
// flag must also be set.
//
// The CMK identifier may be provided in any of the following formats:
//
// * Key ID
//
// * Key alias
//
// * ARN using key ID. The ID ARN contains the arn:aws:kms namespace, followed
// by the region of the CMK, the AWS account ID of the CMK owner, the key
// namespace, and then the CMK ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
//
//
// * ARN using key alias. The alias ARN contains the arn:aws:kms namespace,
// followed by the region of the CMK, the AWS account ID of the CMK owner,
// the alias namespace, and then the CMK alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
//
//
// AWS parses KmsKeyId asynchronously, meaning that the action you call may
// appear to complete even though you provided an invalid identifier. The action
// will eventually fail.
KmsKeyId *string `type:"string"`
// The size of the volume, in GiBs.
//
// Constraints: 1-16384 for gp2, 4-16384 for io1, 500-16384 for st1, 500-16384
// for sc1, and 1-1024 for standard. If you specify a snapshot, the volume size
// must be equal to or larger than the snapshot size.
//
// Default: If you're creating the volume from a snapshot and don't specify
// a volume size, the default is the snapshot size.
Size *int64 `type:"integer"`
// The snapshot from which to create the volume.
SnapshotId *string `type:"string"`
// The tags to apply to the volume during creation.
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
// The volume type. This can be gp2 for General Purpose SSD, io1 for Provisioned
// IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard
// for Magnetic volumes.
//
// Defaults: If no volume type is specified, the default is standard in us-east-1,
// eu-west-1, eu-central-1, us-west-2, us-west-1, sa-east-1, ap-northeast-1,
// ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-south-1, us-gov-west-1,
// and cn-north-1. In all other regions, EBS defaults to gp2.
VolumeType *string `type:"string" enum:"VolumeType"`
// contains filtered or unexported fields
}
Contains the parameters for CreateVolume.
func (CreateVolumeInput) GoString ¶ added in v0.6.5
func (s CreateVolumeInput) GoString() string
GoString returns the string representation
func (*CreateVolumeInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *CreateVolumeInput) SetAvailabilityZone(v string) *CreateVolumeInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateVolumeInput) SetDryRun ¶ added in v1.5.0
func (s *CreateVolumeInput) SetDryRun(v bool) *CreateVolumeInput
SetDryRun sets the DryRun field's value.
func (*CreateVolumeInput) SetEncrypted ¶ added in v1.5.0
func (s *CreateVolumeInput) SetEncrypted(v bool) *CreateVolumeInput
SetEncrypted sets the Encrypted field's value.
func (*CreateVolumeInput) SetIops ¶ added in v1.5.0
func (s *CreateVolumeInput) SetIops(v int64) *CreateVolumeInput
SetIops sets the Iops field's value.
func (*CreateVolumeInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CreateVolumeInput) SetKmsKeyId(v string) *CreateVolumeInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateVolumeInput) SetSize ¶ added in v1.5.0
func (s *CreateVolumeInput) SetSize(v int64) *CreateVolumeInput
SetSize sets the Size field's value.
func (*CreateVolumeInput) SetSnapshotId ¶ added in v1.5.0
func (s *CreateVolumeInput) SetSnapshotId(v string) *CreateVolumeInput
SetSnapshotId sets the SnapshotId field's value.
func (*CreateVolumeInput) SetTagSpecifications ¶ added in v1.8.4
func (s *CreateVolumeInput) SetTagSpecifications(v []*TagSpecification) *CreateVolumeInput
SetTagSpecifications sets the TagSpecifications field's value.
func (*CreateVolumeInput) SetVolumeType ¶ added in v1.5.0
func (s *CreateVolumeInput) SetVolumeType(v string) *CreateVolumeInput
SetVolumeType sets the VolumeType field's value.
func (CreateVolumeInput) String ¶ added in v0.6.5
func (s CreateVolumeInput) String() string
String returns the string representation
func (*CreateVolumeInput) Validate ¶ added in v1.1.21
func (s *CreateVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVolumePermission ¶
type CreateVolumePermission struct {
// The specific group that is to be added or removed from a volume's list of
// create volume permissions.
Group *string `locationName:"group" type:"string" enum:"PermissionGroup"`
// The specific AWS account ID that is to be added or removed from a volume's
// list of create volume permissions.
UserId *string `locationName:"userId" type:"string"`
// contains filtered or unexported fields
}
Describes the user or group to be added or removed from the permissions for a volume.
func (CreateVolumePermission) GoString ¶ added in v0.6.5
func (s CreateVolumePermission) GoString() string
GoString returns the string representation
func (*CreateVolumePermission) SetGroup ¶ added in v1.5.0
func (s *CreateVolumePermission) SetGroup(v string) *CreateVolumePermission
SetGroup sets the Group field's value.
func (*CreateVolumePermission) SetUserId ¶ added in v1.5.0
func (s *CreateVolumePermission) SetUserId(v string) *CreateVolumePermission
SetUserId sets the UserId field's value.
func (CreateVolumePermission) String ¶ added in v0.6.5
func (s CreateVolumePermission) String() string
String returns the string representation
type CreateVolumePermissionModifications ¶
type CreateVolumePermissionModifications struct {
// Adds a specific AWS account ID or group to a volume's list of create volume
// permissions.
Add []*CreateVolumePermission `locationNameList:"item" type:"list"`
// Removes a specific AWS account ID or group from a volume's list of create
// volume permissions.
Remove []*CreateVolumePermission `locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Describes modifications to the permissions for a volume.
func (CreateVolumePermissionModifications) GoString ¶ added in v0.6.5
func (s CreateVolumePermissionModifications) GoString() string
GoString returns the string representation
func (*CreateVolumePermissionModifications) SetAdd ¶ added in v1.5.0
func (s *CreateVolumePermissionModifications) SetAdd(v []*CreateVolumePermission) *CreateVolumePermissionModifications
SetAdd sets the Add field's value.
func (*CreateVolumePermissionModifications) SetRemove ¶ added in v1.5.0
func (s *CreateVolumePermissionModifications) SetRemove(v []*CreateVolumePermission) *CreateVolumePermissionModifications
SetRemove sets the Remove field's value.
func (CreateVolumePermissionModifications) String ¶ added in v0.6.5
func (s CreateVolumePermissionModifications) String() string
String returns the string representation
type CreateVpcEndpointConnectionNotificationInput ¶ added in v1.12.35
type CreateVpcEndpointConnectionNotificationInput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see How to Ensure Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// One or more endpoint events for which to receive notifications. Valid values
// are Accept, Connect, Delete, and Reject.
//
// ConnectionEvents is a required field
ConnectionEvents []*string `locationNameList:"item" type:"list" required:"true"`
// The ARN of the SNS topic for the notifications.
//
// ConnectionNotificationArn is a required field
ConnectionNotificationArn *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 endpoint service.
ServiceId *string `type:"string"`
// The ID of the endpoint.
VpcEndpointId *string `type:"string"`
// contains filtered or unexported fields
}
func (CreateVpcEndpointConnectionNotificationInput) GoString ¶ added in v1.12.35
func (s CreateVpcEndpointConnectionNotificationInput) GoString() string
GoString returns the string representation
func (*CreateVpcEndpointConnectionNotificationInput) SetClientToken ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationInput) SetClientToken(v string) *CreateVpcEndpointConnectionNotificationInput
SetClientToken sets the ClientToken field's value.
func (*CreateVpcEndpointConnectionNotificationInput) SetConnectionEvents ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationInput) SetConnectionEvents(v []*string) *CreateVpcEndpointConnectionNotificationInput
SetConnectionEvents sets the ConnectionEvents field's value.
func (*CreateVpcEndpointConnectionNotificationInput) SetConnectionNotificationArn ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationInput) SetConnectionNotificationArn(v string) *CreateVpcEndpointConnectionNotificationInput
SetConnectionNotificationArn sets the ConnectionNotificationArn field's value.
func (*CreateVpcEndpointConnectionNotificationInput) SetDryRun ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationInput) SetDryRun(v bool) *CreateVpcEndpointConnectionNotificationInput
SetDryRun sets the DryRun field's value.
func (*CreateVpcEndpointConnectionNotificationInput) SetServiceId ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationInput) SetServiceId(v string) *CreateVpcEndpointConnectionNotificationInput
SetServiceId sets the ServiceId field's value.
func (*CreateVpcEndpointConnectionNotificationInput) SetVpcEndpointId ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationInput) SetVpcEndpointId(v string) *CreateVpcEndpointConnectionNotificationInput
SetVpcEndpointId sets the VpcEndpointId field's value.
func (CreateVpcEndpointConnectionNotificationInput) String ¶ added in v1.12.35
func (s CreateVpcEndpointConnectionNotificationInput) String() string
String returns the string representation
func (*CreateVpcEndpointConnectionNotificationInput) Validate ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpcEndpointConnectionNotificationOutput ¶ added in v1.12.35
type CreateVpcEndpointConnectionNotificationOutput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request.
ClientToken *string `locationName:"clientToken" type:"string"`
// Information about the notification.
ConnectionNotification *ConnectionNotification `locationName:"connectionNotification" type:"structure"`
// contains filtered or unexported fields
}
func (CreateVpcEndpointConnectionNotificationOutput) GoString ¶ added in v1.12.35
func (s CreateVpcEndpointConnectionNotificationOutput) GoString() string
GoString returns the string representation
func (*CreateVpcEndpointConnectionNotificationOutput) SetClientToken ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationOutput) SetClientToken(v string) *CreateVpcEndpointConnectionNotificationOutput
SetClientToken sets the ClientToken field's value.
func (*CreateVpcEndpointConnectionNotificationOutput) SetConnectionNotification ¶ added in v1.12.35
func (s *CreateVpcEndpointConnectionNotificationOutput) SetConnectionNotification(v *ConnectionNotification) *CreateVpcEndpointConnectionNotificationOutput
SetConnectionNotification sets the ConnectionNotification field's value.
func (CreateVpcEndpointConnectionNotificationOutput) String ¶ added in v1.12.35
func (s CreateVpcEndpointConnectionNotificationOutput) String() string
String returns the string representation
type CreateVpcEndpointInput ¶ added in v0.9.5
type CreateVpcEndpointInput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see How to Ensure Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// (Gateway endpoint) A policy to attach to the endpoint that controls access
// to the service. The policy must be in valid JSON format. If this parameter
// is not specified, we attach a default policy that allows full access to the
// service.
PolicyDocument *string `type:"string"`
// (Interface endpoint) Indicate whether to associate a private hosted zone
// with the specified VPC. The private hosted zone contains a record set for
// the default public DNS name for the service for the region (for example,
// kinesis.us-east-1.amazonaws.com) which resolves to the private IP addresses
// of the endpoint network interfaces in the VPC. This enables you to make requests
// to the default public DNS name for the service instead of the public DNS
// names that are automatically generated by the VPC endpoint service.
//
// To use a private hosted zone, you must set the following VPC attributes to
// true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to
// set the VPC attributes.
//
// Default: true
PrivateDnsEnabled *bool `type:"boolean"`
// (Gateway endpoint) One or more route table IDs.
RouteTableIds []*string `locationName:"RouteTableId" locationNameList:"item" type:"list"`
// (Interface endpoint) The ID of one or more security groups to associate with
// the endpoint network interface.
SecurityGroupIds []*string `locationName:"SecurityGroupId" locationNameList:"item" type:"list"`
// The service name. To get a list of available services, use the DescribeVpcEndpointServices
// request, or get the name from the service provider.
//
// ServiceName is a required field
ServiceName *string `type:"string" required:"true"`
// (Interface endpoint) The ID of one or more subnets in which to create an
// endpoint network interface.
SubnetIds []*string `locationName:"SubnetId" locationNameList:"item" type:"list"`
// The type of endpoint.
//
// Default: Gateway
VpcEndpointType *string `type:"string" enum:"VpcEndpointType"`
// The ID of the VPC in which the endpoint will be used.
//
// VpcId is a required field
VpcId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateVpcEndpoint.
func (CreateVpcEndpointInput) GoString ¶ added in v0.9.5
func (s CreateVpcEndpointInput) GoString() string
GoString returns the string representation
func (*CreateVpcEndpointInput) SetClientToken ¶ added in v1.5.0
func (s *CreateVpcEndpointInput) SetClientToken(v string) *CreateVpcEndpointInput
SetClientToken sets the ClientToken field's value.
func (*CreateVpcEndpointInput) SetDryRun ¶ added in v1.5.0
func (s *CreateVpcEndpointInput) SetDryRun(v bool) *CreateVpcEndpointInput
SetDryRun sets the DryRun field's value.
func (*CreateVpcEndpointInput) SetPolicyDocument ¶ added in v1.5.0
func (s *CreateVpcEndpointInput) SetPolicyDocument(v string) *CreateVpcEndpointInput
SetPolicyDocument sets the PolicyDocument field's value.
func (*CreateVpcEndpointInput) SetPrivateDnsEnabled ¶ added in v1.12.25
func (s *CreateVpcEndpointInput) SetPrivateDnsEnabled(v bool) *CreateVpcEndpointInput
SetPrivateDnsEnabled sets the PrivateDnsEnabled field's value.
func (*CreateVpcEndpointInput) SetRouteTableIds ¶ added in v1.5.0
func (s *CreateVpcEndpointInput) SetRouteTableIds(v []*string) *CreateVpcEndpointInput
SetRouteTableIds sets the RouteTableIds field's value.
func (*CreateVpcEndpointInput) SetSecurityGroupIds ¶ added in v1.12.25
func (s *CreateVpcEndpointInput) SetSecurityGroupIds(v []*string) *CreateVpcEndpointInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*CreateVpcEndpointInput) SetServiceName ¶ added in v1.5.0
func (s *CreateVpcEndpointInput) SetServiceName(v string) *CreateVpcEndpointInput
SetServiceName sets the ServiceName field's value.
func (*CreateVpcEndpointInput) SetSubnetIds ¶ added in v1.12.25
func (s *CreateVpcEndpointInput) SetSubnetIds(v []*string) *CreateVpcEndpointInput
SetSubnetIds sets the SubnetIds field's value.
func (*CreateVpcEndpointInput) SetVpcEndpointType ¶ added in v1.12.25
func (s *CreateVpcEndpointInput) SetVpcEndpointType(v string) *CreateVpcEndpointInput
SetVpcEndpointType sets the VpcEndpointType field's value.
func (*CreateVpcEndpointInput) SetVpcId ¶ added in v1.5.0
func (s *CreateVpcEndpointInput) SetVpcId(v string) *CreateVpcEndpointInput
SetVpcId sets the VpcId field's value.
func (CreateVpcEndpointInput) String ¶ added in v0.9.5
func (s CreateVpcEndpointInput) String() string
String returns the string representation
func (*CreateVpcEndpointInput) Validate ¶ added in v1.1.21
func (s *CreateVpcEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpcEndpointOutput ¶ added in v0.9.5
type CreateVpcEndpointOutput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request.
ClientToken *string `locationName:"clientToken" type:"string"`
// Information about the endpoint.
VpcEndpoint *VpcEndpoint `locationName:"vpcEndpoint" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateVpcEndpoint.
func (CreateVpcEndpointOutput) GoString ¶ added in v0.9.5
func (s CreateVpcEndpointOutput) GoString() string
GoString returns the string representation
func (*CreateVpcEndpointOutput) SetClientToken ¶ added in v1.5.0
func (s *CreateVpcEndpointOutput) SetClientToken(v string) *CreateVpcEndpointOutput
SetClientToken sets the ClientToken field's value.
func (*CreateVpcEndpointOutput) SetVpcEndpoint ¶ added in v1.5.0
func (s *CreateVpcEndpointOutput) SetVpcEndpoint(v *VpcEndpoint) *CreateVpcEndpointOutput
SetVpcEndpoint sets the VpcEndpoint field's value.
func (CreateVpcEndpointOutput) String ¶ added in v0.9.5
func (s CreateVpcEndpointOutput) String() string
String returns the string representation
type CreateVpcEndpointServiceConfigurationInput ¶ added in v1.12.35
type CreateVpcEndpointServiceConfigurationInput struct {
// Indicate whether requests from service consumers to create an endpoint to
// your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
AcceptanceRequired *bool `type:"boolean"`
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request. For more information, see How to Ensure Idempotency (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
ClientToken *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// The Amazon Resource Names (ARNs) of one or more Network Load Balancers for
// your service.
//
// NetworkLoadBalancerArns is a required field
NetworkLoadBalancerArns []*string `locationName:"NetworkLoadBalancerArn" locationNameList:"item" type:"list" required:"true"`
// contains filtered or unexported fields
}
func (CreateVpcEndpointServiceConfigurationInput) GoString ¶ added in v1.12.35
func (s CreateVpcEndpointServiceConfigurationInput) GoString() string
GoString returns the string representation
func (*CreateVpcEndpointServiceConfigurationInput) SetAcceptanceRequired ¶ added in v1.12.35
func (s *CreateVpcEndpointServiceConfigurationInput) SetAcceptanceRequired(v bool) *CreateVpcEndpointServiceConfigurationInput
SetAcceptanceRequired sets the AcceptanceRequired field's value.
func (*CreateVpcEndpointServiceConfigurationInput) SetClientToken ¶ added in v1.12.35
func (s *CreateVpcEndpointServiceConfigurationInput) SetClientToken(v string) *CreateVpcEndpointServiceConfigurationInput
SetClientToken sets the ClientToken field's value.
func (*CreateVpcEndpointServiceConfigurationInput) SetDryRun ¶ added in v1.12.35
func (s *CreateVpcEndpointServiceConfigurationInput) SetDryRun(v bool) *CreateVpcEndpointServiceConfigurationInput
SetDryRun sets the DryRun field's value.
func (*CreateVpcEndpointServiceConfigurationInput) SetNetworkLoadBalancerArns ¶ added in v1.12.35
func (s *CreateVpcEndpointServiceConfigurationInput) SetNetworkLoadBalancerArns(v []*string) *CreateVpcEndpointServiceConfigurationInput
SetNetworkLoadBalancerArns sets the NetworkLoadBalancerArns field's value.
func (CreateVpcEndpointServiceConfigurationInput) String ¶ added in v1.12.35
func (s CreateVpcEndpointServiceConfigurationInput) String() string
String returns the string representation
func (*CreateVpcEndpointServiceConfigurationInput) Validate ¶ added in v1.12.35
func (s *CreateVpcEndpointServiceConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpcEndpointServiceConfigurationOutput ¶ added in v1.12.35
type CreateVpcEndpointServiceConfigurationOutput struct {
// Unique, case-sensitive identifier you provide to ensure the idempotency of
// the request.
ClientToken *string `locationName:"clientToken" type:"string"`
// Information about the service configuration.
ServiceConfiguration *ServiceConfiguration `locationName:"serviceConfiguration" type:"structure"`
// contains filtered or unexported fields
}
func (CreateVpcEndpointServiceConfigurationOutput) GoString ¶ added in v1.12.35
func (s CreateVpcEndpointServiceConfigurationOutput) GoString() string
GoString returns the string representation
func (*CreateVpcEndpointServiceConfigurationOutput) SetClientToken ¶ added in v1.12.35
func (s *CreateVpcEndpointServiceConfigurationOutput) SetClientToken(v string) *CreateVpcEndpointServiceConfigurationOutput
SetClientToken sets the ClientToken field's value.
func (*CreateVpcEndpointServiceConfigurationOutput) SetServiceConfiguration ¶ added in v1.12.35
func (s *CreateVpcEndpointServiceConfigurationOutput) SetServiceConfiguration(v *ServiceConfiguration) *CreateVpcEndpointServiceConfigurationOutput
SetServiceConfiguration sets the ServiceConfiguration field's value.
func (CreateVpcEndpointServiceConfigurationOutput) String ¶ added in v1.12.35
func (s CreateVpcEndpointServiceConfigurationOutput) String() string
String returns the string representation
type CreateVpcInput ¶ added in v0.9.5
type CreateVpcInput struct {
// Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for
// the VPC. You cannot specify the range of IP addresses, or the size of the
// CIDR block.
AmazonProvidedIpv6CidrBlock *bool `locationName:"amazonProvidedIpv6CidrBlock" type:"boolean"`
// The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16.
//
// CidrBlock is a required field
CidrBlock *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 tenancy options for instances launched into the VPC. For default, instances
// are launched with shared tenancy by default. You can launch instances with
// any tenancy into a shared tenancy VPC. For dedicated, instances are launched
// as dedicated tenancy instances by default. You can only launch instances
// with a tenancy of dedicated or host into a dedicated tenancy VPC.
//
// Important: The host value cannot be used with this parameter. Use the default
// or dedicated values only.
//
// Default: default
InstanceTenancy *string `locationName:"instanceTenancy" type:"string" enum:"Tenancy"`
// contains filtered or unexported fields
}
Contains the parameters for CreateVpc.
func (CreateVpcInput) GoString ¶ added in v0.9.5
func (s CreateVpcInput) GoString() string
GoString returns the string representation
func (*CreateVpcInput) SetAmazonProvidedIpv6CidrBlock ¶ added in v1.5.13
func (s *CreateVpcInput) SetAmazonProvidedIpv6CidrBlock(v bool) *CreateVpcInput
SetAmazonProvidedIpv6CidrBlock sets the AmazonProvidedIpv6CidrBlock field's value.
func (*CreateVpcInput) SetCidrBlock ¶ added in v1.5.0
func (s *CreateVpcInput) SetCidrBlock(v string) *CreateVpcInput
SetCidrBlock sets the CidrBlock field's value.
func (*CreateVpcInput) SetDryRun ¶ added in v1.5.0
func (s *CreateVpcInput) SetDryRun(v bool) *CreateVpcInput
SetDryRun sets the DryRun field's value.
func (*CreateVpcInput) SetInstanceTenancy ¶ added in v1.5.0
func (s *CreateVpcInput) SetInstanceTenancy(v string) *CreateVpcInput
SetInstanceTenancy sets the InstanceTenancy field's value.
func (CreateVpcInput) String ¶ added in v0.9.5
func (s CreateVpcInput) String() string
String returns the string representation
func (*CreateVpcInput) Validate ¶ added in v1.1.21
func (s *CreateVpcInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpcOutput ¶ added in v0.9.5
type CreateVpcOutput struct {
// Information about the VPC.
Vpc *Vpc `locationName:"vpc" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateVpc.
func (CreateVpcOutput) GoString ¶ added in v0.9.5
func (s CreateVpcOutput) GoString() string
GoString returns the string representation
func (*CreateVpcOutput) SetVpc ¶ added in v1.5.0
func (s *CreateVpcOutput) SetVpc(v *Vpc) *CreateVpcOutput
SetVpc sets the Vpc field's value.
func (CreateVpcOutput) String ¶ added in v0.9.5
func (s CreateVpcOutput) String() string
String returns the string representation
type CreateVpcPeeringConnectionInput ¶ added in v0.9.5
type CreateVpcPeeringConnectionInput 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 AWS account ID of the owner of the accepter VPC.
//
// Default: Your AWS account ID
PeerOwnerId *string `locationName:"peerOwnerId" type:"string"`
// The region code for the accepter VPC, if the accepter VPC is located in a
// region other than the region in which you make the request.
//
// Default: The region in which you make the request.
PeerRegion *string `type:"string"`
// The ID of the VPC with which you are creating the VPC peering connection.
// You must specify this parameter in the request.
PeerVpcId *string `locationName:"peerVpcId" type:"string"`
// The ID of the requester VPC. You must specify this parameter in the request.
VpcId *string `locationName:"vpcId" type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for CreateVpcPeeringConnection.
func (CreateVpcPeeringConnectionInput) GoString ¶ added in v0.9.5
func (s CreateVpcPeeringConnectionInput) GoString() string
GoString returns the string representation
func (*CreateVpcPeeringConnectionInput) SetDryRun ¶ added in v1.5.0
func (s *CreateVpcPeeringConnectionInput) SetDryRun(v bool) *CreateVpcPeeringConnectionInput
SetDryRun sets the DryRun field's value.
func (*CreateVpcPeeringConnectionInput) SetPeerOwnerId ¶ added in v1.5.0
func (s *CreateVpcPeeringConnectionInput) SetPeerOwnerId(v string) *CreateVpcPeeringConnectionInput
SetPeerOwnerId sets the PeerOwnerId field's value.
func (*CreateVpcPeeringConnectionInput) SetPeerRegion ¶ added in v1.12.38
func (s *CreateVpcPeeringConnectionInput) SetPeerRegion(v string) *CreateVpcPeeringConnectionInput
SetPeerRegion sets the PeerRegion field's value.
func (*CreateVpcPeeringConnectionInput) SetPeerVpcId ¶ added in v1.5.0
func (s *CreateVpcPeeringConnectionInput) SetPeerVpcId(v string) *CreateVpcPeeringConnectionInput
SetPeerVpcId sets the PeerVpcId field's value.
func (*CreateVpcPeeringConnectionInput) SetVpcId ¶ added in v1.5.0
func (s *CreateVpcPeeringConnectionInput) SetVpcId(v string) *CreateVpcPeeringConnectionInput
SetVpcId sets the VpcId field's value.
func (CreateVpcPeeringConnectionInput) String ¶ added in v0.9.5
func (s CreateVpcPeeringConnectionInput) String() string
String returns the string representation
type CreateVpcPeeringConnectionOutput ¶ added in v0.9.5
type CreateVpcPeeringConnectionOutput struct {
// Information about the VPC peering connection.
VpcPeeringConnection *VpcPeeringConnection `locationName:"vpcPeeringConnection" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateVpcPeeringConnection.
func (CreateVpcPeeringConnectionOutput) GoString ¶ added in v0.9.5
func (s CreateVpcPeeringConnectionOutput) GoString() string
GoString returns the string representation
func (*CreateVpcPeeringConnectionOutput) SetVpcPeeringConnection ¶ added in v1.5.0
func (s *CreateVpcPeeringConnectionOutput) SetVpcPeeringConnection(v *VpcPeeringConnection) *CreateVpcPeeringConnectionOutput
SetVpcPeeringConnection sets the VpcPeeringConnection field's value.
func (CreateVpcPeeringConnectionOutput) String ¶ added in v0.9.5
func (s CreateVpcPeeringConnectionOutput) String() string
String returns the string representation
type CreateVpnConnectionInput ¶ added in v0.9.5
type CreateVpnConnectionInput struct {
// The ID of the customer gateway.
//
// CustomerGatewayId is a required field
CustomerGatewayId *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 options for the VPN connection.
Options *VpnConnectionOptionsSpecification `locationName:"options" type:"structure"`
// The type of VPN connection (ipsec.1).
//
// Type is a required field
Type *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 CreateVpnConnection.
func (CreateVpnConnectionInput) GoString ¶ added in v0.9.5
func (s CreateVpnConnectionInput) GoString() string
GoString returns the string representation
func (*CreateVpnConnectionInput) SetCustomerGatewayId ¶ added in v1.5.0
func (s *CreateVpnConnectionInput) SetCustomerGatewayId(v string) *CreateVpnConnectionInput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*CreateVpnConnectionInput) SetDryRun ¶ added in v1.5.0
func (s *CreateVpnConnectionInput) SetDryRun(v bool) *CreateVpnConnectionInput
SetDryRun sets the DryRun field's value.
func (*CreateVpnConnectionInput) SetOptions ¶ added in v1.5.0
func (s *CreateVpnConnectionInput) SetOptions(v *VpnConnectionOptionsSpecification) *CreateVpnConnectionInput
SetOptions sets the Options field's value.
func (*CreateVpnConnectionInput) SetType ¶ added in v1.5.0
func (s *CreateVpnConnectionInput) SetType(v string) *CreateVpnConnectionInput
SetType sets the Type field's value.
func (*CreateVpnConnectionInput) SetVpnGatewayId ¶ added in v1.5.0
func (s *CreateVpnConnectionInput) SetVpnGatewayId(v string) *CreateVpnConnectionInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (CreateVpnConnectionInput) String ¶ added in v0.9.5
func (s CreateVpnConnectionInput) String() string
String returns the string representation
func (*CreateVpnConnectionInput) Validate ¶ added in v1.1.21
func (s *CreateVpnConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpnConnectionOutput ¶ added in v0.9.5
type CreateVpnConnectionOutput struct {
// Information about the VPN connection.
VpnConnection *VpnConnection `locationName:"vpnConnection" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateVpnConnection.
func (CreateVpnConnectionOutput) GoString ¶ added in v0.9.5
func (s CreateVpnConnectionOutput) GoString() string
GoString returns the string representation
func (*CreateVpnConnectionOutput) SetVpnConnection ¶ added in v1.5.0
func (s *CreateVpnConnectionOutput) SetVpnConnection(v *VpnConnection) *CreateVpnConnectionOutput
SetVpnConnection sets the VpnConnection field's value.
func (CreateVpnConnectionOutput) String ¶ added in v0.9.5
func (s CreateVpnConnectionOutput) String() string
String returns the string representation
type CreateVpnConnectionRouteInput ¶ added in v0.9.5
type CreateVpnConnectionRouteInput struct {
// The CIDR block associated with the local subnet of the customer network.
//
// DestinationCidrBlock is a required field
DestinationCidrBlock *string `type:"string" required:"true"`
// The ID of the VPN connection.
//
// VpnConnectionId is a required field
VpnConnectionId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for CreateVpnConnectionRoute.
func (CreateVpnConnectionRouteInput) GoString ¶ added in v0.9.5
func (s CreateVpnConnectionRouteInput) GoString() string
GoString returns the string representation
func (*CreateVpnConnectionRouteInput) SetDestinationCidrBlock ¶ added in v1.5.0
func (s *CreateVpnConnectionRouteInput) SetDestinationCidrBlock(v string) *CreateVpnConnectionRouteInput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*CreateVpnConnectionRouteInput) SetVpnConnectionId ¶ added in v1.5.0
func (s *CreateVpnConnectionRouteInput) SetVpnConnectionId(v string) *CreateVpnConnectionRouteInput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (CreateVpnConnectionRouteInput) String ¶ added in v0.9.5
func (s CreateVpnConnectionRouteInput) String() string
String returns the string representation
func (*CreateVpnConnectionRouteInput) Validate ¶ added in v1.1.21
func (s *CreateVpnConnectionRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpnConnectionRouteOutput ¶ added in v0.9.5
type CreateVpnConnectionRouteOutput struct {
// contains filtered or unexported fields
}
func (CreateVpnConnectionRouteOutput) GoString ¶ added in v0.9.5
func (s CreateVpnConnectionRouteOutput) GoString() string
GoString returns the string representation
func (CreateVpnConnectionRouteOutput) String ¶ added in v0.9.5
func (s CreateVpnConnectionRouteOutput) String() string
String returns the string representation
type CreateVpnGatewayInput ¶ added in v0.9.5
type CreateVpnGatewayInput struct {
// A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
// If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If
// you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.
//
// Default: 64512
AmazonSideAsn *int64 `type:"long"`
// The Availability Zone for the virtual private gateway.
AvailabilityZone *string `type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The type of VPN connection this virtual private gateway supports.
//
// Type is a required field
Type *string `type:"string" required:"true" enum:"GatewayType"`
// contains filtered or unexported fields
}
Contains the parameters for CreateVpnGateway.
func (CreateVpnGatewayInput) GoString ¶ added in v0.9.5
func (s CreateVpnGatewayInput) GoString() string
GoString returns the string representation
func (*CreateVpnGatewayInput) SetAmazonSideAsn ¶ added in v1.12.8
func (s *CreateVpnGatewayInput) SetAmazonSideAsn(v int64) *CreateVpnGatewayInput
SetAmazonSideAsn sets the AmazonSideAsn field's value.
func (*CreateVpnGatewayInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *CreateVpnGatewayInput) SetAvailabilityZone(v string) *CreateVpnGatewayInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateVpnGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *CreateVpnGatewayInput) SetDryRun(v bool) *CreateVpnGatewayInput
SetDryRun sets the DryRun field's value.
func (*CreateVpnGatewayInput) SetType ¶ added in v1.5.0
func (s *CreateVpnGatewayInput) SetType(v string) *CreateVpnGatewayInput
SetType sets the Type field's value.
func (CreateVpnGatewayInput) String ¶ added in v0.9.5
func (s CreateVpnGatewayInput) String() string
String returns the string representation
func (*CreateVpnGatewayInput) Validate ¶ added in v1.1.21
func (s *CreateVpnGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVpnGatewayOutput ¶ added in v0.9.5
type CreateVpnGatewayOutput struct {
// Information about the virtual private gateway.
VpnGateway *VpnGateway `locationName:"vpnGateway" type:"structure"`
// contains filtered or unexported fields
}
Contains the output of CreateVpnGateway.
func (CreateVpnGatewayOutput) GoString ¶ added in v0.9.5
func (s CreateVpnGatewayOutput) GoString() string
GoString returns the string representation
func (*CreateVpnGatewayOutput) SetVpnGateway ¶ added in v1.5.0
func (s *CreateVpnGatewayOutput) SetVpnGateway(v *VpnGateway) *CreateVpnGatewayOutput
SetVpnGateway sets the VpnGateway field's value.
func (CreateVpnGatewayOutput) String ¶ added in v0.9.5
func (s CreateVpnGatewayOutput) String() string
String returns the string representation
type CreditSpecification ¶ added in v1.12.35
type CreditSpecification struct {
// The credit option for CPU usage of a T2 instance.
CpuCredits *string `locationName:"cpuCredits" type:"string"`
// contains filtered or unexported fields
}
Describes the credit option for CPU usage of a T2 instance.
func (CreditSpecification) GoString ¶ added in v1.12.35
func (s CreditSpecification) GoString() string
GoString returns the string representation
func (*CreditSpecification) SetCpuCredits ¶ added in v1.12.35
func (s *CreditSpecification) SetCpuCredits(v string) *CreditSpecification
SetCpuCredits sets the CpuCredits field's value.
func (CreditSpecification) String ¶ added in v1.12.35
func (s CreditSpecification) String() string
String returns the string representation
type CreditSpecificationRequest ¶ added in v1.12.35
type CreditSpecificationRequest struct {
// The credit option for CPU usage of a T2 instance. Valid values are standard
// and unlimited.
//
// CpuCredits is a required field
CpuCredits *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
The credit option for CPU usage of a T2 instance.
func (CreditSpecificationRequest) GoString ¶ added in v1.12.35
func (s CreditSpecificationRequest) GoString() string
GoString returns the string representation
func (*CreditSpecificationRequest) SetCpuCredits ¶ added in v1.12.35
func (s *CreditSpecificationRequest) SetCpuCredits(v string) *CreditSpecificationRequest
SetCpuCredits sets the CpuCredits field's value.
func (CreditSpecificationRequest) String ¶ added in v1.12.35
func (s CreditSpecificationRequest) String() string
String returns the string representation
func (*CreditSpecificationRequest) Validate ¶ added in v1.12.37
func (s *CreditSpecificationRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomerGateway ¶
type CustomerGateway struct {
// The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number
// (ASN).
BgpAsn *string `locationName:"bgpAsn" type:"string"`
// The ID of the customer gateway.
CustomerGatewayId *string `locationName:"customerGatewayId" type:"string"`
// The Internet-routable IP address of the customer gateway's outside interface.
IpAddress *string `locationName:"ipAddress" type:"string"`
// The current state of the customer gateway (pending | available | deleting
// | deleted).
State *string `locationName:"state" type:"string"`
// Any tags assigned to the customer gateway.
Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"`
// The type of VPN connection the customer gateway supports (ipsec.1).
Type *string `locationName:"type" type:"string"`
// contains filtered or unexported fields
}
Describes a customer gateway.
func (CustomerGateway) GoString ¶ added in v0.6.5
func (s CustomerGateway) GoString() string
GoString returns the string representation
func (*CustomerGateway) SetBgpAsn ¶ added in v1.5.0
func (s *CustomerGateway) SetBgpAsn(v string) *CustomerGateway
SetBgpAsn sets the BgpAsn field's value.
func (*CustomerGateway) SetCustomerGatewayId ¶ added in v1.5.0
func (s *CustomerGateway) SetCustomerGatewayId(v string) *CustomerGateway
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*CustomerGateway) SetIpAddress ¶ added in v1.5.0
func (s *CustomerGateway) SetIpAddress(v string) *CustomerGateway
SetIpAddress sets the IpAddress field's value.
func (*CustomerGateway) SetState ¶ added in v1.5.0
func (s *CustomerGateway) SetState(v string) *CustomerGateway
SetState sets the State field's value.
func (*CustomerGateway) SetTags ¶ added in v1.5.0
func (s *CustomerGateway) SetTags(v []*Tag) *CustomerGateway
SetTags sets the Tags field's value.
func (*CustomerGateway) SetType ¶ added in v1.5.0
func (s *CustomerGateway) SetType(v string) *CustomerGateway
SetType sets the Type field's value.
func (CustomerGateway) String ¶ added in v0.6.5
func (s CustomerGateway) String() string
String returns the string representation
type DeleteCustomerGatewayInput ¶
type DeleteCustomerGatewayInput struct {
// The ID of the customer gateway.
//
// CustomerGatewayId is a required field
CustomerGatewayId *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"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteCustomerGateway.
func (DeleteCustomerGatewayInput) GoString ¶ added in v0.6.5
func (s DeleteCustomerGatewayInput) GoString() string
GoString returns the string representation
func (*DeleteCustomerGatewayInput) SetCustomerGatewayId ¶ added in v1.5.0
func (s *DeleteCustomerGatewayInput) SetCustomerGatewayId(v string) *DeleteCustomerGatewayInput
SetCustomerGatewayId sets the CustomerGatewayId field's value.
func (*DeleteCustomerGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteCustomerGatewayInput) SetDryRun(v bool) *DeleteCustomerGatewayInput
SetDryRun sets the DryRun field's value.
func (DeleteCustomerGatewayInput) String ¶ added in v0.6.5
func (s DeleteCustomerGatewayInput) String() string
String returns the string representation
func (*DeleteCustomerGatewayInput) Validate ¶ added in v1.1.21
func (s *DeleteCustomerGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCustomerGatewayOutput ¶
type DeleteCustomerGatewayOutput struct {
// contains filtered or unexported fields
}
func (DeleteCustomerGatewayOutput) GoString ¶ added in v0.6.5
func (s DeleteCustomerGatewayOutput) GoString() string
GoString returns the string representation
func (DeleteCustomerGatewayOutput) String ¶ added in v0.6.5
func (s DeleteCustomerGatewayOutput) String() string
String returns the string representation
type DeleteDhcpOptionsInput ¶ added in v0.9.5
type DeleteDhcpOptionsInput struct {
// The ID of the DHCP options set.
//
// 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"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteDhcpOptions.
func (DeleteDhcpOptionsInput) GoString ¶ added in v0.9.5
func (s DeleteDhcpOptionsInput) GoString() string
GoString returns the string representation
func (*DeleteDhcpOptionsInput) SetDhcpOptionsId ¶ added in v1.5.0
func (s *DeleteDhcpOptionsInput) SetDhcpOptionsId(v string) *DeleteDhcpOptionsInput
SetDhcpOptionsId sets the DhcpOptionsId field's value.
func (*DeleteDhcpOptionsInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteDhcpOptionsInput) SetDryRun(v bool) *DeleteDhcpOptionsInput
SetDryRun sets the DryRun field's value.
func (DeleteDhcpOptionsInput) String ¶ added in v0.9.5
func (s DeleteDhcpOptionsInput) String() string
String returns the string representation
func (*DeleteDhcpOptionsInput) Validate ¶ added in v1.1.21
func (s *DeleteDhcpOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDhcpOptionsOutput ¶ added in v0.9.5
type DeleteDhcpOptionsOutput struct {
// contains filtered or unexported fields
}
func (DeleteDhcpOptionsOutput) GoString ¶ added in v0.9.5
func (s DeleteDhcpOptionsOutput) GoString() string
GoString returns the string representation
func (DeleteDhcpOptionsOutput) String ¶ added in v0.9.5
func (s DeleteDhcpOptionsOutput) String() string
String returns the string representation
type DeleteEgressOnlyInternetGatewayInput ¶ added in v1.5.13
type DeleteEgressOnlyInternetGatewayInput 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 egress-only Internet gateway.
//
// EgressOnlyInternetGatewayId is a required field
EgressOnlyInternetGatewayId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DeleteEgressOnlyInternetGatewayInput) GoString ¶ added in v1.5.13
func (s DeleteEgressOnlyInternetGatewayInput) GoString() string
GoString returns the string representation
func (*DeleteEgressOnlyInternetGatewayInput) SetDryRun ¶ added in v1.5.13
func (s *DeleteEgressOnlyInternetGatewayInput) SetDryRun(v bool) *DeleteEgressOnlyInternetGatewayInput
SetDryRun sets the DryRun field's value.
func (*DeleteEgressOnlyInternetGatewayInput) SetEgressOnlyInternetGatewayId ¶ added in v1.5.13
func (s *DeleteEgressOnlyInternetGatewayInput) SetEgressOnlyInternetGatewayId(v string) *DeleteEgressOnlyInternetGatewayInput
SetEgressOnlyInternetGatewayId sets the EgressOnlyInternetGatewayId field's value.
func (DeleteEgressOnlyInternetGatewayInput) String ¶ added in v1.5.13
func (s DeleteEgressOnlyInternetGatewayInput) String() string
String returns the string representation
func (*DeleteEgressOnlyInternetGatewayInput) Validate ¶ added in v1.5.13
func (s *DeleteEgressOnlyInternetGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEgressOnlyInternetGatewayOutput ¶ added in v1.5.13
type DeleteEgressOnlyInternetGatewayOutput struct {
// Returns true if the request succeeds; otherwise, it returns an error.
ReturnCode *bool `locationName:"returnCode" type:"boolean"`
// contains filtered or unexported fields
}
func (DeleteEgressOnlyInternetGatewayOutput) GoString ¶ added in v1.5.13
func (s DeleteEgressOnlyInternetGatewayOutput) GoString() string
GoString returns the string representation
func (*DeleteEgressOnlyInternetGatewayOutput) SetReturnCode ¶ added in v1.5.13
func (s *DeleteEgressOnlyInternetGatewayOutput) SetReturnCode(v bool) *DeleteEgressOnlyInternetGatewayOutput
SetReturnCode sets the ReturnCode field's value.
func (DeleteEgressOnlyInternetGatewayOutput) String ¶ added in v1.5.13
func (s DeleteEgressOnlyInternetGatewayOutput) String() string
String returns the string representation
type DeleteFleetError ¶ added in v1.13.40
type DeleteFleetError struct {
// The error code.
Code *string `locationName:"code" type:"string" enum:"DeleteFleetErrorCode"`
// The description for the error code.
Message *string `locationName:"message" type:"string"`
// contains filtered or unexported fields
}
Describes an EC2 Fleet error.
func (DeleteFleetError) GoString ¶ added in v1.13.40
func (s DeleteFleetError) GoString() string
GoString returns the string representation
func (*DeleteFleetError) SetCode ¶ added in v1.13.40
func (s *DeleteFleetError) SetCode(v string) *DeleteFleetError
SetCode sets the Code field's value.
func (*DeleteFleetError) SetMessage ¶ added in v1.13.40
func (s *DeleteFleetError) SetMessage(v string) *DeleteFleetError
SetMessage sets the Message field's value.
func (DeleteFleetError) String ¶ added in v1.13.40
func (s DeleteFleetError) String() string
String returns the string representation
type DeleteFleetErrorItem ¶ added in v1.13.40
type DeleteFleetErrorItem struct {
// The error.
Error *DeleteFleetError `locationName:"error" type:"structure"`
// The ID of the EC2 Fleet.
FleetId *string `locationName:"fleetId" type:"string"`
// contains filtered or unexported fields
}
Describes an EC2 Fleet that was not successfully deleted.
func (DeleteFleetErrorItem) GoString ¶ added in v1.13.40
func (s DeleteFleetErrorItem) GoString() string
GoString returns the string representation
func (*DeleteFleetErrorItem) SetError ¶ added in v1.13.40
func (s *DeleteFleetErrorItem) SetError(v *DeleteFleetError) *DeleteFleetErrorItem
SetError sets the Error field's value.
func (*DeleteFleetErrorItem) SetFleetId ¶ added in v1.13.40
func (s *DeleteFleetErrorItem) SetFleetId(v string) *DeleteFleetErrorItem
SetFleetId sets the FleetId field's value.
func (DeleteFleetErrorItem) String ¶ added in v1.13.40
func (s DeleteFleetErrorItem) String() string
String returns the string representation
type DeleteFleetSuccessItem ¶ added in v1.13.40
type DeleteFleetSuccessItem struct {
// The current state of the EC2 Fleet.
CurrentFleetState *string `locationName:"currentFleetState" type:"string" enum:"FleetStateCode"`
// The ID of the EC2 Fleet.
FleetId *string `locationName:"fleetId" type:"string"`
// The previous state of the EC2 Fleet.
PreviousFleetState *string `locationName:"previousFleetState" type:"string" enum:"FleetStateCode"`
// contains filtered or unexported fields
}
Describes an EC2 Fleet that was successfully deleted.
func (DeleteFleetSuccessItem) GoString ¶ added in v1.13.40
func (s DeleteFleetSuccessItem) GoString() string
GoString returns the string representation
func (*DeleteFleetSuccessItem) SetCurrentFleetState ¶ added in v1.13.40
func (s *DeleteFleetSuccessItem) SetCurrentFleetState(v string) *DeleteFleetSuccessItem
SetCurrentFleetState sets the CurrentFleetState field's value.
func (*DeleteFleetSuccessItem) SetFleetId ¶ added in v1.13.40
func (s *DeleteFleetSuccessItem) SetFleetId(v string) *DeleteFleetSuccessItem
SetFleetId sets the FleetId field's value.
func (*DeleteFleetSuccessItem) SetPreviousFleetState ¶ added in v1.13.40
func (s *DeleteFleetSuccessItem) SetPreviousFleetState(v string) *DeleteFleetSuccessItem
SetPreviousFleetState sets the PreviousFleetState field's value.
func (DeleteFleetSuccessItem) String ¶ added in v1.13.40
func (s DeleteFleetSuccessItem) String() string
String returns the string representation
type DeleteFleetsInput ¶ added in v1.13.40
type DeleteFleetsInput 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 EC2 Fleets.
//
// FleetIds is a required field
FleetIds []*string `locationName:"FleetId" type:"list" required:"true"`
// Indicates whether to terminate instances for an EC2 Fleet if it is deleted
// successfully.
//
// TerminateInstances is a required field
TerminateInstances *bool `type:"boolean" required:"true"`
// contains filtered or unexported fields
}
func (DeleteFleetsInput) GoString ¶ added in v1.13.40
func (s DeleteFleetsInput) GoString() string
GoString returns the string representation
func (*DeleteFleetsInput) SetDryRun ¶ added in v1.13.40
func (s *DeleteFleetsInput) SetDryRun(v bool) *DeleteFleetsInput
SetDryRun sets the DryRun field's value.
func (*DeleteFleetsInput) SetFleetIds ¶ added in v1.13.40
func (s *DeleteFleetsInput) SetFleetIds(v []*string) *DeleteFleetsInput
SetFleetIds sets the FleetIds field's value.
func (*DeleteFleetsInput) SetTerminateInstances ¶ added in v1.13.40
func (s *DeleteFleetsInput) SetTerminateInstances(v bool) *DeleteFleetsInput
SetTerminateInstances sets the TerminateInstances field's value.
func (DeleteFleetsInput) String ¶ added in v1.13.40
func (s DeleteFleetsInput) String() string
String returns the string representation
func (*DeleteFleetsInput) Validate ¶ added in v1.13.40
func (s *DeleteFleetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFleetsOutput ¶ added in v1.13.40
type DeleteFleetsOutput struct {
// Information about the EC2 Fleets that are successfully deleted.
SuccessfulFleetDeletions []*DeleteFleetSuccessItem `locationName:"successfulFleetDeletionSet" locationNameList:"item" type:"list"`
// Information about the EC2 Fleets that are not successfully deleted.
UnsuccessfulFleetDeletions []*DeleteFleetErrorItem `locationName:"unsuccessfulFleetDeletionSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
func (DeleteFleetsOutput) GoString ¶ added in v1.13.40
func (s DeleteFleetsOutput) GoString() string
GoString returns the string representation
func (*DeleteFleetsOutput) SetSuccessfulFleetDeletions ¶ added in v1.13.40
func (s *DeleteFleetsOutput) SetSuccessfulFleetDeletions(v []*DeleteFleetSuccessItem) *DeleteFleetsOutput
SetSuccessfulFleetDeletions sets the SuccessfulFleetDeletions field's value.
func (*DeleteFleetsOutput) SetUnsuccessfulFleetDeletions ¶ added in v1.13.40
func (s *DeleteFleetsOutput) SetUnsuccessfulFleetDeletions(v []*DeleteFleetErrorItem) *DeleteFleetsOutput
SetUnsuccessfulFleetDeletions sets the UnsuccessfulFleetDeletions field's value.
func (DeleteFleetsOutput) String ¶ added in v1.13.40
func (s DeleteFleetsOutput) String() string
String returns the string representation
type DeleteFlowLogsInput ¶ added in v0.6.2
type DeleteFlowLogsInput struct {
// One or more flow log IDs.
//
// FlowLogIds is a required field
FlowLogIds []*string `locationName:"FlowLogId" locationNameList:"item" type:"list" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteFlowLogs.
func (DeleteFlowLogsInput) GoString ¶ added in v0.6.5
func (s DeleteFlowLogsInput) GoString() string
GoString returns the string representation
func (*DeleteFlowLogsInput) SetFlowLogIds ¶ added in v1.5.0
func (s *DeleteFlowLogsInput) SetFlowLogIds(v []*string) *DeleteFlowLogsInput
SetFlowLogIds sets the FlowLogIds field's value.
func (DeleteFlowLogsInput) String ¶ added in v0.6.5
func (s DeleteFlowLogsInput) String() string
String returns the string representation
func (*DeleteFlowLogsInput) Validate ¶ added in v1.1.21
func (s *DeleteFlowLogsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFlowLogsOutput ¶ added in v0.6.2
type DeleteFlowLogsOutput struct {
// Information about the flow logs that could not be deleted successfully.
Unsuccessful []*UnsuccessfulItem `locationName:"unsuccessful" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DeleteFlowLogs.
func (DeleteFlowLogsOutput) GoString ¶ added in v0.6.5
func (s DeleteFlowLogsOutput) GoString() string
GoString returns the string representation
func (*DeleteFlowLogsOutput) SetUnsuccessful ¶ added in v1.5.0
func (s *DeleteFlowLogsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *DeleteFlowLogsOutput
SetUnsuccessful sets the Unsuccessful field's value.
func (DeleteFlowLogsOutput) String ¶ added in v0.6.5
func (s DeleteFlowLogsOutput) String() string
String returns the string representation
type DeleteFpgaImageInput ¶ added in v1.10.50
type DeleteFpgaImageInput 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 AFI.
//
// FpgaImageId is a required field
FpgaImageId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DeleteFpgaImageInput) GoString ¶ added in v1.10.50
func (s DeleteFpgaImageInput) GoString() string
GoString returns the string representation
func (*DeleteFpgaImageInput) SetDryRun ¶ added in v1.10.50
func (s *DeleteFpgaImageInput) SetDryRun(v bool) *DeleteFpgaImageInput
SetDryRun sets the DryRun field's value.
func (*DeleteFpgaImageInput) SetFpgaImageId ¶ added in v1.10.50
func (s *DeleteFpgaImageInput) SetFpgaImageId(v string) *DeleteFpgaImageInput
SetFpgaImageId sets the FpgaImageId field's value.
func (DeleteFpgaImageInput) String ¶ added in v1.10.50
func (s DeleteFpgaImageInput) String() string
String returns the string representation
func (*DeleteFpgaImageInput) Validate ¶ added in v1.10.50
func (s *DeleteFpgaImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFpgaImageOutput ¶ added in v1.10.50
type DeleteFpgaImageOutput struct {
// Is true if the request succeeds, and an error otherwise.
Return *bool `locationName:"return" type:"boolean"`
// contains filtered or unexported fields
}
func (DeleteFpgaImageOutput) GoString ¶ added in v1.10.50
func (s DeleteFpgaImageOutput) GoString() string
GoString returns the string representation
func (*DeleteFpgaImageOutput) SetReturn ¶ added in v1.10.50
func (s *DeleteFpgaImageOutput) SetReturn(v bool) *DeleteFpgaImageOutput
SetReturn sets the Return field's value.
func (DeleteFpgaImageOutput) String ¶ added in v1.10.50
func (s DeleteFpgaImageOutput) String() string
String returns the string representation
type DeleteInternetGatewayInput ¶
type DeleteInternetGatewayInput 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"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteInternetGateway.
func (DeleteInternetGatewayInput) GoString ¶ added in v0.6.5
func (s DeleteInternetGatewayInput) GoString() string
GoString returns the string representation
func (*DeleteInternetGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteInternetGatewayInput) SetDryRun(v bool) *DeleteInternetGatewayInput
SetDryRun sets the DryRun field's value.
func (*DeleteInternetGatewayInput) SetInternetGatewayId ¶ added in v1.5.0
func (s *DeleteInternetGatewayInput) SetInternetGatewayId(v string) *DeleteInternetGatewayInput
SetInternetGatewayId sets the InternetGatewayId field's value.
func (DeleteInternetGatewayInput) String ¶ added in v0.6.5
func (s DeleteInternetGatewayInput) String() string
String returns the string representation
func (*DeleteInternetGatewayInput) Validate ¶ added in v1.1.21
func (s *DeleteInternetGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInternetGatewayOutput ¶
type DeleteInternetGatewayOutput struct {
// contains filtered or unexported fields
}
func (DeleteInternetGatewayOutput) GoString ¶ added in v0.6.5
func (s DeleteInternetGatewayOutput) GoString() string
GoString returns the string representation
func (DeleteInternetGatewayOutput) String ¶ added in v0.6.5
func (s DeleteInternetGatewayOutput) String() string
String returns the string representation
type DeleteKeyPairInput ¶
type DeleteKeyPairInput 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 name of the key pair.
//
// KeyName is a required field
KeyName *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteKeyPair.
func (DeleteKeyPairInput) GoString ¶ added in v0.6.5
func (s DeleteKeyPairInput) GoString() string
GoString returns the string representation
func (*DeleteKeyPairInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteKeyPairInput) SetDryRun(v bool) *DeleteKeyPairInput
SetDryRun sets the DryRun field's value.
func (*DeleteKeyPairInput) SetKeyName ¶ added in v1.5.0
func (s *DeleteKeyPairInput) SetKeyName(v string) *DeleteKeyPairInput
SetKeyName sets the KeyName field's value.
func (DeleteKeyPairInput) String ¶ added in v0.6.5
func (s DeleteKeyPairInput) String() string
String returns the string representation
func (*DeleteKeyPairInput) Validate ¶ added in v1.1.21
func (s *DeleteKeyPairInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteKeyPairOutput ¶
type DeleteKeyPairOutput struct {
// contains filtered or unexported fields
}
func (DeleteKeyPairOutput) GoString ¶ added in v0.6.5
func (s DeleteKeyPairOutput) GoString() string
GoString returns the string representation
func (DeleteKeyPairOutput) String ¶ added in v0.6.5
func (s DeleteKeyPairOutput) String() string
String returns the string representation
type DeleteLaunchTemplateInput ¶ added in v1.12.35
type DeleteLaunchTemplateInput 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 launch template. You must specify either the launch template
// ID or launch template name in the request.
LaunchTemplateId *string `type:"string"`
// The name of the launch template. You must specify either the launch template
// ID or launch template name in the request.
LaunchTemplateName *string `min:"3" type:"string"`
// contains filtered or unexported fields
}
func (DeleteLaunchTemplateInput) GoString ¶ added in v1.12.35
func (s DeleteLaunchTemplateInput) GoString() string
GoString returns the string representation
func (*DeleteLaunchTemplateInput) SetDryRun ¶ added in v1.12.35
func (s *DeleteLaunchTemplateInput) SetDryRun(v bool) *DeleteLaunchTemplateInput
SetDryRun sets the DryRun field's value.
func (*DeleteLaunchTemplateInput) SetLaunchTemplateId ¶ added in v1.12.35
func (s *DeleteLaunchTemplateInput) SetLaunchTemplateId(v string) *DeleteLaunchTemplateInput
SetLaunchTemplateId sets the LaunchTemplateId field's value.
func (*DeleteLaunchTemplateInput) SetLaunchTemplateName ¶ added in v1.12.35
func (s *DeleteLaunchTemplateInput) SetLaunchTemplateName(v string) *DeleteLaunchTemplateInput
SetLaunchTemplateName sets the LaunchTemplateName field's value.
func (DeleteLaunchTemplateInput) String ¶ added in v1.12.35
func (s DeleteLaunchTemplateInput) String() string
String returns the string representation
func (*DeleteLaunchTemplateInput) Validate ¶ added in v1.12.35
func (s *DeleteLaunchTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLaunchTemplateOutput ¶ added in v1.12.35
type DeleteLaunchTemplateOutput struct {
// Information about the launch template.
LaunchTemplate *LaunchTemplate `locationName:"launchTemplate" type:"structure"`
// contains filtered or unexported fields
}
func (DeleteLaunchTemplateOutput) GoString ¶ added in v1.12.35
func (s DeleteLaunchTemplateOutput) GoString() string
GoString returns the string representation
func (*DeleteLaunchTemplateOutput) SetLaunchTemplate ¶ added in v1.12.35
func (s *DeleteLaunchTemplateOutput) SetLaunchTemplate(v *LaunchTemplate) *DeleteLaunchTemplateOutput
SetLaunchTemplate sets the LaunchTemplate field's value.
func (DeleteLaunchTemplateOutput) String ¶ added in v1.12.35
func (s DeleteLaunchTemplateOutput) String() string
String returns the string representation
type DeleteLaunchTemplateVersionsInput ¶ added in v1.12.35
type DeleteLaunchTemplateVersionsInput 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 launch template. You must specify either the launch template
// ID or launch template name in the request.
LaunchTemplateId *string `type:"string"`
// The name of the launch template. You must specify either the launch template
// ID or launch template name in the request.
LaunchTemplateName *string `min:"3" type:"string"`
// The version numbers of one or more launch template versions to delete.
//
// Versions is a required field
Versions []*string `locationName:"LaunchTemplateVersion" locationNameList:"item" type:"list" required:"true"`
// contains filtered or unexported fields
}
func (DeleteLaunchTemplateVersionsInput) GoString ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsInput) GoString() string
GoString returns the string representation
func (*DeleteLaunchTemplateVersionsInput) SetDryRun ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsInput) SetDryRun(v bool) *DeleteLaunchTemplateVersionsInput
SetDryRun sets the DryRun field's value.
func (*DeleteLaunchTemplateVersionsInput) SetLaunchTemplateId ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsInput) SetLaunchTemplateId(v string) *DeleteLaunchTemplateVersionsInput
SetLaunchTemplateId sets the LaunchTemplateId field's value.
func (*DeleteLaunchTemplateVersionsInput) SetLaunchTemplateName ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsInput) SetLaunchTemplateName(v string) *DeleteLaunchTemplateVersionsInput
SetLaunchTemplateName sets the LaunchTemplateName field's value.
func (*DeleteLaunchTemplateVersionsInput) SetVersions ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsInput) SetVersions(v []*string) *DeleteLaunchTemplateVersionsInput
SetVersions sets the Versions field's value.
func (DeleteLaunchTemplateVersionsInput) String ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsInput) String() string
String returns the string representation
func (*DeleteLaunchTemplateVersionsInput) Validate ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLaunchTemplateVersionsOutput ¶ added in v1.12.35
type DeleteLaunchTemplateVersionsOutput struct {
// Information about the launch template versions that were successfully deleted.
SuccessfullyDeletedLaunchTemplateVersions []*DeleteLaunchTemplateVersionsResponseSuccessItem `locationName:"successfullyDeletedLaunchTemplateVersionSet" locationNameList:"item" type:"list"`
// Information about the launch template versions that could not be deleted.
UnsuccessfullyDeletedLaunchTemplateVersions []*DeleteLaunchTemplateVersionsResponseErrorItem `locationName:"unsuccessfullyDeletedLaunchTemplateVersionSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
func (DeleteLaunchTemplateVersionsOutput) GoString ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsOutput) GoString() string
GoString returns the string representation
func (*DeleteLaunchTemplateVersionsOutput) SetSuccessfullyDeletedLaunchTemplateVersions ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsOutput) SetSuccessfullyDeletedLaunchTemplateVersions(v []*DeleteLaunchTemplateVersionsResponseSuccessItem) *DeleteLaunchTemplateVersionsOutput
SetSuccessfullyDeletedLaunchTemplateVersions sets the SuccessfullyDeletedLaunchTemplateVersions field's value.
func (*DeleteLaunchTemplateVersionsOutput) SetUnsuccessfullyDeletedLaunchTemplateVersions ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsOutput) SetUnsuccessfullyDeletedLaunchTemplateVersions(v []*DeleteLaunchTemplateVersionsResponseErrorItem) *DeleteLaunchTemplateVersionsOutput
SetUnsuccessfullyDeletedLaunchTemplateVersions sets the UnsuccessfullyDeletedLaunchTemplateVersions field's value.
func (DeleteLaunchTemplateVersionsOutput) String ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsOutput) String() string
String returns the string representation
type DeleteLaunchTemplateVersionsResponseErrorItem ¶ added in v1.12.35
type DeleteLaunchTemplateVersionsResponseErrorItem struct {
// The ID of the launch template.
LaunchTemplateId *string `locationName:"launchTemplateId" type:"string"`
// The name of the launch template.
LaunchTemplateName *string `locationName:"launchTemplateName" type:"string"`
// Information about the error.
ResponseError *ResponseError `locationName:"responseError" type:"structure"`
// The version number of the launch template.
VersionNumber *int64 `locationName:"versionNumber" type:"long"`
// contains filtered or unexported fields
}
Describes a launch template version that could not be deleted.
func (DeleteLaunchTemplateVersionsResponseErrorItem) GoString ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsResponseErrorItem) GoString() string
GoString returns the string representation
func (*DeleteLaunchTemplateVersionsResponseErrorItem) SetLaunchTemplateId ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetLaunchTemplateId(v string) *DeleteLaunchTemplateVersionsResponseErrorItem
SetLaunchTemplateId sets the LaunchTemplateId field's value.
func (*DeleteLaunchTemplateVersionsResponseErrorItem) SetLaunchTemplateName ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetLaunchTemplateName(v string) *DeleteLaunchTemplateVersionsResponseErrorItem
SetLaunchTemplateName sets the LaunchTemplateName field's value.
func (*DeleteLaunchTemplateVersionsResponseErrorItem) SetResponseError ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetResponseError(v *ResponseError) *DeleteLaunchTemplateVersionsResponseErrorItem
SetResponseError sets the ResponseError field's value.
func (*DeleteLaunchTemplateVersionsResponseErrorItem) SetVersionNumber ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsResponseErrorItem) SetVersionNumber(v int64) *DeleteLaunchTemplateVersionsResponseErrorItem
SetVersionNumber sets the VersionNumber field's value.
func (DeleteLaunchTemplateVersionsResponseErrorItem) String ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsResponseErrorItem) String() string
String returns the string representation
type DeleteLaunchTemplateVersionsResponseSuccessItem ¶ added in v1.12.35
type DeleteLaunchTemplateVersionsResponseSuccessItem struct {
// The ID of the launch template.
LaunchTemplateId *string `locationName:"launchTemplateId" type:"string"`
// The name of the launch template.
LaunchTemplateName *string `locationName:"launchTemplateName" type:"string"`
// The version number of the launch template.
VersionNumber *int64 `locationName:"versionNumber" type:"long"`
// contains filtered or unexported fields
}
Describes a launch template version that was successfully deleted.
func (DeleteLaunchTemplateVersionsResponseSuccessItem) GoString ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsResponseSuccessItem) GoString() string
GoString returns the string representation
func (*DeleteLaunchTemplateVersionsResponseSuccessItem) SetLaunchTemplateId ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsResponseSuccessItem) SetLaunchTemplateId(v string) *DeleteLaunchTemplateVersionsResponseSuccessItem
SetLaunchTemplateId sets the LaunchTemplateId field's value.
func (*DeleteLaunchTemplateVersionsResponseSuccessItem) SetLaunchTemplateName ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsResponseSuccessItem) SetLaunchTemplateName(v string) *DeleteLaunchTemplateVersionsResponseSuccessItem
SetLaunchTemplateName sets the LaunchTemplateName field's value.
func (*DeleteLaunchTemplateVersionsResponseSuccessItem) SetVersionNumber ¶ added in v1.12.35
func (s *DeleteLaunchTemplateVersionsResponseSuccessItem) SetVersionNumber(v int64) *DeleteLaunchTemplateVersionsResponseSuccessItem
SetVersionNumber sets the VersionNumber field's value.
func (DeleteLaunchTemplateVersionsResponseSuccessItem) String ¶ added in v1.12.35
func (s DeleteLaunchTemplateVersionsResponseSuccessItem) String() string
String returns the string representation
type DeleteNatGatewayInput ¶ added in v1.0.6
type DeleteNatGatewayInput struct {
// The ID of the NAT gateway.
//
// NatGatewayId is a required field
NatGatewayId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteNatGateway.
func (DeleteNatGatewayInput) GoString ¶ added in v1.0.6
func (s DeleteNatGatewayInput) GoString() string
GoString returns the string representation
func (*DeleteNatGatewayInput) SetNatGatewayId ¶ added in v1.5.0
func (s *DeleteNatGatewayInput) SetNatGatewayId(v string) *DeleteNatGatewayInput
SetNatGatewayId sets the NatGatewayId field's value.
func (DeleteNatGatewayInput) String ¶ added in v1.0.6
func (s DeleteNatGatewayInput) String() string
String returns the string representation
func (*DeleteNatGatewayInput) Validate ¶ added in v1.1.21
func (s *DeleteNatGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNatGatewayOutput ¶ added in v1.0.6
type DeleteNatGatewayOutput struct {
// The ID of the NAT gateway.
NatGatewayId *string `locationName:"natGatewayId" type:"string"`
// contains filtered or unexported fields
}
Contains the output of DeleteNatGateway.
func (DeleteNatGatewayOutput) GoString ¶ added in v1.0.6
func (s DeleteNatGatewayOutput) GoString() string
GoString returns the string representation
func (*DeleteNatGatewayOutput) SetNatGatewayId ¶ added in v1.5.0
func (s *DeleteNatGatewayOutput) SetNatGatewayId(v string) *DeleteNatGatewayOutput
SetNatGatewayId sets the NatGatewayId field's value.
func (DeleteNatGatewayOutput) String ¶ added in v1.0.6
func (s DeleteNatGatewayOutput) String() string
String returns the string representation
type DeleteNetworkAclEntryInput ¶ added in v0.9.5
type DeleteNetworkAclEntryInput 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"`
// Indicates whether the rule is an egress rule.
//
// Egress is a required field
Egress *bool `locationName:"egress" type:"boolean" required:"true"`
// The ID of the network ACL.
//
// NetworkAclId is a required field
NetworkAclId *string `locationName:"networkAclId" type:"string" required:"true"`
// The rule number of the entry to delete.
//
// RuleNumber is a required field
RuleNumber *int64 `locationName:"ruleNumber" type:"integer" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteNetworkAclEntry.
func (DeleteNetworkAclEntryInput) GoString ¶ added in v0.9.5
func (s DeleteNetworkAclEntryInput) GoString() string
GoString returns the string representation
func (*DeleteNetworkAclEntryInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteNetworkAclEntryInput) SetDryRun(v bool) *DeleteNetworkAclEntryInput
SetDryRun sets the DryRun field's value.
func (*DeleteNetworkAclEntryInput) SetEgress ¶ added in v1.5.0
func (s *DeleteNetworkAclEntryInput) SetEgress(v bool) *DeleteNetworkAclEntryInput
SetEgress sets the Egress field's value.
func (*DeleteNetworkAclEntryInput) SetNetworkAclId ¶ added in v1.5.0
func (s *DeleteNetworkAclEntryInput) SetNetworkAclId(v string) *DeleteNetworkAclEntryInput
SetNetworkAclId sets the NetworkAclId field's value.
func (*DeleteNetworkAclEntryInput) SetRuleNumber ¶ added in v1.5.0
func (s *DeleteNetworkAclEntryInput) SetRuleNumber(v int64) *DeleteNetworkAclEntryInput
SetRuleNumber sets the RuleNumber field's value.
func (DeleteNetworkAclEntryInput) String ¶ added in v0.9.5
func (s DeleteNetworkAclEntryInput) String() string
String returns the string representation
func (*DeleteNetworkAclEntryInput) Validate ¶ added in v1.1.21
func (s *DeleteNetworkAclEntryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNetworkAclEntryOutput ¶ added in v0.9.5
type DeleteNetworkAclEntryOutput struct {
// contains filtered or unexported fields
}
func (DeleteNetworkAclEntryOutput) GoString ¶ added in v0.9.5
func (s DeleteNetworkAclEntryOutput) GoString() string
GoString returns the string representation
func (DeleteNetworkAclEntryOutput) String ¶ added in v0.9.5
func (s DeleteNetworkAclEntryOutput) String() string
String returns the string representation
type DeleteNetworkAclInput ¶ added in v0.9.5
type DeleteNetworkAclInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the network ACL.
//
// NetworkAclId is a required field
NetworkAclId *string `locationName:"networkAclId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteNetworkAcl.
func (DeleteNetworkAclInput) GoString ¶ added in v0.9.5
func (s DeleteNetworkAclInput) GoString() string
GoString returns the string representation
func (*DeleteNetworkAclInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteNetworkAclInput) SetDryRun(v bool) *DeleteNetworkAclInput
SetDryRun sets the DryRun field's value.
func (*DeleteNetworkAclInput) SetNetworkAclId ¶ added in v1.5.0
func (s *DeleteNetworkAclInput) SetNetworkAclId(v string) *DeleteNetworkAclInput
SetNetworkAclId sets the NetworkAclId field's value.
func (DeleteNetworkAclInput) String ¶ added in v0.9.5
func (s DeleteNetworkAclInput) String() string
String returns the string representation
func (*DeleteNetworkAclInput) Validate ¶ added in v1.1.21
func (s *DeleteNetworkAclInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNetworkAclOutput ¶ added in v0.9.5
type DeleteNetworkAclOutput struct {
// contains filtered or unexported fields
}
func (DeleteNetworkAclOutput) GoString ¶ added in v0.9.5
func (s DeleteNetworkAclOutput) GoString() string
GoString returns the string representation
func (DeleteNetworkAclOutput) String ¶ added in v0.9.5
func (s DeleteNetworkAclOutput) String() string
String returns the string representation
type DeleteNetworkInterfaceInput ¶
type DeleteNetworkInterfaceInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// 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 DeleteNetworkInterface.
func (DeleteNetworkInterfaceInput) GoString ¶ added in v0.6.5
func (s DeleteNetworkInterfaceInput) GoString() string
GoString returns the string representation
func (*DeleteNetworkInterfaceInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteNetworkInterfaceInput) SetDryRun(v bool) *DeleteNetworkInterfaceInput
SetDryRun sets the DryRun field's value.
func (*DeleteNetworkInterfaceInput) SetNetworkInterfaceId ¶ added in v1.5.0
func (s *DeleteNetworkInterfaceInput) SetNetworkInterfaceId(v string) *DeleteNetworkInterfaceInput
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (DeleteNetworkInterfaceInput) String ¶ added in v0.6.5
func (s DeleteNetworkInterfaceInput) String() string
String returns the string representation
func (*DeleteNetworkInterfaceInput) Validate ¶ added in v1.1.21
func (s *DeleteNetworkInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNetworkInterfaceOutput ¶
type DeleteNetworkInterfaceOutput struct {
// contains filtered or unexported fields
}
func (DeleteNetworkInterfaceOutput) GoString ¶ added in v0.6.5
func (s DeleteNetworkInterfaceOutput) GoString() string
GoString returns the string representation
func (DeleteNetworkInterfaceOutput) String ¶ added in v0.6.5
func (s DeleteNetworkInterfaceOutput) String() string
String returns the string representation
type DeleteNetworkInterfacePermissionInput ¶ added in v1.10.10
type DeleteNetworkInterfacePermissionInput 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"`
// Specify true to remove the permission even if the network interface is attached
// to an instance.
Force *bool `type:"boolean"`
// The ID of the network interface permission.
//
// NetworkInterfacePermissionId is a required field
NetworkInterfacePermissionId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteNetworkInterfacePermission.
func (DeleteNetworkInterfacePermissionInput) GoString ¶ added in v1.10.10
func (s DeleteNetworkInterfacePermissionInput) GoString() string
GoString returns the string representation
func (*DeleteNetworkInterfacePermissionInput) SetDryRun ¶ added in v1.10.10
func (s *DeleteNetworkInterfacePermissionInput) SetDryRun(v bool) *DeleteNetworkInterfacePermissionInput
SetDryRun sets the DryRun field's value.
func (*DeleteNetworkInterfacePermissionInput) SetForce ¶ added in v1.10.10
func (s *DeleteNetworkInterfacePermissionInput) SetForce(v bool) *DeleteNetworkInterfacePermissionInput
SetForce sets the Force field's value.
func (*DeleteNetworkInterfacePermissionInput) SetNetworkInterfacePermissionId ¶ added in v1.10.10
func (s *DeleteNetworkInterfacePermissionInput) SetNetworkInterfacePermissionId(v string) *DeleteNetworkInterfacePermissionInput
SetNetworkInterfacePermissionId sets the NetworkInterfacePermissionId field's value.
func (DeleteNetworkInterfacePermissionInput) String ¶ added in v1.10.10
func (s DeleteNetworkInterfacePermissionInput) String() string
String returns the string representation
func (*DeleteNetworkInterfacePermissionInput) Validate ¶ added in v1.10.10
func (s *DeleteNetworkInterfacePermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNetworkInterfacePermissionOutput ¶ added in v1.10.10
type DeleteNetworkInterfacePermissionOutput struct {
// Returns true if the request succeeds, otherwise returns an error.
Return *bool `locationName:"return" type:"boolean"`
// contains filtered or unexported fields
}
Contains the output for DeleteNetworkInterfacePermission.
func (DeleteNetworkInterfacePermissionOutput) GoString ¶ added in v1.10.10
func (s DeleteNetworkInterfacePermissionOutput) GoString() string
GoString returns the string representation
func (*DeleteNetworkInterfacePermissionOutput) SetReturn ¶ added in v1.10.10
func (s *DeleteNetworkInterfacePermissionOutput) SetReturn(v bool) *DeleteNetworkInterfacePermissionOutput
SetReturn sets the Return field's value.
func (DeleteNetworkInterfacePermissionOutput) String ¶ added in v1.10.10
func (s DeleteNetworkInterfacePermissionOutput) String() string
String returns the string representation
type DeletePlacementGroupInput ¶
type DeletePlacementGroupInput 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 name of the placement group.
//
// GroupName is a required field
GroupName *string `locationName:"groupName" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeletePlacementGroup.
func (DeletePlacementGroupInput) GoString ¶ added in v0.6.5
func (s DeletePlacementGroupInput) GoString() string
GoString returns the string representation
func (*DeletePlacementGroupInput) SetDryRun ¶ added in v1.5.0
func (s *DeletePlacementGroupInput) SetDryRun(v bool) *DeletePlacementGroupInput
SetDryRun sets the DryRun field's value.
func (*DeletePlacementGroupInput) SetGroupName ¶ added in v1.5.0
func (s *DeletePlacementGroupInput) SetGroupName(v string) *DeletePlacementGroupInput
SetGroupName sets the GroupName field's value.
func (DeletePlacementGroupInput) String ¶ added in v0.6.5
func (s DeletePlacementGroupInput) String() string
String returns the string representation
func (*DeletePlacementGroupInput) Validate ¶ added in v1.1.21
func (s *DeletePlacementGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePlacementGroupOutput ¶
type DeletePlacementGroupOutput struct {
// contains filtered or unexported fields
}
func (DeletePlacementGroupOutput) GoString ¶ added in v0.6.5
func (s DeletePlacementGroupOutput) GoString() string
GoString returns the string representation
func (DeletePlacementGroupOutput) String ¶ added in v0.6.5
func (s DeletePlacementGroupOutput) String() string
String returns the string representation
type DeleteRouteInput ¶
type DeleteRouteInput struct {
// The IPv4 CIDR range for the route. The value you specify must match the CIDR
// for the route exactly.
DestinationCidrBlock *string `locationName:"destinationCidrBlock" type:"string"`
// The IPv6 CIDR range for the route. The value you specify must match the CIDR
// for the route exactly.
DestinationIpv6CidrBlock *string `locationName:"destinationIpv6CidrBlock" type:"string"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the route table.
//
// RouteTableId is a required field
RouteTableId *string `locationName:"routeTableId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteRoute.
func (DeleteRouteInput) GoString ¶ added in v0.6.5
func (s DeleteRouteInput) GoString() string
GoString returns the string representation
func (*DeleteRouteInput) SetDestinationCidrBlock ¶ added in v1.5.0
func (s *DeleteRouteInput) SetDestinationCidrBlock(v string) *DeleteRouteInput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*DeleteRouteInput) SetDestinationIpv6CidrBlock ¶ added in v1.5.13
func (s *DeleteRouteInput) SetDestinationIpv6CidrBlock(v string) *DeleteRouteInput
SetDestinationIpv6CidrBlock sets the DestinationIpv6CidrBlock field's value.
func (*DeleteRouteInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteRouteInput) SetDryRun(v bool) *DeleteRouteInput
SetDryRun sets the DryRun field's value.
func (*DeleteRouteInput) SetRouteTableId ¶ added in v1.5.0
func (s *DeleteRouteInput) SetRouteTableId(v string) *DeleteRouteInput
SetRouteTableId sets the RouteTableId field's value.
func (DeleteRouteInput) String ¶ added in v0.6.5
func (s DeleteRouteInput) String() string
String returns the string representation
func (*DeleteRouteInput) Validate ¶ added in v1.1.21
func (s *DeleteRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRouteOutput ¶
type DeleteRouteOutput struct {
// contains filtered or unexported fields
}
func (DeleteRouteOutput) GoString ¶ added in v0.6.5
func (s DeleteRouteOutput) GoString() string
GoString returns the string representation
func (DeleteRouteOutput) String ¶ added in v0.6.5
func (s DeleteRouteOutput) String() string
String returns the string representation
type DeleteRouteTableInput ¶
type DeleteRouteTableInput 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 route table.
//
// RouteTableId is a required field
RouteTableId *string `locationName:"routeTableId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteRouteTable.
func (DeleteRouteTableInput) GoString ¶ added in v0.6.5
func (s DeleteRouteTableInput) GoString() string
GoString returns the string representation
func (*DeleteRouteTableInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteRouteTableInput) SetDryRun(v bool) *DeleteRouteTableInput
SetDryRun sets the DryRun field's value.
func (*DeleteRouteTableInput) SetRouteTableId ¶ added in v1.5.0
func (s *DeleteRouteTableInput) SetRouteTableId(v string) *DeleteRouteTableInput
SetRouteTableId sets the RouteTableId field's value.
func (DeleteRouteTableInput) String ¶ added in v0.6.5
func (s DeleteRouteTableInput) String() string
String returns the string representation
func (*DeleteRouteTableInput) Validate ¶ added in v1.1.21
func (s *DeleteRouteTableInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRouteTableOutput ¶
type DeleteRouteTableOutput struct {
// contains filtered or unexported fields
}
func (DeleteRouteTableOutput) GoString ¶ added in v0.6.5
func (s DeleteRouteTableOutput) GoString() string
GoString returns the string representation
func (DeleteRouteTableOutput) String ¶ added in v0.6.5
func (s DeleteRouteTableOutput) String() string
String returns the string representation
type DeleteSecurityGroupInput ¶
type DeleteSecurityGroupInput 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 security group. Required for a nondefault VPC.
GroupId *string `type:"string"`
// [EC2-Classic, default VPC] The name of the security group. You can specify
// either the security group name or the security group ID.
GroupName *string `type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteSecurityGroup.
func (DeleteSecurityGroupInput) GoString ¶ added in v0.6.5
func (s DeleteSecurityGroupInput) GoString() string
GoString returns the string representation
func (*DeleteSecurityGroupInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteSecurityGroupInput) SetDryRun(v bool) *DeleteSecurityGroupInput
SetDryRun sets the DryRun field's value.
func (*DeleteSecurityGroupInput) SetGroupId ¶ added in v1.5.0
func (s *DeleteSecurityGroupInput) SetGroupId(v string) *DeleteSecurityGroupInput
SetGroupId sets the GroupId field's value.
func (*DeleteSecurityGroupInput) SetGroupName ¶ added in v1.5.0
func (s *DeleteSecurityGroupInput) SetGroupName(v string) *DeleteSecurityGroupInput
SetGroupName sets the GroupName field's value.
func (DeleteSecurityGroupInput) String ¶ added in v0.6.5
func (s DeleteSecurityGroupInput) String() string
String returns the string representation
type DeleteSecurityGroupOutput ¶
type DeleteSecurityGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteSecurityGroupOutput) GoString ¶ added in v0.6.5
func (s DeleteSecurityGroupOutput) GoString() string
GoString returns the string representation
func (DeleteSecurityGroupOutput) String ¶ added in v0.6.5
func (s DeleteSecurityGroupOutput) String() string
String returns the string representation
type DeleteSnapshotInput ¶
type DeleteSnapshotInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the EBS snapshot.
//
// SnapshotId is a required field
SnapshotId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteSnapshot.
func (DeleteSnapshotInput) GoString ¶ added in v0.6.5
func (s DeleteSnapshotInput) GoString() string
GoString returns the string representation
func (*DeleteSnapshotInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteSnapshotInput) SetDryRun(v bool) *DeleteSnapshotInput
SetDryRun sets the DryRun field's value.
func (*DeleteSnapshotInput) SetSnapshotId ¶ added in v1.5.0
func (s *DeleteSnapshotInput) SetSnapshotId(v string) *DeleteSnapshotInput
SetSnapshotId sets the SnapshotId field's value.
func (DeleteSnapshotInput) String ¶ added in v0.6.5
func (s DeleteSnapshotInput) String() string
String returns the string representation
func (*DeleteSnapshotInput) Validate ¶ added in v1.1.21
func (s *DeleteSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSnapshotOutput ¶
type DeleteSnapshotOutput struct {
// contains filtered or unexported fields
}
func (DeleteSnapshotOutput) GoString ¶ added in v0.6.5
func (s DeleteSnapshotOutput) GoString() string
GoString returns the string representation
func (DeleteSnapshotOutput) String ¶ added in v0.6.5
func (s DeleteSnapshotOutput) String() string
String returns the string representation
type DeleteSpotDatafeedSubscriptionInput ¶
type DeleteSpotDatafeedSubscriptionInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteSpotDatafeedSubscription.
func (DeleteSpotDatafeedSubscriptionInput) GoString ¶ added in v0.6.5
func (s DeleteSpotDatafeedSubscriptionInput) GoString() string
GoString returns the string representation
func (*DeleteSpotDatafeedSubscriptionInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteSpotDatafeedSubscriptionInput) SetDryRun(v bool) *DeleteSpotDatafeedSubscriptionInput
SetDryRun sets the DryRun field's value.
func (DeleteSpotDatafeedSubscriptionInput) String ¶ added in v0.6.5
func (s DeleteSpotDatafeedSubscriptionInput) String() string
String returns the string representation
type DeleteSpotDatafeedSubscriptionOutput ¶
type DeleteSpotDatafeedSubscriptionOutput struct {
// contains filtered or unexported fields
}
func (DeleteSpotDatafeedSubscriptionOutput) GoString ¶ added in v0.6.5
func (s DeleteSpotDatafeedSubscriptionOutput) GoString() string
GoString returns the string representation
func (DeleteSpotDatafeedSubscriptionOutput) String ¶ added in v0.6.5
func (s DeleteSpotDatafeedSubscriptionOutput) String() string
String returns the string representation
type DeleteSubnetInput ¶
type DeleteSubnetInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the subnet.
//
// SubnetId is a required field
SubnetId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteSubnet.
func (DeleteSubnetInput) GoString ¶ added in v0.6.5
func (s DeleteSubnetInput) GoString() string
GoString returns the string representation
func (*DeleteSubnetInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteSubnetInput) SetDryRun(v bool) *DeleteSubnetInput
SetDryRun sets the DryRun field's value.
func (*DeleteSubnetInput) SetSubnetId ¶ added in v1.5.0
func (s *DeleteSubnetInput) SetSubnetId(v string) *DeleteSubnetInput
SetSubnetId sets the SubnetId field's value.
func (DeleteSubnetInput) String ¶ added in v0.6.5
func (s DeleteSubnetInput) String() string
String returns the string representation
func (*DeleteSubnetInput) Validate ¶ added in v1.1.21
func (s *DeleteSubnetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSubnetOutput ¶
type DeleteSubnetOutput struct {
// contains filtered or unexported fields
}
func (DeleteSubnetOutput) GoString ¶ added in v0.6.5
func (s DeleteSubnetOutput) GoString() string
GoString returns the string representation
func (DeleteSubnetOutput) String ¶ added in v0.6.5
func (s DeleteSubnetOutput) String() string
String returns the string representation
type DeleteTagsInput ¶
type DeleteTagsInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The IDs of one or more resources.
//
// Resources is a required field
Resources []*string `locationName:"resourceId" type:"list" required:"true"`
// One or more tags to delete. Specify a tag key and an optional tag value to
// delete specific tags. If you specify a tag key without a tag value, we delete
// any tag with this key regardless of its value. If you specify a tag key with
// an empty string as the tag value, we delete the tag only if its value is
// an empty string.
//
// If you omit this parameter, we delete all user-defined tags for the specified
// resources. We do not delete AWS-generated tags (tags that have the aws: prefix).
Tags []*Tag `locationName:"tag" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteTags.
func (DeleteTagsInput) GoString ¶ added in v0.6.5
func (s DeleteTagsInput) GoString() string
GoString returns the string representation
func (*DeleteTagsInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteTagsInput) SetDryRun(v bool) *DeleteTagsInput
SetDryRun sets the DryRun field's value.
func (*DeleteTagsInput) SetResources ¶ added in v1.5.0
func (s *DeleteTagsInput) SetResources(v []*string) *DeleteTagsInput
SetResources sets the Resources field's value.
func (*DeleteTagsInput) SetTags ¶ added in v1.5.0
func (s *DeleteTagsInput) SetTags(v []*Tag) *DeleteTagsInput
SetTags sets the Tags field's value.
func (DeleteTagsInput) String ¶ added in v0.6.5
func (s DeleteTagsInput) String() string
String returns the string representation
func (*DeleteTagsInput) Validate ¶ added in v1.1.21
func (s *DeleteTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTagsOutput ¶
type DeleteTagsOutput struct {
// contains filtered or unexported fields
}
func (DeleteTagsOutput) GoString ¶ added in v0.6.5
func (s DeleteTagsOutput) GoString() string
GoString returns the string representation
func (DeleteTagsOutput) String ¶ added in v0.6.5
func (s DeleteTagsOutput) String() string
String returns the string representation
type DeleteVolumeInput ¶
type DeleteVolumeInput 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 volume.
//
// VolumeId is a required field
VolumeId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteVolume.
func (DeleteVolumeInput) GoString ¶ added in v0.6.5
func (s DeleteVolumeInput) GoString() string
GoString returns the string representation
func (*DeleteVolumeInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteVolumeInput) SetDryRun(v bool) *DeleteVolumeInput
SetDryRun sets the DryRun field's value.
func (*DeleteVolumeInput) SetVolumeId ¶ added in v1.5.0
func (s *DeleteVolumeInput) SetVolumeId(v string) *DeleteVolumeInput
SetVolumeId sets the VolumeId field's value.
func (DeleteVolumeInput) String ¶ added in v0.6.5
func (s DeleteVolumeInput) String() string
String returns the string representation
func (*DeleteVolumeInput) Validate ¶ added in v1.1.21
func (s *DeleteVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVolumeOutput ¶
type DeleteVolumeOutput struct {
// contains filtered or unexported fields
}
func (DeleteVolumeOutput) GoString ¶ added in v0.6.5
func (s DeleteVolumeOutput) GoString() string
GoString returns the string representation
func (DeleteVolumeOutput) String ¶ added in v0.6.5
func (s DeleteVolumeOutput) String() string
String returns the string representation
type DeleteVpcEndpointConnectionNotificationsInput ¶ added in v1.12.35
type DeleteVpcEndpointConnectionNotificationsInput struct {
// One or more notification IDs.
//
// ConnectionNotificationIds is a required field
ConnectionNotificationIds []*string `locationName:"ConnectionNotificationId" locationNameList:"item" type:"list" 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 (DeleteVpcEndpointConnectionNotificationsInput) GoString ¶ added in v1.12.35
func (s DeleteVpcEndpointConnectionNotificationsInput) GoString() string
GoString returns the string representation
func (*DeleteVpcEndpointConnectionNotificationsInput) SetConnectionNotificationIds ¶ added in v1.12.35
func (s *DeleteVpcEndpointConnectionNotificationsInput) SetConnectionNotificationIds(v []*string) *DeleteVpcEndpointConnectionNotificationsInput
SetConnectionNotificationIds sets the ConnectionNotificationIds field's value.
func (*DeleteVpcEndpointConnectionNotificationsInput) SetDryRun ¶ added in v1.12.35
func (s *DeleteVpcEndpointConnectionNotificationsInput) SetDryRun(v bool) *DeleteVpcEndpointConnectionNotificationsInput
SetDryRun sets the DryRun field's value.
func (DeleteVpcEndpointConnectionNotificationsInput) String ¶ added in v1.12.35
func (s DeleteVpcEndpointConnectionNotificationsInput) String() string
String returns the string representation
func (*DeleteVpcEndpointConnectionNotificationsInput) Validate ¶ added in v1.12.35
func (s *DeleteVpcEndpointConnectionNotificationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpcEndpointConnectionNotificationsOutput ¶ added in v1.12.35
type DeleteVpcEndpointConnectionNotificationsOutput struct {
// Information about the notifications that could not be deleted successfully.
Unsuccessful []*UnsuccessfulItem `locationName:"unsuccessful" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
func (DeleteVpcEndpointConnectionNotificationsOutput) GoString ¶ added in v1.12.35
func (s DeleteVpcEndpointConnectionNotificationsOutput) GoString() string
GoString returns the string representation
func (*DeleteVpcEndpointConnectionNotificationsOutput) SetUnsuccessful ¶ added in v1.12.35
func (s *DeleteVpcEndpointConnectionNotificationsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *DeleteVpcEndpointConnectionNotificationsOutput
SetUnsuccessful sets the Unsuccessful field's value.
func (DeleteVpcEndpointConnectionNotificationsOutput) String ¶ added in v1.12.35
func (s DeleteVpcEndpointConnectionNotificationsOutput) String() string
String returns the string representation
type DeleteVpcEndpointServiceConfigurationsInput ¶ added in v1.12.35
type DeleteVpcEndpointServiceConfigurationsInput 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 one or more services.
//
// ServiceIds is a required field
ServiceIds []*string `locationName:"ServiceId" locationNameList:"item" type:"list" required:"true"`
// contains filtered or unexported fields
}
func (DeleteVpcEndpointServiceConfigurationsInput) GoString ¶ added in v1.12.35
func (s DeleteVpcEndpointServiceConfigurationsInput) GoString() string
GoString returns the string representation
func (*DeleteVpcEndpointServiceConfigurationsInput) SetDryRun ¶ added in v1.12.35
func (s *DeleteVpcEndpointServiceConfigurationsInput) SetDryRun(v bool) *DeleteVpcEndpointServiceConfigurationsInput
SetDryRun sets the DryRun field's value.
func (*DeleteVpcEndpointServiceConfigurationsInput) SetServiceIds ¶ added in v1.12.35
func (s *DeleteVpcEndpointServiceConfigurationsInput) SetServiceIds(v []*string) *DeleteVpcEndpointServiceConfigurationsInput
SetServiceIds sets the ServiceIds field's value.
func (DeleteVpcEndpointServiceConfigurationsInput) String ¶ added in v1.12.35
func (s DeleteVpcEndpointServiceConfigurationsInput) String() string
String returns the string representation
func (*DeleteVpcEndpointServiceConfigurationsInput) Validate ¶ added in v1.12.35
func (s *DeleteVpcEndpointServiceConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpcEndpointServiceConfigurationsOutput ¶ added in v1.12.35
type DeleteVpcEndpointServiceConfigurationsOutput struct {
// Information about the service configurations that were not deleted, if applicable.
Unsuccessful []*UnsuccessfulItem `locationName:"unsuccessful" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
func (DeleteVpcEndpointServiceConfigurationsOutput) GoString ¶ added in v1.12.35
func (s DeleteVpcEndpointServiceConfigurationsOutput) GoString() string
GoString returns the string representation
func (*DeleteVpcEndpointServiceConfigurationsOutput) SetUnsuccessful ¶ added in v1.12.35
func (s *DeleteVpcEndpointServiceConfigurationsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *DeleteVpcEndpointServiceConfigurationsOutput
SetUnsuccessful sets the Unsuccessful field's value.
func (DeleteVpcEndpointServiceConfigurationsOutput) String ¶ added in v1.12.35
func (s DeleteVpcEndpointServiceConfigurationsOutput) String() string
String returns the string representation
type DeleteVpcEndpointsInput ¶ added in v0.9.5
type DeleteVpcEndpointsInput 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"`
// One or more VPC endpoint IDs.
//
// VpcEndpointIds is a required field
VpcEndpointIds []*string `locationName:"VpcEndpointId" locationNameList:"item" type:"list" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteVpcEndpoints.
func (DeleteVpcEndpointsInput) GoString ¶ added in v0.9.5
func (s DeleteVpcEndpointsInput) GoString() string
GoString returns the string representation
func (*DeleteVpcEndpointsInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteVpcEndpointsInput) SetDryRun(v bool) *DeleteVpcEndpointsInput
SetDryRun sets the DryRun field's value.
func (*DeleteVpcEndpointsInput) SetVpcEndpointIds ¶ added in v1.5.0
func (s *DeleteVpcEndpointsInput) SetVpcEndpointIds(v []*string) *DeleteVpcEndpointsInput
SetVpcEndpointIds sets the VpcEndpointIds field's value.
func (DeleteVpcEndpointsInput) String ¶ added in v0.9.5
func (s DeleteVpcEndpointsInput) String() string
String returns the string representation
func (*DeleteVpcEndpointsInput) Validate ¶ added in v1.1.21
func (s *DeleteVpcEndpointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpcEndpointsOutput ¶ added in v0.9.5
type DeleteVpcEndpointsOutput struct {
// Information about the VPC endpoints that were not successfully deleted.
Unsuccessful []*UnsuccessfulItem `locationName:"unsuccessful" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DeleteVpcEndpoints.
func (DeleteVpcEndpointsOutput) GoString ¶ added in v0.9.5
func (s DeleteVpcEndpointsOutput) GoString() string
GoString returns the string representation
func (*DeleteVpcEndpointsOutput) SetUnsuccessful ¶ added in v1.5.0
func (s *DeleteVpcEndpointsOutput) SetUnsuccessful(v []*UnsuccessfulItem) *DeleteVpcEndpointsOutput
SetUnsuccessful sets the Unsuccessful field's value.
func (DeleteVpcEndpointsOutput) String ¶ added in v0.9.5
func (s DeleteVpcEndpointsOutput) String() string
String returns the string representation
type DeleteVpcInput ¶ added in v0.9.5
type DeleteVpcInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `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
}
Contains the parameters for DeleteVpc.
func (DeleteVpcInput) GoString ¶ added in v0.9.5
func (s DeleteVpcInput) GoString() string
GoString returns the string representation
func (*DeleteVpcInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteVpcInput) SetDryRun(v bool) *DeleteVpcInput
SetDryRun sets the DryRun field's value.
func (*DeleteVpcInput) SetVpcId ¶ added in v1.5.0
func (s *DeleteVpcInput) SetVpcId(v string) *DeleteVpcInput
SetVpcId sets the VpcId field's value.
func (DeleteVpcInput) String ¶ added in v0.9.5
func (s DeleteVpcInput) String() string
String returns the string representation
func (*DeleteVpcInput) Validate ¶ added in v1.1.21
func (s *DeleteVpcInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpcOutput ¶ added in v0.9.5
type DeleteVpcOutput struct {
// contains filtered or unexported fields
}
func (DeleteVpcOutput) GoString ¶ added in v0.9.5
func (s DeleteVpcOutput) GoString() string
GoString returns the string representation
func (DeleteVpcOutput) String ¶ added in v0.9.5
func (s DeleteVpcOutput) String() string
String returns the string representation
type DeleteVpcPeeringConnectionInput ¶ added in v0.9.5
type DeleteVpcPeeringConnectionInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `locationName:"dryRun" type:"boolean"`
// The ID of the VPC peering connection.
//
// VpcPeeringConnectionId is a required field
VpcPeeringConnectionId *string `locationName:"vpcPeeringConnectionId" type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteVpcPeeringConnection.
func (DeleteVpcPeeringConnectionInput) GoString ¶ added in v0.9.5
func (s DeleteVpcPeeringConnectionInput) GoString() string
GoString returns the string representation
func (*DeleteVpcPeeringConnectionInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteVpcPeeringConnectionInput) SetDryRun(v bool) *DeleteVpcPeeringConnectionInput
SetDryRun sets the DryRun field's value.
func (*DeleteVpcPeeringConnectionInput) SetVpcPeeringConnectionId ¶ added in v1.5.0
func (s *DeleteVpcPeeringConnectionInput) SetVpcPeeringConnectionId(v string) *DeleteVpcPeeringConnectionInput
SetVpcPeeringConnectionId sets the VpcPeeringConnectionId field's value.
func (DeleteVpcPeeringConnectionInput) String ¶ added in v0.9.5
func (s DeleteVpcPeeringConnectionInput) String() string
String returns the string representation
func (*DeleteVpcPeeringConnectionInput) Validate ¶ added in v1.1.21
func (s *DeleteVpcPeeringConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpcPeeringConnectionOutput ¶ added in v0.9.5
type DeleteVpcPeeringConnectionOutput struct {
// Returns true if the request succeeds; otherwise, it returns an error.
Return *bool `locationName:"return" type:"boolean"`
// contains filtered or unexported fields
}
Contains the output of DeleteVpcPeeringConnection.
func (DeleteVpcPeeringConnectionOutput) GoString ¶ added in v0.9.5
func (s DeleteVpcPeeringConnectionOutput) GoString() string
GoString returns the string representation
func (*DeleteVpcPeeringConnectionOutput) SetReturn ¶ added in v1.5.0
func (s *DeleteVpcPeeringConnectionOutput) SetReturn(v bool) *DeleteVpcPeeringConnectionOutput
SetReturn sets the Return field's value.
func (DeleteVpcPeeringConnectionOutput) String ¶ added in v0.9.5
func (s DeleteVpcPeeringConnectionOutput) String() string
String returns the string representation
type DeleteVpnConnectionInput ¶ added in v0.9.5
type DeleteVpnConnectionInput 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 VPN connection.
//
// VpnConnectionId is a required field
VpnConnectionId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteVpnConnection.
func (DeleteVpnConnectionInput) GoString ¶ added in v0.9.5
func (s DeleteVpnConnectionInput) GoString() string
GoString returns the string representation
func (*DeleteVpnConnectionInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteVpnConnectionInput) SetDryRun(v bool) *DeleteVpnConnectionInput
SetDryRun sets the DryRun field's value.
func (*DeleteVpnConnectionInput) SetVpnConnectionId ¶ added in v1.5.0
func (s *DeleteVpnConnectionInput) SetVpnConnectionId(v string) *DeleteVpnConnectionInput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (DeleteVpnConnectionInput) String ¶ added in v0.9.5
func (s DeleteVpnConnectionInput) String() string
String returns the string representation
func (*DeleteVpnConnectionInput) Validate ¶ added in v1.1.21
func (s *DeleteVpnConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpnConnectionOutput ¶ added in v0.9.5
type DeleteVpnConnectionOutput struct {
// contains filtered or unexported fields
}
func (DeleteVpnConnectionOutput) GoString ¶ added in v0.9.5
func (s DeleteVpnConnectionOutput) GoString() string
GoString returns the string representation
func (DeleteVpnConnectionOutput) String ¶ added in v0.9.5
func (s DeleteVpnConnectionOutput) String() string
String returns the string representation
type DeleteVpnConnectionRouteInput ¶ added in v0.9.5
type DeleteVpnConnectionRouteInput struct {
// The CIDR block associated with the local subnet of the customer network.
//
// DestinationCidrBlock is a required field
DestinationCidrBlock *string `type:"string" required:"true"`
// The ID of the VPN connection.
//
// VpnConnectionId is a required field
VpnConnectionId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteVpnConnectionRoute.
func (DeleteVpnConnectionRouteInput) GoString ¶ added in v0.9.5
func (s DeleteVpnConnectionRouteInput) GoString() string
GoString returns the string representation
func (*DeleteVpnConnectionRouteInput) SetDestinationCidrBlock ¶ added in v1.5.0
func (s *DeleteVpnConnectionRouteInput) SetDestinationCidrBlock(v string) *DeleteVpnConnectionRouteInput
SetDestinationCidrBlock sets the DestinationCidrBlock field's value.
func (*DeleteVpnConnectionRouteInput) SetVpnConnectionId ¶ added in v1.5.0
func (s *DeleteVpnConnectionRouteInput) SetVpnConnectionId(v string) *DeleteVpnConnectionRouteInput
SetVpnConnectionId sets the VpnConnectionId field's value.
func (DeleteVpnConnectionRouteInput) String ¶ added in v0.9.5
func (s DeleteVpnConnectionRouteInput) String() string
String returns the string representation
func (*DeleteVpnConnectionRouteInput) Validate ¶ added in v1.1.21
func (s *DeleteVpnConnectionRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpnConnectionRouteOutput ¶ added in v0.9.5
type DeleteVpnConnectionRouteOutput struct {
// contains filtered or unexported fields
}
func (DeleteVpnConnectionRouteOutput) GoString ¶ added in v0.9.5
func (s DeleteVpnConnectionRouteOutput) GoString() string
GoString returns the string representation
func (DeleteVpnConnectionRouteOutput) String ¶ added in v0.9.5
func (s DeleteVpnConnectionRouteOutput) String() string
String returns the string representation
type DeleteVpnGatewayInput ¶ added in v0.9.5
type DeleteVpnGatewayInput 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 virtual private gateway.
//
// VpnGatewayId is a required field
VpnGatewayId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeleteVpnGateway.
func (DeleteVpnGatewayInput) GoString ¶ added in v0.9.5
func (s DeleteVpnGatewayInput) GoString() string
GoString returns the string representation
func (*DeleteVpnGatewayInput) SetDryRun ¶ added in v1.5.0
func (s *DeleteVpnGatewayInput) SetDryRun(v bool) *DeleteVpnGatewayInput
SetDryRun sets the DryRun field's value.
func (*DeleteVpnGatewayInput) SetVpnGatewayId ¶ added in v1.5.0
func (s *DeleteVpnGatewayInput) SetVpnGatewayId(v string) *DeleteVpnGatewayInput
SetVpnGatewayId sets the VpnGatewayId field's value.
func (DeleteVpnGatewayInput) String ¶ added in v0.9.5
func (s DeleteVpnGatewayInput) String() string
String returns the string representation
func (*DeleteVpnGatewayInput) Validate ¶ added in v1.1.21
func (s *DeleteVpnGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpnGatewayOutput ¶ added in v0.9.5
type DeleteVpnGatewayOutput struct {
// contains filtered or unexported fields
}
func (DeleteVpnGatewayOutput) GoString ¶ added in v0.9.5
func (s DeleteVpnGatewayOutput) GoString() string
GoString returns the string representation
func (DeleteVpnGatewayOutput) String ¶ added in v0.9.5
func (s DeleteVpnGatewayOutput) String() string
String returns the string representation
type DeregisterImageInput ¶
type DeregisterImageInput 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 AMI.
//
// ImageId is a required field
ImageId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
Contains the parameters for DeregisterImage.
func (DeregisterImageInput) GoString ¶ added in v0.6.5
func (s DeregisterImageInput) GoString() string
GoString returns the string representation
func (*DeregisterImageInput) SetDryRun ¶ added in v1.5.0
func (s *DeregisterImageInput) SetDryRun(v bool) *DeregisterImageInput
SetDryRun sets the DryRun field's value.
func (*DeregisterImageInput) SetImageId ¶ added in v1.5.0
func (s *DeregisterImageInput) SetImageId(v string) *DeregisterImageInput
SetImageId sets the ImageId field's value.
func (DeregisterImageInput) String ¶ added in v0.6.5
func (s DeregisterImageInput) String() string
String returns the string representation
func (*DeregisterImageInput) Validate ¶ added in v1.1.21
func (s *DeregisterImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterImageOutput ¶
type DeregisterImageOutput struct {
// contains filtered or unexported fields
}
func (DeregisterImageOutput) GoString ¶ added in v0.6.5
func (s DeregisterImageOutput) GoString() string
GoString returns the string representation
func (DeregisterImageOutput) String ¶ added in v0.6.5
func (s DeregisterImageOutput) String() string
String returns the string representation
type DescribeAccountAttributesInput ¶
type DescribeAccountAttributesInput struct {
// One or more account attribute names.
AttributeNames []*string `locationName:"attributeName" locationNameList:"attributeName" type:"list"`
// Checks whether you have the required permissions for the action, without
// actually making 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"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeAccountAttributes.
func (DescribeAccountAttributesInput) GoString ¶ added in v0.6.5
func (s DescribeAccountAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeAccountAttributesInput) SetAttributeNames ¶ added in v1.5.0
func (s *DescribeAccountAttributesInput) SetAttributeNames(v []*string) *DescribeAccountAttributesInput
SetAttributeNames sets the AttributeNames field's value.
func (*DescribeAccountAttributesInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeAccountAttributesInput) SetDryRun(v bool) *DescribeAccountAttributesInput
SetDryRun sets the DryRun field's value.
func (DescribeAccountAttributesInput) String ¶ added in v0.6.5
func (s DescribeAccountAttributesInput) String() string
String returns the string representation
type DescribeAccountAttributesOutput ¶
type DescribeAccountAttributesOutput struct {
// Information about one or more account attributes.
AccountAttributes []*AccountAttribute `locationName:"accountAttributeSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DescribeAccountAttributes.
func (DescribeAccountAttributesOutput) GoString ¶ added in v0.6.5
func (s DescribeAccountAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeAccountAttributesOutput) SetAccountAttributes ¶ added in v1.5.0
func (s *DescribeAccountAttributesOutput) SetAccountAttributes(v []*AccountAttribute) *DescribeAccountAttributesOutput
SetAccountAttributes sets the AccountAttributes field's value.
func (DescribeAccountAttributesOutput) String ¶ added in v0.6.5
func (s DescribeAccountAttributesOutput) String() string
String returns the string representation
type DescribeAddressesInput ¶
type DescribeAddressesInput struct {
// [EC2-VPC] One or more allocation IDs.
//
// Default: Describes all your Elastic IP addresses.
AllocationIds []*string `locationName:"AllocationId" locationNameList:"AllocationId" type:"list"`
// Checks whether you have the required permissions for the action, without
// actually making 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"`
// One or more filters. Filter names and values are case-sensitive.
//
// * allocation-id - [EC2-VPC] The allocation ID for the address.
//
// * association-id - [EC2-VPC] The association ID for the address.
//
// * domain - Indicates whether the address is for use in EC2-Classic (standard)
// or in a VPC (vpc).
//
// * instance-id - The ID of the instance the address is associated with,
// if any.
//
// * network-interface-id - [EC2-VPC] The ID of the network interface that
// the address is associated with, if any.
//
// * network-interface-owner-id - The AWS account ID of the owner.
//
// * private-ip-address - [EC2-VPC] The private IP address associated with
// the Elastic IP address.
//
// * public-ip - The Elastic IP address.
//
// * tag:key=value - The key/value combination of a tag assigned to the resource.
// Specify the key of the tag in the filter name and the value of the tag
// in the filter value. For example, for the tag Purpose=X, specify tag:Purpose
// for the filter name and X for the filter value.
//
// * tag-key - The key of a tag assigned to the resource. Use this filter
// to find all resources assigned a tag with a specific key, regardless of
// the tag value.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// [EC2-Classic] One or more Elastic IP addresses.
//
// Default: Describes all your Elastic IP addresses.
PublicIps []*string `locationName:"PublicIp" locationNameList:"PublicIp" type:"list"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeAddresses.
func (DescribeAddressesInput) GoString ¶ added in v0.6.5
func (s DescribeAddressesInput) GoString() string
GoString returns the string representation
func (*DescribeAddressesInput) SetAllocationIds ¶ added in v1.5.0
func (s *DescribeAddressesInput) SetAllocationIds(v []*string) *DescribeAddressesInput
SetAllocationIds sets the AllocationIds field's value.
func (*DescribeAddressesInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeAddressesInput) SetDryRun(v bool) *DescribeAddressesInput
SetDryRun sets the DryRun field's value.
func (*DescribeAddressesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeAddressesInput) SetFilters(v []*Filter) *DescribeAddressesInput
SetFilters sets the Filters field's value.
func (*DescribeAddressesInput) SetPublicIps ¶ added in v1.5.0
func (s *DescribeAddressesInput) SetPublicIps(v []*string) *DescribeAddressesInput
SetPublicIps sets the PublicIps field's value.
func (DescribeAddressesInput) String ¶ added in v0.6.5
func (s DescribeAddressesInput) String() string
String returns the string representation
type DescribeAddressesOutput ¶
type DescribeAddressesOutput struct {
// Information about one or more Elastic IP addresses.
Addresses []*Address `locationName:"addressesSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DescribeAddresses.
func (DescribeAddressesOutput) GoString ¶ added in v0.6.5
func (s DescribeAddressesOutput) GoString() string
GoString returns the string representation
func (*DescribeAddressesOutput) SetAddresses ¶ added in v1.5.0
func (s *DescribeAddressesOutput) SetAddresses(v []*Address) *DescribeAddressesOutput
SetAddresses sets the Addresses field's value.
func (DescribeAddressesOutput) String ¶ added in v0.6.5
func (s DescribeAddressesOutput) String() string
String returns the string representation
type DescribeAggregateIdFormatInput ¶ added in v1.12.74
type DescribeAggregateIdFormatInput struct {
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
// the required permissions, the error response is DryRunOperation. Otherwise,
// it is UnauthorizedOperation.
DryRun *bool `type:"boolean"`
// contains filtered or unexported fields
}
func (DescribeAggregateIdFormatInput) GoString ¶ added in v1.12.74
func (s DescribeAggregateIdFormatInput) GoString() string
GoString returns the string representation
func (*DescribeAggregateIdFormatInput) SetDryRun ¶ added in v1.12.74
func (s *DescribeAggregateIdFormatInput) SetDryRun(v bool) *DescribeAggregateIdFormatInput
SetDryRun sets the DryRun field's value.
func (DescribeAggregateIdFormatInput) String ¶ added in v1.12.74
func (s DescribeAggregateIdFormatInput) String() string
String returns the string representation
type DescribeAggregateIdFormatOutput ¶ added in v1.12.74
type DescribeAggregateIdFormatOutput struct {
// Information about each resource's ID format.
Statuses []*IdFormat `locationName:"statusSet" locationNameList:"item" type:"list"`
// Indicates whether all resource types in the region are configured to use
// longer IDs. This value is only true if all users are configured to use longer
// IDs for all resources types in the region.
UseLongIdsAggregated *bool `locationName:"useLongIdsAggregated" type:"boolean"`
// contains filtered or unexported fields
}
func (DescribeAggregateIdFormatOutput) GoString ¶ added in v1.12.74
func (s DescribeAggregateIdFormatOutput) GoString() string
GoString returns the string representation
func (*DescribeAggregateIdFormatOutput) SetStatuses ¶ added in v1.12.74
func (s *DescribeAggregateIdFormatOutput) SetStatuses(v []*IdFormat) *DescribeAggregateIdFormatOutput
SetStatuses sets the Statuses field's value.
func (*DescribeAggregateIdFormatOutput) SetUseLongIdsAggregated ¶ added in v1.12.74
func (s *DescribeAggregateIdFormatOutput) SetUseLongIdsAggregated(v bool) *DescribeAggregateIdFormatOutput
SetUseLongIdsAggregated sets the UseLongIdsAggregated field's value.
func (DescribeAggregateIdFormatOutput) String ¶ added in v1.12.74
func (s DescribeAggregateIdFormatOutput) String() string
String returns the string representation
type DescribeAvailabilityZonesInput ¶
type DescribeAvailabilityZonesInput 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"`
// One or more filters.
//
// * message - Information about the Availability Zone.
//
// * region-name - The name of the region for the Availability Zone (for
// example, us-east-1).
//
// * state - The state of the Availability Zone (available | information
// | impaired | unavailable).
//
// * zone-name - The name of the Availability Zone (for example, us-east-1a).
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// The names of one or more Availability Zones.
ZoneNames []*string `locationName:"ZoneName" locationNameList:"ZoneName" type:"list"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeAvailabilityZones.
func (DescribeAvailabilityZonesInput) GoString ¶ added in v0.6.5
func (s DescribeAvailabilityZonesInput) GoString() string
GoString returns the string representation
func (*DescribeAvailabilityZonesInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeAvailabilityZonesInput) SetDryRun(v bool) *DescribeAvailabilityZonesInput
SetDryRun sets the DryRun field's value.
func (*DescribeAvailabilityZonesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeAvailabilityZonesInput) SetFilters(v []*Filter) *DescribeAvailabilityZonesInput
SetFilters sets the Filters field's value.
func (*DescribeAvailabilityZonesInput) SetZoneNames ¶ added in v1.5.0
func (s *DescribeAvailabilityZonesInput) SetZoneNames(v []*string) *DescribeAvailabilityZonesInput
SetZoneNames sets the ZoneNames field's value.
func (DescribeAvailabilityZonesInput) String ¶ added in v0.6.5
func (s DescribeAvailabilityZonesInput) String() string
String returns the string representation
type DescribeAvailabilityZonesOutput ¶
type DescribeAvailabilityZonesOutput struct {
// Information about one or more Availability Zones.
AvailabilityZones []*AvailabilityZone `locationName:"availabilityZoneInfo" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DescribeAvailabiltyZones.
func (DescribeAvailabilityZonesOutput) GoString ¶ added in v0.6.5
func (s DescribeAvailabilityZonesOutput) GoString() string
GoString returns the string representation
func (*DescribeAvailabilityZonesOutput) SetAvailabilityZones ¶ added in v1.5.0
func (s *DescribeAvailabilityZonesOutput) SetAvailabilityZones(v []*AvailabilityZone) *DescribeAvailabilityZonesOutput
SetAvailabilityZones sets the AvailabilityZones field's value.
func (DescribeAvailabilityZonesOutput) String ¶ added in v0.6.5
func (s DescribeAvailabilityZonesOutput) String() string
String returns the string representation
type DescribeBundleTasksInput ¶
type DescribeBundleTasksInput struct {
// One or more bundle task IDs.
//
// Default: Describes all your bundle tasks.
BundleIds []*string `locationName:"BundleId" locationNameList:"BundleId" type:"list"`
// Checks whether you have the required permissions for the action, without
// actually making 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"`
// One or more filters.
//
// * bundle-id - The ID of the bundle task.
//
// * error-code - If the task failed, the error code returned.
//
// * error-message - If the task failed, the error message returned.
//
// * instance-id - The ID of the instance.
//
// * progress - The level of task completion, as a percentage (for example,
// 20%).
//
// * s3-bucket - The Amazon S3 bucket to store the AMI.
//
// * s3-prefix - The beginning of the AMI name.
//
// * start-time - The time the task started (for example, 2013-09-15T17:15:20.000Z).
//
// * state - The state of the task (pending | waiting-for-shutdown | bundling
// | storing | cancelling | complete | failed).
//
// * update-time - The time of the most recent update for the task.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeBundleTasks.
func (DescribeBundleTasksInput) GoString ¶ added in v0.6.5
func (s DescribeBundleTasksInput) GoString() string
GoString returns the string representation
func (*DescribeBundleTasksInput) SetBundleIds ¶ added in v1.5.0
func (s *DescribeBundleTasksInput) SetBundleIds(v []*string) *DescribeBundleTasksInput
SetBundleIds sets the BundleIds field's value.
func (*DescribeBundleTasksInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeBundleTasksInput) SetDryRun(v bool) *DescribeBundleTasksInput
SetDryRun sets the DryRun field's value.
func (*DescribeBundleTasksInput) SetFilters ¶ added in v1.5.0
func (s *DescribeBundleTasksInput) SetFilters(v []*Filter) *DescribeBundleTasksInput
SetFilters sets the Filters field's value.
func (DescribeBundleTasksInput) String ¶ added in v0.6.5
func (s DescribeBundleTasksInput) String() string
String returns the string representation
type DescribeBundleTasksOutput ¶
type DescribeBundleTasksOutput struct {
// Information about one or more bundle tasks.
BundleTasks []*BundleTask `locationName:"bundleInstanceTasksSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DescribeBundleTasks.
func (DescribeBundleTasksOutput) GoString ¶ added in v0.6.5
func (s DescribeBundleTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeBundleTasksOutput) SetBundleTasks ¶ added in v1.5.0
func (s *DescribeBundleTasksOutput) SetBundleTasks(v []*BundleTask) *DescribeBundleTasksOutput
SetBundleTasks sets the BundleTasks field's value.
func (DescribeBundleTasksOutput) String ¶ added in v0.6.5
func (s DescribeBundleTasksOutput) String() string
String returns the string representation
type DescribeClassicLinkInstancesInput ¶
type DescribeClassicLinkInstancesInput 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"`
// One or more filters.
//
// * group-id - The ID of a VPC security group that's associated with the
// instance.
//
// * instance-id - The ID of the instance.
//
// * tag:key=value - The key/value combination of a tag assigned to the resource.
//
// * tag-key - The key of a tag assigned to the resource. Use this filter
// to find all resources assigned a tag with a specific key, regardless of
// the tag value.
//
// * vpc-id - The ID of the VPC that the instance is linked to.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// One or more instance IDs. Must be instances linked to a VPC through ClassicLink.
InstanceIds []*string `locationName:"InstanceId" locationNameList:"InstanceId" type:"list"`
// The maximum number of results to return for the request in a single page.
// The remaining results of the initial request can be seen by sending another
// request with the returned NextToken value. This value can be between 5 and
// 1000; if MaxResults is given a value larger than 1000, only 1000 results
// are returned. You cannot specify this parameter and the instance IDs parameter
// in the same request.
//
// Constraint: If the value is greater than 1000, we return only 1000 items.
MaxResults *int64 `locationName:"maxResults" type:"integer"`
// The token to retrieve the next page of results.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeClassicLinkInstances.
func (DescribeClassicLinkInstancesInput) GoString ¶ added in v0.6.5
func (s DescribeClassicLinkInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeClassicLinkInstancesInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeClassicLinkInstancesInput) SetDryRun(v bool) *DescribeClassicLinkInstancesInput
SetDryRun sets the DryRun field's value.
func (*DescribeClassicLinkInstancesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeClassicLinkInstancesInput) SetFilters(v []*Filter) *DescribeClassicLinkInstancesInput
SetFilters sets the Filters field's value.
func (*DescribeClassicLinkInstancesInput) SetInstanceIds ¶ added in v1.5.0
func (s *DescribeClassicLinkInstancesInput) SetInstanceIds(v []*string) *DescribeClassicLinkInstancesInput
SetInstanceIds sets the InstanceIds field's value.
func (*DescribeClassicLinkInstancesInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeClassicLinkInstancesInput) SetMaxResults(v int64) *DescribeClassicLinkInstancesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeClassicLinkInstancesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeClassicLinkInstancesInput) SetNextToken(v string) *DescribeClassicLinkInstancesInput
SetNextToken sets the NextToken field's value.
func (DescribeClassicLinkInstancesInput) String ¶ added in v0.6.5
func (s DescribeClassicLinkInstancesInput) String() string
String returns the string representation
type DescribeClassicLinkInstancesOutput ¶
type DescribeClassicLinkInstancesOutput struct {
// Information about one or more linked EC2-Classic instances.
Instances []*ClassicLinkInstance `locationName:"instancesSet" locationNameList:"item" type:"list"`
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
Contains the output of DescribeClassicLinkInstances.
func (DescribeClassicLinkInstancesOutput) GoString ¶ added in v0.6.5
func (s DescribeClassicLinkInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeClassicLinkInstancesOutput) SetInstances ¶ added in v1.5.0
func (s *DescribeClassicLinkInstancesOutput) SetInstances(v []*ClassicLinkInstance) *DescribeClassicLinkInstancesOutput
SetInstances sets the Instances field's value.
func (*DescribeClassicLinkInstancesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeClassicLinkInstancesOutput) SetNextToken(v string) *DescribeClassicLinkInstancesOutput
SetNextToken sets the NextToken field's value.
func (DescribeClassicLinkInstancesOutput) String ¶ added in v0.6.5
func (s DescribeClassicLinkInstancesOutput) String() string
String returns the string representation
type DescribeConversionTasksInput ¶
type DescribeConversionTasksInput struct {
// One or more conversion task IDs.
ConversionTaskIds []*string `locationName:"conversionTaskId" locationNameList:"item" type:"list"`
// Checks whether you have the required permissions for the action, without
// actually making 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"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeConversionTasks.
func (DescribeConversionTasksInput) GoString ¶ added in v0.6.5
func (s DescribeConversionTasksInput) GoString() string
GoString returns the string representation
func (*DescribeConversionTasksInput) SetConversionTaskIds ¶ added in v1.5.0
func (s *DescribeConversionTasksInput) SetConversionTaskIds(v []*string) *DescribeConversionTasksInput
SetConversionTaskIds sets the ConversionTaskIds field's value.
func (*DescribeConversionTasksInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeConversionTasksInput) SetDryRun(v bool) *DescribeConversionTasksInput
SetDryRun sets the DryRun field's value.
func (DescribeConversionTasksInput) String ¶ added in v0.6.5
func (s DescribeConversionTasksInput) String() string
String returns the string representation
type DescribeConversionTasksOutput ¶
type DescribeConversionTasksOutput struct {
// Information about the conversion tasks.
ConversionTasks []*ConversionTask `locationName:"conversionTasks" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output for DescribeConversionTasks.
func (DescribeConversionTasksOutput) GoString ¶ added in v0.6.5
func (s DescribeConversionTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeConversionTasksOutput) SetConversionTasks ¶ added in v1.5.0
func (s *DescribeConversionTasksOutput) SetConversionTasks(v []*ConversionTask) *DescribeConversionTasksOutput
SetConversionTasks sets the ConversionTasks field's value.
func (DescribeConversionTasksOutput) String ¶ added in v0.6.5
func (s DescribeConversionTasksOutput) String() string
String returns the string representation
type DescribeCustomerGatewaysInput ¶
type DescribeCustomerGatewaysInput struct {
// One or more customer gateway IDs.
//
// Default: Describes all your customer gateways.
CustomerGatewayIds []*string `locationName:"CustomerGatewayId" locationNameList:"CustomerGatewayId" type:"list"`
// Checks whether you have the required permissions for the action, without
// actually making 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"`
// One or more filters.
//
// * bgp-asn - The customer gateway's Border Gateway Protocol (BGP) Autonomous
// System Number (ASN).
//
// * customer-gateway-id - The ID of the customer gateway.
//
// * ip-address - The IP address of the customer gateway's Internet-routable
// external interface.
//
// * state - The state of the customer gateway (pending | available | deleting
// | deleted).
//
// * type - The type of customer gateway. Currently, the only supported type
// is ipsec.1.
//
// * tag:key=value - The key/value combination of a tag assigned to the resource.
// Specify the key of the tag in the filter name and the value of the tag
// in the filter value. For example, for the tag Purpose=X, specify tag:Purpose
// for the filter name and X for the filter value.
//
// * tag-key - The key of a tag assigned to the resource. Use this filter
// to find all resources assigned a tag with a specific key, regardless of
// the tag value.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeCustomerGateways.
func (DescribeCustomerGatewaysInput) GoString ¶ added in v0.6.5
func (s DescribeCustomerGatewaysInput) GoString() string
GoString returns the string representation
func (*DescribeCustomerGatewaysInput) SetCustomerGatewayIds ¶ added in v1.5.0
func (s *DescribeCustomerGatewaysInput) SetCustomerGatewayIds(v []*string) *DescribeCustomerGatewaysInput
SetCustomerGatewayIds sets the CustomerGatewayIds field's value.
func (*DescribeCustomerGatewaysInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeCustomerGatewaysInput) SetDryRun(v bool) *DescribeCustomerGatewaysInput
SetDryRun sets the DryRun field's value.
func (*DescribeCustomerGatewaysInput) SetFilters ¶ added in v1.5.0
func (s *DescribeCustomerGatewaysInput) SetFilters(v []*Filter) *DescribeCustomerGatewaysInput
SetFilters sets the Filters field's value.
func (DescribeCustomerGatewaysInput) String ¶ added in v0.6.5
func (s DescribeCustomerGatewaysInput) String() string
String returns the string representation
type DescribeCustomerGatewaysOutput ¶
type DescribeCustomerGatewaysOutput struct {
// Information about one or more customer gateways.
CustomerGateways []*CustomerGateway `locationName:"customerGatewaySet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DescribeCustomerGateways.
func (DescribeCustomerGatewaysOutput) GoString ¶ added in v0.6.5
func (s DescribeCustomerGatewaysOutput) GoString() string
GoString returns the string representation
func (*DescribeCustomerGatewaysOutput) SetCustomerGateways ¶ added in v1.5.0
func (s *DescribeCustomerGatewaysOutput) SetCustomerGateways(v []*CustomerGateway) *DescribeCustomerGatewaysOutput
SetCustomerGateways sets the CustomerGateways field's value.
func (DescribeCustomerGatewaysOutput) String ¶ added in v0.6.5
func (s DescribeCustomerGatewaysOutput) String() string
String returns the string representation
type DescribeDhcpOptionsInput ¶ added in v0.9.5
type DescribeDhcpOptionsInput struct {
// The IDs of one or more DHCP options sets.
//
// Default: Describes all your DHCP options sets.
DhcpOptionsIds []*string `locationName:"DhcpOptionsId" locationNameList:"DhcpOptionsId" type:"list"`
// Checks whether you have the required permissions for the action, without
// actually making 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"`
// One or more filters.
//
// * dhcp-options-id - The ID of a set of DHCP options.
//
// * key - The key for one of the options (for example, domain-name).
//
// * value - The value for one of the options.
//
// * tag:key=value - The key/value combination of a tag assigned to the resource.
// Specify the key of the tag in the filter name and the value of the tag
// in the filter value. For example, for the tag Purpose=X, specify tag:Purpose
// for the filter name and X for the filter value.
//
// * tag-key - The key of a tag assigned to the resource. Use this filter
// to find all resources assigned a tag with a specific key, regardless of
// the tag value.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeDhcpOptions.
func (DescribeDhcpOptionsInput) GoString ¶ added in v0.9.5
func (s DescribeDhcpOptionsInput) GoString() string
GoString returns the string representation
func (*DescribeDhcpOptionsInput) SetDhcpOptionsIds ¶ added in v1.5.0
func (s *DescribeDhcpOptionsInput) SetDhcpOptionsIds(v []*string) *DescribeDhcpOptionsInput
SetDhcpOptionsIds sets the DhcpOptionsIds field's value.
func (*DescribeDhcpOptionsInput) SetDryRun ¶ added in v1.5.0
func (s *DescribeDhcpOptionsInput) SetDryRun(v bool) *DescribeDhcpOptionsInput
SetDryRun sets the DryRun field's value.
func (*DescribeDhcpOptionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeDhcpOptionsInput) SetFilters(v []*Filter) *DescribeDhcpOptionsInput
SetFilters sets the Filters field's value.
func (DescribeDhcpOptionsInput) String ¶ added in v0.9.5
func (s DescribeDhcpOptionsInput) String() string
String returns the string representation
type DescribeDhcpOptionsOutput ¶ added in v0.9.5
type DescribeDhcpOptionsOutput struct {
// Information about one or more DHCP options sets.
DhcpOptions []*DhcpOptions `locationName:"dhcpOptionsSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DescribeDhcpOptions.
func (DescribeDhcpOptionsOutput) GoString ¶ added in v0.9.5
func (s DescribeDhcpOptionsOutput) GoString() string
GoString returns the string representation
func (*DescribeDhcpOptionsOutput) SetDhcpOptions ¶ added in v1.5.0
func (s *DescribeDhcpOptionsOutput) SetDhcpOptions(v []*DhcpOptions) *DescribeDhcpOptionsOutput
SetDhcpOptions sets the DhcpOptions field's value.
func (DescribeDhcpOptionsOutput) String ¶ added in v0.9.5
func (s DescribeDhcpOptionsOutput) String() string
String returns the string representation
type DescribeEgressOnlyInternetGatewaysInput ¶ added in v1.5.13
type DescribeEgressOnlyInternetGatewaysInput 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"`
// One or more egress-only Internet gateway IDs.
EgressOnlyInternetGatewayIds []*string `locationName:"EgressOnlyInternetGatewayId" locationNameList:"item" type:"list"`
// The maximum number of results to return for the request in a single page.
// The remaining results can be seen by sending another request with the returned
// NextToken value. This value can be between 5 and 1000; if MaxResults is given
// a value larger than 1000, only 1000 results are returned.
MaxResults *int64 `type:"integer"`
// The token to retrieve the next page of results.
NextToken *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribeEgressOnlyInternetGatewaysInput) GoString ¶ added in v1.5.13
func (s DescribeEgressOnlyInternetGatewaysInput) GoString() string
GoString returns the string representation
func (*DescribeEgressOnlyInternetGatewaysInput) SetDryRun ¶ added in v1.5.13
func (s *DescribeEgressOnlyInternetGatewaysInput) SetDryRun(v bool) *DescribeEgressOnlyInternetGatewaysInput
SetDryRun sets the DryRun field's value.
func (*DescribeEgressOnlyInternetGatewaysInput) SetEgressOnlyInternetGatewayIds ¶ added in v1.5.13
func (s *DescribeEgressOnlyInternetGatewaysInput) SetEgressOnlyInternetGatewayIds(v []*string) *DescribeEgressOnlyInternetGatewaysInput
SetEgressOnlyInternetGatewayIds sets the EgressOnlyInternetGatewayIds field's value.
func (*DescribeEgressOnlyInternetGatewaysInput) SetMaxResults ¶ added in v1.5.13
func (s *DescribeEgressOnlyInternetGatewaysInput) SetMaxResults(v int64) *DescribeEgressOnlyInternetGatewaysInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeEgressOnlyInternetGatewaysInput) SetNextToken ¶ added in v1.5.13
func (s *DescribeEgressOnlyInternetGatewaysInput) SetNextToken(v string) *DescribeEgressOnlyInternetGatewaysInput
SetNextToken sets the NextToken field's value.
func (DescribeEgressOnlyInternetGatewaysInput) String ¶ added in v1.5.13
func (s DescribeEgressOnlyInternetGatewaysInput) String() string
String returns the string representation
type DescribeEgressOnlyInternetGatewaysOutput ¶ added in v1.5.13
type DescribeEgressOnlyInternetGatewaysOutput struct {
// Information about the egress-only Internet gateways.
EgressOnlyInternetGateways []*EgressOnlyInternetGateway `locationName:"egressOnlyInternetGatewaySet" locationNameList:"item" type:"list"`
// The token to use to retrieve the next page of results.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
func (DescribeEgressOnlyInternetGatewaysOutput) GoString ¶ added in v1.5.13
func (s DescribeEgressOnlyInternetGatewaysOutput) GoString() string
GoString returns the string representation
func (*DescribeEgressOnlyInternetGatewaysOutput) SetEgressOnlyInternetGateways ¶ added in v1.5.13
func (s *DescribeEgressOnlyInternetGatewaysOutput) SetEgressOnlyInternetGateways(v []*EgressOnlyInternetGateway) *DescribeEgressOnlyInternetGatewaysOutput
SetEgressOnlyInternetGateways sets the EgressOnlyInternetGateways field's value.
func (*DescribeEgressOnlyInternetGatewaysOutput) SetNextToken ¶ added in v1.5.13
func (s *DescribeEgressOnlyInternetGatewaysOutput) SetNextToken(v string) *DescribeEgressOnlyInternetGatewaysOutput
SetNextToken sets the NextToken field's value.
func (DescribeEgressOnlyInternetGatewaysOutput) String ¶ added in v1.5.13
func (s DescribeEgressOnlyInternetGatewaysOutput) String() string
String returns the string representation
type DescribeElasticGpusInput ¶ added in v1.10.17
type DescribeElasticGpusInput 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"`
// One or more Elastic GPU IDs.
ElasticGpuIds []*string `locationName:"ElasticGpuId" locationNameList:"item" type:"list"`
// One or more filters.
//
// * availability-zone - The Availability Zone in which the Elastic GPU resides.
//
// * elastic-gpu-health - The status of the Elastic GPU (OK | IMPAIRED).
//
// * elastic-gpu-state - The state of the Elastic GPU (ATTACHED).
//
// * elastic-gpu-type - The type of Elastic GPU; for example, eg1.medium.
//
// * instance-id - The ID of the instance to which the Elastic GPU is associated.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// The maximum number of results to return in a single call. To retrieve the
// remaining results, make another call with the returned NextToken value. This
// value can be between 5 and 1000.
MaxResults *int64 `type:"integer"`
// The token to request the next page of results.
NextToken *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribeElasticGpusInput) GoString ¶ added in v1.10.17
func (s DescribeElasticGpusInput) GoString() string
GoString returns the string representation
func (*DescribeElasticGpusInput) SetDryRun ¶ added in v1.10.17
func (s *DescribeElasticGpusInput) SetDryRun(v bool) *DescribeElasticGpusInput
SetDryRun sets the DryRun field's value.
func (*DescribeElasticGpusInput) SetElasticGpuIds ¶ added in v1.10.17
func (s *DescribeElasticGpusInput) SetElasticGpuIds(v []*string) *DescribeElasticGpusInput
SetElasticGpuIds sets the ElasticGpuIds field's value.
func (*DescribeElasticGpusInput) SetFilters ¶ added in v1.10.17
func (s *DescribeElasticGpusInput) SetFilters(v []*Filter) *DescribeElasticGpusInput
SetFilters sets the Filters field's value.
func (*DescribeElasticGpusInput) SetMaxResults ¶ added in v1.10.17
func (s *DescribeElasticGpusInput) SetMaxResults(v int64) *DescribeElasticGpusInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeElasticGpusInput) SetNextToken ¶ added in v1.10.17
func (s *DescribeElasticGpusInput) SetNextToken(v string) *DescribeElasticGpusInput
SetNextToken sets the NextToken field's value.
func (DescribeElasticGpusInput) String ¶ added in v1.10.17
func (s DescribeElasticGpusInput) String() string
String returns the string representation
type DescribeElasticGpusOutput ¶ added in v1.10.17
type DescribeElasticGpusOutput struct {
// Information about the Elastic GPUs.
ElasticGpuSet []*ElasticGpus `locationName:"elasticGpuSet" locationNameList:"item" type:"list"`
// The total number of items to return. If the total number of items available
// is more than the value specified in max-items then a Next-Token will be provided
// in the output that you can use to resume pagination.
MaxResults *int64 `locationName:"maxResults" type:"integer"`
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
func (DescribeElasticGpusOutput) GoString ¶ added in v1.10.17
func (s DescribeElasticGpusOutput) GoString() string
GoString returns the string representation
func (*DescribeElasticGpusOutput) SetElasticGpuSet ¶ added in v1.10.17
func (s *DescribeElasticGpusOutput) SetElasticGpuSet(v []*ElasticGpus) *DescribeElasticGpusOutput
SetElasticGpuSet sets the ElasticGpuSet field's value.
func (*DescribeElasticGpusOutput) SetMaxResults ¶ added in v1.10.17
func (s *DescribeElasticGpusOutput) SetMaxResults(v int64) *DescribeElasticGpusOutput
SetMaxResults sets the MaxResults field's value.
func (*DescribeElasticGpusOutput) SetNextToken ¶ added in v1.10.17
func (s *DescribeElasticGpusOutput) SetNextToken(v string) *DescribeElasticGpusOutput
SetNextToken sets the NextToken field's value.
func (DescribeElasticGpusOutput) String ¶ added in v1.10.17
func (s DescribeElasticGpusOutput) String() string
String returns the string representation
type DescribeExportTasksInput ¶
type DescribeExportTasksInput struct {
// One or more export task IDs.
ExportTaskIds []*string `locationName:"exportTaskId" locationNameList:"ExportTaskId" type:"list"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeExportTasks.
func (DescribeExportTasksInput) GoString ¶ added in v0.6.5
func (s DescribeExportTasksInput) GoString() string
GoString returns the string representation
func (*DescribeExportTasksInput) SetExportTaskIds ¶ added in v1.5.0
func (s *DescribeExportTasksInput) SetExportTaskIds(v []*string) *DescribeExportTasksInput
SetExportTaskIds sets the ExportTaskIds field's value.
func (DescribeExportTasksInput) String ¶ added in v0.6.5
func (s DescribeExportTasksInput) String() string
String returns the string representation
type DescribeExportTasksOutput ¶
type DescribeExportTasksOutput struct {
// Information about the export tasks.
ExportTasks []*ExportTask `locationName:"exportTaskSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output for DescribeExportTasks.
func (DescribeExportTasksOutput) GoString ¶ added in v0.6.5
func (s DescribeExportTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeExportTasksOutput) SetExportTasks ¶ added in v1.5.0
func (s *DescribeExportTasksOutput) SetExportTasks(v []*ExportTask) *DescribeExportTasksOutput
SetExportTasks sets the ExportTasks field's value.
func (DescribeExportTasksOutput) String ¶ added in v0.6.5
func (s DescribeExportTasksOutput) String() string
String returns the string representation
type DescribeFleetHistoryInput ¶ added in v1.13.40
type DescribeFleetHistoryInput 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 type of events to describe. By default, all events are described.
EventType *string `type:"string" enum:"FleetEventType"`
// The ID of the EC2 Fleet.
//
// FleetId is a required field
FleetId *string `type:"string" required:"true"`
// The maximum number of results to return in a single call. Specify a value
// between 1 and 1000. The default value is 1000. To retrieve the remaining
// results, make another call with the returned NextToken value.
MaxResults *int64 `type:"integer"`
// The token for the next set of results.
NextToken *string `type:"string"`
// The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
//
// StartTime is a required field
StartTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
// contains filtered or unexported fields
}
func (DescribeFleetHistoryInput) GoString ¶ added in v1.13.40
func (s DescribeFleetHistoryInput) GoString() string
GoString returns the string representation
func (*DescribeFleetHistoryInput) SetDryRun ¶ added in v1.13.40
func (s *DescribeFleetHistoryInput) SetDryRun(v bool) *DescribeFleetHistoryInput
SetDryRun sets the DryRun field's value.
func (*DescribeFleetHistoryInput) SetEventType ¶ added in v1.13.40
func (s *DescribeFleetHistoryInput) SetEventType(v string) *DescribeFleetHistoryInput
SetEventType sets the EventType field's value.
func (*DescribeFleetHistoryInput) SetFleetId ¶ added in v1.13.40
func (s *DescribeFleetHistoryInput) SetFleetId(v string) *DescribeFleetHistoryInput
SetFleetId sets the FleetId field's value.
func (*DescribeFleetHistoryInput) SetMaxResults ¶ added in v1.13.40
func (s *DescribeFleetHistoryInput) SetMaxResults(v int64) *DescribeFleetHistoryInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeFleetHistoryInput) SetNextToken ¶ added in v1.13.40
func (s *DescribeFleetHistoryInput) SetNextToken(v string) *DescribeFleetHistoryInput
SetNextToken sets the NextToken field's value.
func (*DescribeFleetHistoryInput) SetStartTime ¶ added in v1.13.40
func (s *DescribeFleetHistoryInput) SetStartTime(v time.Time) *DescribeFleetHistoryInput
SetStartTime sets the StartTime field's value.
func (DescribeFleetHistoryInput) String ¶ added in v1.13.40
func (s DescribeFleetHistoryInput) String() string
String returns the string representation
func (*DescribeFleetHistoryInput) Validate ¶ added in v1.13.40
func (s *DescribeFleetHistoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFleetHistoryOutput ¶ added in v1.13.40
type DescribeFleetHistoryOutput struct {
// The ID of the EC Fleet.
FleetId *string `locationName:"fleetId" type:"string"`
// Information about the events in the history of the EC2 Fleet.
HistoryRecords []*HistoryRecordEntry `locationName:"historyRecordSet" locationNameList:"item" type:"list"`
// The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
// All records up to this time were retrieved.
//
// If nextToken indicates that there are more results, this value is not present.
LastEvaluatedTime *time.Time `locationName:"lastEvaluatedTime" type:"timestamp" timestampFormat:"iso8601"`
// The token for the next set of results.
NextToken *string `locationName:"nextToken" type:"string"`
// The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
StartTime *time.Time `locationName:"startTime" type:"timestamp" timestampFormat:"iso8601"`
// contains filtered or unexported fields
}
func (DescribeFleetHistoryOutput) GoString ¶ added in v1.13.40
func (s DescribeFleetHistoryOutput) GoString() string
GoString returns the string representation
func (*DescribeFleetHistoryOutput) SetFleetId ¶ added in v1.13.40
func (s *DescribeFleetHistoryOutput) SetFleetId(v string) *DescribeFleetHistoryOutput
SetFleetId sets the FleetId field's value.
func (*DescribeFleetHistoryOutput) SetHistoryRecords ¶ added in v1.13.40
func (s *DescribeFleetHistoryOutput) SetHistoryRecords(v []*HistoryRecordEntry) *DescribeFleetHistoryOutput
SetHistoryRecords sets the HistoryRecords field's value.
func (*DescribeFleetHistoryOutput) SetLastEvaluatedTime ¶ added in v1.13.40
func (s *DescribeFleetHistoryOutput) SetLastEvaluatedTime(v time.Time) *DescribeFleetHistoryOutput
SetLastEvaluatedTime sets the LastEvaluatedTime field's value.
func (*DescribeFleetHistoryOutput) SetNextToken ¶ added in v1.13.40
func (s *DescribeFleetHistoryOutput) SetNextToken(v string) *DescribeFleetHistoryOutput
SetNextToken sets the NextToken field's value.
func (*DescribeFleetHistoryOutput) SetStartTime ¶ added in v1.13.40
func (s *DescribeFleetHistoryOutput) SetStartTime(v time.Time) *DescribeFleetHistoryOutput
SetStartTime sets the StartTime field's value.
func (DescribeFleetHistoryOutput) String ¶ added in v1.13.40
func (s DescribeFleetHistoryOutput) String() string
String returns the string representation
type DescribeFleetInstancesInput ¶ added in v1.13.40
type DescribeFleetInstancesInput 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"`
// One or more filters.
//
// * instance-type - The instance type.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// The ID of the EC2 Fleet.
//
// FleetId is a required field
FleetId *string `type:"string" required:"true"`
// The maximum number of results to return in a single call. Specify a value
// between 1 and 1000. The default value is 1000. To retrieve the remaining
// results, make another call with the returned NextToken value.
MaxResults *int64 `type:"integer"`
// The token for the next set of results.
NextToken *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribeFleetInstancesInput) GoString ¶ added in v1.13.40
func (s DescribeFleetInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeFleetInstancesInput) SetDryRun ¶ added in v1.13.40
func (s *DescribeFleetInstancesInput) SetDryRun(v bool) *DescribeFleetInstancesInput
SetDryRun sets the DryRun field's value.
func (*DescribeFleetInstancesInput) SetFilters ¶ added in v1.13.40
func (s *DescribeFleetInstancesInput) SetFilters(v []*Filter) *DescribeFleetInstancesInput
SetFilters sets the Filters field's value.
func (*DescribeFleetInstancesInput) SetFleetId ¶ added in v1.13.40
func (s *DescribeFleetInstancesInput) SetFleetId(v string) *DescribeFleetInstancesInput
SetFleetId sets the FleetId field's value.
func (*DescribeFleetInstancesInput) SetMaxResults ¶ added in v1.13.40
func (s *DescribeFleetInstancesInput) SetMaxResults(v int64) *DescribeFleetInstancesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeFleetInstancesInput) SetNextToken ¶ added in v1.13.40
func (s *DescribeFleetInstancesInput) SetNextToken(v string) *DescribeFleetInstancesInput
SetNextToken sets the NextToken field's value.
func (DescribeFleetInstancesInput) String ¶ added in v1.13.40
func (s DescribeFleetInstancesInput) String() string
String returns the string representation
func (*DescribeFleetInstancesInput) Validate ¶ added in v1.13.40
func (s *DescribeFleetInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFleetInstancesOutput ¶ added in v1.13.40
type DescribeFleetInstancesOutput struct {
// The running instances. This list is refreshed periodically and might be out
// of date.
ActiveInstances []*ActiveInstance `locationName:"activeInstanceSet" locationNameList:"item" type:"list"`
// The ID of the EC2 Fleet.
FleetId *string `locationName:"fleetId" type:"string"`
// The token for the next set of results.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
func (DescribeFleetInstancesOutput) GoString ¶ added in v1.13.40
func (s DescribeFleetInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeFleetInstancesOutput) SetActiveInstances ¶ added in v1.13.40
func (s *DescribeFleetInstancesOutput) SetActiveInstances(v []*ActiveInstance) *DescribeFleetInstancesOutput
SetActiveInstances sets the ActiveInstances field's value.
func (*DescribeFleetInstancesOutput) SetFleetId ¶ added in v1.13.40
func (s *DescribeFleetInstancesOutput) SetFleetId(v string) *DescribeFleetInstancesOutput
SetFleetId sets the FleetId field's value.
func (*DescribeFleetInstancesOutput) SetNextToken ¶ added in v1.13.40
func (s *DescribeFleetInstancesOutput) SetNextToken(v string) *DescribeFleetInstancesOutput
SetNextToken sets the NextToken field's value.
func (DescribeFleetInstancesOutput) String ¶ added in v1.13.40
func (s DescribeFleetInstancesOutput) String() string
String returns the string representation
type DescribeFleetsInput ¶ added in v1.13.40
type DescribeFleetsInput 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"`
// One or more filters.
//
// * activity-status - The progress of the EC2 Fleet ( error | pending-fulfillment
// | pending-termination | fulfilled).
//
// * excess-capacity-termination-policy - Indicates whether to terminate
// running instances if the target capacity is decreased below the current
// EC2 Fleet size (true | false).
//
// * fleet-state - The state of the EC2 Fleet (submitted | active | deleted
// | failed | deleted-running | deleted-terminating | modifying).
//
// * replace-unhealthy-instances - Indicates whether EC2 Fleet should replace
// unhealthy instances (true | false).
//
// * type - The type of request (request | maintain).
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// The ID of the EC2 Fleets.
FleetIds []*string `locationName:"FleetId" type:"list"`
// The maximum number of results to return in a single call. Specify a value
// between 1 and 1000. The default value is 1000. To retrieve the remaining
// results, make another call with the returned NextToken value.
MaxResults *int64 `type:"integer"`
// The token for the next set of results.
NextToken *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribeFleetsInput) GoString ¶ added in v1.13.40
func (s DescribeFleetsInput) GoString() string
GoString returns the string representation
func (*DescribeFleetsInput) SetDryRun ¶ added in v1.13.40
func (s *DescribeFleetsInput) SetDryRun(v bool) *DescribeFleetsInput
SetDryRun sets the DryRun field's value.
func (*DescribeFleetsInput) SetFilters ¶ added in v1.13.40
func (s *DescribeFleetsInput) SetFilters(v []*Filter) *DescribeFleetsInput
SetFilters sets the Filters field's value.
func (*DescribeFleetsInput) SetFleetIds ¶ added in v1.13.40
func (s *DescribeFleetsInput) SetFleetIds(v []*string) *DescribeFleetsInput
SetFleetIds sets the FleetIds field's value.
func (*DescribeFleetsInput) SetMaxResults ¶ added in v1.13.40
func (s *DescribeFleetsInput) SetMaxResults(v int64) *DescribeFleetsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeFleetsInput) SetNextToken ¶ added in v1.13.40
func (s *DescribeFleetsInput) SetNextToken(v string) *DescribeFleetsInput
SetNextToken sets the NextToken field's value.
func (DescribeFleetsInput) String ¶ added in v1.13.40
func (s DescribeFleetsInput) String() string
String returns the string representation
type DescribeFleetsOutput ¶ added in v1.13.40
type DescribeFleetsOutput struct {
// Information about the EC2 Fleets.
Fleets []*FleetData `locationName:"fleetSet" locationNameList:"item" type:"list"`
// The token for the next set of results.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
func (DescribeFleetsOutput) GoString ¶ added in v1.13.40
func (s DescribeFleetsOutput) GoString() string
GoString returns the string representation
func (*DescribeFleetsOutput) SetFleets ¶ added in v1.13.40
func (s *DescribeFleetsOutput) SetFleets(v []*FleetData) *DescribeFleetsOutput
SetFleets sets the Fleets field's value.
func (*DescribeFleetsOutput) SetNextToken ¶ added in v1.13.40
func (s *DescribeFleetsOutput) SetNextToken(v string) *DescribeFleetsOutput
SetNextToken sets the NextToken field's value.
func (DescribeFleetsOutput) String ¶ added in v1.13.40
func (s DescribeFleetsOutput) String() string
String returns the string representation
type DescribeFlowLogsInput ¶ added in v0.6.2
type DescribeFlowLogsInput struct {
// One or more filters.
//
// * deliver-log-status - The status of the logs delivery (SUCCESS | FAILED).
//
// * flow-log-id - The ID of the flow log.
//
// * log-group-name - The name of the log group.
//
// * resource-id - The ID of the VPC, subnet, or network interface.
//
// * traffic-type - The type of traffic (ACCEPT | REJECT | ALL)
Filter []*Filter `locationNameList:"Filter" type:"list"`
// One or more flow log IDs.
FlowLogIds []*string `locationName:"FlowLogId" locationNameList:"item" type:"list"`
// The maximum number of results to return for the request in a single page.
// The remaining results can be seen by sending another request with the returned
// NextToken value. This value can be between 5 and 1000; if MaxResults is given
// a value larger than 1000, only 1000 results are returned. You cannot specify
// this parameter and the flow log IDs parameter in the same request.
MaxResults *int64 `type:"integer"`
// The token to retrieve the next page of results.
NextToken *string `type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeFlowLogs.
func (DescribeFlowLogsInput) GoString ¶ added in v0.6.5
func (s DescribeFlowLogsInput) GoString() string
GoString returns the string representation
func (*DescribeFlowLogsInput) SetFilter ¶ added in v1.5.0
func (s *DescribeFlowLogsInput) SetFilter(v []*Filter) *DescribeFlowLogsInput
SetFilter sets the Filter field's value.
func (*DescribeFlowLogsInput) SetFlowLogIds ¶ added in v1.5.0
func (s *DescribeFlowLogsInput) SetFlowLogIds(v []*string) *DescribeFlowLogsInput
SetFlowLogIds sets the FlowLogIds field's value.
func (*DescribeFlowLogsInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeFlowLogsInput) SetMaxResults(v int64) *DescribeFlowLogsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeFlowLogsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeFlowLogsInput) SetNextToken(v string) *DescribeFlowLogsInput
SetNextToken sets the NextToken field's value.
func (DescribeFlowLogsInput) String ¶ added in v0.6.5
func (s DescribeFlowLogsInput) String() string
String returns the string representation
type DescribeFlowLogsOutput ¶ added in v0.6.2
type DescribeFlowLogsOutput struct {
// Information about the flow logs.
FlowLogs []*FlowLog `locationName:"flowLogSet" locationNameList:"item" type:"list"`
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
Contains the output of DescribeFlowLogs.
func (DescribeFlowLogsOutput) GoString ¶ added in v0.6.5
func (s DescribeFlowLogsOutput) GoString() string
GoString returns the string representation
func (*DescribeFlowLogsOutput) SetFlowLogs ¶ added in v1.5.0
func (s *DescribeFlowLogsOutput) SetFlowLogs(v []*FlowLog) *DescribeFlowLogsOutput
SetFlowLogs sets the FlowLogs field's value.
func (*DescribeFlowLogsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeFlowLogsOutput) SetNextToken(v string) *DescribeFlowLogsOutput
SetNextToken sets the NextToken field's value.
func (DescribeFlowLogsOutput) String ¶ added in v0.6.5
func (s DescribeFlowLogsOutput) String() string
String returns the string representation
type DescribeFpgaImageAttributeInput ¶ added in v1.10.50
type DescribeFpgaImageAttributeInput struct {
// The AFI attribute.
//
// Attribute is a required field
Attribute *string `type:"string" required:"true" enum:"FpgaImageAttributeName"`
// Checks whether you have the required permissions for the action, without
// actually making 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 AFI.
//
// FpgaImageId is a required field
FpgaImageId *string `type:"string" required:"true"`
// contains filtered or unexported fields
}
func (DescribeFpgaImageAttributeInput) GoString ¶ added in v1.10.50
func (s DescribeFpgaImageAttributeInput) GoString() string
GoString returns the string representation
func (*DescribeFpgaImageAttributeInput) SetAttribute ¶ added in v1.10.50
func (s *DescribeFpgaImageAttributeInput) SetAttribute(v string) *DescribeFpgaImageAttributeInput
SetAttribute sets the Attribute field's value.
func (*DescribeFpgaImageAttributeInput) SetDryRun ¶ added in v1.10.50
func (s *DescribeFpgaImageAttributeInput) SetDryRun(v bool) *DescribeFpgaImageAttributeInput
SetDryRun sets the DryRun field's value.
func (*DescribeFpgaImageAttributeInput) SetFpgaImageId ¶ added in v1.10.50
func (s *DescribeFpgaImageAttributeInput) SetFpgaImageId(v string) *DescribeFpgaImageAttributeInput
SetFpgaImageId sets the FpgaImageId field's value.
func (DescribeFpgaImageAttributeInput) String ¶ added in v1.10.50
func (s DescribeFpgaImageAttributeInput) String() string
String returns the string representation
func (*DescribeFpgaImageAttributeInput) Validate ¶ added in v1.10.50
func (s *DescribeFpgaImageAttributeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFpgaImageAttributeOutput ¶ added in v1.10.50
type DescribeFpgaImageAttributeOutput struct {
// Information about the attribute.
FpgaImageAttribute *FpgaImageAttribute `locationName:"fpgaImageAttribute" type:"structure"`
// contains filtered or unexported fields
}
func (DescribeFpgaImageAttributeOutput) GoString ¶ added in v1.10.50
func (s DescribeFpgaImageAttributeOutput) GoString() string
GoString returns the string representation
func (*DescribeFpgaImageAttributeOutput) SetFpgaImageAttribute ¶ added in v1.10.50
func (s *DescribeFpgaImageAttributeOutput) SetFpgaImageAttribute(v *FpgaImageAttribute) *DescribeFpgaImageAttributeOutput
SetFpgaImageAttribute sets the FpgaImageAttribute field's value.
func (DescribeFpgaImageAttributeOutput) String ¶ added in v1.10.50
func (s DescribeFpgaImageAttributeOutput) String() string
String returns the string representation
type DescribeFpgaImagesInput ¶ added in v1.8.43
type DescribeFpgaImagesInput 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"`
// One or more filters.
//
// * create-time - The creation time of the AFI.
//
// * fpga-image-id - The FPGA image identifier (AFI ID).
//
// * fpga-image-global-id - The global FPGA image identifier (AGFI ID).
//
// * name - The name of the AFI.
//
// * owner-id - The AWS account ID of the AFI owner.
//
// * product-code - The product code.
//
// * shell-version - The version of the AWS Shell that was used to create
// the bitstream.
//
// * state - The state of the AFI (pending | failed | available | unavailable).
//
// * tag:key=value - The key/value combination of a tag assigned to the resource.
// Specify the key of the tag in the filter name and the value of the tag
// in the filter value. For example, for the tag Purpose=X, specify tag:Purpose
// for the filter name and X for the filter value.
//
// * tag-key - The key of a tag assigned to the resource. Use this filter
// to find all resources assigned a tag with a specific key, regardless of
// the tag value.
//
// * update-time - The time of the most recent update.
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// One or more AFI IDs.
FpgaImageIds []*string `locationName:"FpgaImageId" locationNameList:"item" type:"list"`
// The maximum number of results to return in a single call.
MaxResults *int64 `min:"5" type:"integer"`
// The token to retrieve the next page of results.
NextToken *string `min:"1" type:"string"`
// Filters the AFI by owner. Specify an AWS account ID, self (owner is the sender
// of the request), or an AWS owner alias (valid values are amazon | aws-marketplace).
Owners []*string `locationName:"Owner" locationNameList:"Owner" type:"list"`
// contains filtered or unexported fields
}
func (DescribeFpgaImagesInput) GoString ¶ added in v1.8.43
func (s DescribeFpgaImagesInput) GoString() string
GoString returns the string representation
func (*DescribeFpgaImagesInput) SetDryRun ¶ added in v1.8.43
func (s *DescribeFpgaImagesInput) SetDryRun(v bool) *DescribeFpgaImagesInput
SetDryRun sets the DryRun field's value.
func (*DescribeFpgaImagesInput) SetFilters ¶ added in v1.8.43
func (s *DescribeFpgaImagesInput) SetFilters(v []*Filter) *DescribeFpgaImagesInput
SetFilters sets the Filters field's value.
func (*DescribeFpgaImagesInput) SetFpgaImageIds ¶ added in v1.8.43
func (s *DescribeFpgaImagesInput) SetFpgaImageIds(v []*string) *DescribeFpgaImagesInput
SetFpgaImageIds sets the FpgaImageIds field's value.
func (*DescribeFpgaImagesInput) SetMaxResults ¶ added in v1.8.43
func (s *DescribeFpgaImagesInput) SetMaxResults(v int64) *DescribeFpgaImagesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeFpgaImagesInput) SetNextToken ¶ added in v1.8.43
func (s *DescribeFpgaImagesInput) SetNextToken(v string) *DescribeFpgaImagesInput
SetNextToken sets the NextToken field's value.
func (*DescribeFpgaImagesInput) SetOwners ¶ added in v1.8.43
func (s *DescribeFpgaImagesInput) SetOwners(v []*string) *DescribeFpgaImagesInput
SetOwners sets the Owners field's value.
func (DescribeFpgaImagesInput) String ¶ added in v1.8.43
func (s DescribeFpgaImagesInput) String() string
String returns the string representation
func (*DescribeFpgaImagesInput) Validate ¶ added in v1.8.43
func (s *DescribeFpgaImagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFpgaImagesOutput ¶ added in v1.8.43
type DescribeFpgaImagesOutput struct {
// Information about one or more FPGA images.
FpgaImages []*FpgaImage `locationName:"fpgaImageSet" locationNameList:"item" type:"list"`
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" min:"1" type:"string"`
// contains filtered or unexported fields
}
func (DescribeFpgaImagesOutput) GoString ¶ added in v1.8.43
func (s DescribeFpgaImagesOutput) GoString() string
GoString returns the string representation
func (*DescribeFpgaImagesOutput) SetFpgaImages ¶ added in v1.8.43
func (s *DescribeFpgaImagesOutput) SetFpgaImages(v []*FpgaImage) *DescribeFpgaImagesOutput
SetFpgaImages sets the FpgaImages field's value.
func (*DescribeFpgaImagesOutput) SetNextToken ¶ added in v1.8.43
func (s *DescribeFpgaImagesOutput) SetNextToken(v string) *DescribeFpgaImagesOutput
SetNextToken sets the NextToken field's value.
func (DescribeFpgaImagesOutput) String ¶ added in v1.8.43
func (s DescribeFpgaImagesOutput) String() string
String returns the string representation
type DescribeHostReservationOfferingsInput ¶ added in v1.4.3
type DescribeHostReservationOfferingsInput struct {
// One or more filters.
//
// * instance-family - The instance family of the offering (e.g., m4).
//
// * payment-option - The payment option (NoUpfront | PartialUpfront | AllUpfront).
Filter []*Filter `locationNameList:"Filter" type:"list"`
// This is the maximum duration of the reservation you'd like to purchase, specified
// in seconds. Reservations are available in one-year and three-year terms.
// The number of seconds specified must be the number of seconds in a year (365x24x60x60)
// times one of the supported durations (1 or 3). For example, specify 94608000
// for three years.
MaxDuration *int64 `type:"integer"`
// The maximum number of results to return for the request in a single page.
// The remaining results can be seen by sending another request with the returned
// nextToken value. This value can be between 5 and 500; if maxResults is given
// a larger value than 500, you will receive an error.
MaxResults *int64 `type:"integer"`
// This is the minimum duration of the reservation you'd like to purchase, specified
// in seconds. Reservations are available in one-year and three-year terms.
// The number of seconds specified must be the number of seconds in a year (365x24x60x60)
// times one of the supported durations (1 or 3). For example, specify 31536000
// for one year.
MinDuration *int64 `type:"integer"`
// The token to use to retrieve the next page of results.
NextToken *string `type:"string"`
// The ID of the reservation offering.
OfferingId *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribeHostReservationOfferingsInput) GoString ¶ added in v1.4.3
func (s DescribeHostReservationOfferingsInput) GoString() string
GoString returns the string representation
func (*DescribeHostReservationOfferingsInput) SetFilter ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsInput) SetFilter(v []*Filter) *DescribeHostReservationOfferingsInput
SetFilter sets the Filter field's value.
func (*DescribeHostReservationOfferingsInput) SetMaxDuration ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsInput) SetMaxDuration(v int64) *DescribeHostReservationOfferingsInput
SetMaxDuration sets the MaxDuration field's value.
func (*DescribeHostReservationOfferingsInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsInput) SetMaxResults(v int64) *DescribeHostReservationOfferingsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeHostReservationOfferingsInput) SetMinDuration ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsInput) SetMinDuration(v int64) *DescribeHostReservationOfferingsInput
SetMinDuration sets the MinDuration field's value.
func (*DescribeHostReservationOfferingsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsInput) SetNextToken(v string) *DescribeHostReservationOfferingsInput
SetNextToken sets the NextToken field's value.
func (*DescribeHostReservationOfferingsInput) SetOfferingId ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsInput) SetOfferingId(v string) *DescribeHostReservationOfferingsInput
SetOfferingId sets the OfferingId field's value.
func (DescribeHostReservationOfferingsInput) String ¶ added in v1.4.3
func (s DescribeHostReservationOfferingsInput) String() string
String returns the string representation
type DescribeHostReservationOfferingsOutput ¶ added in v1.4.3
type DescribeHostReservationOfferingsOutput struct {
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" type:"string"`
// Information about the offerings.
OfferingSet []*HostOffering `locationName:"offeringSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
func (DescribeHostReservationOfferingsOutput) GoString ¶ added in v1.4.3
func (s DescribeHostReservationOfferingsOutput) GoString() string
GoString returns the string representation
func (*DescribeHostReservationOfferingsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsOutput) SetNextToken(v string) *DescribeHostReservationOfferingsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeHostReservationOfferingsOutput) SetOfferingSet ¶ added in v1.5.0
func (s *DescribeHostReservationOfferingsOutput) SetOfferingSet(v []*HostOffering) *DescribeHostReservationOfferingsOutput
SetOfferingSet sets the OfferingSet field's value.
func (DescribeHostReservationOfferingsOutput) String ¶ added in v1.4.3
func (s DescribeHostReservationOfferingsOutput) String() string
String returns the string representation
type DescribeHostReservationsInput ¶ added in v1.4.3
type DescribeHostReservationsInput struct {
// One or more filters.
//
// * instance-family - The instance family (e.g., m4).
//
// * payment-option - The payment option (NoUpfront | PartialUpfront | AllUpfront).
//
// * state - The state of the reservation (payment-pending | payment-failed
// | active | retired).
Filter []*Filter `locationNameList:"Filter" type:"list"`
// One or more host reservation IDs.
HostReservationIdSet []*string `locationNameList:"item" type:"list"`
// The maximum number of results to return for the request in a single page.
// The remaining results can be seen by sending another request with the returned
// nextToken value. This value can be between 5 and 500; if maxResults is given
// a larger value than 500, you will receive an error.
MaxResults *int64 `type:"integer"`
// The token to use to retrieve the next page of results.
NextToken *string `type:"string"`
// contains filtered or unexported fields
}
func (DescribeHostReservationsInput) GoString ¶ added in v1.4.3
func (s DescribeHostReservationsInput) GoString() string
GoString returns the string representation
func (*DescribeHostReservationsInput) SetFilter ¶ added in v1.5.0
func (s *DescribeHostReservationsInput) SetFilter(v []*Filter) *DescribeHostReservationsInput
SetFilter sets the Filter field's value.
func (*DescribeHostReservationsInput) SetHostReservationIdSet ¶ added in v1.5.0
func (s *DescribeHostReservationsInput) SetHostReservationIdSet(v []*string) *DescribeHostReservationsInput
SetHostReservationIdSet sets the HostReservationIdSet field's value.
func (*DescribeHostReservationsInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeHostReservationsInput) SetMaxResults(v int64) *DescribeHostReservationsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeHostReservationsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeHostReservationsInput) SetNextToken(v string) *DescribeHostReservationsInput
SetNextToken sets the NextToken field's value.
func (DescribeHostReservationsInput) String ¶ added in v1.4.3
func (s DescribeHostReservationsInput) String() string
String returns the string representation
type DescribeHostReservationsOutput ¶ added in v1.4.3
type DescribeHostReservationsOutput struct {
// Details about the reservation's configuration.
HostReservationSet []*HostReservation `locationName:"hostReservationSet" locationNameList:"item" type:"list"`
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
func (DescribeHostReservationsOutput) GoString ¶ added in v1.4.3
func (s DescribeHostReservationsOutput) GoString() string
GoString returns the string representation
func (*DescribeHostReservationsOutput) SetHostReservationSet ¶ added in v1.5.0
func (s *DescribeHostReservationsOutput) SetHostReservationSet(v []*HostReservation) *DescribeHostReservationsOutput
SetHostReservationSet sets the HostReservationSet field's value.
func (*DescribeHostReservationsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeHostReservationsOutput) SetNextToken(v string) *DescribeHostReservationsOutput
SetNextToken sets the NextToken field's value.
func (DescribeHostReservationsOutput) String ¶ added in v1.4.3
func (s DescribeHostReservationsOutput) String() string
String returns the string representation
type DescribeHostsInput ¶ added in v1.0.1
type DescribeHostsInput struct {
// One or more filters.
//
// * auto-placement - Whether auto-placement is enabled or disabled (on |
// off).
//
// * availability-zone - The Availability Zone of the host.
//
// * client-token - The idempotency token you provided when you allocated
// the host.
//
// * host-reservation-id - The ID of the reservation assigned to this host.
//
// * instance-type - The instance type size that the Dedicated Host is configured
// to support.
//
// * state - The allocation state of the Dedicated Host (available | under-assessment
// | permanent-failure | released | released-permanent-failure).
//
// * tag-key - The key of a tag assigned to the resource. Use this filter
// to find all resources assigned a tag with a specific key, regardless of
// the tag value.
Filter []*Filter `locationName:"filter" locationNameList:"Filter" type:"list"`
// The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.
HostIds []*string `locationName:"hostId" locationNameList:"item" type:"list"`
// The maximum number of results to return for the request in a single page.
// The remaining results can be seen by sending another request with the returned
// nextToken value. This value can be between 5 and 500; if maxResults is given
// a larger value than 500, you will receive an error. You cannot specify this
// parameter and the host IDs parameter in the same request.
MaxResults *int64 `locationName:"maxResults" type:"integer"`
// The token to retrieve the next page of results.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeHosts.
func (DescribeHostsInput) GoString ¶ added in v1.0.1
func (s DescribeHostsInput) GoString() string
GoString returns the string representation
func (*DescribeHostsInput) SetFilter ¶ added in v1.5.0
func (s *DescribeHostsInput) SetFilter(v []*Filter) *DescribeHostsInput
SetFilter sets the Filter field's value.
func (*DescribeHostsInput) SetHostIds ¶ added in v1.5.0
func (s *DescribeHostsInput) SetHostIds(v []*string) *DescribeHostsInput
SetHostIds sets the HostIds field's value.
func (*DescribeHostsInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeHostsInput) SetMaxResults(v int64) *DescribeHostsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeHostsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeHostsInput) SetNextToken(v string) *DescribeHostsInput
SetNextToken sets the NextToken field's value.
func (DescribeHostsInput) String ¶ added in v1.0.1
func (s DescribeHostsInput) String() string
String returns the string representation
type DescribeHostsOutput ¶ added in v1.0.1
type DescribeHostsOutput struct {
// Information about the Dedicated Hosts.
Hosts []*Host `locationName:"hostSet" locationNameList:"item" type:"list"`
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" type:"string"`
// contains filtered or unexported fields
}
Contains the output of DescribeHosts.
func (DescribeHostsOutput) GoString ¶ added in v1.0.1
func (s DescribeHostsOutput) GoString() string
GoString returns the string representation
func (*DescribeHostsOutput) SetHosts ¶ added in v1.5.0
func (s *DescribeHostsOutput) SetHosts(v []*Host) *DescribeHostsOutput
SetHosts sets the Hosts field's value.
func (*DescribeHostsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeHostsOutput) SetNextToken(v string) *DescribeHostsOutput
SetNextToken sets the NextToken field's value.
func (DescribeHostsOutput) String ¶ added in v1.0.1
func (s DescribeHostsOutput) String() string
String returns the string representation
type DescribeIamInstanceProfileAssociationsInput ¶ added in v1.6.20
type DescribeIamInstanceProfileAssociationsInput struct {
// One or more IAM instance profile associations.
AssociationIds []*string `locationName:"AssociationId" locationNameList:"AssociationId" type:"list"`
// One or more filters.
//
// * instance-id - The ID of the instance.
//
// * state - The state of the association (associating | associated | disassociating
// | disassociated).
Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"`
// The maximum number of results to return in a single call. To retrieve the
// remaining results, make another call with the returned NextToken value.
MaxResults *int64 `min:"5" type:"integer"`
// The token to request the next page of results.
NextToken *string `min:"1" type:"string"`
// contains filtered or unexported fields
}
func (DescribeIamInstanceProfileAssociationsInput) GoString ¶ added in v1.6.20
func (s DescribeIamInstanceProfileAssociationsInput) GoString() string
GoString returns the string representation
func (*DescribeIamInstanceProfileAssociationsInput) SetAssociationIds ¶ added in v1.6.20
func (s *DescribeIamInstanceProfileAssociationsInput) SetAssociationIds(v []*string) *DescribeIamInstanceProfileAssociationsInput
SetAssociationIds sets the AssociationIds field's value.
func (*DescribeIamInstanceProfileAssociationsInput) SetFilters ¶ added in v1.6.20
func (s *DescribeIamInstanceProfileAssociationsInput) SetFilters(v []*Filter) *DescribeIamInstanceProfileAssociationsInput
SetFilters sets the Filters field's value.
func (*DescribeIamInstanceProfileAssociationsInput) SetMaxResults ¶ added in v1.6.20
func (s *DescribeIamInstanceProfileAssociationsInput) SetMaxResults(v int64) *DescribeIamInstanceProfileAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeIamInstanceProfileAssociationsInput) SetNextToken ¶ added in v1.6.20
func (s *DescribeIamInstanceProfileAssociationsInput) SetNextToken(v string) *DescribeIamInstanceProfileAssociationsInput
SetNextToken sets the NextToken field's value.
func (DescribeIamInstanceProfileAssociationsInput) String ¶ added in v1.6.20
func (s DescribeIamInstanceProfileAssociationsInput) String() string
String returns the string representation
func (*DescribeIamInstanceProfileAssociationsInput) Validate ¶ added in v1.6.20
func (s *DescribeIamInstanceProfileAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeIamInstanceProfileAssociationsOutput ¶ added in v1.6.20
type DescribeIamInstanceProfileAssociationsOutput struct {
// Information about one or more IAM instance profile associations.
IamInstanceProfileAssociations []*IamInstanceProfileAssociation `locationName:"iamInstanceProfileAssociationSet" locationNameList:"item" type:"list"`
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" min:"1" type:"string"`
// contains filtered or unexported fields
}
func (DescribeIamInstanceProfileAssociationsOutput) GoString ¶ added in v1.6.20
func (s DescribeIamInstanceProfileAssociationsOutput) GoString() string
GoString returns the string representation
func (*DescribeIamInstanceProfileAssociationsOutput) SetIamInstanceProfileAssociations ¶ added in v1.6.20
func (s *DescribeIamInstanceProfileAssociationsOutput) SetIamInstanceProfileAssociations(v []*IamInstanceProfileAssociation) *DescribeIamInstanceProfileAssociationsOutput
SetIamInstanceProfileAssociations sets the IamInstanceProfileAssociations field's value.
func (*DescribeIamInstanceProfileAssociationsOutput) SetNextToken ¶ added in v1.6.20
func (s *DescribeIamInstanceProfileAssociationsOutput) SetNextToken(v string) *DescribeIamInstanceProfileAssociationsOutput
SetNextToken sets the NextToken field's value.
func (DescribeIamInstanceProfileAssociationsOutput) String ¶ added in v1.6.20
func (s DescribeIamInstanceProfileAssociationsOutput) String() string
String returns the string representation
type DescribeIdFormatInput ¶ added in v1.0.1
type DescribeIdFormatInput struct {
// The type of resource: bundle | conversion-task | customer-gateway | dhcp-options
// | elastic-ip-allocation | elastic-ip-association | export-task | flow-log
// | image | import-task | instance | internet-gateway | network-acl | network-acl-association
// | network-interface | network-interface-attachment | prefix-list | reservation
// | route-table | route-table-association | security-group | snapshot | subnet
// | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association
// | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway
Resource *string `type:"string"`
// contains filtered or unexported fields
}
Contains the parameters for DescribeIdFormat.
func (DescribeIdFormatInput) GoString ¶ added in v1.0.1
func (s DescribeIdFormatInput) GoString() string
GoString returns the string representation
func (*DescribeIdFormatInput) SetResource ¶ added in v1.5.0
func (s *DescribeIdFormatInput) SetResource(v string) *DescribeIdFormatInput
SetResource sets the Resource field's value.
func (DescribeIdFormatInput) String ¶ added in v1.0.1
func (s DescribeIdFormatInput) String() string
String returns the string representation
type DescribeIdFormatOutput ¶ added in v1.0.1
type DescribeIdFormatOutput struct {
// Information about the ID format for the resource.
Statuses []*IdFormat `locationName:"statusSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Contains the output of DescribeIdFormat.
func (DescribeIdFormatOutput) GoString ¶ added in v1.0.1
func (s DescribeIdFormatOutput) GoString() string
GoString returns the string representation
func (*DescribeIdFormatOutput) SetStatuses ¶ added in v1.5.0
func (s *DescribeIdFormatOutput) SetStatuses(v []*IdFormat) *DescribeIdFormatOutput
SetStatuses sets the Statuses field's value.
func (DescribeIdFormatOutput) String ¶ added in v1.0.1
func (s DescribeIdFormatOutput) String() string
String returns the string representation