v1alpha1

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2022 License: Apache-2.0 Imports: 6 Imported by: 34

Documentation

Overview

+k8s:deepcopy-gen=package Package v1alpha1 is the v1alpha1 version of the ec2.services.k8s.aws API. +groupName=ec2.services.k8s.aws

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is the API Group Version used to register the objects
	GroupVersion = schema.GroupVersion{Group: "ec2.services.k8s.aws", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type AccountAttribute

type AccountAttribute struct {
	AttributeName *string `json:"attributeName,omitempty"`
}

Describes an account attribute.

func (*AccountAttribute) DeepCopy

func (in *AccountAttribute) DeepCopy() *AccountAttribute

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountAttribute.

func (*AccountAttribute) DeepCopyInto

func (in *AccountAttribute) DeepCopyInto(out *AccountAttribute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AccountAttributeName

type AccountAttributeName string
const (
	AccountAttributeName_supported_platforms AccountAttributeName = "supported-platforms"
	AccountAttributeName_default_vpc         AccountAttributeName = "default-vpc"
)

type AccountAttributeValue

type AccountAttributeValue struct {
	AttributeValue *string `json:"attributeValue,omitempty"`
}

Describes a value of an account attribute.

func (*AccountAttributeValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountAttributeValue.

func (*AccountAttributeValue) DeepCopyInto

func (in *AccountAttributeValue) DeepCopyInto(out *AccountAttributeValue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ActiveInstance

type ActiveInstance struct {
	InstanceID            *string `json:"instanceID,omitempty"`
	InstanceType          *string `json:"instanceType,omitempty"`
	SpotInstanceRequestID *string `json:"spotInstanceRequestID,omitempty"`
}

Describes a running instance in a Spot Fleet.

func (*ActiveInstance) DeepCopy

func (in *ActiveInstance) DeepCopy() *ActiveInstance

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActiveInstance.

func (*ActiveInstance) DeepCopyInto

func (in *ActiveInstance) DeepCopyInto(out *ActiveInstance)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ActivityStatus

type ActivityStatus string
const (
	ActivityStatus_error               ActivityStatus = "error"
	ActivityStatus_pending_fulfillment ActivityStatus = "pending_fulfillment"
	ActivityStatus_pending_termination ActivityStatus = "pending_termination"
	ActivityStatus_fulfilled           ActivityStatus = "fulfilled"
)

type AddPrefixListEntry

type AddPrefixListEntry struct {
	CIDR        *string `json:"cidr,omitempty"`
	Description *string `json:"description,omitempty"`
}

An entry for a prefix list.

func (*AddPrefixListEntry) DeepCopy

func (in *AddPrefixListEntry) DeepCopy() *AddPrefixListEntry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddPrefixListEntry.

func (*AddPrefixListEntry) DeepCopyInto

func (in *AddPrefixListEntry) DeepCopyInto(out *AddPrefixListEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Address

type Address struct {
	AllocationID            *string `json:"allocationID,omitempty"`
	AssociationID           *string `json:"associationID,omitempty"`
	CarrierIP               *string `json:"carrierIP,omitempty"`
	CustomerOwnedIP         *string `json:"customerOwnedIP,omitempty"`
	CustomerOwnedIPv4Pool   *string `json:"customerOwnedIPv4Pool,omitempty"`
	InstanceID              *string `json:"instanceID,omitempty"`
	NetworkBorderGroup      *string `json:"networkBorderGroup,omitempty"`
	NetworkInterfaceID      *string `json:"networkInterfaceID,omitempty"`
	NetworkInterfaceOwnerID *string `json:"networkInterfaceOwnerID,omitempty"`
	PrivateIPAddress        *string `json:"privateIPAddress,omitempty"`
	PublicIP                *string `json:"publicIP,omitempty"`
	PublicIPv4Pool          *string `json:"publicIPv4Pool,omitempty"`
	Tags                    []*Tag  `json:"tags,omitempty"`
}

Describes an Elastic IP address, or a carrier IP address.

func (*Address) DeepCopy

func (in *Address) DeepCopy() *Address

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Address.

func (*Address) DeepCopyInto

func (in *Address) DeepCopyInto(out *Address)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AddressAttribute

type AddressAttribute struct {
	PtrRecord *string `json:"ptrRecord,omitempty"`
}

The attributes associated with an Elastic IP address.

func (*AddressAttribute) DeepCopy

func (in *AddressAttribute) DeepCopy() *AddressAttribute

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressAttribute.

func (*AddressAttribute) DeepCopyInto

func (in *AddressAttribute) DeepCopyInto(out *AddressAttribute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AddressAttributeName

type AddressAttributeName string
const (
	AddressAttributeName_domain_name AddressAttributeName = "domain-name"
)

type Affinity

type Affinity string
const (
	Affinity_default Affinity = "default"
	Affinity_host    Affinity = "host"
)

type AllocationState

type AllocationState string
const (
	AllocationState_available                  AllocationState = "available"
	AllocationState_under_assessment           AllocationState = "under-assessment"
	AllocationState_permanent_failure          AllocationState = "permanent-failure"
	AllocationState_released                   AllocationState = "released"
	AllocationState_released_permanent_failure AllocationState = "released-permanent-failure"
	AllocationState_pending                    AllocationState = "pending"
)

type AllocationStrategy

type AllocationStrategy string
const (
	AllocationStrategy_lowestPrice       AllocationStrategy = "lowestPrice"
	AllocationStrategy_diversified       AllocationStrategy = "diversified"
	AllocationStrategy_capacityOptimized AllocationStrategy = "capacityOptimized"
)

type AllowedPrincipal

type AllowedPrincipal struct {
	Principal *string `json:"principal,omitempty"`
}

Describes a principal.

func (*AllowedPrincipal) DeepCopy

func (in *AllowedPrincipal) DeepCopy() *AllowedPrincipal

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AllowedPrincipal.

func (*AllowedPrincipal) DeepCopyInto

func (in *AllowedPrincipal) DeepCopyInto(out *AllowedPrincipal)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AllowsMultipleInstanceTypes

type AllowsMultipleInstanceTypes string
const (
	AllowsMultipleInstanceTypes_on  AllowsMultipleInstanceTypes = "on"
	AllowsMultipleInstanceTypes_off AllowsMultipleInstanceTypes = "off"
)

type AlternatePathHint

type AlternatePathHint struct {
	ComponentARN *string `json:"componentARN,omitempty"`
	ComponentID  *string `json:"componentID,omitempty"`
}

Describes an potential intermediate component of a feasible path.

func (*AlternatePathHint) DeepCopy

func (in *AlternatePathHint) DeepCopy() *AlternatePathHint

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlternatePathHint.

func (*AlternatePathHint) DeepCopyInto

func (in *AlternatePathHint) DeepCopyInto(out *AlternatePathHint)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AnalysisACLRule

type AnalysisACLRule struct {
	CIDR       *string `json:"cidr,omitempty"`
	Egress     *bool   `json:"egress,omitempty"`
	Protocol   *string `json:"protocol,omitempty"`
	RuleAction *string `json:"ruleAction,omitempty"`
	RuleNumber *int64  `json:"ruleNumber,omitempty"`
}

Describes a network access control (ACL) rule.

func (*AnalysisACLRule) DeepCopy

func (in *AnalysisACLRule) DeepCopy() *AnalysisACLRule

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnalysisACLRule.

func (*AnalysisACLRule) DeepCopyInto

func (in *AnalysisACLRule) DeepCopyInto(out *AnalysisACLRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AnalysisComponent

type AnalysisComponent struct {
	ARN *string `json:"arn,omitempty"`
	ID  *string `json:"id,omitempty"`
}

Describes a path component.

func (*AnalysisComponent) DeepCopy

func (in *AnalysisComponent) DeepCopy() *AnalysisComponent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnalysisComponent.

func (*AnalysisComponent) DeepCopyInto

func (in *AnalysisComponent) DeepCopyInto(out *AnalysisComponent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AnalysisLoadBalancerTarget

type AnalysisLoadBalancerTarget struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
}

Describes a load balancer target.

func (*AnalysisLoadBalancerTarget) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnalysisLoadBalancerTarget.

func (*AnalysisLoadBalancerTarget) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AnalysisPacketHeader

type AnalysisPacketHeader struct {
	Protocol *string `json:"protocol,omitempty"`
}

Describes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.

func (*AnalysisPacketHeader) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnalysisPacketHeader.

func (*AnalysisPacketHeader) DeepCopyInto

func (in *AnalysisPacketHeader) DeepCopyInto(out *AnalysisPacketHeader)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AnalysisRouteTableRoute

type AnalysisRouteTableRoute struct {
	DestinationCIDR             *string `json:"destinationCIDR,omitempty"`
	DestinationPrefixListID     *string `json:"destinationPrefixListID,omitempty"`
	EgressOnlyInternetGatewayID *string `json:"egressOnlyInternetGatewayID,omitempty"`
	GatewayID                   *string `json:"gatewayID,omitempty"`
	InstanceID                  *string `json:"instanceID,omitempty"`
	NATGatewayID                *string `json:"natGatewayID,omitempty"`
	NetworkInterfaceID          *string `json:"networkInterfaceID,omitempty"`
	Origin                      *string `json:"origin,omitempty"`
	TransitGatewayID            *string `json:"transitGatewayID,omitempty"`
	VPCPeeringConnectionID      *string `json:"vpcPeeringConnectionID,omitempty"`
}

Describes a route table route.

func (*AnalysisRouteTableRoute) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnalysisRouteTableRoute.

func (*AnalysisRouteTableRoute) DeepCopyInto

func (in *AnalysisRouteTableRoute) DeepCopyInto(out *AnalysisRouteTableRoute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AnalysisSecurityGroupRule

type AnalysisSecurityGroupRule struct {
	CIDR            *string `json:"cidr,omitempty"`
	Direction       *string `json:"direction,omitempty"`
	PrefixListID    *string `json:"prefixListID,omitempty"`
	Protocol        *string `json:"protocol,omitempty"`
	SecurityGroupID *string `json:"securityGroupID,omitempty"`
}

Describes a security group rule.

func (*AnalysisSecurityGroupRule) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnalysisSecurityGroupRule.

func (*AnalysisSecurityGroupRule) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AnalysisStatus

type AnalysisStatus string
const (
	AnalysisStatus_running   AnalysisStatus = "running"
	AnalysisStatus_succeeded AnalysisStatus = "succeeded"
	AnalysisStatus_failed    AnalysisStatus = "failed"
)

type ApplianceModeSupportValue

type ApplianceModeSupportValue string
const (
	ApplianceModeSupportValue_enable  ApplianceModeSupportValue = "enable"
	ApplianceModeSupportValue_disable ApplianceModeSupportValue = "disable"
)

type ArchitectureType

type ArchitectureType string
const (
	ArchitectureType_i386   ArchitectureType = "i386"
	ArchitectureType_x86_64 ArchitectureType = "x86_64"
	ArchitectureType_arm64  ArchitectureType = "arm64"
)

type ArchitectureValues

type ArchitectureValues string
const (
	ArchitectureValues_i386   ArchitectureValues = "i386"
	ArchitectureValues_x86_64 ArchitectureValues = "x86_64"
	ArchitectureValues_arm64  ArchitectureValues = "arm64"
)

type AssignedPrivateIPAddress

type AssignedPrivateIPAddress struct {
	PrivateIPAddress *string `json:"privateIPAddress,omitempty"`
}

Describes the private IP addresses assigned to a network interface.

func (*AssignedPrivateIPAddress) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignedPrivateIPAddress.

func (*AssignedPrivateIPAddress) DeepCopyInto

func (in *AssignedPrivateIPAddress) DeepCopyInto(out *AssignedPrivateIPAddress)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssociatedNetworkType

type AssociatedNetworkType string
const (
	AssociatedNetworkType_vpc AssociatedNetworkType = "vpc"
)

type AssociatedRole

type AssociatedRole struct {
	CertificateS3BucketName *string `json:"certificateS3BucketName,omitempty"`
	CertificateS3ObjectKey  *string `json:"certificateS3ObjectKey,omitempty"`
	EncryptionKMSKeyID      *string `json:"encryptionKMSKeyID,omitempty"`
}

Information about the associated IAM roles.

func (*AssociatedRole) DeepCopy

func (in *AssociatedRole) DeepCopy() *AssociatedRole

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociatedRole.

func (*AssociatedRole) DeepCopyInto

func (in *AssociatedRole) DeepCopyInto(out *AssociatedRole)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssociatedTargetNetwork

type AssociatedTargetNetwork struct {
	NetworkID *string `json:"networkID,omitempty"`
}

Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.

func (*AssociatedTargetNetwork) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociatedTargetNetwork.

func (*AssociatedTargetNetwork) DeepCopyInto

func (in *AssociatedTargetNetwork) DeepCopyInto(out *AssociatedTargetNetwork)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssociationStatus

type AssociationStatus struct {
	Message *string `json:"message,omitempty"`
}

Describes the state of a target network association.

func (*AssociationStatus) DeepCopy

func (in *AssociationStatus) DeepCopy() *AssociationStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociationStatus.

func (*AssociationStatus) DeepCopyInto

func (in *AssociationStatus) DeepCopyInto(out *AssociationStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AssociationStatusCode

type AssociationStatusCode string
const (
	AssociationStatusCode_associating        AssociationStatusCode = "associating"
	AssociationStatusCode_associated         AssociationStatusCode = "associated"
	AssociationStatusCode_association_failed AssociationStatusCode = "association-failed"
	AssociationStatusCode_disassociating     AssociationStatusCode = "disassociating"
	AssociationStatusCode_disassociated      AssociationStatusCode = "disassociated"
)

type AttachmentStatus

type AttachmentStatus string
const (
	AttachmentStatus_attaching AttachmentStatus = "attaching"
	AttachmentStatus_attached  AttachmentStatus = "attached"
	AttachmentStatus_detaching AttachmentStatus = "detaching"
	AttachmentStatus_detached  AttachmentStatus = "detached"
)

type AttributeBooleanValue

type AttributeBooleanValue struct {
	Value *bool `json:"value,omitempty"`
}

Describes a value for a resource attribute that is a Boolean value.

func (*AttributeBooleanValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AttributeBooleanValue.

func (*AttributeBooleanValue) DeepCopyInto

func (in *AttributeBooleanValue) DeepCopyInto(out *AttributeBooleanValue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AttributeValue

type AttributeValue struct {
	Value *string `json:"value,omitempty"`
}

Describes a value for a resource attribute that is a String.

func (*AttributeValue) DeepCopy

func (in *AttributeValue) DeepCopy() *AttributeValue

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AttributeValue.

func (*AttributeValue) DeepCopyInto

func (in *AttributeValue) DeepCopyInto(out *AttributeValue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthorizationRule

type AuthorizationRule struct {
	AccessAll           *bool   `json:"accessAll,omitempty"`
	ClientVPNEndpointID *string `json:"clientVPNEndpointID,omitempty"`
	Description         *string `json:"description,omitempty"`
	DestinationCIDR     *string `json:"destinationCIDR,omitempty"`
	GroupID             *string `json:"groupID,omitempty"`
}

Information about an authorization rule.

func (*AuthorizationRule) DeepCopy

func (in *AuthorizationRule) DeepCopy() *AuthorizationRule

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthorizationRule.

func (*AuthorizationRule) DeepCopyInto

func (in *AuthorizationRule) DeepCopyInto(out *AuthorizationRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AutoAcceptSharedAssociationsValue

type AutoAcceptSharedAssociationsValue string
const (
	AutoAcceptSharedAssociationsValue_enable  AutoAcceptSharedAssociationsValue = "enable"
	AutoAcceptSharedAssociationsValue_disable AutoAcceptSharedAssociationsValue = "disable"
)

type AutoAcceptSharedAttachmentsValue

type AutoAcceptSharedAttachmentsValue string
const (
	AutoAcceptSharedAttachmentsValue_enable  AutoAcceptSharedAttachmentsValue = "enable"
	AutoAcceptSharedAttachmentsValue_disable AutoAcceptSharedAttachmentsValue = "disable"
)

type AutoPlacement

type AutoPlacement string
const (
	AutoPlacement_on  AutoPlacement = "on"
	AutoPlacement_off AutoPlacement = "off"
)

type AvailabilityZone

type AvailabilityZone struct {
	GroupName          *string `json:"groupName,omitempty"`
	NetworkBorderGroup *string `json:"networkBorderGroup,omitempty"`
	ParentZoneID       *string `json:"parentZoneID,omitempty"`
	ParentZoneName     *string `json:"parentZoneName,omitempty"`
	RegionName         *string `json:"regionName,omitempty"`
	ZoneID             *string `json:"zoneID,omitempty"`
	ZoneName           *string `json:"zoneName,omitempty"`
	ZoneType           *string `json:"zoneType,omitempty"`
}

Describes Availability Zones, Local Zones, and Wavelength Zones.

func (*AvailabilityZone) DeepCopy

func (in *AvailabilityZone) DeepCopy() *AvailabilityZone

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilityZone.

func (*AvailabilityZone) DeepCopyInto

func (in *AvailabilityZone) DeepCopyInto(out *AvailabilityZone)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AvailabilityZoneMessage

type AvailabilityZoneMessage struct {
	Message *string `json:"message,omitempty"`
}

Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.

func (*AvailabilityZoneMessage) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilityZoneMessage.

func (*AvailabilityZoneMessage) DeepCopyInto

func (in *AvailabilityZoneMessage) DeepCopyInto(out *AvailabilityZoneMessage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AvailabilityZoneOptInStatus

type AvailabilityZoneOptInStatus string
const (
	AvailabilityZoneOptInStatus_opt_in_not_required AvailabilityZoneOptInStatus = "opt-in-not-required"
	AvailabilityZoneOptInStatus_opted_in            AvailabilityZoneOptInStatus = "opted-in"
	AvailabilityZoneOptInStatus_not_opted_in        AvailabilityZoneOptInStatus = "not-opted-in"
)

type AvailabilityZoneState

type AvailabilityZoneState string
const (
	AvailabilityZoneState_available   AvailabilityZoneState = "available"
	AvailabilityZoneState_information AvailabilityZoneState = "information"
	AvailabilityZoneState_impaired    AvailabilityZoneState = "impaired"
	AvailabilityZoneState_unavailable AvailabilityZoneState = "unavailable"
)

type AvailableCapacity

type AvailableCapacity struct {
	AvailableVCPUs *int64 `json:"availableVCPUs,omitempty"`
}

The capacity information for instances that can be launched onto the Dedicated Host.

func (*AvailableCapacity) DeepCopy

func (in *AvailableCapacity) DeepCopy() *AvailableCapacity

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailableCapacity.

func (*AvailableCapacity) DeepCopyInto

func (in *AvailableCapacity) DeepCopyInto(out *AvailableCapacity)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BGPStatus

type BGPStatus string
const (
	BGPStatus_up   BGPStatus = "up"
	BGPStatus_down BGPStatus = "down"
)

type BatchState

type BatchState string
const (
	BatchState_submitted             BatchState = "submitted"
	BatchState_active                BatchState = "active"
	BatchState_cancelled             BatchState = "cancelled"
	BatchState_failed                BatchState = "failed"
	BatchState_cancelled_running     BatchState = "cancelled_running"
	BatchState_cancelled_terminating BatchState = "cancelled_terminating"
	BatchState_modifying             BatchState = "modifying"
)

type BlockDeviceMapping

type BlockDeviceMapping struct {
	DeviceName  *string `json:"deviceName,omitempty"`
	NoDevice    *string `json:"noDevice,omitempty"`
	VirtualName *string `json:"virtualName,omitempty"`
}

Describes a block device mapping.

func (*BlockDeviceMapping) DeepCopy

func (in *BlockDeviceMapping) DeepCopy() *BlockDeviceMapping

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BlockDeviceMapping.

func (*BlockDeviceMapping) DeepCopyInto

func (in *BlockDeviceMapping) DeepCopyInto(out *BlockDeviceMapping)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BundleTask

type BundleTask struct {
	BundleID   *string      `json:"bundleID,omitempty"`
	InstanceID *string      `json:"instanceID,omitempty"`
	Progress   *string      `json:"progress,omitempty"`
	StartTime  *metav1.Time `json:"startTime,omitempty"`
	UpdateTime *metav1.Time `json:"updateTime,omitempty"`
}

Describes a bundle task.

func (*BundleTask) DeepCopy

func (in *BundleTask) DeepCopy() *BundleTask

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BundleTask.

func (*BundleTask) DeepCopyInto

func (in *BundleTask) DeepCopyInto(out *BundleTask)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BundleTaskError

type BundleTaskError struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

Describes an error for BundleInstance.

func (*BundleTaskError) DeepCopy

func (in *BundleTaskError) DeepCopy() *BundleTaskError

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BundleTaskError.

func (*BundleTaskError) DeepCopyInto

func (in *BundleTaskError) DeepCopyInto(out *BundleTaskError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BundleTaskState

type BundleTaskState string
const (
	BundleTaskState_pending              BundleTaskState = "pending"
	BundleTaskState_waiting_for_shutdown BundleTaskState = "waiting-for-shutdown"
	BundleTaskState_bundling             BundleTaskState = "bundling"
	BundleTaskState_storing              BundleTaskState = "storing"
	BundleTaskState_cancelling           BundleTaskState = "cancelling"
	BundleTaskState_complete             BundleTaskState = "complete"
	BundleTaskState_failed               BundleTaskState = "failed"
)

type ByoipCIDR

type ByoipCIDR struct {
	CIDR          *string `json:"cidr,omitempty"`
	Description   *string `json:"description,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
}

Information about an address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).

func (*ByoipCIDR) DeepCopy

func (in *ByoipCIDR) DeepCopy() *ByoipCIDR

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ByoipCIDR.

func (*ByoipCIDR) DeepCopyInto

func (in *ByoipCIDR) DeepCopyInto(out *ByoipCIDR)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ByoipCIDRState

type ByoipCIDRState string
const (
	ByoipCIDRState_advertised                            ByoipCIDRState = "advertised"
	ByoipCIDRState_deprovisioned                         ByoipCIDRState = "deprovisioned"
	ByoipCIDRState_failed_deprovision                    ByoipCIDRState = "failed-deprovision"
	ByoipCIDRState_failed_provision                      ByoipCIDRState = "failed-provision"
	ByoipCIDRState_pending_deprovision                   ByoipCIDRState = "pending-deprovision"
	ByoipCIDRState_pending_provision                     ByoipCIDRState = "pending-provision"
	ByoipCIDRState_provisioned                           ByoipCIDRState = "provisioned"
	ByoipCIDRState_provisioned_not_publicly_advertisable ByoipCIDRState = "provisioned-not-publicly-advertisable"
)

type CIDRAuthorizationContext

type CIDRAuthorizationContext struct {
	Message   *string `json:"message,omitempty"`
	Signature *string `json:"signature,omitempty"`
}

Provides authorization for Amazon to bring a specific IP address range to a specific AWS account using bring your own IP addresses (BYOIP). For more information, see Prepare to Bring Your Address Range to Your AWS Account (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip) in the Amazon Elastic Compute Cloud User Guide.

func (*CIDRAuthorizationContext) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CIDRAuthorizationContext.

func (*CIDRAuthorizationContext) DeepCopyInto

func (in *CIDRAuthorizationContext) DeepCopyInto(out *CIDRAuthorizationContext)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CIDRBlock

type CIDRBlock struct {
	CIDRBlock *string `json:"cidrBlock,omitempty"`
}

Describes an IPv4 CIDR block.

func (*CIDRBlock) DeepCopy

func (in *CIDRBlock) DeepCopy() *CIDRBlock

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CIDRBlock.

func (*CIDRBlock) DeepCopyInto

func (in *CIDRBlock) DeepCopyInto(out *CIDRBlock)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CPUOptions

type CPUOptions struct {
	CoreCount      *int64 `json:"coreCount,omitempty"`
	ThreadsPerCore *int64 `json:"threadsPerCore,omitempty"`
}

The CPU options for the instance.

func (*CPUOptions) DeepCopy

func (in *CPUOptions) DeepCopy() *CPUOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CPUOptions.

func (*CPUOptions) DeepCopyInto

func (in *CPUOptions) DeepCopyInto(out *CPUOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CPUOptionsRequest

type CPUOptionsRequest struct {
	CoreCount      *int64 `json:"coreCount,omitempty"`
	ThreadsPerCore *int64 `json:"threadsPerCore,omitempty"`
}

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

func (*CPUOptionsRequest) DeepCopy

func (in *CPUOptionsRequest) DeepCopy() *CPUOptionsRequest

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CPUOptionsRequest.

func (*CPUOptionsRequest) DeepCopyInto

func (in *CPUOptionsRequest) DeepCopyInto(out *CPUOptionsRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CancelBatchErrorCode

type CancelBatchErrorCode string
const (
	CancelBatchErrorCode_fleetRequestIdDoesNotExist        CancelBatchErrorCode = "fleetRequestIdDoesNotExist"
	CancelBatchErrorCode_fleetRequestIdMalformed           CancelBatchErrorCode = "fleetRequestIdMalformed"
	CancelBatchErrorCode_fleetRequestNotInCancellableState CancelBatchErrorCode = "fleetRequestNotInCancellableState"
	CancelBatchErrorCode_unexpectedError                   CancelBatchErrorCode = "unexpectedError"
)

type CancelSpotFleetRequestsError

type CancelSpotFleetRequestsError struct {
	Message *string `json:"message,omitempty"`
}

Describes a Spot Fleet error.

func (*CancelSpotFleetRequestsError) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CancelSpotFleetRequestsError.

func (*CancelSpotFleetRequestsError) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CancelSpotFleetRequestsErrorItem

type CancelSpotFleetRequestsErrorItem struct {
	SpotFleetRequestID *string `json:"spotFleetRequestID,omitempty"`
}

Describes a Spot Fleet request that was not successfully canceled.

func (*CancelSpotFleetRequestsErrorItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CancelSpotFleetRequestsErrorItem.

func (*CancelSpotFleetRequestsErrorItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CancelSpotFleetRequestsSuccessItem

type CancelSpotFleetRequestsSuccessItem struct {
	SpotFleetRequestID *string `json:"spotFleetRequestID,omitempty"`
}

Describes a Spot Fleet request that was successfully canceled.

func (*CancelSpotFleetRequestsSuccessItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CancelSpotFleetRequestsSuccessItem.

func (*CancelSpotFleetRequestsSuccessItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CancelSpotInstanceRequestState

type CancelSpotInstanceRequestState string
const (
	CancelSpotInstanceRequestState_active    CancelSpotInstanceRequestState = "active"
	CancelSpotInstanceRequestState_open      CancelSpotInstanceRequestState = "open"
	CancelSpotInstanceRequestState_closed    CancelSpotInstanceRequestState = "closed"
	CancelSpotInstanceRequestState_cancelled CancelSpotInstanceRequestState = "cancelled"
	CancelSpotInstanceRequestState_completed CancelSpotInstanceRequestState = "completed"
)

type CancelledSpotInstanceRequest

type CancelledSpotInstanceRequest struct {
	SpotInstanceRequestID *string `json:"spotInstanceRequestID,omitempty"`
}

Describes a request to cancel a Spot Instance.

func (*CancelledSpotInstanceRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CancelledSpotInstanceRequest.

func (*CancelledSpotInstanceRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapacityReservation

type CapacityReservation struct {
	AvailabilityZone       *string      `json:"availabilityZone,omitempty"`
	AvailabilityZoneID     *string      `json:"availabilityZoneID,omitempty"`
	AvailableInstanceCount *int64       `json:"availableInstanceCount,omitempty"`
	CapacityReservationARN *string      `json:"capacityReservationARN,omitempty"`
	CapacityReservationID  *string      `json:"capacityReservationID,omitempty"`
	CreateDate             *metav1.Time `json:"createDate,omitempty"`
	EBSOptimized           *bool        `json:"ebsOptimized,omitempty"`
	EndDate                *metav1.Time `json:"endDate,omitempty"`
	EphemeralStorage       *bool        `json:"ephemeralStorage,omitempty"`
	InstanceType           *string      `json:"instanceType,omitempty"`
	OwnerID                *string      `json:"ownerID,omitempty"`
	StartDate              *metav1.Time `json:"startDate,omitempty"`
	Tags                   []*Tag       `json:"tags,omitempty"`
	TotalInstanceCount     *int64       `json:"totalInstanceCount,omitempty"`
}

Describes a Capacity Reservation.

func (*CapacityReservation) DeepCopy

func (in *CapacityReservation) DeepCopy() *CapacityReservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapacityReservation.

func (*CapacityReservation) DeepCopyInto

func (in *CapacityReservation) DeepCopyInto(out *CapacityReservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapacityReservationGroup

type CapacityReservationGroup struct {
	GroupARN *string `json:"groupARN,omitempty"`
	OwnerID  *string `json:"ownerID,omitempty"`
}

Describes a resource group to which a Capacity Reservation has been added.

func (*CapacityReservationGroup) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapacityReservationGroup.

func (*CapacityReservationGroup) DeepCopyInto

func (in *CapacityReservationGroup) DeepCopyInto(out *CapacityReservationGroup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapacityReservationInstancePlatform

type CapacityReservationInstancePlatform string
const (
	CapacityReservationInstancePlatform_Linux_UNIX                         CapacityReservationInstancePlatform = "Linux/UNIX"
	CapacityReservationInstancePlatform_Red_Hat_Enterprise_Linux           CapacityReservationInstancePlatform = "Red Hat Enterprise Linux"
	CapacityReservationInstancePlatform_SUSE_Linux                         CapacityReservationInstancePlatform = "SUSE Linux"
	CapacityReservationInstancePlatform_Windows                            CapacityReservationInstancePlatform = "Windows"
	CapacityReservationInstancePlatform_Windows_with_SQL_Server            CapacityReservationInstancePlatform = "Windows with SQL Server"
	CapacityReservationInstancePlatform_Windows_with_SQL_Server_Enterprise CapacityReservationInstancePlatform = "Windows with SQL Server Enterprise"
	CapacityReservationInstancePlatform_Windows_with_SQL_Server_Standard   CapacityReservationInstancePlatform = "Windows with SQL Server Standard"
	CapacityReservationInstancePlatform_Windows_with_SQL_Server_Web        CapacityReservationInstancePlatform = "Windows with SQL Server Web"
	CapacityReservationInstancePlatform_Linux_with_SQL_Server_Standard     CapacityReservationInstancePlatform = "Linux with SQL Server Standard"
	CapacityReservationInstancePlatform_Linux_with_SQL_Server_Web          CapacityReservationInstancePlatform = "Linux with SQL Server Web"
	CapacityReservationInstancePlatform_Linux_with_SQL_Server_Enterprise   CapacityReservationInstancePlatform = "Linux with SQL Server Enterprise"
)

type CapacityReservationPreference

type CapacityReservationPreference string
const (
	CapacityReservationPreference_open CapacityReservationPreference = "open"
	CapacityReservationPreference_none CapacityReservationPreference = "none"
)

type CapacityReservationState

type CapacityReservationState string
const (
	CapacityReservationState_active    CapacityReservationState = "active"
	CapacityReservationState_expired   CapacityReservationState = "expired"
	CapacityReservationState_cancelled CapacityReservationState = "cancelled"
	CapacityReservationState_pending   CapacityReservationState = "pending"
	CapacityReservationState_failed    CapacityReservationState = "failed"
)

type CapacityReservationTarget

type CapacityReservationTarget struct {
	CapacityReservationResourceGroupARN *string `json:"capacityReservationResourceGroupARN,omitempty"`
}

Describes a target Capacity Reservation or Capacity Reservation group.

func (*CapacityReservationTarget) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapacityReservationTarget.

func (*CapacityReservationTarget) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapacityReservationTargetResponse

type CapacityReservationTargetResponse struct {
	CapacityReservationID               *string `json:"capacityReservationID,omitempty"`
	CapacityReservationResourceGroupARN *string `json:"capacityReservationResourceGroupARN,omitempty"`
}

Describes a target Capacity Reservation or Capacity Reservation group.

func (*CapacityReservationTargetResponse) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapacityReservationTargetResponse.

func (*CapacityReservationTargetResponse) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapacityReservationTenancy

type CapacityReservationTenancy string
const (
	CapacityReservationTenancy_default   CapacityReservationTenancy = "default"
	CapacityReservationTenancy_dedicated CapacityReservationTenancy = "dedicated"
)

type CarrierGateway

type CarrierGateway struct {
	CarrierGatewayID *string `json:"carrierGatewayID,omitempty"`
	OwnerID          *string `json:"ownerID,omitempty"`
	Tags             []*Tag  `json:"tags,omitempty"`
	VPCID            *string `json:"vpcID,omitempty"`
}

Describes a carrier gateway.

func (*CarrierGateway) DeepCopy

func (in *CarrierGateway) DeepCopy() *CarrierGateway

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CarrierGateway.

func (*CarrierGateway) DeepCopyInto

func (in *CarrierGateway) DeepCopyInto(out *CarrierGateway)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CarrierGatewayState

type CarrierGatewayState string
const (
	CarrierGatewayState_pending   CarrierGatewayState = "pending"
	CarrierGatewayState_available CarrierGatewayState = "available"
	CarrierGatewayState_deleting  CarrierGatewayState = "deleting"
	CarrierGatewayState_deleted   CarrierGatewayState = "deleted"
)

type CertificateAuthentication

type CertificateAuthentication struct {
	ClientRootCertificateChain *string `json:"clientRootCertificateChain,omitempty"`
}

Information about the client certificate used for authentication.

func (*CertificateAuthentication) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateAuthentication.

func (*CertificateAuthentication) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificateAuthenticationRequest

type CertificateAuthenticationRequest struct {
	ClientRootCertificateChainARN *string `json:"clientRootCertificateChainARN,omitempty"`
}

Information about the client certificate to be used for authentication.

func (*CertificateAuthenticationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateAuthenticationRequest.

func (*CertificateAuthenticationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClassicLinkDNSSupport

type ClassicLinkDNSSupport struct {
	ClassicLinkDNSSupported *bool   `json:"classicLinkDNSSupported,omitempty"`
	VPCID                   *string `json:"vpcID,omitempty"`
}

Describes the ClassicLink DNS support status of a VPC.

func (*ClassicLinkDNSSupport) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClassicLinkDNSSupport.

func (*ClassicLinkDNSSupport) DeepCopyInto

func (in *ClassicLinkDNSSupport) DeepCopyInto(out *ClassicLinkDNSSupport)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClassicLinkInstance

type ClassicLinkInstance struct {
	InstanceID *string `json:"instanceID,omitempty"`
	Tags       []*Tag  `json:"tags,omitempty"`
	VPCID      *string `json:"vpcID,omitempty"`
}

Describes a linked EC2-Classic instance.

func (*ClassicLinkInstance) DeepCopy

func (in *ClassicLinkInstance) DeepCopy() *ClassicLinkInstance

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClassicLinkInstance.

func (*ClassicLinkInstance) DeepCopyInto

func (in *ClassicLinkInstance) DeepCopyInto(out *ClassicLinkInstance)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClassicLoadBalancer

type ClassicLoadBalancer struct {
	Name *string `json:"name,omitempty"`
}

Describes a Classic Load Balancer.

func (*ClassicLoadBalancer) DeepCopy

func (in *ClassicLoadBalancer) DeepCopy() *ClassicLoadBalancer

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClassicLoadBalancer.

func (*ClassicLoadBalancer) DeepCopyInto

func (in *ClassicLoadBalancer) DeepCopyInto(out *ClassicLoadBalancer)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientCertificateRevocationListStatus

type ClientCertificateRevocationListStatus struct {
	Message *string `json:"message,omitempty"`
}

Describes the state of a client certificate revocation list.

func (*ClientCertificateRevocationListStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientCertificateRevocationListStatus.

func (*ClientCertificateRevocationListStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientCertificateRevocationListStatusCode

type ClientCertificateRevocationListStatusCode string
const (
	ClientCertificateRevocationListStatusCode_pending ClientCertificateRevocationListStatusCode = "pending"
	ClientCertificateRevocationListStatusCode_active  ClientCertificateRevocationListStatusCode = "active"
)

type ClientConnectOptions

type ClientConnectOptions struct {
	Enabled           *bool   `json:"enabled,omitempty"`
	LambdaFunctionARN *string `json:"lambdaFunctionARN,omitempty"`
}

The options for managing connection authorization for new client connections.

func (*ClientConnectOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientConnectOptions.

func (*ClientConnectOptions) DeepCopyInto

func (in *ClientConnectOptions) DeepCopyInto(out *ClientConnectOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientConnectResponseOptions

type ClientConnectResponseOptions struct {
	Enabled           *bool   `json:"enabled,omitempty"`
	LambdaFunctionARN *string `json:"lambdaFunctionARN,omitempty"`
}

The options for managing connection authorization for new client connections.

func (*ClientConnectResponseOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientConnectResponseOptions.

func (*ClientConnectResponseOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientData

type ClientData struct {
	Comment     *string      `json:"comment,omitempty"`
	UploadEnd   *metav1.Time `json:"uploadEnd,omitempty"`
	UploadStart *metav1.Time `json:"uploadStart,omitempty"`
}

Describes the client-specific data.

func (*ClientData) DeepCopy

func (in *ClientData) DeepCopy() *ClientData

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientData.

func (*ClientData) DeepCopyInto

func (in *ClientData) DeepCopyInto(out *ClientData)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNAuthenticationType

type ClientVPNAuthenticationType string
const (
	ClientVPNAuthenticationType_certificate_authentication       ClientVPNAuthenticationType = "certificate-authentication"
	ClientVPNAuthenticationType_directory_service_authentication ClientVPNAuthenticationType = "directory-service-authentication"
	ClientVPNAuthenticationType_federated_authentication         ClientVPNAuthenticationType = "federated-authentication"
)

type ClientVPNAuthorizationRuleStatus

type ClientVPNAuthorizationRuleStatus struct {
	Message *string `json:"message,omitempty"`
}

Describes the state of an authorization rule.

func (*ClientVPNAuthorizationRuleStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNAuthorizationRuleStatus.

func (*ClientVPNAuthorizationRuleStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNAuthorizationRuleStatusCode

type ClientVPNAuthorizationRuleStatusCode string
const (
	ClientVPNAuthorizationRuleStatusCode_authorizing ClientVPNAuthorizationRuleStatusCode = "authorizing"
	ClientVPNAuthorizationRuleStatusCode_active      ClientVPNAuthorizationRuleStatusCode = "active"
	ClientVPNAuthorizationRuleStatusCode_failed      ClientVPNAuthorizationRuleStatusCode = "failed"
	ClientVPNAuthorizationRuleStatusCode_revoking    ClientVPNAuthorizationRuleStatusCode = "revoking"
)

type ClientVPNConnection

type ClientVPNConnection struct {
	ClientIP                  *string   `json:"clientIP,omitempty"`
	ClientVPNEndpointID       *string   `json:"clientVPNEndpointID,omitempty"`
	CommonName                *string   `json:"commonName,omitempty"`
	ConnectionEndTime         *string   `json:"connectionEndTime,omitempty"`
	ConnectionEstablishedTime *string   `json:"connectionEstablishedTime,omitempty"`
	ConnectionID              *string   `json:"connectionID,omitempty"`
	EgressBytes               *string   `json:"egressBytes,omitempty"`
	EgressPackets             *string   `json:"egressPackets,omitempty"`
	IngressBytes              *string   `json:"ingressBytes,omitempty"`
	IngressPackets            *string   `json:"ingressPackets,omitempty"`
	PostureComplianceStatuses []*string `json:"postureComplianceStatuses,omitempty"`
	Timestamp                 *string   `json:"timestamp,omitempty"`
	Username                  *string   `json:"username,omitempty"`
}

Describes a client connection.

func (*ClientVPNConnection) DeepCopy

func (in *ClientVPNConnection) DeepCopy() *ClientVPNConnection

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNConnection.

func (*ClientVPNConnection) DeepCopyInto

func (in *ClientVPNConnection) DeepCopyInto(out *ClientVPNConnection)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNConnectionStatus

type ClientVPNConnectionStatus struct {
	Message *string `json:"message,omitempty"`
}

Describes the status of a client connection.

func (*ClientVPNConnectionStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNConnectionStatus.

func (*ClientVPNConnectionStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNConnectionStatusCode

type ClientVPNConnectionStatusCode string
const (
	ClientVPNConnectionStatusCode_active              ClientVPNConnectionStatusCode = "active"
	ClientVPNConnectionStatusCode_failed_to_terminate ClientVPNConnectionStatusCode = "failed-to-terminate"
	ClientVPNConnectionStatusCode_terminating         ClientVPNConnectionStatusCode = "terminating"
	ClientVPNConnectionStatusCode_terminated          ClientVPNConnectionStatusCode = "terminated"
)

type ClientVPNEndpoint

type ClientVPNEndpoint struct {
	ClientCIDRBlock      *string   `json:"clientCIDRBlock,omitempty"`
	ClientVPNEndpointID  *string   `json:"clientVPNEndpointID,omitempty"`
	CreationTime         *string   `json:"creationTime,omitempty"`
	DeletionTime         *string   `json:"deletionTime,omitempty"`
	Description          *string   `json:"description,omitempty"`
	DNSName              *string   `json:"dnsName,omitempty"`
	DNSServers           []*string `json:"dnsServers,omitempty"`
	SelfServicePortalURL *string   `json:"selfServicePortalURL,omitempty"`
	ServerCertificateARN *string   `json:"serverCertificateARN,omitempty"`
	SplitTunnel          *bool     `json:"splitTunnel,omitempty"`
	Tags                 []*Tag    `json:"tags,omitempty"`
	VPCID                *string   `json:"vpcID,omitempty"`
	VPNPort              *int64    `json:"vpnPort,omitempty"`
}

Describes a Client VPN endpoint.

func (*ClientVPNEndpoint) DeepCopy

func (in *ClientVPNEndpoint) DeepCopy() *ClientVPNEndpoint

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNEndpoint.

func (*ClientVPNEndpoint) DeepCopyInto

func (in *ClientVPNEndpoint) DeepCopyInto(out *ClientVPNEndpoint)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNEndpointAttributeStatus

type ClientVPNEndpointAttributeStatus struct {
	Message *string `json:"message,omitempty"`
}

Describes the status of the Client VPN endpoint attribute.

func (*ClientVPNEndpointAttributeStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNEndpointAttributeStatus.

func (*ClientVPNEndpointAttributeStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNEndpointAttributeStatusCode

type ClientVPNEndpointAttributeStatusCode string
const (
	ClientVPNEndpointAttributeStatusCode_applying ClientVPNEndpointAttributeStatusCode = "applying"
	ClientVPNEndpointAttributeStatusCode_applied  ClientVPNEndpointAttributeStatusCode = "applied"
)

type ClientVPNEndpointStatus

type ClientVPNEndpointStatus struct {
	Message *string `json:"message,omitempty"`
}

Describes the state of a Client VPN endpoint.

func (*ClientVPNEndpointStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNEndpointStatus.

func (*ClientVPNEndpointStatus) DeepCopyInto

func (in *ClientVPNEndpointStatus) DeepCopyInto(out *ClientVPNEndpointStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNEndpointStatusCode

type ClientVPNEndpointStatusCode string
const (
	ClientVPNEndpointStatusCode_pending_associate ClientVPNEndpointStatusCode = "pending-associate"
	ClientVPNEndpointStatusCode_available         ClientVPNEndpointStatusCode = "available"
	ClientVPNEndpointStatusCode_deleting          ClientVPNEndpointStatusCode = "deleting"
	ClientVPNEndpointStatusCode_deleted           ClientVPNEndpointStatusCode = "deleted"
)

type ClientVPNRoute

type ClientVPNRoute struct {
	ClientVPNEndpointID *string `json:"clientVPNEndpointID,omitempty"`
	Description         *string `json:"description,omitempty"`
	DestinationCIDR     *string `json:"destinationCIDR,omitempty"`
	Origin              *string `json:"origin,omitempty"`
	TargetSubnet        *string `json:"targetSubnet,omitempty"`
	Type                *string `json:"type_,omitempty"`
}

Information about a Client VPN endpoint route.

func (*ClientVPNRoute) DeepCopy

func (in *ClientVPNRoute) DeepCopy() *ClientVPNRoute

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNRoute.

func (*ClientVPNRoute) DeepCopyInto

func (in *ClientVPNRoute) DeepCopyInto(out *ClientVPNRoute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNRouteStatus

type ClientVPNRouteStatus struct {
	Message *string `json:"message,omitempty"`
}

Describes the state of a Client VPN endpoint route.

func (*ClientVPNRouteStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientVPNRouteStatus.

func (*ClientVPNRouteStatus) DeepCopyInto

func (in *ClientVPNRouteStatus) DeepCopyInto(out *ClientVPNRouteStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ClientVPNRouteStatusCode

type ClientVPNRouteStatusCode string
const (
	ClientVPNRouteStatusCode_creating ClientVPNRouteStatusCode = "creating"
	ClientVPNRouteStatusCode_active   ClientVPNRouteStatusCode = "active"
	ClientVPNRouteStatusCode_failed   ClientVPNRouteStatusCode = "failed"
	ClientVPNRouteStatusCode_deleting ClientVPNRouteStatusCode = "deleting"
)

type CoipAddressUsage

type CoipAddressUsage struct {
	AllocationID *string `json:"allocationID,omitempty"`
	AWSAccountID *string `json:"awsAccountID,omitempty"`
	AWSService   *string `json:"awsService,omitempty"`
	CoIP         *string `json:"coIP,omitempty"`
}

Describes address usage for a customer-owned address pool.

func (*CoipAddressUsage) DeepCopy

func (in *CoipAddressUsage) DeepCopy() *CoipAddressUsage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CoipAddressUsage.

func (*CoipAddressUsage) DeepCopyInto

func (in *CoipAddressUsage) DeepCopyInto(out *CoipAddressUsage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CoipPool

type CoipPool struct {
	PoolCIDRs []*string `json:"poolCIDRs,omitempty"`
	PoolID    *string   `json:"poolID,omitempty"`
	Tags      []*Tag    `json:"tags,omitempty"`
}

Describes a customer-owned address pool.

func (*CoipPool) DeepCopy

func (in *CoipPool) DeepCopy() *CoipPool

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CoipPool.

func (*CoipPool) DeepCopyInto

func (in *CoipPool) DeepCopyInto(out *CoipPool)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConnectionLogOptions

type ConnectionLogOptions struct {
	CloudwatchLogGroup  *string `json:"cloudwatchLogGroup,omitempty"`
	CloudwatchLogStream *string `json:"cloudwatchLogStream,omitempty"`
	Enabled             *bool   `json:"enabled,omitempty"`
}

Describes the client connection logging options for the Client VPN endpoint.

func (*ConnectionLogOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConnectionLogOptions.

func (*ConnectionLogOptions) DeepCopyInto

func (in *ConnectionLogOptions) DeepCopyInto(out *ConnectionLogOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConnectionLogResponseOptions

type ConnectionLogResponseOptions struct {
	CloudwatchLogGroup  *string `json:"cloudwatchLogGroup,omitempty"`
	CloudwatchLogStream *string `json:"cloudwatchLogStream,omitempty"`
	Enabled             *bool   `json:"enabled,omitempty"`
}

Information about the client connection logging options for a Client VPN endpoint.

func (*ConnectionLogResponseOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConnectionLogResponseOptions.

func (*ConnectionLogResponseOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConnectionNotification

type ConnectionNotification struct {
	ConnectionEvents          []*string `json:"connectionEvents,omitempty"`
	ConnectionNotificationARN *string   `json:"connectionNotificationARN,omitempty"`
	ConnectionNotificationID  *string   `json:"connectionNotificationID,omitempty"`
	ServiceID                 *string   `json:"serviceID,omitempty"`
	VPCEndpointID             *string   `json:"vpcEndpointID,omitempty"`
}

Describes a connection notification for a VPC endpoint or VPC endpoint service.

func (*ConnectionNotification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConnectionNotification.

func (*ConnectionNotification) DeepCopyInto

func (in *ConnectionNotification) DeepCopyInto(out *ConnectionNotification)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConnectionNotificationState

type ConnectionNotificationState string
const (
	ConnectionNotificationState_Enabled  ConnectionNotificationState = "Enabled"
	ConnectionNotificationState_Disabled ConnectionNotificationState = "Disabled"
)

type ConnectionNotificationType

type ConnectionNotificationType string
const (
	ConnectionNotificationType_Topic ConnectionNotificationType = "Topic"
)

type ContainerFormat

type ContainerFormat string
const (
	ContainerFormat_ova ContainerFormat = "ova"
)

type ConversionTask

type ConversionTask struct {
	ConversionTaskID *string `json:"conversionTaskID,omitempty"`
	ExpirationTime   *string `json:"expirationTime,omitempty"`
	StatusMessage    *string `json:"statusMessage,omitempty"`
	Tags             []*Tag  `json:"tags,omitempty"`
}

Describes a conversion task.

func (*ConversionTask) DeepCopy

func (in *ConversionTask) DeepCopy() *ConversionTask

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConversionTask.

func (*ConversionTask) DeepCopyInto

func (in *ConversionTask) DeepCopyInto(out *ConversionTask)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConversionTaskState

type ConversionTaskState string
const (
	ConversionTaskState_active     ConversionTaskState = "active"
	ConversionTaskState_cancelling ConversionTaskState = "cancelling"
	ConversionTaskState_cancelled  ConversionTaskState = "cancelled"
	ConversionTaskState_completed  ConversionTaskState = "completed"
)

type CopyTagsFromSource

type CopyTagsFromSource string
const (
	CopyTagsFromSource_volume CopyTagsFromSource = "volume"
)

type CreateFleetError

type CreateFleetError struct {
	ErrorCode    *string `json:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty"`
}

Describes the instances that could not be launched by the fleet.

func (*CreateFleetError) DeepCopy

func (in *CreateFleetError) DeepCopy() *CreateFleetError

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreateFleetError.

func (*CreateFleetError) DeepCopyInto

func (in *CreateFleetError) DeepCopyInto(out *CreateFleetError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CreateRouteInput

type CreateRouteInput struct {
	CarrierGatewayID            *string `json:"carrierGatewayID,omitempty"`
	DestinationCIDRBlock        *string `json:"destinationCIDRBlock,omitempty"`
	DestinationIPv6CIDRBlock    *string `json:"destinationIPv6CIDRBlock,omitempty"`
	DestinationPrefixListID     *string `json:"destinationPrefixListID,omitempty"`
	EgressOnlyInternetGatewayID *string `json:"egressOnlyInternetGatewayID,omitempty"`
	GatewayID                   *string `json:"gatewayID,omitempty"`
	InstanceID                  *string `json:"instanceID,omitempty"`
	LocalGatewayID              *string `json:"localGatewayID,omitempty"`
	NATGatewayID                *string `json:"natGatewayID,omitempty"`
	NetworkInterfaceID          *string `json:"networkInterfaceID,omitempty"`
	TransitGatewayID            *string `json:"transitGatewayID,omitempty"`
	VPCEndpointID               *string `json:"vpcEndpointID,omitempty"`
	VPCPeeringConnectionID      *string `json:"vpcPeeringConnectionID,omitempty"`
}

func (*CreateRouteInput) DeepCopy

func (in *CreateRouteInput) DeepCopy() *CreateRouteInput

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreateRouteInput.

func (*CreateRouteInput) DeepCopyInto

func (in *CreateRouteInput) DeepCopyInto(out *CreateRouteInput)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CreateTransitGatewayVPCAttachmentRequestOptions

type CreateTransitGatewayVPCAttachmentRequestOptions struct {
	DNSSupport *string `json:"dnsSupport,omitempty"`
}

Describes the options for a VPC attachment.

func (*CreateTransitGatewayVPCAttachmentRequestOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreateTransitGatewayVPCAttachmentRequestOptions.

func (*CreateTransitGatewayVPCAttachmentRequestOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CreateVolumePermission

type CreateVolumePermission struct {
	UserID *string `json:"userID,omitempty"`
}

Describes the user or group to be added or removed from the list of create volume permissions for a volume.

func (*CreateVolumePermission) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreateVolumePermission.

func (*CreateVolumePermission) DeepCopyInto

func (in *CreateVolumePermission) DeepCopyInto(out *CreateVolumePermission)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CreditSpecification

type CreditSpecification struct {
	CPUCredits *string `json:"cpuCredits,omitempty"`
}

Describes the credit option for CPU usage of a T2, T3, or T3a instance.

func (*CreditSpecification) DeepCopy

func (in *CreditSpecification) DeepCopy() *CreditSpecification

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreditSpecification.

func (*CreditSpecification) DeepCopyInto

func (in *CreditSpecification) DeepCopyInto(out *CreditSpecification)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CreditSpecificationRequest

type CreditSpecificationRequest struct {
	CPUCredits *string `json:"cpuCredits,omitempty"`
}

The credit option for CPU usage of a T2, T3, or T3a instance.

func (*CreditSpecificationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreditSpecificationRequest.

func (*CreditSpecificationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CurrencyCodeValues

type CurrencyCodeValues string
const (
	CurrencyCodeValues_USD CurrencyCodeValues = "USD"
)

type CustomerGateway

type CustomerGateway struct {
	BGPASN            *string `json:"bgpASN,omitempty"`
	CertificateARN    *string `json:"certificateARN,omitempty"`
	CustomerGatewayID *string `json:"customerGatewayID,omitempty"`
	DeviceName        *string `json:"deviceName,omitempty"`
	IPAddress         *string `json:"ipAddress,omitempty"`
	State             *string `json:"state,omitempty"`
	Tags              []*Tag  `json:"tags,omitempty"`
	Type              *string `json:"type_,omitempty"`
}

Describes a customer gateway.

func (*CustomerGateway) DeepCopy

func (in *CustomerGateway) DeepCopy() *CustomerGateway

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomerGateway.

func (*CustomerGateway) DeepCopyInto

func (in *CustomerGateway) DeepCopyInto(out *CustomerGateway)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DHCPConfiguration

type DHCPConfiguration struct {
	Key *string `json:"key,omitempty"`
}

Describes a DHCP configuration option.

func (*DHCPConfiguration) DeepCopy

func (in *DHCPConfiguration) DeepCopy() *DHCPConfiguration

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DHCPConfiguration.

func (*DHCPConfiguration) DeepCopyInto

func (in *DHCPConfiguration) DeepCopyInto(out *DHCPConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DHCPOptions

type DHCPOptions struct {
	DHCPOptionsID *string `json:"dhcpOptionsID,omitempty"`
	OwnerID       *string `json:"ownerID,omitempty"`
	Tags          []*Tag  `json:"tags,omitempty"`
}

Describes a set of DHCP options.

func (*DHCPOptions) DeepCopy

func (in *DHCPOptions) DeepCopy() *DHCPOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DHCPOptions.

func (*DHCPOptions) DeepCopyInto

func (in *DHCPOptions) DeepCopyInto(out *DHCPOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DNSEntry

type DNSEntry struct {
	DNSName      *string `json:"dnsName,omitempty"`
	HostedZoneID *string `json:"hostedZoneID,omitempty"`
}

Describes a DNS entry.

func (*DNSEntry) DeepCopy

func (in *DNSEntry) DeepCopy() *DNSEntry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DNSEntry.

func (*DNSEntry) DeepCopyInto

func (in *DNSEntry) DeepCopyInto(out *DNSEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DNSNameState

type DNSNameState string
const (
	DNSNameState_pendingVerification DNSNameState = "pendingVerification"
	DNSNameState_verified            DNSNameState = "verified"
	DNSNameState_failed              DNSNameState = "failed"
)

type DNSServersOptionsModifyStructure

type DNSServersOptionsModifyStructure struct {
	CustomDNSServers []*string `json:"customDNSServers,omitempty"`
	Enabled          *bool     `json:"enabled,omitempty"`
}

Information about the DNS server to be used.

func (*DNSServersOptionsModifyStructure) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DNSServersOptionsModifyStructure.

func (*DNSServersOptionsModifyStructure) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DNSSupportValue

type DNSSupportValue string
const (
	DNSSupportValue_enable  DNSSupportValue = "enable"
	DNSSupportValue_disable DNSSupportValue = "disable"
)

type DatafeedSubscriptionState

type DatafeedSubscriptionState string
const (
	DatafeedSubscriptionState_Active   DatafeedSubscriptionState = "Active"
	DatafeedSubscriptionState_Inactive DatafeedSubscriptionState = "Inactive"
)

type DefaultRouteTableAssociationValue

type DefaultRouteTableAssociationValue string
const (
	DefaultRouteTableAssociationValue_enable  DefaultRouteTableAssociationValue = "enable"
	DefaultRouteTableAssociationValue_disable DefaultRouteTableAssociationValue = "disable"
)

type DefaultRouteTablePropagationValue

type DefaultRouteTablePropagationValue string
const (
	DefaultRouteTablePropagationValue_enable  DefaultRouteTablePropagationValue = "enable"
	DefaultRouteTablePropagationValue_disable DefaultRouteTablePropagationValue = "disable"
)

type DefaultTargetCapacityType

type DefaultTargetCapacityType string
const (
	DefaultTargetCapacityType_spot      DefaultTargetCapacityType = "spot"
	DefaultTargetCapacityType_on_demand DefaultTargetCapacityType = "on-demand"
)

type DeleteFleetError

type DeleteFleetError struct {
	Message *string `json:"message,omitempty"`
}

Describes an EC2 Fleet error.

func (*DeleteFleetError) DeepCopy

func (in *DeleteFleetError) DeepCopy() *DeleteFleetError

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeleteFleetError.

func (*DeleteFleetError) DeepCopyInto

func (in *DeleteFleetError) DeepCopyInto(out *DeleteFleetError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DeleteFleetErrorCode

type DeleteFleetErrorCode string
const (
	DeleteFleetErrorCode_fleetIdDoesNotExist      DeleteFleetErrorCode = "fleetIdDoesNotExist"
	DeleteFleetErrorCode_fleetIdMalformed         DeleteFleetErrorCode = "fleetIdMalformed"
	DeleteFleetErrorCode_fleetNotInDeletableState DeleteFleetErrorCode = "fleetNotInDeletableState"
	DeleteFleetErrorCode_unexpectedError          DeleteFleetErrorCode = "unexpectedError"
)

type DeleteLaunchTemplateVersionsResponseErrorItem

type DeleteLaunchTemplateVersionsResponseErrorItem struct {
	LaunchTemplateID   *string `json:"launchTemplateID,omitempty"`
	LaunchTemplateName *string `json:"launchTemplateName,omitempty"`
	VersionNumber      *int64  `json:"versionNumber,omitempty"`
}

Describes a launch template version that could not be deleted.

func (*DeleteLaunchTemplateVersionsResponseErrorItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeleteLaunchTemplateVersionsResponseErrorItem.

func (*DeleteLaunchTemplateVersionsResponseErrorItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DeleteLaunchTemplateVersionsResponseSuccessItem

type DeleteLaunchTemplateVersionsResponseSuccessItem struct {
	LaunchTemplateID   *string `json:"launchTemplateID,omitempty"`
	LaunchTemplateName *string `json:"launchTemplateName,omitempty"`
	VersionNumber      *int64  `json:"versionNumber,omitempty"`
}

Describes a launch template version that was successfully deleted.

func (*DeleteLaunchTemplateVersionsResponseSuccessItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeleteLaunchTemplateVersionsResponseSuccessItem.

func (*DeleteLaunchTemplateVersionsResponseSuccessItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DeleteQueuedReservedInstancesError

type DeleteQueuedReservedInstancesError struct {
	Message *string `json:"message,omitempty"`
}

Describes the error for a Reserved Instance whose queued purchase could not be deleted.

func (*DeleteQueuedReservedInstancesError) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeleteQueuedReservedInstancesError.

func (*DeleteQueuedReservedInstancesError) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DeleteQueuedReservedInstancesErrorCode

type DeleteQueuedReservedInstancesErrorCode string
const (
	DeleteQueuedReservedInstancesErrorCode_reserved_instances_id_invalid          DeleteQueuedReservedInstancesErrorCode = "reserved-instances-id-invalid"
	DeleteQueuedReservedInstancesErrorCode_reserved_instances_not_in_queued_state DeleteQueuedReservedInstancesErrorCode = "reserved-instances-not-in-queued-state"
	DeleteQueuedReservedInstancesErrorCode_unexpected_error                       DeleteQueuedReservedInstancesErrorCode = "unexpected-error"
)

type DeregisterInstanceTagAttributeRequest

type DeregisterInstanceTagAttributeRequest struct {
	IncludeAllTagsOfInstance *bool `json:"includeAllTagsOfInstance,omitempty"`
}

Information about the tag keys to deregister for the current Region. You can either specify individual tag keys or deregister all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

func (*DeregisterInstanceTagAttributeRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeregisterInstanceTagAttributeRequest.

func (*DeregisterInstanceTagAttributeRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DescribeFastSnapshotRestoreSuccessItem

type DescribeFastSnapshotRestoreSuccessItem struct {
	AvailabilityZone      *string      `json:"availabilityZone,omitempty"`
	DisabledTime          *metav1.Time `json:"disabledTime,omitempty"`
	DisablingTime         *metav1.Time `json:"disablingTime,omitempty"`
	EnabledTime           *metav1.Time `json:"enabledTime,omitempty"`
	EnablingTime          *metav1.Time `json:"enablingTime,omitempty"`
	OptimizingTime        *metav1.Time `json:"optimizingTime,omitempty"`
	OwnerAlias            *string      `json:"ownerAlias,omitempty"`
	OwnerID               *string      `json:"ownerID,omitempty"`
	SnapshotID            *string      `json:"snapshotID,omitempty"`
	StateTransitionReason *string      `json:"stateTransitionReason,omitempty"`
}

Describes fast snapshot restores for a snapshot.

func (*DescribeFastSnapshotRestoreSuccessItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DescribeFastSnapshotRestoreSuccessItem.

func (*DescribeFastSnapshotRestoreSuccessItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DescribeFleetError

type DescribeFleetError struct {
	ErrorCode    *string `json:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty"`
}

Describes the instances that could not be launched by the fleet.

func (*DescribeFleetError) DeepCopy

func (in *DescribeFleetError) DeepCopy() *DescribeFleetError

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DescribeFleetError.

func (*DescribeFleetError) DeepCopyInto

func (in *DescribeFleetError) DeepCopyInto(out *DescribeFleetError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DeviceType

type DeviceType string
const (
	DeviceType_ebs            DeviceType = "ebs"
	DeviceType_instance_store DeviceType = "instance-store"
)

type DirectoryServiceAuthentication

type DirectoryServiceAuthentication struct {
	DirectoryID *string `json:"directoryID,omitempty"`
}

Describes an Active Directory.

func (*DirectoryServiceAuthentication) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectoryServiceAuthentication.

func (*DirectoryServiceAuthentication) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DirectoryServiceAuthenticationRequest

type DirectoryServiceAuthenticationRequest struct {
	DirectoryID *string `json:"directoryID,omitempty"`
}

Describes the Active Directory to be used for client authentication.

func (*DirectoryServiceAuthenticationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectoryServiceAuthenticationRequest.

func (*DirectoryServiceAuthenticationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DisableFastSnapshotRestoreErrorItem

type DisableFastSnapshotRestoreErrorItem struct {
	SnapshotID *string `json:"snapshotID,omitempty"`
}

Contains information about the errors that occurred when disabling fast snapshot restores.

func (*DisableFastSnapshotRestoreErrorItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DisableFastSnapshotRestoreErrorItem.

func (*DisableFastSnapshotRestoreErrorItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DisableFastSnapshotRestoreStateError

type DisableFastSnapshotRestoreStateError struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

Describes an error that occurred when disabling fast snapshot restores.

func (*DisableFastSnapshotRestoreStateError) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DisableFastSnapshotRestoreStateError.

func (*DisableFastSnapshotRestoreStateError) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DisableFastSnapshotRestoreStateErrorItem

type DisableFastSnapshotRestoreStateErrorItem struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
}

Contains information about an error that occurred when disabling fast snapshot restores.

func (*DisableFastSnapshotRestoreStateErrorItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DisableFastSnapshotRestoreStateErrorItem.

func (*DisableFastSnapshotRestoreStateErrorItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DisableFastSnapshotRestoreSuccessItem

type DisableFastSnapshotRestoreSuccessItem struct {
	AvailabilityZone      *string      `json:"availabilityZone,omitempty"`
	DisabledTime          *metav1.Time `json:"disabledTime,omitempty"`
	DisablingTime         *metav1.Time `json:"disablingTime,omitempty"`
	EnabledTime           *metav1.Time `json:"enabledTime,omitempty"`
	EnablingTime          *metav1.Time `json:"enablingTime,omitempty"`
	OptimizingTime        *metav1.Time `json:"optimizingTime,omitempty"`
	OwnerAlias            *string      `json:"ownerAlias,omitempty"`
	OwnerID               *string      `json:"ownerID,omitempty"`
	SnapshotID            *string      `json:"snapshotID,omitempty"`
	StateTransitionReason *string      `json:"stateTransitionReason,omitempty"`
}

Describes fast snapshot restores that were successfully disabled.

func (*DisableFastSnapshotRestoreSuccessItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DisableFastSnapshotRestoreSuccessItem.

func (*DisableFastSnapshotRestoreSuccessItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DiskImage

type DiskImage struct {
	Description *string `json:"description,omitempty"`
}

Describes a disk image.

func (*DiskImage) DeepCopy

func (in *DiskImage) DeepCopy() *DiskImage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiskImage.

func (*DiskImage) DeepCopyInto

func (in *DiskImage) DeepCopyInto(out *DiskImage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DiskImageDescription

type DiskImageDescription struct {
	Checksum          *string `json:"checksum,omitempty"`
	ImportManifestURL *string `json:"importManifestURL,omitempty"`
	Size              *int64  `json:"size,omitempty"`
}

Describes a disk image.

func (*DiskImageDescription) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiskImageDescription.

func (*DiskImageDescription) DeepCopyInto

func (in *DiskImageDescription) DeepCopyInto(out *DiskImageDescription)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DiskImageDetail

type DiskImageDetail struct {
	Bytes             *int64  `json:"bytes,omitempty"`
	ImportManifestURL *string `json:"importManifestURL,omitempty"`
}

Describes a disk image.

func (*DiskImageDetail) DeepCopy

func (in *DiskImageDetail) DeepCopy() *DiskImageDetail

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiskImageDetail.

func (*DiskImageDetail) DeepCopyInto

func (in *DiskImageDetail) DeepCopyInto(out *DiskImageDetail)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DiskImageFormat

type DiskImageFormat string
const (
	DiskImageFormat_VMDK DiskImageFormat = "VMDK"
	DiskImageFormat_RAW  DiskImageFormat = "RAW"
	DiskImageFormat_VHD  DiskImageFormat = "VHD"
)

type DiskImageVolumeDescription

type DiskImageVolumeDescription struct {
	ID   *string `json:"id,omitempty"`
	Size *int64  `json:"size,omitempty"`
}

Describes a disk image volume.

func (*DiskImageVolumeDescription) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiskImageVolumeDescription.

func (*DiskImageVolumeDescription) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DiskType

type DiskType string
const (
	DiskType_hdd DiskType = "hdd"
	DiskType_ssd DiskType = "ssd"
)

type DomainType

type DomainType string
const (
	DomainType_vpc      DomainType = "vpc"
	DomainType_standard DomainType = "standard"
)

type EBSBlockDevice

type EBSBlockDevice struct {
	DeleteOnTermination *bool   `json:"deleteOnTermination,omitempty"`
	Encrypted           *bool   `json:"encrypted,omitempty"`
	IOPS                *int64  `json:"iops,omitempty"`
	KMSKeyID            *string `json:"kmsKeyID,omitempty"`
	OutpostARN          *string `json:"outpostARN,omitempty"`
	SnapshotID          *string `json:"snapshotID,omitempty"`
	Throughput          *int64  `json:"throughput,omitempty"`
	VolumeSize          *int64  `json:"volumeSize,omitempty"`
}

Describes a block device for an EBS volume.

func (*EBSBlockDevice) DeepCopy

func (in *EBSBlockDevice) DeepCopy() *EBSBlockDevice

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EBSBlockDevice.

func (*EBSBlockDevice) DeepCopyInto

func (in *EBSBlockDevice) DeepCopyInto(out *EBSBlockDevice)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EBSEncryptionSupport

type EBSEncryptionSupport string
const (
	EBSEncryptionSupport_unsupported EBSEncryptionSupport = "unsupported"
	EBSEncryptionSupport_supported   EBSEncryptionSupport = "supported"
)

type EBSInstanceBlockDevice

type EBSInstanceBlockDevice struct {
	AttachTime          *metav1.Time `json:"attachTime,omitempty"`
	DeleteOnTermination *bool        `json:"deleteOnTermination,omitempty"`
	Status              *string      `json:"status,omitempty"`
	VolumeID            *string      `json:"volumeID,omitempty"`
}

Describes a parameter used to set up an EBS volume in a block device mapping.

func (*EBSInstanceBlockDevice) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EBSInstanceBlockDevice.

func (*EBSInstanceBlockDevice) DeepCopyInto

func (in *EBSInstanceBlockDevice) DeepCopyInto(out *EBSInstanceBlockDevice)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EBSInstanceBlockDeviceSpecification

type EBSInstanceBlockDeviceSpecification struct {
	DeleteOnTermination *bool `json:"deleteOnTermination,omitempty"`
}

Describes information used to set up an EBS volume specified in a block device mapping.

func (*EBSInstanceBlockDeviceSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EBSInstanceBlockDeviceSpecification.

func (*EBSInstanceBlockDeviceSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EBSNvmeSupport

type EBSNvmeSupport string
const (
	EBSNvmeSupport_unsupported EBSNvmeSupport = "unsupported"
	EBSNvmeSupport_supported   EBSNvmeSupport = "supported"
	EBSNvmeSupport_required    EBSNvmeSupport = "required"
)

type EBSOptimizedSupport

type EBSOptimizedSupport string
const (
	EBSOptimizedSupport_unsupported EBSOptimizedSupport = "unsupported"
	EBSOptimizedSupport_supported   EBSOptimizedSupport = "supported"
	EBSOptimizedSupport_default     EBSOptimizedSupport = "default"
)

type ENASupport

type ENASupport string
const (
	ENASupport_unsupported ENASupport = "unsupported"
	ENASupport_supported   ENASupport = "supported"
	ENASupport_required    ENASupport = "required"
)

type EgressOnlyInternetGateway

type EgressOnlyInternetGateway struct {
	Attachments                 []*InternetGatewayAttachment `json:"attachments,omitempty"`
	EgressOnlyInternetGatewayID *string                      `json:"egressOnlyInternetGatewayID,omitempty"`
	Tags                        []*Tag                       `json:"tags,omitempty"`
}

Describes an egress-only internet gateway.

func (*EgressOnlyInternetGateway) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EgressOnlyInternetGateway.

func (*EgressOnlyInternetGateway) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ElasticGPUAssociation

type ElasticGPUAssociation struct {
	ElasticGPUAssociationID    *string `json:"elasticGPUAssociationID,omitempty"`
	ElasticGPUAssociationState *string `json:"elasticGPUAssociationState,omitempty"`
	ElasticGPUAssociationTime  *string `json:"elasticGPUAssociationTime,omitempty"`
	ElasticGPUID               *string `json:"elasticGPUID,omitempty"`
}

Describes the association between an instance and an Elastic Graphics accelerator.

func (*ElasticGPUAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticGPUAssociation.

func (*ElasticGPUAssociation) DeepCopyInto

func (in *ElasticGPUAssociation) DeepCopyInto(out *ElasticGPUAssociation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ElasticGPUSpecification

type ElasticGPUSpecification struct {
	Type *string `json:"type_,omitempty"`
}

A specification for an Elastic Graphics accelerator.

func (*ElasticGPUSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticGPUSpecification.

func (*ElasticGPUSpecification) DeepCopyInto

func (in *ElasticGPUSpecification) DeepCopyInto(out *ElasticGPUSpecification)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ElasticGPUSpecificationResponse

type ElasticGPUSpecificationResponse struct {
	Type *string `json:"type_,omitempty"`
}

Describes an elastic GPU.

func (*ElasticGPUSpecificationResponse) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticGPUSpecificationResponse.

func (*ElasticGPUSpecificationResponse) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ElasticGPUState

type ElasticGPUState string
const (
	ElasticGPUState_ATTACHED ElasticGPUState = "ATTACHED"
)

type ElasticGPUStatus

type ElasticGPUStatus string
const (
	ElasticGPUStatus_OK       ElasticGPUStatus = "OK"
	ElasticGPUStatus_IMPAIRED ElasticGPUStatus = "IMPAIRED"
)

type ElasticGPUs

type ElasticGPUs struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	ElasticGPUID     *string `json:"elasticGPUID,omitempty"`
	ElasticGPUType   *string `json:"elasticGPUType,omitempty"`
	InstanceID       *string `json:"instanceID,omitempty"`
	Tags             []*Tag  `json:"tags,omitempty"`
}

Describes an Elastic Graphics accelerator.

func (*ElasticGPUs) DeepCopy

func (in *ElasticGPUs) DeepCopy() *ElasticGPUs

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticGPUs.

func (*ElasticGPUs) DeepCopyInto

func (in *ElasticGPUs) DeepCopyInto(out *ElasticGPUs)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ElasticInferenceAccelerator

type ElasticInferenceAccelerator struct {
	Type *string `json:"type_,omitempty"`
}

Describes an elastic inference accelerator.

func (*ElasticInferenceAccelerator) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticInferenceAccelerator.

func (*ElasticInferenceAccelerator) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ElasticInferenceAcceleratorAssociation

type ElasticInferenceAcceleratorAssociation struct {
	ElasticInferenceAcceleratorARN              *string      `json:"elasticInferenceAcceleratorARN,omitempty"`
	ElasticInferenceAcceleratorAssociationID    *string      `json:"elasticInferenceAcceleratorAssociationID,omitempty"`
	ElasticInferenceAcceleratorAssociationState *string      `json:"elasticInferenceAcceleratorAssociationState,omitempty"`
	ElasticInferenceAcceleratorAssociationTime  *metav1.Time `json:"elasticInferenceAcceleratorAssociationTime,omitempty"`
}

Describes the association between an instance and an elastic inference accelerator.

func (*ElasticInferenceAcceleratorAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticInferenceAcceleratorAssociation.

func (*ElasticInferenceAcceleratorAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnableFastSnapshotRestoreErrorItem

type EnableFastSnapshotRestoreErrorItem struct {
	SnapshotID *string `json:"snapshotID,omitempty"`
}

Contains information about the errors that occurred when enabling fast snapshot restores.

func (*EnableFastSnapshotRestoreErrorItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnableFastSnapshotRestoreErrorItem.

func (*EnableFastSnapshotRestoreErrorItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnableFastSnapshotRestoreStateError

type EnableFastSnapshotRestoreStateError struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

Describes an error that occurred when enabling fast snapshot restores.

func (*EnableFastSnapshotRestoreStateError) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnableFastSnapshotRestoreStateError.

func (*EnableFastSnapshotRestoreStateError) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnableFastSnapshotRestoreStateErrorItem

type EnableFastSnapshotRestoreStateErrorItem struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
}

Contains information about an error that occurred when enabling fast snapshot restores.

func (*EnableFastSnapshotRestoreStateErrorItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnableFastSnapshotRestoreStateErrorItem.

func (*EnableFastSnapshotRestoreStateErrorItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnableFastSnapshotRestoreSuccessItem

type EnableFastSnapshotRestoreSuccessItem struct {
	AvailabilityZone      *string      `json:"availabilityZone,omitempty"`
	DisabledTime          *metav1.Time `json:"disabledTime,omitempty"`
	DisablingTime         *metav1.Time `json:"disablingTime,omitempty"`
	EnabledTime           *metav1.Time `json:"enabledTime,omitempty"`
	EnablingTime          *metav1.Time `json:"enablingTime,omitempty"`
	OptimizingTime        *metav1.Time `json:"optimizingTime,omitempty"`
	OwnerAlias            *string      `json:"ownerAlias,omitempty"`
	OwnerID               *string      `json:"ownerID,omitempty"`
	SnapshotID            *string      `json:"snapshotID,omitempty"`
	StateTransitionReason *string      `json:"stateTransitionReason,omitempty"`
}

Describes fast snapshot restores that were successfully enabled.

func (*EnableFastSnapshotRestoreSuccessItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnableFastSnapshotRestoreSuccessItem.

func (*EnableFastSnapshotRestoreSuccessItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnclaveOptions

type EnclaveOptions struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Indicates whether the instance is enabled for AWS Nitro Enclaves.

func (*EnclaveOptions) DeepCopy

func (in *EnclaveOptions) DeepCopy() *EnclaveOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnclaveOptions.

func (*EnclaveOptions) DeepCopyInto

func (in *EnclaveOptions) DeepCopyInto(out *EnclaveOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnclaveOptionsRequest

type EnclaveOptionsRequest struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see What is AWS Nitro Enclaves? (https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) in the AWS Nitro Enclaves User Guide.

func (*EnclaveOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnclaveOptionsRequest.

func (*EnclaveOptionsRequest) DeepCopyInto

func (in *EnclaveOptionsRequest) DeepCopyInto(out *EnclaveOptionsRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EndDateType

type EndDateType string
const (
	EndDateType_unlimited EndDateType = "unlimited"
	EndDateType_limited   EndDateType = "limited"
)

type EphemeralNvmeSupport

type EphemeralNvmeSupport string
const (
	EphemeralNvmeSupport_unsupported EphemeralNvmeSupport = "unsupported"
	EphemeralNvmeSupport_supported   EphemeralNvmeSupport = "supported"
	EphemeralNvmeSupport_required    EphemeralNvmeSupport = "required"
)

type EventCode

type EventCode string
const (
	EventCode_instance_reboot     EventCode = "instance-reboot"
	EventCode_system_reboot       EventCode = "system-reboot"
	EventCode_system_maintenance  EventCode = "system-maintenance"
	EventCode_instance_retirement EventCode = "instance-retirement"
	EventCode_instance_stop       EventCode = "instance-stop"
)

type EventInformation

type EventInformation struct {
	EventDescription *string `json:"eventDescription,omitempty"`
	EventSubType     *string `json:"eventSubType,omitempty"`
	InstanceID       *string `json:"instanceID,omitempty"`
}

Describes an EC2 Fleet or Spot Fleet event.

func (*EventInformation) DeepCopy

func (in *EventInformation) DeepCopy() *EventInformation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventInformation.

func (*EventInformation) DeepCopyInto

func (in *EventInformation) DeepCopyInto(out *EventInformation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EventType

type EventType string
const (
	EventType_instanceChange     EventType = "instanceChange"
	EventType_fleetRequestChange EventType = "fleetRequestChange"
	EventType_error              EventType = "error"
	EventType_information        EventType = "information"
)

type ExcessCapacityTerminationPolicy

type ExcessCapacityTerminationPolicy string
const (
	ExcessCapacityTerminationPolicy_noTermination ExcessCapacityTerminationPolicy = "noTermination"
	ExcessCapacityTerminationPolicy_default       ExcessCapacityTerminationPolicy = "default"
)

type Explanation

type Explanation struct {
	AvailabilityZones []*string `json:"availabilityZones,omitempty"`
	CIDRs             []*string `json:"cidrs,omitempty"`
	Direction         *string   `json:"direction,omitempty"`
	ExplanationCode   *string   `json:"explanationCode,omitempty"`
	MissingComponent  *string   `json:"missingComponent,omitempty"`
	PacketField       *string   `json:"packetField,omitempty"`
	State             *string   `json:"state,omitempty"`
}

Describes an explanation code for an unreachable path. For more information, see Reachability Analyzer explanation codes (https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html).

func (*Explanation) DeepCopy

func (in *Explanation) DeepCopy() *Explanation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Explanation.

func (*Explanation) DeepCopyInto

func (in *Explanation) DeepCopyInto(out *Explanation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExportEnvironment

type ExportEnvironment string
const (
	ExportEnvironment_citrix    ExportEnvironment = "citrix"
	ExportEnvironment_vmware    ExportEnvironment = "vmware"
	ExportEnvironment_microsoft ExportEnvironment = "microsoft"
)

type ExportImageTask

type ExportImageTask struct {
	Description       *string `json:"description,omitempty"`
	ExportImageTaskID *string `json:"exportImageTaskID,omitempty"`
	ImageID           *string `json:"imageID,omitempty"`
	Progress          *string `json:"progress,omitempty"`
	Status            *string `json:"status,omitempty"`
	StatusMessage     *string `json:"statusMessage,omitempty"`
	Tags              []*Tag  `json:"tags,omitempty"`
}

Describes an export image task.

func (*ExportImageTask) DeepCopy

func (in *ExportImageTask) DeepCopy() *ExportImageTask

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportImageTask.

func (*ExportImageTask) DeepCopyInto

func (in *ExportImageTask) DeepCopyInto(out *ExportImageTask)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExportTask

type ExportTask struct {
	Description   *string `json:"description,omitempty"`
	ExportTaskID  *string `json:"exportTaskID,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
	Tags          []*Tag  `json:"tags,omitempty"`
}

Describes an instance export task.

func (*ExportTask) DeepCopy

func (in *ExportTask) DeepCopy() *ExportTask

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportTask.

func (*ExportTask) DeepCopyInto

func (in *ExportTask) DeepCopyInto(out *ExportTask)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExportTaskS3Location

type ExportTaskS3Location struct {
	S3Bucket *string `json:"s3Bucket,omitempty"`
	S3Prefix *string `json:"s3Prefix,omitempty"`
}

Describes the destination for an export image task.

func (*ExportTaskS3Location) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportTaskS3Location.

func (*ExportTaskS3Location) DeepCopyInto

func (in *ExportTaskS3Location) DeepCopyInto(out *ExportTaskS3Location)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExportTaskS3LocationRequest

type ExportTaskS3LocationRequest struct {
	S3Bucket *string `json:"s3Bucket,omitempty"`
	S3Prefix *string `json:"s3Prefix,omitempty"`
}

Describes the destination for an export image task.

func (*ExportTaskS3LocationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportTaskS3LocationRequest.

func (*ExportTaskS3LocationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExportTaskState

type ExportTaskState string
const (
	ExportTaskState_active     ExportTaskState = "active"
	ExportTaskState_cancelling ExportTaskState = "cancelling"
	ExportTaskState_cancelled  ExportTaskState = "cancelled"
	ExportTaskState_completed  ExportTaskState = "completed"
)

type ExportToS3Task

type ExportToS3Task struct {
	S3Bucket *string `json:"s3Bucket,omitempty"`
	S3Key    *string `json:"s3Key,omitempty"`
}

Describes the format and location for an instance export task.

func (*ExportToS3Task) DeepCopy

func (in *ExportToS3Task) DeepCopy() *ExportToS3Task

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportToS3Task.

func (*ExportToS3Task) DeepCopyInto

func (in *ExportToS3Task) DeepCopyInto(out *ExportToS3Task)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ExportToS3TaskSpecification

type ExportToS3TaskSpecification struct {
	S3Bucket *string `json:"s3Bucket,omitempty"`
	S3Prefix *string `json:"s3Prefix,omitempty"`
}

Describes an instance export task.

func (*ExportToS3TaskSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportToS3TaskSpecification.

func (*ExportToS3TaskSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FPGAImage

type FPGAImage struct {
	CreateTime           *metav1.Time `json:"createTime,omitempty"`
	DataRetentionSupport *bool        `json:"dataRetentionSupport,omitempty"`
	Description          *string      `json:"description,omitempty"`
	FPGAImageGlobalID    *string      `json:"fpgaImageGlobalID,omitempty"`
	FPGAImageID          *string      `json:"fpgaImageID,omitempty"`
	Name                 *string      `json:"name,omitempty"`
	OwnerAlias           *string      `json:"ownerAlias,omitempty"`
	OwnerID              *string      `json:"ownerID,omitempty"`
	Public               *bool        `json:"public,omitempty"`
	ShellVersion         *string      `json:"shellVersion,omitempty"`
	Tags                 []*Tag       `json:"tags,omitempty"`
	UpdateTime           *metav1.Time `json:"updateTime,omitempty"`
}

Describes an Amazon FPGA image (AFI).

func (*FPGAImage) DeepCopy

func (in *FPGAImage) DeepCopy() *FPGAImage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FPGAImage.

func (*FPGAImage) DeepCopyInto

func (in *FPGAImage) DeepCopyInto(out *FPGAImage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FPGAImageAttribute

type FPGAImageAttribute struct {
	Description *string `json:"description,omitempty"`
	FPGAImageID *string `json:"fpgaImageID,omitempty"`
	Name        *string `json:"name,omitempty"`
}

Describes an Amazon FPGA image (AFI) attribute.

func (*FPGAImageAttribute) DeepCopy

func (in *FPGAImageAttribute) DeepCopy() *FPGAImageAttribute

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FPGAImageAttribute.

func (*FPGAImageAttribute) DeepCopyInto

func (in *FPGAImageAttribute) DeepCopyInto(out *FPGAImageAttribute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FPGAImageAttributeName

type FPGAImageAttributeName string
const (
	FPGAImageAttributeName_description    FPGAImageAttributeName = "description"
	FPGAImageAttributeName_name           FPGAImageAttributeName = "name"
	FPGAImageAttributeName_loadPermission FPGAImageAttributeName = "loadPermission"
	FPGAImageAttributeName_productCodes   FPGAImageAttributeName = "productCodes"
)

type FPGAImageState

type FPGAImageState struct {
	Message *string `json:"message,omitempty"`
}

Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).

func (*FPGAImageState) DeepCopy

func (in *FPGAImageState) DeepCopy() *FPGAImageState

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FPGAImageState.

func (*FPGAImageState) DeepCopyInto

func (in *FPGAImageState) DeepCopyInto(out *FPGAImageState)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FPGAImageStateCode

type FPGAImageStateCode string
const (
	FPGAImageStateCode_pending     FPGAImageStateCode = "pending"
	FPGAImageStateCode_failed      FPGAImageStateCode = "failed"
	FPGAImageStateCode_available   FPGAImageStateCode = "available"
	FPGAImageStateCode_unavailable FPGAImageStateCode = "unavailable"
)

type FailedQueuedPurchaseDeletion

type FailedQueuedPurchaseDeletion struct {
	ReservedInstancesID *string `json:"reservedInstancesID,omitempty"`
}

Describes a Reserved Instance whose queued purchase was not deleted.

func (*FailedQueuedPurchaseDeletion) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FailedQueuedPurchaseDeletion.

func (*FailedQueuedPurchaseDeletion) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FastSnapshotRestoreStateCode

type FastSnapshotRestoreStateCode string
const (
	FastSnapshotRestoreStateCode_enabling   FastSnapshotRestoreStateCode = "enabling"
	FastSnapshotRestoreStateCode_optimizing FastSnapshotRestoreStateCode = "optimizing"
	FastSnapshotRestoreStateCode_enabled    FastSnapshotRestoreStateCode = "enabled"
	FastSnapshotRestoreStateCode_disabling  FastSnapshotRestoreStateCode = "disabling"
	FastSnapshotRestoreStateCode_disabled   FastSnapshotRestoreStateCode = "disabled"
)

type FederatedAuthentication

type FederatedAuthentication struct {
	SamlProviderARN            *string `json:"samlProviderARN,omitempty"`
	SelfServiceSamlProviderARN *string `json:"selfServiceSamlProviderARN,omitempty"`
}

Describes the IAM SAML identity providers used for federated authentication.

func (*FederatedAuthentication) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedAuthentication.

func (*FederatedAuthentication) DeepCopyInto

func (in *FederatedAuthentication) DeepCopyInto(out *FederatedAuthentication)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedAuthenticationRequest

type FederatedAuthenticationRequest struct {
	SAMLProviderARN            *string `json:"sAMLProviderARN,omitempty"`
	SelfServiceSAMLProviderARN *string `json:"selfServiceSAMLProviderARN,omitempty"`
}

The IAM SAML identity provider used for federated authentication.

func (*FederatedAuthenticationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedAuthenticationRequest.

func (*FederatedAuthenticationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Filter

type Filter struct {
	Name   *string   `json:"name,omitempty"`
	Values []*string `json:"values,omitempty"`
}

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs. The filters supported by a describe operation are documented with the describe operation. For example:

  • DescribeAvailabilityZones

  • DescribeImages

  • DescribeInstances

  • DescribeKeyPairs

  • DescribeSecurityGroups

  • DescribeSnapshots

  • DescribeSubnets

  • DescribeTags

  • DescribeVolumes

  • DescribeVpcs

func (*Filter) DeepCopy

func (in *Filter) DeepCopy() *Filter

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Filter.

func (*Filter) DeepCopyInto

func (in *Filter) DeepCopyInto(out *Filter)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FleetActivityStatus

type FleetActivityStatus string
const (
	FleetActivityStatus_error               FleetActivityStatus = "error"
	FleetActivityStatus_pending_fulfillment FleetActivityStatus = "pending_fulfillment"
	FleetActivityStatus_pending_termination FleetActivityStatus = "pending_termination"
	FleetActivityStatus_fulfilled           FleetActivityStatus = "fulfilled"
)

type FleetCapacityReservationUsageStrategy

type FleetCapacityReservationUsageStrategy string
const (
	FleetCapacityReservationUsageStrategy_use_capacity_reservations_first FleetCapacityReservationUsageStrategy = "use-capacity-reservations-first"
)

type FleetData

type FleetData struct {
	ClientToken                      *string      `json:"clientToken,omitempty"`
	CreateTime                       *metav1.Time `json:"createTime,omitempty"`
	ReplaceUnhealthyInstances        *bool        `json:"replaceUnhealthyInstances,omitempty"`
	Tags                             []*Tag       `json:"tags,omitempty"`
	TerminateInstancesWithExpiration *bool        `json:"terminateInstancesWithExpiration,omitempty"`
	ValidFrom                        *metav1.Time `json:"validFrom,omitempty"`
	ValidUntil                       *metav1.Time `json:"validUntil,omitempty"`
}

Describes an EC2 Fleet.

func (*FleetData) DeepCopy

func (in *FleetData) DeepCopy() *FleetData

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetData.

func (*FleetData) DeepCopyInto

func (in *FleetData) DeepCopyInto(out *FleetData)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FleetEventType

type FleetEventType string
const (
	FleetEventType_instance_change FleetEventType = "instance-change"
	FleetEventType_fleet_change    FleetEventType = "fleet-change"
	FleetEventType_service_error   FleetEventType = "service-error"
)

type FleetExcessCapacityTerminationPolicy

type FleetExcessCapacityTerminationPolicy string
const (
	FleetExcessCapacityTerminationPolicy_no_termination FleetExcessCapacityTerminationPolicy = "no-termination"
	FleetExcessCapacityTerminationPolicy_termination    FleetExcessCapacityTerminationPolicy = "termination"
)

type FleetLaunchTemplateOverrides

type FleetLaunchTemplateOverrides struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	MaxPrice         *string `json:"maxPrice,omitempty"`
	SubnetID         *string `json:"subnetID,omitempty"`
}

Describes overrides for a launch template.

func (*FleetLaunchTemplateOverrides) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetLaunchTemplateOverrides.

func (*FleetLaunchTemplateOverrides) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FleetLaunchTemplateOverridesRequest

type FleetLaunchTemplateOverridesRequest struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	MaxPrice         *string `json:"maxPrice,omitempty"`
	SubnetID         *string `json:"subnetID,omitempty"`
}

Describes overrides for a launch template.

func (*FleetLaunchTemplateOverridesRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetLaunchTemplateOverridesRequest.

func (*FleetLaunchTemplateOverridesRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FleetLaunchTemplateSpecification

type FleetLaunchTemplateSpecification struct {
	LaunchTemplateID *string `json:"launchTemplateID,omitempty"`
	Version          *string `json:"version,omitempty"`
}

Describes the Amazon EC2 launch template and the launch template version that can be used by a Spot Fleet request to configure Amazon EC2 instances. For information about launch templates, see Launching an instance from a launch template (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the Amazon EC2 User Guide for Linux Instances.

func (*FleetLaunchTemplateSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetLaunchTemplateSpecification.

func (*FleetLaunchTemplateSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FleetLaunchTemplateSpecificationRequest

type FleetLaunchTemplateSpecificationRequest struct {
	Version *string `json:"version,omitempty"`
}

Describes the Amazon EC2 launch template and the launch template version that can be used by an EC2 Fleet to configure Amazon EC2 instances. For information about launch templates, see Launching an instance from a launch template (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the Amazon EC2 User Guide.

func (*FleetLaunchTemplateSpecificationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetLaunchTemplateSpecificationRequest.

func (*FleetLaunchTemplateSpecificationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FleetOnDemandAllocationStrategy

type FleetOnDemandAllocationStrategy string
const (
	FleetOnDemandAllocationStrategy_lowest_price FleetOnDemandAllocationStrategy = "lowest-price"
	FleetOnDemandAllocationStrategy_prioritized  FleetOnDemandAllocationStrategy = "prioritized"
)

type FleetReplacementStrategy

type FleetReplacementStrategy string
const (
	FleetReplacementStrategy_launch FleetReplacementStrategy = "launch"
)

type FleetStateCode

type FleetStateCode string
const (
	FleetStateCode_submitted           FleetStateCode = "submitted"
	FleetStateCode_active              FleetStateCode = "active"
	FleetStateCode_deleted             FleetStateCode = "deleted"
	FleetStateCode_failed              FleetStateCode = "failed"
	FleetStateCode_deleted_running     FleetStateCode = "deleted_running"
	FleetStateCode_deleted_terminating FleetStateCode = "deleted_terminating"
	FleetStateCode_modifying           FleetStateCode = "modifying"
)

type FleetType

type FleetType string
const (
	FleetType_request  FleetType = "request"
	FleetType_maintain FleetType = "maintain"
	FleetType_instant  FleetType = "instant"
)

type FlowLog

type FlowLog struct {
	CreationTime             *metav1.Time `json:"creationTime,omitempty"`
	DeliverLogsErrorMessage  *string      `json:"deliverLogsErrorMessage,omitempty"`
	DeliverLogsPermissionARN *string      `json:"deliverLogsPermissionARN,omitempty"`
	DeliverLogsStatus        *string      `json:"deliverLogsStatus,omitempty"`
	FlowLogID                *string      `json:"flowLogID,omitempty"`
	FlowLogStatus            *string      `json:"flowLogStatus,omitempty"`
	LogDestination           *string      `json:"logDestination,omitempty"`
	LogFormat                *string      `json:"logFormat,omitempty"`
	LogGroupName             *string      `json:"logGroupName,omitempty"`
	MaxAggregationInterval   *int64       `json:"maxAggregationInterval,omitempty"`
	ResourceID               *string      `json:"resourceID,omitempty"`
	Tags                     []*Tag       `json:"tags,omitempty"`
}

Describes a flow log.

func (*FlowLog) DeepCopy

func (in *FlowLog) DeepCopy() *FlowLog

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowLog.

func (*FlowLog) DeepCopyInto

func (in *FlowLog) DeepCopyInto(out *FlowLog)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlowLogsResourceType

type FlowLogsResourceType string
const (
	FlowLogsResourceType_VPC              FlowLogsResourceType = "VPC"
	FlowLogsResourceType_Subnet           FlowLogsResourceType = "Subnet"
	FlowLogsResourceType_NetworkInterface FlowLogsResourceType = "NetworkInterface"
)

type GatewayType

type GatewayType string
const (
	GatewayType_ipsec_1 GatewayType = "ipsec.1"
)

type GroupIdentifier

type GroupIdentifier struct {
	GroupID   *string `json:"groupID,omitempty"`
	GroupName *string `json:"groupName,omitempty"`
}

Describes a security group.

func (*GroupIdentifier) DeepCopy

func (in *GroupIdentifier) DeepCopy() *GroupIdentifier

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupIdentifier.

func (*GroupIdentifier) DeepCopyInto

func (in *GroupIdentifier) DeepCopyInto(out *GroupIdentifier)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HTTPTokensState

type HTTPTokensState string
const (
	HTTPTokensState_optional HTTPTokensState = "optional"
	HTTPTokensState_required HTTPTokensState = "required"
)

type HibernationOptions

type HibernationOptions struct {
	Configured *bool `json:"configured,omitempty"`
}

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites). For more information, see Hibernate your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the Amazon EC2 User Guide.

func (*HibernationOptions) DeepCopy

func (in *HibernationOptions) DeepCopy() *HibernationOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HibernationOptions.

func (*HibernationOptions) DeepCopyInto

func (in *HibernationOptions) DeepCopyInto(out *HibernationOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HibernationOptionsRequest

type HibernationOptionsRequest struct {
	Configured *bool `json:"configured,omitempty"`
}

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites). For more information, see Hibernate your instance (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the Amazon EC2 User Guide.

func (*HibernationOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HibernationOptionsRequest.

func (*HibernationOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HistoryRecord

type HistoryRecord struct {
	Timestamp *metav1.Time `json:"timestamp,omitempty"`
}

Describes an event in the history of the Spot Fleet request.

func (*HistoryRecord) DeepCopy

func (in *HistoryRecord) DeepCopy() *HistoryRecord

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HistoryRecord.

func (*HistoryRecord) DeepCopyInto

func (in *HistoryRecord) DeepCopyInto(out *HistoryRecord)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HistoryRecordEntry

type HistoryRecordEntry struct {
	Timestamp *metav1.Time `json:"timestamp,omitempty"`
}

Describes an event in the history of an EC2 Fleet.

func (*HistoryRecordEntry) DeepCopy

func (in *HistoryRecordEntry) DeepCopy() *HistoryRecordEntry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HistoryRecordEntry.

func (*HistoryRecordEntry) DeepCopyInto

func (in *HistoryRecordEntry) DeepCopyInto(out *HistoryRecordEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Host

type Host struct {
	AllocationTime                     *metav1.Time `json:"allocationTime,omitempty"`
	AvailabilityZone                   *string      `json:"availabilityZone,omitempty"`
	AvailabilityZoneID                 *string      `json:"availabilityZoneID,omitempty"`
	ClientToken                        *string      `json:"clientToken,omitempty"`
	HostID                             *string      `json:"hostID,omitempty"`
	HostReservationID                  *string      `json:"hostReservationID,omitempty"`
	MemberOfServiceLinkedResourceGroup *bool        `json:"memberOfServiceLinkedResourceGroup,omitempty"`
	OwnerID                            *string      `json:"ownerID,omitempty"`
	ReleaseTime                        *metav1.Time `json:"releaseTime,omitempty"`
	Tags                               []*Tag       `json:"tags,omitempty"`
}

Describes the properties of the Dedicated Host.

func (*Host) DeepCopy

func (in *Host) DeepCopy() *Host

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Host.

func (*Host) DeepCopyInto

func (in *Host) DeepCopyInto(out *Host)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HostInstance

type HostInstance struct {
	InstanceID   *string `json:"instanceID,omitempty"`
	InstanceType *string `json:"instanceType,omitempty"`
	OwnerID      *string `json:"ownerID,omitempty"`
}

Describes an instance running on a Dedicated Host.

func (*HostInstance) DeepCopy

func (in *HostInstance) DeepCopy() *HostInstance

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostInstance.

func (*HostInstance) DeepCopyInto

func (in *HostInstance) DeepCopyInto(out *HostInstance)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HostOffering

type HostOffering struct {
	Duration       *int64  `json:"duration,omitempty"`
	HourlyPrice    *string `json:"hourlyPrice,omitempty"`
	InstanceFamily *string `json:"instanceFamily,omitempty"`
	OfferingID     *string `json:"offeringID,omitempty"`
	UpfrontPrice   *string `json:"upfrontPrice,omitempty"`
}

Details about the Dedicated Host Reservation offering.

func (*HostOffering) DeepCopy

func (in *HostOffering) DeepCopy() *HostOffering

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostOffering.

func (*HostOffering) DeepCopyInto

func (in *HostOffering) DeepCopyInto(out *HostOffering)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HostProperties

type HostProperties struct {
	Cores          *int64  `json:"cores,omitempty"`
	InstanceFamily *string `json:"instanceFamily,omitempty"`
	InstanceType   *string `json:"instanceType,omitempty"`
	Sockets        *int64  `json:"sockets,omitempty"`
	TotalVCPUs     *int64  `json:"totalVCPUs,omitempty"`
}

Describes the properties of a Dedicated Host.

func (*HostProperties) DeepCopy

func (in *HostProperties) DeepCopy() *HostProperties

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostProperties.

func (*HostProperties) DeepCopyInto

func (in *HostProperties) DeepCopyInto(out *HostProperties)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HostRecovery

type HostRecovery string
const (
	HostRecovery_on  HostRecovery = "on"
	HostRecovery_off HostRecovery = "off"
)

type HostReservation

type HostReservation struct {
	Count             *int64       `json:"count,omitempty"`
	Duration          *int64       `json:"duration,omitempty"`
	End               *metav1.Time `json:"end,omitempty"`
	HostReservationID *string      `json:"hostReservationID,omitempty"`
	HourlyPrice       *string      `json:"hourlyPrice,omitempty"`
	InstanceFamily    *string      `json:"instanceFamily,omitempty"`
	OfferingID        *string      `json:"offeringID,omitempty"`
	Start             *metav1.Time `json:"start,omitempty"`
	Tags              []*Tag       `json:"tags,omitempty"`
	UpfrontPrice      *string      `json:"upfrontPrice,omitempty"`
}

Details about the Dedicated Host Reservation and associated Dedicated Hosts.

func (*HostReservation) DeepCopy

func (in *HostReservation) DeepCopy() *HostReservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostReservation.

func (*HostReservation) DeepCopyInto

func (in *HostReservation) DeepCopyInto(out *HostReservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HostTenancy

type HostTenancy string
const (
	HostTenancy_dedicated HostTenancy = "dedicated"
	HostTenancy_host      HostTenancy = "host"
)

type HypervisorType

type HypervisorType string
const (
	HypervisorType_ovm HypervisorType = "ovm"
	HypervisorType_xen HypervisorType = "xen"
)

type IAMInstanceProfile

type IAMInstanceProfile struct {
	ARN *string `json:"arn,omitempty"`
	ID  *string `json:"id,omitempty"`
}

Describes an IAM instance profile.

func (*IAMInstanceProfile) DeepCopy

func (in *IAMInstanceProfile) DeepCopy() *IAMInstanceProfile

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IAMInstanceProfile.

func (*IAMInstanceProfile) DeepCopyInto

func (in *IAMInstanceProfile) DeepCopyInto(out *IAMInstanceProfile)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IAMInstanceProfileAssociation

type IAMInstanceProfileAssociation struct {
	AssociationID *string      `json:"associationID,omitempty"`
	InstanceID    *string      `json:"instanceID,omitempty"`
	Timestamp     *metav1.Time `json:"timestamp,omitempty"`
}

Describes an association between an IAM instance profile and an instance.

func (*IAMInstanceProfileAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IAMInstanceProfileAssociation.

func (*IAMInstanceProfileAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IAMInstanceProfileAssociationState

type IAMInstanceProfileAssociationState string
const (
	IAMInstanceProfileAssociationState_associating    IAMInstanceProfileAssociationState = "associating"
	IAMInstanceProfileAssociationState_associated     IAMInstanceProfileAssociationState = "associated"
	IAMInstanceProfileAssociationState_disassociating IAMInstanceProfileAssociationState = "disassociating"
	IAMInstanceProfileAssociationState_disassociated  IAMInstanceProfileAssociationState = "disassociated"
)

type IAMInstanceProfileSpecification

type IAMInstanceProfileSpecification struct {
	ARN  *string `json:"arn,omitempty"`
	Name *string `json:"name,omitempty"`
}

Describes an IAM instance profile.

func (*IAMInstanceProfileSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IAMInstanceProfileSpecification.

func (*IAMInstanceProfileSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ICMPTypeCode

type ICMPTypeCode struct {
	Code *int64 `json:"code,omitempty"`
	Type *int64 `json:"type_,omitempty"`
}

Describes the ICMP type and code.

func (*ICMPTypeCode) DeepCopy

func (in *ICMPTypeCode) DeepCopy() *ICMPTypeCode

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ICMPTypeCode.

func (*ICMPTypeCode) DeepCopyInto

func (in *ICMPTypeCode) DeepCopyInto(out *ICMPTypeCode)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IDFormat

type IDFormat struct {
	Deadline   *metav1.Time `json:"deadline,omitempty"`
	Resource   *string      `json:"resource,omitempty"`
	UseLongIDs *bool        `json:"useLongIDs,omitempty"`
}

Describes the ID format for a resource.

func (*IDFormat) DeepCopy

func (in *IDFormat) DeepCopy() *IDFormat

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IDFormat.

func (*IDFormat) DeepCopyInto

func (in *IDFormat) DeepCopyInto(out *IDFormat)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IKEVersionsListValue

type IKEVersionsListValue struct {
	Value *string `json:"value,omitempty"`
}

The internet key exchange (IKE) version permitted for the VPN tunnel.

func (*IKEVersionsListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IKEVersionsListValue.

func (*IKEVersionsListValue) DeepCopyInto

func (in *IKEVersionsListValue) DeepCopyInto(out *IKEVersionsListValue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IKEVersionsRequestListValue

type IKEVersionsRequestListValue struct {
	Value *string `json:"value,omitempty"`
}

The IKE version that is permitted for the VPN tunnel.

func (*IKEVersionsRequestListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IKEVersionsRequestListValue.

func (*IKEVersionsRequestListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPPermission

type IPPermission struct {
	FromPort         *int64             `json:"fromPort,omitempty"`
	IPProtocol       *string            `json:"ipProtocol,omitempty"`
	IPRanges         []*IPRange         `json:"ipRanges,omitempty"`
	IPv6Ranges       []*IPv6Range       `json:"ipv6Ranges,omitempty"`
	PrefixListIDs    []*PrefixListID    `json:"prefixListIDs,omitempty"`
	ToPort           *int64             `json:"toPort,omitempty"`
	UserIDGroupPairs []*UserIDGroupPair `json:"userIDGroupPairs,omitempty"`
}

Describes a set of permissions for a security group rule.

func (*IPPermission) DeepCopy

func (in *IPPermission) DeepCopy() *IPPermission

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPPermission.

func (*IPPermission) DeepCopyInto

func (in *IPPermission) DeepCopyInto(out *IPPermission)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPRange

type IPRange struct {
	CIDRIP      *string `json:"cidrIP,omitempty"`
	Description *string `json:"description,omitempty"`
}

Describes an IPv4 range.

func (*IPRange) DeepCopy

func (in *IPRange) DeepCopy() *IPRange

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPRange.

func (*IPRange) DeepCopyInto

func (in *IPRange) DeepCopyInto(out *IPRange)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPv6CIDRAssociation

type IPv6CIDRAssociation struct {
	AssociatedResource *string `json:"associatedResource,omitempty"`
	IPv6CIDR           *string `json:"ipv6CIDR,omitempty"`
}

Describes an IPv6 CIDR block association.

func (*IPv6CIDRAssociation) DeepCopy

func (in *IPv6CIDRAssociation) DeepCopy() *IPv6CIDRAssociation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPv6CIDRAssociation.

func (*IPv6CIDRAssociation) DeepCopyInto

func (in *IPv6CIDRAssociation) DeepCopyInto(out *IPv6CIDRAssociation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPv6CIDRBlock

type IPv6CIDRBlock struct {
	IPv6CIDRBlock *string `json:"ipv6CIDRBlock,omitempty"`
}

Describes an IPv6 CIDR block.

func (*IPv6CIDRBlock) DeepCopy

func (in *IPv6CIDRBlock) DeepCopy() *IPv6CIDRBlock

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPv6CIDRBlock.

func (*IPv6CIDRBlock) DeepCopyInto

func (in *IPv6CIDRBlock) DeepCopyInto(out *IPv6CIDRBlock)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPv6Pool

type IPv6Pool struct {
	Description *string `json:"description,omitempty"`
	PoolID      *string `json:"poolID,omitempty"`
	Tags        []*Tag  `json:"tags,omitempty"`
}

Describes an IPv6 address pool.

func (*IPv6Pool) DeepCopy

func (in *IPv6Pool) DeepCopy() *IPv6Pool

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPv6Pool.

func (*IPv6Pool) DeepCopyInto

func (in *IPv6Pool) DeepCopyInto(out *IPv6Pool)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPv6Range

type IPv6Range struct {
	CIDRIPv6    *string `json:"cidrIPv6,omitempty"`
	Description *string `json:"description,omitempty"`
}

[EC2-VPC only] Describes an IPv6 range.

func (*IPv6Range) DeepCopy

func (in *IPv6Range) DeepCopy() *IPv6Range

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPv6Range.

func (*IPv6Range) DeepCopyInto

func (in *IPv6Range) DeepCopyInto(out *IPv6Range)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPv6SupportValue

type IPv6SupportValue string
const (
	IPv6SupportValue_enable  IPv6SupportValue = "enable"
	IPv6SupportValue_disable IPv6SupportValue = "disable"
)

type Igmpv2SupportValue

type Igmpv2SupportValue string
const (
	Igmpv2SupportValue_enable  Igmpv2SupportValue = "enable"
	Igmpv2SupportValue_disable Igmpv2SupportValue = "disable"
)

type Image

type Image struct {
	CreationDate    *string `json:"creationDate,omitempty"`
	Description     *string `json:"description,omitempty"`
	ENASupport      *bool   `json:"enaSupport,omitempty"`
	ImageID         *string `json:"imageID,omitempty"`
	ImageLocation   *string `json:"imageLocation,omitempty"`
	ImageOwnerAlias *string `json:"imageOwnerAlias,omitempty"`
	KernelID        *string `json:"kernelID,omitempty"`
	Name            *string `json:"name,omitempty"`
	OwnerID         *string `json:"ownerID,omitempty"`
	PlatformDetails *string `json:"platformDetails,omitempty"`
	Public          *bool   `json:"public,omitempty"`
	RamdiskID       *string `json:"ramdiskID,omitempty"`
	RootDeviceName  *string `json:"rootDeviceName,omitempty"`
	SriovNetSupport *string `json:"sriovNetSupport,omitempty"`
	Tags            []*Tag  `json:"tags,omitempty"`
	UsageOperation  *string `json:"usageOperation,omitempty"`
}

Describes an image.

func (*Image) DeepCopy

func (in *Image) DeepCopy() *Image

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Image.

func (*Image) DeepCopyInto

func (in *Image) DeepCopyInto(out *Image)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImageAttributeName

type ImageAttributeName string
const (
	ImageAttributeName_description        ImageAttributeName = "description"
	ImageAttributeName_kernel             ImageAttributeName = "kernel"
	ImageAttributeName_ramdisk            ImageAttributeName = "ramdisk"
	ImageAttributeName_launchPermission   ImageAttributeName = "launchPermission"
	ImageAttributeName_productCodes       ImageAttributeName = "productCodes"
	ImageAttributeName_blockDeviceMapping ImageAttributeName = "blockDeviceMapping"
	ImageAttributeName_sriovNetSupport    ImageAttributeName = "sriovNetSupport"
)

type ImageDiskContainer

type ImageDiskContainer struct {
	Description *string `json:"description,omitempty"`
	DeviceName  *string `json:"deviceName,omitempty"`
	Format      *string `json:"format,omitempty"`
	URL         *string `json:"url,omitempty"`
}

Describes the disk container object for an import image task.

func (*ImageDiskContainer) DeepCopy

func (in *ImageDiskContainer) DeepCopy() *ImageDiskContainer

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageDiskContainer.

func (*ImageDiskContainer) DeepCopyInto

func (in *ImageDiskContainer) DeepCopyInto(out *ImageDiskContainer)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImageState

type ImageState string
const (
	ImageState_pending      ImageState = "pending"
	ImageState_available    ImageState = "available"
	ImageState_invalid      ImageState = "invalid"
	ImageState_deregistered ImageState = "deregistered"
	ImageState_transient    ImageState = "transient"
	ImageState_failed       ImageState = "failed"
	ImageState_error        ImageState = "error"
)

type ImageTypeValues

type ImageTypeValues string
const (
	ImageTypeValues_machine ImageTypeValues = "machine"
	ImageTypeValues_kernel  ImageTypeValues = "kernel"
	ImageTypeValues_ramdisk ImageTypeValues = "ramdisk"
)

type ImportImageLicenseConfigurationRequest

type ImportImageLicenseConfigurationRequest struct {
	LicenseConfigurationARN *string `json:"licenseConfigurationARN,omitempty"`
}

The request information of license configurations.

func (*ImportImageLicenseConfigurationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportImageLicenseConfigurationRequest.

func (*ImportImageLicenseConfigurationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImportImageLicenseConfigurationResponse

type ImportImageLicenseConfigurationResponse struct {
	LicenseConfigurationARN *string `json:"licenseConfigurationARN,omitempty"`
}

The response information for license configurations.

func (*ImportImageLicenseConfigurationResponse) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportImageLicenseConfigurationResponse.

func (*ImportImageLicenseConfigurationResponse) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImportImageTask

type ImportImageTask struct {
	Architecture  *string `json:"architecture,omitempty"`
	Description   *string `json:"description,omitempty"`
	Encrypted     *bool   `json:"encrypted,omitempty"`
	Hypervisor    *string `json:"hypervisor,omitempty"`
	ImageID       *string `json:"imageID,omitempty"`
	ImportTaskID  *string `json:"importTaskID,omitempty"`
	KMSKeyID      *string `json:"kmsKeyID,omitempty"`
	LicenseType   *string `json:"licenseType,omitempty"`
	Platform      *string `json:"platform,omitempty"`
	Progress      *string `json:"progress,omitempty"`
	Status        *string `json:"status,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
	Tags          []*Tag  `json:"tags,omitempty"`
}

Describes an import image task.

func (*ImportImageTask) DeepCopy

func (in *ImportImageTask) DeepCopy() *ImportImageTask

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportImageTask.

func (*ImportImageTask) DeepCopyInto

func (in *ImportImageTask) DeepCopyInto(out *ImportImageTask)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImportInstanceLaunchSpecification

type ImportInstanceLaunchSpecification struct {
	AdditionalInfo   *string `json:"additionalInfo,omitempty"`
	Monitoring       *bool   `json:"monitoring,omitempty"`
	PrivateIPAddress *string `json:"privateIPAddress,omitempty"`
	SubnetID         *string `json:"subnetID,omitempty"`
}

Describes the launch specification for VM import.

func (*ImportInstanceLaunchSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportInstanceLaunchSpecification.

func (*ImportInstanceLaunchSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImportInstanceTaskDetails

type ImportInstanceTaskDetails struct {
	Description *string `json:"description,omitempty"`
	InstanceID  *string `json:"instanceID,omitempty"`
}

Describes an import instance task.

func (*ImportInstanceTaskDetails) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportInstanceTaskDetails.

func (*ImportInstanceTaskDetails) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImportInstanceVolumeDetailItem

type ImportInstanceVolumeDetailItem struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	BytesConverted   *int64  `json:"bytesConverted,omitempty"`
	Description      *string `json:"description,omitempty"`
	Status           *string `json:"status,omitempty"`
	StatusMessage    *string `json:"statusMessage,omitempty"`
}

Describes an import volume task.

func (*ImportInstanceVolumeDetailItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportInstanceVolumeDetailItem.

func (*ImportInstanceVolumeDetailItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImportSnapshotTask

type ImportSnapshotTask struct {
	Description  *string `json:"description,omitempty"`
	ImportTaskID *string `json:"importTaskID,omitempty"`
	Tags         []*Tag  `json:"tags,omitempty"`
}

Describes an import snapshot task.

func (*ImportSnapshotTask) DeepCopy

func (in *ImportSnapshotTask) DeepCopy() *ImportSnapshotTask

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportSnapshotTask.

func (*ImportSnapshotTask) DeepCopyInto

func (in *ImportSnapshotTask) DeepCopyInto(out *ImportSnapshotTask)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImportVolumeTaskDetails

type ImportVolumeTaskDetails struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	BytesConverted   *int64  `json:"bytesConverted,omitempty"`
	Description      *string `json:"description,omitempty"`
}

Describes an import volume task.

func (*ImportVolumeTaskDetails) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImportVolumeTaskDetails.

func (*ImportVolumeTaskDetails) DeepCopyInto

func (in *ImportVolumeTaskDetails) DeepCopyInto(out *ImportVolumeTaskDetails)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Instance

type Instance struct {
	AMILaunchIndex        *int64       `json:"amiLaunchIndex,omitempty"`
	CapacityReservationID *string      `json:"capacityReservationID,omitempty"`
	ClientToken           *string      `json:"clientToken,omitempty"`
	EBSOptimized          *bool        `json:"ebsOptimized,omitempty"`
	ENASupport            *bool        `json:"enaSupport,omitempty"`
	ImageID               *string      `json:"imageID,omitempty"`
	InstanceID            *string      `json:"instanceID,omitempty"`
	KernelID              *string      `json:"kernelID,omitempty"`
	KeyName               *string      `json:"keyName,omitempty"`
	LaunchTime            *metav1.Time `json:"launchTime,omitempty"`
	OutpostARN            *string      `json:"outpostARN,omitempty"`
	PrivateDNSName        *string      `json:"privateDNSName,omitempty"`
	PrivateIPAddress      *string      `json:"privateIPAddress,omitempty"`
	PublicDNSName         *string      `json:"publicDNSName,omitempty"`
	PublicIPAddress       *string      `json:"publicIPAddress,omitempty"`
	RamdiskID             *string      `json:"ramdiskID,omitempty"`
	RootDeviceName        *string      `json:"rootDeviceName,omitempty"`
	SourceDestCheck       *bool        `json:"sourceDestCheck,omitempty"`
	SpotInstanceRequestID *string      `json:"spotInstanceRequestID,omitempty"`
	SriovNetSupport       *string      `json:"sriovNetSupport,omitempty"`
	StateTransitionReason *string      `json:"stateTransitionReason,omitempty"`
	SubnetID              *string      `json:"subnetID,omitempty"`
	Tags                  []*Tag       `json:"tags,omitempty"`
	VPCID                 *string      `json:"vpcID,omitempty"`
}

Describes an instance.

func (*Instance) DeepCopy

func (in *Instance) DeepCopy() *Instance

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Instance.

func (*Instance) DeepCopyInto

func (in *Instance) DeepCopyInto(out *Instance)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceAttributeName

type InstanceAttributeName string
const (
	InstanceAttributeName_instanceType                      InstanceAttributeName = "instanceType"
	InstanceAttributeName_kernel                            InstanceAttributeName = "kernel"
	InstanceAttributeName_ramdisk                           InstanceAttributeName = "ramdisk"
	InstanceAttributeName_userData                          InstanceAttributeName = "userData"
	InstanceAttributeName_disableApiTermination             InstanceAttributeName = "disableApiTermination"
	InstanceAttributeName_instanceInitiatedShutdownBehavior InstanceAttributeName = "instanceInitiatedShutdownBehavior"
	InstanceAttributeName_rootDeviceName                    InstanceAttributeName = "rootDeviceName"
	InstanceAttributeName_blockDeviceMapping                InstanceAttributeName = "blockDeviceMapping"
	InstanceAttributeName_productCodes                      InstanceAttributeName = "productCodes"
	InstanceAttributeName_sourceDestCheck                   InstanceAttributeName = "sourceDestCheck"
	InstanceAttributeName_groupSet                          InstanceAttributeName = "groupSet"
	InstanceAttributeName_ebsOptimized                      InstanceAttributeName = "ebsOptimized"
	InstanceAttributeName_sriovNetSupport                   InstanceAttributeName = "sriovNetSupport"
	InstanceAttributeName_enaSupport                        InstanceAttributeName = "enaSupport"
	InstanceAttributeName_enclaveOptions                    InstanceAttributeName = "enclaveOptions"
)

type InstanceBlockDeviceMapping

type InstanceBlockDeviceMapping struct {
	DeviceName *string `json:"deviceName,omitempty"`
}

Describes a block device mapping.

func (*InstanceBlockDeviceMapping) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceBlockDeviceMapping.

func (*InstanceBlockDeviceMapping) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceBlockDeviceMappingSpecification

type InstanceBlockDeviceMappingSpecification struct {
	DeviceName  *string `json:"deviceName,omitempty"`
	NoDevice    *string `json:"noDevice,omitempty"`
	VirtualName *string `json:"virtualName,omitempty"`
}

Describes a block device mapping entry.

func (*InstanceBlockDeviceMappingSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceBlockDeviceMappingSpecification.

func (*InstanceBlockDeviceMappingSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceCapacity

type InstanceCapacity struct {
	AvailableCapacity *int64  `json:"availableCapacity,omitempty"`
	InstanceType      *string `json:"instanceType,omitempty"`
	TotalCapacity     *int64  `json:"totalCapacity,omitempty"`
}

Information about the number of instances that can be launched onto the Dedicated Host.

func (*InstanceCapacity) DeepCopy

func (in *InstanceCapacity) DeepCopy() *InstanceCapacity

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceCapacity.

func (*InstanceCapacity) DeepCopyInto

func (in *InstanceCapacity) DeepCopyInto(out *InstanceCapacity)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceCount

type InstanceCount struct {
	InstanceCount *int64 `json:"instanceCount,omitempty"`
}

Describes a Reserved Instance listing state.

func (*InstanceCount) DeepCopy

func (in *InstanceCount) DeepCopy() *InstanceCount

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceCount.

func (*InstanceCount) DeepCopyInto

func (in *InstanceCount) DeepCopyInto(out *InstanceCount)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceCreditSpecification

type InstanceCreditSpecification struct {
	CPUCredits *string `json:"cpuCredits,omitempty"`
	InstanceID *string `json:"instanceID,omitempty"`
}

Describes the credit option for CPU usage of a burstable performance instance.

func (*InstanceCreditSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceCreditSpecification.

func (*InstanceCreditSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceCreditSpecificationRequest

type InstanceCreditSpecificationRequest struct {
	CPUCredits *string `json:"cpuCredits,omitempty"`
	InstanceID *string `json:"instanceID,omitempty"`
}

Describes the credit option for CPU usage of a burstable performance instance.

func (*InstanceCreditSpecificationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceCreditSpecificationRequest.

func (*InstanceCreditSpecificationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceExportDetails

type InstanceExportDetails struct {
	InstanceID *string `json:"instanceID,omitempty"`
}

Describes an instance to export.

func (*InstanceExportDetails) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceExportDetails.

func (*InstanceExportDetails) DeepCopyInto

func (in *InstanceExportDetails) DeepCopyInto(out *InstanceExportDetails)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceFamilyCreditSpecification

type InstanceFamilyCreditSpecification struct {
	CPUCredits *string `json:"cpuCredits,omitempty"`
}

Describes the default credit option for CPU usage of a burstable performance instance family.

func (*InstanceFamilyCreditSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceFamilyCreditSpecification.

func (*InstanceFamilyCreditSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceHealthStatus

type InstanceHealthStatus string
const (
	InstanceHealthStatus_healthy   InstanceHealthStatus = "healthy"
	InstanceHealthStatus_unhealthy InstanceHealthStatus = "unhealthy"
)

type InstanceIPv6Address

type InstanceIPv6Address struct {
	IPv6Address *string `json:"ipv6Address,omitempty"`
}

Describes an IPv6 address.

func (*InstanceIPv6Address) DeepCopy

func (in *InstanceIPv6Address) DeepCopy() *InstanceIPv6Address

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceIPv6Address.

func (*InstanceIPv6Address) DeepCopyInto

func (in *InstanceIPv6Address) DeepCopyInto(out *InstanceIPv6Address)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceIPv6AddressRequest

type InstanceIPv6AddressRequest struct {
	IPv6Address *string `json:"ipv6Address,omitempty"`
}

Describes an IPv6 address.

func (*InstanceIPv6AddressRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceIPv6AddressRequest.

func (*InstanceIPv6AddressRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceInterruptionBehavior

type InstanceInterruptionBehavior string
const (
	InstanceInterruptionBehavior_hibernate InstanceInterruptionBehavior = "hibernate"
	InstanceInterruptionBehavior_stop      InstanceInterruptionBehavior = "stop"
	InstanceInterruptionBehavior_terminate InstanceInterruptionBehavior = "terminate"
)

type InstanceLifecycle

type InstanceLifecycle string
const (
	InstanceLifecycle_spot      InstanceLifecycle = "spot"
	InstanceLifecycle_on_demand InstanceLifecycle = "on-demand"
)

type InstanceLifecycleType

type InstanceLifecycleType string
const (
	InstanceLifecycleType_spot      InstanceLifecycleType = "spot"
	InstanceLifecycleType_scheduled InstanceLifecycleType = "scheduled"
)

type InstanceMatchCriteria

type InstanceMatchCriteria string
const (
	InstanceMatchCriteria_open     InstanceMatchCriteria = "open"
	InstanceMatchCriteria_targeted InstanceMatchCriteria = "targeted"
)

type InstanceMetadataEndpointState

type InstanceMetadataEndpointState string
const (
	InstanceMetadataEndpointState_disabled InstanceMetadataEndpointState = "disabled"
	InstanceMetadataEndpointState_enabled  InstanceMetadataEndpointState = "enabled"
)

type InstanceMetadataOptionsRequest

type InstanceMetadataOptionsRequest struct {
	HTTPPutResponseHopLimit *int64 `json:"httpPutResponseHopLimit,omitempty"`
}

The metadata options for the instance.

func (*InstanceMetadataOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceMetadataOptionsRequest.

func (*InstanceMetadataOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceMetadataOptionsResponse

type InstanceMetadataOptionsResponse struct {
	HTTPPutResponseHopLimit *int64 `json:"httpPutResponseHopLimit,omitempty"`
}

The metadata options for the instance.

func (*InstanceMetadataOptionsResponse) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceMetadataOptionsResponse.

func (*InstanceMetadataOptionsResponse) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceMetadataOptionsState

type InstanceMetadataOptionsState string
const (
	InstanceMetadataOptionsState_pending InstanceMetadataOptionsState = "pending"
	InstanceMetadataOptionsState_applied InstanceMetadataOptionsState = "applied"
)

type InstanceMonitoring

type InstanceMonitoring struct {
	InstanceID *string `json:"instanceID,omitempty"`
}

Describes the monitoring of an instance.

func (*InstanceMonitoring) DeepCopy

func (in *InstanceMonitoring) DeepCopy() *InstanceMonitoring

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceMonitoring.

func (*InstanceMonitoring) DeepCopyInto

func (in *InstanceMonitoring) DeepCopyInto(out *InstanceMonitoring)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceNetworkInterface

type InstanceNetworkInterface struct {
	Description        *string `json:"description,omitempty"`
	InterfaceType      *string `json:"interfaceType,omitempty"`
	MacAddress         *string `json:"macAddress,omitempty"`
	NetworkInterfaceID *string `json:"networkInterfaceID,omitempty"`
	OwnerID            *string `json:"ownerID,omitempty"`
	PrivateDNSName     *string `json:"privateDNSName,omitempty"`
	PrivateIPAddress   *string `json:"privateIPAddress,omitempty"`
	SourceDestCheck    *bool   `json:"sourceDestCheck,omitempty"`
	SubnetID           *string `json:"subnetID,omitempty"`
	VPCID              *string `json:"vpcID,omitempty"`
}

Describes a network interface.

func (*InstanceNetworkInterface) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceNetworkInterface.

func (*InstanceNetworkInterface) DeepCopyInto

func (in *InstanceNetworkInterface) DeepCopyInto(out *InstanceNetworkInterface)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceNetworkInterfaceAssociation

type InstanceNetworkInterfaceAssociation struct {
	CarrierIP     *string `json:"carrierIP,omitempty"`
	IPOwnerID     *string `json:"ipOwnerID,omitempty"`
	PublicDNSName *string `json:"publicDNSName,omitempty"`
	PublicIP      *string `json:"publicIP,omitempty"`
}

Describes association information for an Elastic IP address (IPv4).

func (*InstanceNetworkInterfaceAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceNetworkInterfaceAssociation.

func (*InstanceNetworkInterfaceAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceNetworkInterfaceAttachment

type InstanceNetworkInterfaceAttachment struct {
	AttachTime          *metav1.Time `json:"attachTime,omitempty"`
	AttachmentID        *string      `json:"attachmentID,omitempty"`
	DeleteOnTermination *bool        `json:"deleteOnTermination,omitempty"`
	DeviceIndex         *int64       `json:"deviceIndex,omitempty"`
	NetworkCardIndex    *int64       `json:"networkCardIndex,omitempty"`
	Status              *string      `json:"status,omitempty"`
}

Describes a network interface attachment.

func (*InstanceNetworkInterfaceAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceNetworkInterfaceAttachment.

func (*InstanceNetworkInterfaceAttachment) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceNetworkInterfaceSpecification

type InstanceNetworkInterfaceSpecification struct {
	AssociateCarrierIPAddress      *bool   `json:"associateCarrierIPAddress,omitempty"`
	AssociatePublicIPAddress       *bool   `json:"associatePublicIPAddress,omitempty"`
	DeleteOnTermination            *bool   `json:"deleteOnTermination,omitempty"`
	Description                    *string `json:"description,omitempty"`
	DeviceIndex                    *int64  `json:"deviceIndex,omitempty"`
	InterfaceType                  *string `json:"interfaceType,omitempty"`
	IPv6AddressCount               *int64  `json:"ipv6AddressCount,omitempty"`
	NetworkCardIndex               *int64  `json:"networkCardIndex,omitempty"`
	NetworkInterfaceID             *string `json:"networkInterfaceID,omitempty"`
	PrivateIPAddress               *string `json:"privateIPAddress,omitempty"`
	SecondaryPrivateIPAddressCount *int64  `json:"secondaryPrivateIPAddressCount,omitempty"`
	SubnetID                       *string `json:"subnetID,omitempty"`
}

Describes a network interface.

func (*InstanceNetworkInterfaceSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceNetworkInterfaceSpecification.

func (*InstanceNetworkInterfaceSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstancePrivateIPAddress

type InstancePrivateIPAddress struct {
	Primary          *bool   `json:"primary,omitempty"`
	PrivateDNSName   *string `json:"privateDNSName,omitempty"`
	PrivateIPAddress *string `json:"privateIPAddress,omitempty"`
}

Describes a private IPv4 address.

func (*InstancePrivateIPAddress) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstancePrivateIPAddress.

func (*InstancePrivateIPAddress) DeepCopyInto

func (in *InstancePrivateIPAddress) DeepCopyInto(out *InstancePrivateIPAddress)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceSpecification

type InstanceSpecification struct {
	ExcludeBootVolume *bool   `json:"excludeBootVolume,omitempty"`
	InstanceID        *string `json:"instanceID,omitempty"`
}

The instance details to specify which volumes should be snapshotted.

func (*InstanceSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceSpecification.

func (*InstanceSpecification) DeepCopyInto

func (in *InstanceSpecification) DeepCopyInto(out *InstanceSpecification)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceState

type InstanceState struct {
	Code *int64 `json:"code,omitempty"`
}

Describes the current state of an instance.

func (*InstanceState) DeepCopy

func (in *InstanceState) DeepCopy() *InstanceState

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceState.

func (*InstanceState) DeepCopyInto

func (in *InstanceState) DeepCopyInto(out *InstanceState)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceStateChange

type InstanceStateChange struct {
	InstanceID *string `json:"instanceID,omitempty"`
}

Describes an instance state change.

func (*InstanceStateChange) DeepCopy

func (in *InstanceStateChange) DeepCopy() *InstanceStateChange

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceStateChange.

func (*InstanceStateChange) DeepCopyInto

func (in *InstanceStateChange) DeepCopyInto(out *InstanceStateChange)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceStateName

type InstanceStateName string
const (
	InstanceStateName_pending       InstanceStateName = "pending"
	InstanceStateName_running       InstanceStateName = "running"
	InstanceStateName_shutting_down InstanceStateName = "shutting-down"
	InstanceStateName_terminated    InstanceStateName = "terminated"
	InstanceStateName_stopping      InstanceStateName = "stopping"
	InstanceStateName_stopped       InstanceStateName = "stopped"
)

type InstanceStatus

type InstanceStatus struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	InstanceID       *string `json:"instanceID,omitempty"`
	OutpostARN       *string `json:"outpostARN,omitempty"`
}

Describes the status of an instance.

func (*InstanceStatus) DeepCopy

func (in *InstanceStatus) DeepCopy() *InstanceStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceStatus.

func (*InstanceStatus) DeepCopyInto

func (in *InstanceStatus) DeepCopyInto(out *InstanceStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceStatusDetails

type InstanceStatusDetails struct {
	ImpairedSince *metav1.Time `json:"impairedSince,omitempty"`
}

Describes the instance status.

func (*InstanceStatusDetails) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceStatusDetails.

func (*InstanceStatusDetails) DeepCopyInto

func (in *InstanceStatusDetails) DeepCopyInto(out *InstanceStatusDetails)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceStatusEvent

type InstanceStatusEvent struct {
	Description       *string      `json:"description,omitempty"`
	NotAfter          *metav1.Time `json:"notAfter,omitempty"`
	NotBefore         *metav1.Time `json:"notBefore,omitempty"`
	NotBeforeDeadline *metav1.Time `json:"notBeforeDeadline,omitempty"`
}

Describes a scheduled event for an instance.

func (*InstanceStatusEvent) DeepCopy

func (in *InstanceStatusEvent) DeepCopy() *InstanceStatusEvent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceStatusEvent.

func (*InstanceStatusEvent) DeepCopyInto

func (in *InstanceStatusEvent) DeepCopyInto(out *InstanceStatusEvent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceTagNotificationAttribute

type InstanceTagNotificationAttribute struct {
	IncludeAllTagsOfInstance *bool `json:"includeAllTagsOfInstance,omitempty"`
}

Describes the registered tag keys for the current Region.

func (*InstanceTagNotificationAttribute) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceTagNotificationAttribute.

func (*InstanceTagNotificationAttribute) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InstanceType

type InstanceType string
const (
	InstanceType_t1_micro      InstanceType = "t1.micro"
	InstanceType_t2_nano       InstanceType = "t2.nano"
	InstanceType_t2_micro      InstanceType = "t2.micro"
	InstanceType_t2_small      InstanceType = "t2.small"
	InstanceType_t2_medium     InstanceType = "t2.medium"
	InstanceType_t2_large      InstanceType = "t2.large"
	InstanceType_t2_xlarge     InstanceType = "t2.xlarge"
	InstanceType_t2_2xlarge    InstanceType = "t2.2xlarge"
	InstanceType_t3_nano       InstanceType = "t3.nano"
	InstanceType_t3_micro      InstanceType = "t3.micro"
	InstanceType_t3_small      InstanceType = "t3.small"
	InstanceType_t3_medium     InstanceType = "t3.medium"
	InstanceType_t3_large      InstanceType = "t3.large"
	InstanceType_t3_xlarge     InstanceType = "t3.xlarge"
	InstanceType_t3_2xlarge    InstanceType = "t3.2xlarge"
	InstanceType_t3a_nano      InstanceType = "t3a.nano"
	InstanceType_t3a_micro     InstanceType = "t3a.micro"
	InstanceType_t3a_small     InstanceType = "t3a.small"
	InstanceType_t3a_medium    InstanceType = "t3a.medium"
	InstanceType_t3a_large     InstanceType = "t3a.large"
	InstanceType_t3a_xlarge    InstanceType = "t3a.xlarge"
	InstanceType_t3a_2xlarge   InstanceType = "t3a.2xlarge"
	InstanceType_t4g_nano      InstanceType = "t4g.nano"
	InstanceType_t4g_micro     InstanceType = "t4g.micro"
	InstanceType_t4g_small     InstanceType = "t4g.small"
	InstanceType_t4g_medium    InstanceType = "t4g.medium"
	InstanceType_t4g_large     InstanceType = "t4g.large"
	InstanceType_t4g_xlarge    InstanceType = "t4g.xlarge"
	InstanceType_t4g_2xlarge   InstanceType = "t4g.2xlarge"
	InstanceType_m1_small      InstanceType = "m1.small"
	InstanceType_m1_medium     InstanceType = "m1.medium"
	InstanceType_m1_large      InstanceType = "m1.large"
	InstanceType_m1_xlarge     InstanceType = "m1.xlarge"
	InstanceType_m3_medium     InstanceType = "m3.medium"
	InstanceType_m3_large      InstanceType = "m3.large"
	InstanceType_m3_xlarge     InstanceType = "m3.xlarge"
	InstanceType_m3_2xlarge    InstanceType = "m3.2xlarge"
	InstanceType_m4_large      InstanceType = "m4.large"
	InstanceType_m4_xlarge     InstanceType = "m4.xlarge"
	InstanceType_m4_2xlarge    InstanceType = "m4.2xlarge"
	InstanceType_m4_4xlarge    InstanceType = "m4.4xlarge"
	InstanceType_m4_10xlarge   InstanceType = "m4.10xlarge"
	InstanceType_m4_16xlarge   InstanceType = "m4.16xlarge"
	InstanceType_m2_xlarge     InstanceType = "m2.xlarge"
	InstanceType_m2_2xlarge    InstanceType = "m2.2xlarge"
	InstanceType_m2_4xlarge    InstanceType = "m2.4xlarge"
	InstanceType_cr1_8xlarge   InstanceType = "cr1.8xlarge"
	InstanceType_r3_large      InstanceType = "r3.large"
	InstanceType_r3_xlarge     InstanceType = "r3.xlarge"
	InstanceType_r3_2xlarge    InstanceType = "r3.2xlarge"
	InstanceType_r3_4xlarge    InstanceType = "r3.4xlarge"
	InstanceType_r3_8xlarge    InstanceType = "r3.8xlarge"
	InstanceType_r4_large      InstanceType = "r4.large"
	InstanceType_r4_xlarge     InstanceType = "r4.xlarge"
	InstanceType_r4_2xlarge    InstanceType = "r4.2xlarge"
	InstanceType_r4_4xlarge    InstanceType = "r4.4xlarge"
	InstanceType_r4_8xlarge    InstanceType = "r4.8xlarge"
	InstanceType_r4_16xlarge   InstanceType = "r4.16xlarge"
	InstanceType_r5_large      InstanceType = "r5.large"
	InstanceType_r5_xlarge     InstanceType = "r5.xlarge"
	InstanceType_r5_2xlarge    InstanceType = "r5.2xlarge"
	InstanceType_r5_4xlarge    InstanceType = "r5.4xlarge"
	InstanceType_r5_8xlarge    InstanceType = "r5.8xlarge"
	InstanceType_r5_12xlarge   InstanceType = "r5.12xlarge"
	InstanceType_r5_16xlarge   InstanceType = "r5.16xlarge"
	InstanceType_r5_24xlarge   InstanceType = "r5.24xlarge"
	InstanceType_r5_metal      InstanceType = "r5.metal"
	InstanceType_r5a_large     InstanceType = "r5a.large"
	InstanceType_r5a_xlarge    InstanceType = "r5a.xlarge"
	InstanceType_r5a_2xlarge   InstanceType = "r5a.2xlarge"
	InstanceType_r5a_4xlarge   InstanceType = "r5a.4xlarge"
	InstanceType_r5a_8xlarge   InstanceType = "r5a.8xlarge"
	InstanceType_r5a_12xlarge  InstanceType = "r5a.12xlarge"
	InstanceType_r5a_16xlarge  InstanceType = "r5a.16xlarge"
	InstanceType_r5a_24xlarge  InstanceType = "r5a.24xlarge"
	InstanceType_r5b_large     InstanceType = "r5b.large"
	InstanceType_r5b_xlarge    InstanceType = "r5b.xlarge"
	InstanceType_r5b_2xlarge   InstanceType = "r5b.2xlarge"
	InstanceType_r5b_4xlarge   InstanceType = "r5b.4xlarge"
	InstanceType_r5b_8xlarge   InstanceType = "r5b.8xlarge"
	InstanceType_r5b_12xlarge  InstanceType = "r5b.12xlarge"
	InstanceType_r5b_16xlarge  InstanceType = "r5b.16xlarge"
	InstanceType_r5b_24xlarge  InstanceType = "r5b.24xlarge"
	InstanceType_r5b_metal     InstanceType = "r5b.metal"
	InstanceType_r5d_large     InstanceType = "r5d.large"
	InstanceType_r5d_xlarge    InstanceType = "r5d.xlarge"
	InstanceType_r5d_2xlarge   InstanceType = "r5d.2xlarge"
	InstanceType_r5d_4xlarge   InstanceType = "r5d.4xlarge"
	InstanceType_r5d_8xlarge   InstanceType = "r5d.8xlarge"
	InstanceType_r5d_12xlarge  InstanceType = "r5d.12xlarge"
	InstanceType_r5d_16xlarge  InstanceType = "r5d.16xlarge"
	InstanceType_r5d_24xlarge  InstanceType = "r5d.24xlarge"
	InstanceType_r5d_metal     InstanceType = "r5d.metal"
	InstanceType_r5ad_large    InstanceType = "r5ad.large"
	InstanceType_r5ad_xlarge   InstanceType = "r5ad.xlarge"
	InstanceType_r5ad_2xlarge  InstanceType = "r5ad.2xlarge"
	InstanceType_r5ad_4xlarge  InstanceType = "r5ad.4xlarge"
	InstanceType_r5ad_8xlarge  InstanceType = "r5ad.8xlarge"
	InstanceType_r5ad_12xlarge InstanceType = "r5ad.12xlarge"
	InstanceType_r5ad_16xlarge InstanceType = "r5ad.16xlarge"
	InstanceType_r5ad_24xlarge InstanceType = "r5ad.24xlarge"
	InstanceType_r6g_metal     InstanceType = "r6g.metal"
	InstanceType_r6g_medium    InstanceType = "r6g.medium"
	InstanceType_r6g_large     InstanceType = "r6g.large"
	InstanceType_r6g_xlarge    InstanceType = "r6g.xlarge"
	InstanceType_r6g_2xlarge   InstanceType = "r6g.2xlarge"
	InstanceType_r6g_4xlarge   InstanceType = "r6g.4xlarge"
	InstanceType_r6g_8xlarge   InstanceType = "r6g.8xlarge"
	InstanceType_r6g_12xlarge  InstanceType = "r6g.12xlarge"
	InstanceType_r6g_16xlarge  InstanceType = "r6g.16xlarge"
	InstanceType_r6gd_metal    InstanceType = "r6gd.metal"
	InstanceType_r6gd_medium   InstanceType = "r6gd.medium"
	InstanceType_r6gd_large    InstanceType = "r6gd.large"
	InstanceType_r6gd_xlarge   InstanceType = "r6gd.xlarge"
	InstanceType_r6gd_2xlarge  InstanceType = "r6gd.2xlarge"
	InstanceType_r6gd_4xlarge  InstanceType = "r6gd.4xlarge"
	InstanceType_r6gd_8xlarge  InstanceType = "r6gd.8xlarge"
	InstanceType_r6gd_12xlarge InstanceType = "r6gd.12xlarge"
	InstanceType_r6gd_16xlarge InstanceType = "r6gd.16xlarge"
	InstanceType_x1_16xlarge   InstanceType = "x1.16xlarge"
	InstanceType_x1_32xlarge   InstanceType = "x1.32xlarge"
	InstanceType_x1e_xlarge    InstanceType = "x1e.xlarge"
	InstanceType_x1e_2xlarge   InstanceType = "x1e.2xlarge"
	InstanceType_x1e_4xlarge   InstanceType = "x1e.4xlarge"
	InstanceType_x1e_8xlarge   InstanceType = "x1e.8xlarge"
	InstanceType_x1e_16xlarge  InstanceType = "x1e.16xlarge"
	InstanceType_x1e_32xlarge  InstanceType = "x1e.32xlarge"
	InstanceType_i2_xlarge     InstanceType = "i2.xlarge"
	InstanceType_i2_2xlarge    InstanceType = "i2.2xlarge"
	InstanceType_i2_4xlarge    InstanceType = "i2.4xlarge"
	InstanceType_i2_8xlarge    InstanceType = "i2.8xlarge"
	InstanceType_i3_large      InstanceType = "i3.large"
	InstanceType_i3_xlarge     InstanceType = "i3.xlarge"
	InstanceType_i3_2xlarge    InstanceType = "i3.2xlarge"
	InstanceType_i3_4xlarge    InstanceType = "i3.4xlarge"
	InstanceType_i3_8xlarge    InstanceType = "i3.8xlarge"
	InstanceType_i3_16xlarge   InstanceType = "i3.16xlarge"
	InstanceType_i3_metal      InstanceType = "i3.metal"
	InstanceType_i3en_large    InstanceType = "i3en.large"
	InstanceType_i3en_xlarge   InstanceType = "i3en.xlarge"
	InstanceType_i3en_2xlarge  InstanceType = "i3en.2xlarge"
	InstanceType_i3en_3xlarge  InstanceType = "i3en.3xlarge"
	InstanceType_i3en_6xlarge  InstanceType = "i3en.6xlarge"
	InstanceType_i3en_12xlarge InstanceType = "i3en.12xlarge"
	InstanceType_i3en_24xlarge InstanceType = "i3en.24xlarge"
	InstanceType_i3en_metal    InstanceType = "i3en.metal"
	InstanceType_hi1_4xlarge   InstanceType = "hi1.4xlarge"
	InstanceType_hs1_8xlarge   InstanceType = "hs1.8xlarge"
	InstanceType_c1_medium     InstanceType = "c1.medium"
	InstanceType_c1_xlarge     InstanceType = "c1.xlarge"
	InstanceType_c3_large      InstanceType = "c3.large"
	InstanceType_c3_xlarge     InstanceType = "c3.xlarge"
	InstanceType_c3_2xlarge    InstanceType = "c3.2xlarge"
	InstanceType_c3_4xlarge    InstanceType = "c3.4xlarge"
	InstanceType_c3_8xlarge    InstanceType = "c3.8xlarge"
	InstanceType_c4_large      InstanceType = "c4.large"
	InstanceType_c4_xlarge     InstanceType = "c4.xlarge"
	InstanceType_c4_2xlarge    InstanceType = "c4.2xlarge"
	InstanceType_c4_4xlarge    InstanceType = "c4.4xlarge"
	InstanceType_c4_8xlarge    InstanceType = "c4.8xlarge"
	InstanceType_c5_large      InstanceType = "c5.large"
	InstanceType_c5_xlarge     InstanceType = "c5.xlarge"
	InstanceType_c5_2xlarge    InstanceType = "c5.2xlarge"
	InstanceType_c5_4xlarge    InstanceType = "c5.4xlarge"
	InstanceType_c5_9xlarge    InstanceType = "c5.9xlarge"
	InstanceType_c5_12xlarge   InstanceType = "c5.12xlarge"
	InstanceType_c5_18xlarge   InstanceType = "c5.18xlarge"
	InstanceType_c5_24xlarge   InstanceType = "c5.24xlarge"
	InstanceType_c5_metal      InstanceType = "c5.metal"
	InstanceType_c5a_large     InstanceType = "c5a.large"
	InstanceType_c5a_xlarge    InstanceType = "c5a.xlarge"
	InstanceType_c5a_2xlarge   InstanceType = "c5a.2xlarge"
	InstanceType_c5a_4xlarge   InstanceType = "c5a.4xlarge"
	InstanceType_c5a_8xlarge   InstanceType = "c5a.8xlarge"
	InstanceType_c5a_12xlarge  InstanceType = "c5a.12xlarge"
	InstanceType_c5a_16xlarge  InstanceType = "c5a.16xlarge"
	InstanceType_c5a_24xlarge  InstanceType = "c5a.24xlarge"
	InstanceType_c5ad_large    InstanceType = "c5ad.large"
	InstanceType_c5ad_xlarge   InstanceType = "c5ad.xlarge"
	InstanceType_c5ad_2xlarge  InstanceType = "c5ad.2xlarge"
	InstanceType_c5ad_4xlarge  InstanceType = "c5ad.4xlarge"
	InstanceType_c5ad_8xlarge  InstanceType = "c5ad.8xlarge"
	InstanceType_c5ad_12xlarge InstanceType = "c5ad.12xlarge"
	InstanceType_c5ad_16xlarge InstanceType = "c5ad.16xlarge"
	InstanceType_c5ad_24xlarge InstanceType = "c5ad.24xlarge"
	InstanceType_c5d_large     InstanceType = "c5d.large"
	InstanceType_c5d_xlarge    InstanceType = "c5d.xlarge"
	InstanceType_c5d_2xlarge   InstanceType = "c5d.2xlarge"
	InstanceType_c5d_4xlarge   InstanceType = "c5d.4xlarge"
	InstanceType_c5d_9xlarge   InstanceType = "c5d.9xlarge"
	InstanceType_c5d_12xlarge  InstanceType = "c5d.12xlarge"
	InstanceType_c5d_18xlarge  InstanceType = "c5d.18xlarge"
	InstanceType_c5d_24xlarge  InstanceType = "c5d.24xlarge"
	InstanceType_c5d_metal     InstanceType = "c5d.metal"
	InstanceType_c5n_large     InstanceType = "c5n.large"
	InstanceType_c5n_xlarge    InstanceType = "c5n.xlarge"
	InstanceType_c5n_2xlarge   InstanceType = "c5n.2xlarge"
	InstanceType_c5n_4xlarge   InstanceType = "c5n.4xlarge"
	InstanceType_c5n_9xlarge   InstanceType = "c5n.9xlarge"
	InstanceType_c5n_18xlarge  InstanceType = "c5n.18xlarge"
	InstanceType_c5n_metal     InstanceType = "c5n.metal"
	InstanceType_c6g_metal     InstanceType = "c6g.metal"
	InstanceType_c6g_medium    InstanceType = "c6g.medium"
	InstanceType_c6g_large     InstanceType = "c6g.large"
	InstanceType_c6g_xlarge    InstanceType = "c6g.xlarge"
	InstanceType_c6g_2xlarge   InstanceType = "c6g.2xlarge"
	InstanceType_c6g_4xlarge   InstanceType = "c6g.4xlarge"
	InstanceType_c6g_8xlarge   InstanceType = "c6g.8xlarge"
	InstanceType_c6g_12xlarge  InstanceType = "c6g.12xlarge"
	InstanceType_c6g_16xlarge  InstanceType = "c6g.16xlarge"
	InstanceType_c6gd_metal    InstanceType = "c6gd.metal"
	InstanceType_c6gd_medium   InstanceType = "c6gd.medium"
	InstanceType_c6gd_large    InstanceType = "c6gd.large"
	InstanceType_c6gd_xlarge   InstanceType = "c6gd.xlarge"
	InstanceType_c6gd_2xlarge  InstanceType = "c6gd.2xlarge"
	InstanceType_c6gd_4xlarge  InstanceType = "c6gd.4xlarge"
	InstanceType_c6gd_8xlarge  InstanceType = "c6gd.8xlarge"
	InstanceType_c6gd_12xlarge InstanceType = "c6gd.12xlarge"
	InstanceType_c6gd_16xlarge InstanceType = "c6gd.16xlarge"
	InstanceType_c6gn_medium   InstanceType = "c6gn.medium"
	InstanceType_c6gn_large    InstanceType = "c6gn.large"
	InstanceType_c6gn_xlarge   InstanceType = "c6gn.xlarge"
	InstanceType_c6gn_2xlarge  InstanceType = "c6gn.2xlarge"
	InstanceType_c6gn_4xlarge  InstanceType = "c6gn.4xlarge"
	InstanceType_c6gn_8xlarge  InstanceType = "c6gn.8xlarge"
	InstanceType_c6gn_12xlarge InstanceType = "c6gn.12xlarge"
	InstanceType_c6gn_16xlarge InstanceType = "c6gn.16xlarge"
	InstanceType_cc1_4xlarge   InstanceType = "cc1.4xlarge"
	InstanceType_cc2_8xlarge   InstanceType = "cc2.8xlarge"
	InstanceType_g2_2xlarge    InstanceType = "g2.2xlarge"
	InstanceType_g2_8xlarge    InstanceType = "g2.8xlarge"
	InstanceType_g3_4xlarge    InstanceType = "g3.4xlarge"
	InstanceType_g3_8xlarge    InstanceType = "g3.8xlarge"
	InstanceType_g3_16xlarge   InstanceType = "g3.16xlarge"
	InstanceType_g3s_xlarge    InstanceType = "g3s.xlarge"
	InstanceType_g4ad_4xlarge  InstanceType = "g4ad.4xlarge"
	InstanceType_g4ad_8xlarge  InstanceType = "g4ad.8xlarge"
	InstanceType_g4ad_16xlarge InstanceType = "g4ad.16xlarge"
	InstanceType_g4dn_xlarge   InstanceType = "g4dn.xlarge"
	InstanceType_g4dn_2xlarge  InstanceType = "g4dn.2xlarge"
	InstanceType_g4dn_4xlarge  InstanceType = "g4dn.4xlarge"
	InstanceType_g4dn_8xlarge  InstanceType = "g4dn.8xlarge"
	InstanceType_g4dn_12xlarge InstanceType = "g4dn.12xlarge"
	InstanceType_g4dn_16xlarge InstanceType = "g4dn.16xlarge"
	InstanceType_g4dn_metal    InstanceType = "g4dn.metal"
	InstanceType_cg1_4xlarge   InstanceType = "cg1.4xlarge"
	InstanceType_p2_xlarge     InstanceType = "p2.xlarge"
	InstanceType_p2_8xlarge    InstanceType = "p2.8xlarge"
	InstanceType_p2_16xlarge   InstanceType = "p2.16xlarge"
	InstanceType_p3_2xlarge    InstanceType = "p3.2xlarge"
	InstanceType_p3_8xlarge    InstanceType = "p3.8xlarge"
	InstanceType_p3_16xlarge   InstanceType = "p3.16xlarge"
	InstanceType_p3dn_24xlarge InstanceType = "p3dn.24xlarge"
	InstanceType_p4d_24xlarge  InstanceType = "p4d.24xlarge"
	InstanceType_d2_xlarge     InstanceType = "d2.xlarge"
	InstanceType_d2_2xlarge    InstanceType = "d2.2xlarge"
	InstanceType_d2_4xlarge    InstanceType = "d2.4xlarge"
	InstanceType_d2_8xlarge    InstanceType = "d2.8xlarge"
	InstanceType_d3_xlarge     InstanceType = "d3.xlarge"
	InstanceType_d3_2xlarge    InstanceType = "d3.2xlarge"
	InstanceType_d3_4xlarge    InstanceType = "d3.4xlarge"
	InstanceType_d3_8xlarge    InstanceType = "d3.8xlarge"
	InstanceType_d3en_xlarge   InstanceType = "d3en.xlarge"
	InstanceType_d3en_2xlarge  InstanceType = "d3en.2xlarge"
	InstanceType_d3en_4xlarge  InstanceType = "d3en.4xlarge"
	InstanceType_d3en_6xlarge  InstanceType = "d3en.6xlarge"
	InstanceType_d3en_8xlarge  InstanceType = "d3en.8xlarge"
	InstanceType_d3en_12xlarge InstanceType = "d3en.12xlarge"
	InstanceType_f1_2xlarge    InstanceType = "f1.2xlarge"
	InstanceType_f1_4xlarge    InstanceType = "f1.4xlarge"
	InstanceType_f1_16xlarge   InstanceType = "f1.16xlarge"
	InstanceType_m5_large      InstanceType = "m5.large"
	InstanceType_m5_xlarge     InstanceType = "m5.xlarge"
	InstanceType_m5_2xlarge    InstanceType = "m5.2xlarge"
	InstanceType_m5_4xlarge    InstanceType = "m5.4xlarge"
	InstanceType_m5_8xlarge    InstanceType = "m5.8xlarge"
	InstanceType_m5_12xlarge   InstanceType = "m5.12xlarge"
	InstanceType_m5_16xlarge   InstanceType = "m5.16xlarge"
	InstanceType_m5_24xlarge   InstanceType = "m5.24xlarge"
	InstanceType_m5_metal      InstanceType = "m5.metal"
	InstanceType_m5a_large     InstanceType = "m5a.large"
	InstanceType_m5a_xlarge    InstanceType = "m5a.xlarge"
	InstanceType_m5a_2xlarge   InstanceType = "m5a.2xlarge"
	InstanceType_m5a_4xlarge   InstanceType = "m5a.4xlarge"
	InstanceType_m5a_8xlarge   InstanceType = "m5a.8xlarge"
	InstanceType_m5a_12xlarge  InstanceType = "m5a.12xlarge"
	InstanceType_m5a_16xlarge  InstanceType = "m5a.16xlarge"
	InstanceType_m5a_24xlarge  InstanceType = "m5a.24xlarge"
	InstanceType_m5d_large     InstanceType = "m5d.large"
	InstanceType_m5d_xlarge    InstanceType = "m5d.xlarge"
	InstanceType_m5d_2xlarge   InstanceType = "m5d.2xlarge"
	InstanceType_m5d_4xlarge   InstanceType = "m5d.4xlarge"
	InstanceType_m5d_8xlarge   InstanceType = "m5d.8xlarge"
	InstanceType_m5d_12xlarge  InstanceType = "m5d.12xlarge"
	InstanceType_m5d_16xlarge  InstanceType = "m5d.16xlarge"
	InstanceType_m5d_24xlarge  InstanceType = "m5d.24xlarge"
	InstanceType_m5d_metal     InstanceType = "m5d.metal"
	InstanceType_m5ad_large    InstanceType = "m5ad.large"
	InstanceType_m5ad_xlarge   InstanceType = "m5ad.xlarge"
	InstanceType_m5ad_2xlarge  InstanceType = "m5ad.2xlarge"
	InstanceType_m5ad_4xlarge  InstanceType = "m5ad.4xlarge"
	InstanceType_m5ad_8xlarge  InstanceType = "m5ad.8xlarge"
	InstanceType_m5ad_12xlarge InstanceType = "m5ad.12xlarge"
	InstanceType_m5ad_16xlarge InstanceType = "m5ad.16xlarge"
	InstanceType_m5ad_24xlarge InstanceType = "m5ad.24xlarge"
	InstanceType_m5zn_large    InstanceType = "m5zn.large"
	InstanceType_m5zn_xlarge   InstanceType = "m5zn.xlarge"
	InstanceType_m5zn_2xlarge  InstanceType = "m5zn.2xlarge"
	InstanceType_m5zn_3xlarge  InstanceType = "m5zn.3xlarge"
	InstanceType_m5zn_6xlarge  InstanceType = "m5zn.6xlarge"
	InstanceType_m5zn_12xlarge InstanceType = "m5zn.12xlarge"
	InstanceType_m5zn_metal    InstanceType = "m5zn.metal"
	InstanceType_h1_2xlarge    InstanceType = "h1.2xlarge"
	InstanceType_h1_4xlarge    InstanceType = "h1.4xlarge"
	InstanceType_h1_8xlarge    InstanceType = "h1.8xlarge"
	InstanceType_h1_16xlarge   InstanceType = "h1.16xlarge"
	InstanceType_z1d_large     InstanceType = "z1d.large"
	InstanceType_z1d_xlarge    InstanceType = "z1d.xlarge"
	InstanceType_z1d_2xlarge   InstanceType = "z1d.2xlarge"
	InstanceType_z1d_3xlarge   InstanceType = "z1d.3xlarge"
	InstanceType_z1d_6xlarge   InstanceType = "z1d.6xlarge"
	InstanceType_z1d_12xlarge  InstanceType = "z1d.12xlarge"
	InstanceType_z1d_metal     InstanceType = "z1d.metal"
	InstanceType_u_6tb1_metal  InstanceType = "u-6tb1.metal"
	InstanceType_u_9tb1_metal  InstanceType = "u-9tb1.metal"
	InstanceType_u_12tb1_metal InstanceType = "u-12tb1.metal"
	InstanceType_u_18tb1_metal InstanceType = "u-18tb1.metal"
	InstanceType_u_24tb1_metal InstanceType = "u-24tb1.metal"
	InstanceType_a1_medium     InstanceType = "a1.medium"
	InstanceType_a1_large      InstanceType = "a1.large"
	InstanceType_a1_xlarge     InstanceType = "a1.xlarge"
	InstanceType_a1_2xlarge    InstanceType = "a1.2xlarge"
	InstanceType_a1_4xlarge    InstanceType = "a1.4xlarge"
	InstanceType_a1_metal      InstanceType = "a1.metal"
	InstanceType_m5dn_large    InstanceType = "m5dn.large"
	InstanceType_m5dn_xlarge   InstanceType = "m5dn.xlarge"
	InstanceType_m5dn_2xlarge  InstanceType = "m5dn.2xlarge"
	InstanceType_m5dn_4xlarge  InstanceType = "m5dn.4xlarge"
	InstanceType_m5dn_8xlarge  InstanceType = "m5dn.8xlarge"
	InstanceType_m5dn_12xlarge InstanceType = "m5dn.12xlarge"
	InstanceType_m5dn_16xlarge InstanceType = "m5dn.16xlarge"
	InstanceType_m5dn_24xlarge InstanceType = "m5dn.24xlarge"
	InstanceType_m5n_large     InstanceType = "m5n.large"
	InstanceType_m5n_xlarge    InstanceType = "m5n.xlarge"
	InstanceType_m5n_2xlarge   InstanceType = "m5n.2xlarge"
	InstanceType_m5n_4xlarge   InstanceType = "m5n.4xlarge"
	InstanceType_m5n_8xlarge   InstanceType = "m5n.8xlarge"
	InstanceType_m5n_12xlarge  InstanceType = "m5n.12xlarge"
	InstanceType_m5n_16xlarge  InstanceType = "m5n.16xlarge"
	InstanceType_m5n_24xlarge  InstanceType = "m5n.24xlarge"
	InstanceType_r5dn_large    InstanceType = "r5dn.large"
	InstanceType_r5dn_xlarge   InstanceType = "r5dn.xlarge"
	InstanceType_r5dn_2xlarge  InstanceType = "r5dn.2xlarge"
	InstanceType_r5dn_4xlarge  InstanceType = "r5dn.4xlarge"
	InstanceType_r5dn_8xlarge  InstanceType = "r5dn.8xlarge"
	InstanceType_r5dn_12xlarge InstanceType = "r5dn.12xlarge"
	InstanceType_r5dn_16xlarge InstanceType = "r5dn.16xlarge"
	InstanceType_r5dn_24xlarge InstanceType = "r5dn.24xlarge"
	InstanceType_r5n_large     InstanceType = "r5n.large"
	InstanceType_r5n_xlarge    InstanceType = "r5n.xlarge"
	InstanceType_r5n_2xlarge   InstanceType = "r5n.2xlarge"
	InstanceType_r5n_4xlarge   InstanceType = "r5n.4xlarge"
	InstanceType_r5n_8xlarge   InstanceType = "r5n.8xlarge"
	InstanceType_r5n_12xlarge  InstanceType = "r5n.12xlarge"
	InstanceType_r5n_16xlarge  InstanceType = "r5n.16xlarge"
	InstanceType_r5n_24xlarge  InstanceType = "r5n.24xlarge"
	InstanceType_inf1_xlarge   InstanceType = "inf1.xlarge"
	InstanceType_inf1_2xlarge  InstanceType = "inf1.2xlarge"
	InstanceType_inf1_6xlarge  InstanceType = "inf1.6xlarge"
	InstanceType_inf1_24xlarge InstanceType = "inf1.24xlarge"
	InstanceType_m6g_metal     InstanceType = "m6g.metal"
	InstanceType_m6g_medium    InstanceType = "m6g.medium"
	InstanceType_m6g_large     InstanceType = "m6g.large"
	InstanceType_m6g_xlarge    InstanceType = "m6g.xlarge"
	InstanceType_m6g_2xlarge   InstanceType = "m6g.2xlarge"
	InstanceType_m6g_4xlarge   InstanceType = "m6g.4xlarge"
	InstanceType_m6g_8xlarge   InstanceType = "m6g.8xlarge"
	InstanceType_m6g_12xlarge  InstanceType = "m6g.12xlarge"
	InstanceType_m6g_16xlarge  InstanceType = "m6g.16xlarge"
	InstanceType_m6gd_metal    InstanceType = "m6gd.metal"
	InstanceType_m6gd_medium   InstanceType = "m6gd.medium"
	InstanceType_m6gd_large    InstanceType = "m6gd.large"
	InstanceType_m6gd_xlarge   InstanceType = "m6gd.xlarge"
	InstanceType_m6gd_2xlarge  InstanceType = "m6gd.2xlarge"
	InstanceType_m6gd_4xlarge  InstanceType = "m6gd.4xlarge"
	InstanceType_m6gd_8xlarge  InstanceType = "m6gd.8xlarge"
	InstanceType_m6gd_12xlarge InstanceType = "m6gd.12xlarge"
	InstanceType_m6gd_16xlarge InstanceType = "m6gd.16xlarge"
	InstanceType_mac1_metal    InstanceType = "mac1.metal"
)

type InstanceTypeHypervisor

type InstanceTypeHypervisor string
const (
	InstanceTypeHypervisor_nitro InstanceTypeHypervisor = "nitro"
	InstanceTypeHypervisor_xen   InstanceTypeHypervisor = "xen"
)

type InstanceUsage

type InstanceUsage struct {
	AccountID         *string `json:"accountID,omitempty"`
	UsedInstanceCount *int64  `json:"usedInstanceCount,omitempty"`
}

Information about the Capacity Reservation usage.

func (*InstanceUsage) DeepCopy

func (in *InstanceUsage) DeepCopy() *InstanceUsage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceUsage.

func (*InstanceUsage) DeepCopyInto

func (in *InstanceUsage) DeepCopyInto(out *InstanceUsage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InterfacePermissionType

type InterfacePermissionType string
const (
	InterfacePermissionType_INSTANCE_ATTACH InterfacePermissionType = "INSTANCE-ATTACH"
	InterfacePermissionType_EIP_ASSOCIATE   InterfacePermissionType = "EIP-ASSOCIATE"
)

type InternetGateway

type InternetGateway struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              InternetGatewaySpec   `json:"spec,omitempty"`
	Status            InternetGatewayStatus `json:"status,omitempty"`
}

InternetGateway is the Schema for the InternetGateways API +kubebuilder:object:root=true +kubebuilder:subresource:status

func (*InternetGateway) DeepCopy

func (in *InternetGateway) DeepCopy() *InternetGateway

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternetGateway.

func (*InternetGateway) DeepCopyInto

func (in *InternetGateway) DeepCopyInto(out *InternetGateway)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*InternetGateway) DeepCopyObject

func (in *InternetGateway) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type InternetGatewayAttachment

type InternetGatewayAttachment struct {
	State *string `json:"state,omitempty"`
	VPCID *string `json:"vpcID,omitempty"`
}

Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.

func (*InternetGatewayAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternetGatewayAttachment.

func (*InternetGatewayAttachment) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InternetGatewayList

type InternetGatewayList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []InternetGateway `json:"items"`
}

InternetGatewayList contains a list of InternetGateway +kubebuilder:object:root=true

func (*InternetGatewayList) DeepCopy

func (in *InternetGatewayList) DeepCopy() *InternetGatewayList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternetGatewayList.

func (*InternetGatewayList) DeepCopyInto

func (in *InternetGatewayList) DeepCopyInto(out *InternetGatewayList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*InternetGatewayList) DeepCopyObject

func (in *InternetGatewayList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type InternetGatewaySpec

type InternetGatewaySpec struct {
	// The tags to assign to the internet gateway.
	TagSpecifications []*TagSpecification `json:"tagSpecifications,omitempty"`
}

InternetGatewaySpec defines the desired state of InternetGateway.

Describes an internet gateway.

func (*InternetGatewaySpec) DeepCopy

func (in *InternetGatewaySpec) DeepCopy() *InternetGatewaySpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternetGatewaySpec.

func (*InternetGatewaySpec) DeepCopyInto

func (in *InternetGatewaySpec) DeepCopyInto(out *InternetGatewaySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InternetGatewayStatus

type InternetGatewayStatus struct {
	// All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
	// that is used to contain resource sync state, account ownership,
	// constructed ARN for the resource
	// +kubebuilder:validation:Optional
	ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"`
	// All CRS managed by ACK have a common `Status.Conditions` member that
	// contains a collection of `ackv1alpha1.Condition` objects that describe
	// the various terminal states of the CR and its backend AWS service API
	// resource
	// +kubebuilder:validation:Optional
	Conditions []*ackv1alpha1.Condition `json:"conditions"`
	// Any VPCs attached to the internet gateway.
	// +kubebuilder:validation:Optional
	Attachments []*InternetGatewayAttachment `json:"attachments,omitempty"`
	// The ID of the internet gateway.
	// +kubebuilder:validation:Optional
	InternetGatewayID *string `json:"internetGatewayID,omitempty"`
	// The ID of the AWS account that owns the internet gateway.
	// +kubebuilder:validation:Optional
	OwnerID *string `json:"ownerID,omitempty"`
	// Any tags assigned to the internet gateway.
	// +kubebuilder:validation:Optional
	Tags []*Tag `json:"tags,omitempty"`
}

InternetGatewayStatus defines the observed state of InternetGateway

func (*InternetGatewayStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternetGatewayStatus.

func (*InternetGatewayStatus) DeepCopyInto

func (in *InternetGatewayStatus) DeepCopyInto(out *InternetGatewayStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type InternetGateway_SDK

type InternetGateway_SDK struct {
	Attachments       []*InternetGatewayAttachment `json:"attachments,omitempty"`
	InternetGatewayID *string                      `json:"internetGatewayID,omitempty"`
	OwnerID           *string                      `json:"ownerID,omitempty"`
	Tags              []*Tag                       `json:"tags,omitempty"`
}

Describes an internet gateway.

func (*InternetGateway_SDK) DeepCopy

func (in *InternetGateway_SDK) DeepCopy() *InternetGateway_SDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternetGateway_SDK.

func (*InternetGateway_SDK) DeepCopyInto

func (in *InternetGateway_SDK) DeepCopyInto(out *InternetGateway_SDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type KeyPairInfo

type KeyPairInfo struct {
	KeyFingerprint *string `json:"keyFingerprint,omitempty"`
	KeyName        *string `json:"keyName,omitempty"`
	KeyPairID      *string `json:"keyPairID,omitempty"`
	Tags           []*Tag  `json:"tags,omitempty"`
}

Describes a key pair.

func (*KeyPairInfo) DeepCopy

func (in *KeyPairInfo) DeepCopy() *KeyPairInfo

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyPairInfo.

func (*KeyPairInfo) DeepCopyInto

func (in *KeyPairInfo) DeepCopyInto(out *KeyPairInfo)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LastError

type LastError struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

The last error that occurred for a VPC endpoint.

func (*LastError) DeepCopy

func (in *LastError) DeepCopy() *LastError

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LastError.

func (*LastError) DeepCopyInto

func (in *LastError) DeepCopyInto(out *LastError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchPermission

type LaunchPermission struct {
	UserID *string `json:"userID,omitempty"`
}

Describes a launch permission.

func (*LaunchPermission) DeepCopy

func (in *LaunchPermission) DeepCopy() *LaunchPermission

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchPermission.

func (*LaunchPermission) DeepCopyInto

func (in *LaunchPermission) DeepCopyInto(out *LaunchPermission)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchSpecification

type LaunchSpecification struct {
	AddressingType *string `json:"addressingType,omitempty"`
	EBSOptimized   *bool   `json:"ebsOptimized,omitempty"`
	ImageID        *string `json:"imageID,omitempty"`
	KernelID       *string `json:"kernelID,omitempty"`
	KeyName        *string `json:"keyName,omitempty"`
	RamdiskID      *string `json:"ramdiskID,omitempty"`
	SubnetID       *string `json:"subnetID,omitempty"`
	UserData       *string `json:"userData,omitempty"`
}

Describes the launch specification for an instance.

func (*LaunchSpecification) DeepCopy

func (in *LaunchSpecification) DeepCopy() *LaunchSpecification

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchSpecification.

func (*LaunchSpecification) DeepCopyInto

func (in *LaunchSpecification) DeepCopyInto(out *LaunchSpecification)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplate

type LaunchTemplate struct {
	CreateTime           *metav1.Time `json:"createTime,omitempty"`
	CreatedBy            *string      `json:"createdBy,omitempty"`
	DefaultVersionNumber *int64       `json:"defaultVersionNumber,omitempty"`
	LatestVersionNumber  *int64       `json:"latestVersionNumber,omitempty"`
	LaunchTemplateID     *string      `json:"launchTemplateID,omitempty"`
	Tags                 []*Tag       `json:"tags,omitempty"`
}

Describes a launch template.

func (*LaunchTemplate) DeepCopy

func (in *LaunchTemplate) DeepCopy() *LaunchTemplate

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplate.

func (*LaunchTemplate) DeepCopyInto

func (in *LaunchTemplate) DeepCopyInto(out *LaunchTemplate)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateBlockDeviceMapping

type LaunchTemplateBlockDeviceMapping struct {
	DeviceName  *string `json:"deviceName,omitempty"`
	NoDevice    *string `json:"noDevice,omitempty"`
	VirtualName *string `json:"virtualName,omitempty"`
}

Describes a block device mapping.

func (*LaunchTemplateBlockDeviceMapping) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateBlockDeviceMapping.

func (*LaunchTemplateBlockDeviceMapping) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateBlockDeviceMappingRequest

type LaunchTemplateBlockDeviceMappingRequest struct {
	DeviceName  *string `json:"deviceName,omitempty"`
	NoDevice    *string `json:"noDevice,omitempty"`
	VirtualName *string `json:"virtualName,omitempty"`
}

Describes a block device mapping.

func (*LaunchTemplateBlockDeviceMappingRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateBlockDeviceMappingRequest.

func (*LaunchTemplateBlockDeviceMappingRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateCPUOptions

type LaunchTemplateCPUOptions struct {
	CoreCount      *int64 `json:"coreCount,omitempty"`
	ThreadsPerCore *int64 `json:"threadsPerCore,omitempty"`
}

The CPU options for the instance.

func (*LaunchTemplateCPUOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateCPUOptions.

func (*LaunchTemplateCPUOptions) DeepCopyInto

func (in *LaunchTemplateCPUOptions) DeepCopyInto(out *LaunchTemplateCPUOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateCPUOptionsRequest

type LaunchTemplateCPUOptionsRequest struct {
	CoreCount      *int64 `json:"coreCount,omitempty"`
	ThreadsPerCore *int64 `json:"threadsPerCore,omitempty"`
}

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

func (*LaunchTemplateCPUOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateCPUOptionsRequest.

func (*LaunchTemplateCPUOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateEBSBlockDevice

type LaunchTemplateEBSBlockDevice struct {
	DeleteOnTermination *bool  `json:"deleteOnTermination,omitempty"`
	Encrypted           *bool  `json:"encrypted,omitempty"`
	IOPS                *int64 `json:"iops,omitempty"`
	Throughput          *int64 `json:"throughput,omitempty"`
	VolumeSize          *int64 `json:"volumeSize,omitempty"`
}

Describes a block device for an EBS volume.

func (*LaunchTemplateEBSBlockDevice) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateEBSBlockDevice.

func (*LaunchTemplateEBSBlockDevice) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateEBSBlockDeviceRequest

type LaunchTemplateEBSBlockDeviceRequest struct {
	DeleteOnTermination *bool  `json:"deleteOnTermination,omitempty"`
	Encrypted           *bool  `json:"encrypted,omitempty"`
	IOPS                *int64 `json:"iops,omitempty"`
	Throughput          *int64 `json:"throughput,omitempty"`
	VolumeSize          *int64 `json:"volumeSize,omitempty"`
}

The parameters for a block device for an EBS volume.

func (*LaunchTemplateEBSBlockDeviceRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateEBSBlockDeviceRequest.

func (*LaunchTemplateEBSBlockDeviceRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateElasticInferenceAccelerator

type LaunchTemplateElasticInferenceAccelerator struct {
	Type *string `json:"type_,omitempty"`
}

Describes an elastic inference accelerator.

func (*LaunchTemplateElasticInferenceAccelerator) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateElasticInferenceAccelerator.

func (*LaunchTemplateElasticInferenceAccelerator) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateElasticInferenceAcceleratorResponse

type LaunchTemplateElasticInferenceAcceleratorResponse struct {
	Count *int64  `json:"count,omitempty"`
	Type  *string `json:"type_,omitempty"`
}

Describes an elastic inference accelerator.

func (*LaunchTemplateElasticInferenceAcceleratorResponse) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateElasticInferenceAcceleratorResponse.

func (*LaunchTemplateElasticInferenceAcceleratorResponse) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateEnclaveOptions

type LaunchTemplateEnclaveOptions struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Indicates whether the instance is enabled for AWS Nitro Enclaves.

func (*LaunchTemplateEnclaveOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateEnclaveOptions.

func (*LaunchTemplateEnclaveOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateEnclaveOptionsRequest

type LaunchTemplateEnclaveOptionsRequest struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see What is AWS Nitro Enclaves? (https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) in the AWS Nitro Enclaves User Guide.

func (*LaunchTemplateEnclaveOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateEnclaveOptionsRequest.

func (*LaunchTemplateEnclaveOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateErrorCode

type LaunchTemplateErrorCode string
const (
	LaunchTemplateErrorCode_launchTemplateIdDoesNotExist      LaunchTemplateErrorCode = "launchTemplateIdDoesNotExist"
	LaunchTemplateErrorCode_launchTemplateIdMalformed         LaunchTemplateErrorCode = "launchTemplateIdMalformed"
	LaunchTemplateErrorCode_launchTemplateNameDoesNotExist    LaunchTemplateErrorCode = "launchTemplateNameDoesNotExist"
	LaunchTemplateErrorCode_launchTemplateNameMalformed       LaunchTemplateErrorCode = "launchTemplateNameMalformed"
	LaunchTemplateErrorCode_launchTemplateVersionDoesNotExist LaunchTemplateErrorCode = "launchTemplateVersionDoesNotExist"
	LaunchTemplateErrorCode_unexpectedError                   LaunchTemplateErrorCode = "unexpectedError"
)

type LaunchTemplateHTTPTokensState

type LaunchTemplateHTTPTokensState string
const (
	LaunchTemplateHTTPTokensState_optional LaunchTemplateHTTPTokensState = "optional"
	LaunchTemplateHTTPTokensState_required LaunchTemplateHTTPTokensState = "required"
)

type LaunchTemplateHibernationOptions

type LaunchTemplateHibernationOptions struct {
	Configured *bool `json:"configured,omitempty"`
}

Indicates whether an instance is configured for hibernation.

func (*LaunchTemplateHibernationOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateHibernationOptions.

func (*LaunchTemplateHibernationOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateHibernationOptionsRequest

type LaunchTemplateHibernationOptionsRequest struct {
	Configured *bool `json:"configured,omitempty"`
}

Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites).

func (*LaunchTemplateHibernationOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateHibernationOptionsRequest.

func (*LaunchTemplateHibernationOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateIAMInstanceProfileSpecification

type LaunchTemplateIAMInstanceProfileSpecification struct {
	ARN  *string `json:"arn,omitempty"`
	Name *string `json:"name,omitempty"`
}

Describes an IAM instance profile.

func (*LaunchTemplateIAMInstanceProfileSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateIAMInstanceProfileSpecification.

func (*LaunchTemplateIAMInstanceProfileSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateIAMInstanceProfileSpecificationRequest

type LaunchTemplateIAMInstanceProfileSpecificationRequest struct {
	ARN  *string `json:"arn,omitempty"`
	Name *string `json:"name,omitempty"`
}

An IAM instance profile.

func (*LaunchTemplateIAMInstanceProfileSpecificationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateIAMInstanceProfileSpecificationRequest.

func (*LaunchTemplateIAMInstanceProfileSpecificationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateInstanceMetadataEndpointState

type LaunchTemplateInstanceMetadataEndpointState string
const (
	LaunchTemplateInstanceMetadataEndpointState_disabled LaunchTemplateInstanceMetadataEndpointState = "disabled"
	LaunchTemplateInstanceMetadataEndpointState_enabled  LaunchTemplateInstanceMetadataEndpointState = "enabled"
)

type LaunchTemplateInstanceMetadataOptions

type LaunchTemplateInstanceMetadataOptions struct {
	HTTPPutResponseHopLimit *int64 `json:"httpPutResponseHopLimit,omitempty"`
}

The metadata options for the instance. For more information, see Instance Metadata and User Data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the Amazon Elastic Compute Cloud User Guide.

func (*LaunchTemplateInstanceMetadataOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateInstanceMetadataOptions.

func (*LaunchTemplateInstanceMetadataOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateInstanceMetadataOptionsRequest

type LaunchTemplateInstanceMetadataOptionsRequest struct {
	HTTPPutResponseHopLimit *int64 `json:"httpPutResponseHopLimit,omitempty"`
}

The metadata options for the instance. For more information, see Instance Metadata and User Data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the Amazon Elastic Compute Cloud User Guide.

func (*LaunchTemplateInstanceMetadataOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateInstanceMetadataOptionsRequest.

func (*LaunchTemplateInstanceMetadataOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateInstanceMetadataOptionsState

type LaunchTemplateInstanceMetadataOptionsState string
const (
	LaunchTemplateInstanceMetadataOptionsState_pending LaunchTemplateInstanceMetadataOptionsState = "pending"
	LaunchTemplateInstanceMetadataOptionsState_applied LaunchTemplateInstanceMetadataOptionsState = "applied"
)

type LaunchTemplateInstanceNetworkInterfaceSpecification

type LaunchTemplateInstanceNetworkInterfaceSpecification struct {
	AssociateCarrierIPAddress      *bool     `json:"associateCarrierIPAddress,omitempty"`
	AssociatePublicIPAddress       *bool     `json:"associatePublicIPAddress,omitempty"`
	DeleteOnTermination            *bool     `json:"deleteOnTermination,omitempty"`
	Description                    *string   `json:"description,omitempty"`
	DeviceIndex                    *int64    `json:"deviceIndex,omitempty"`
	Groups                         []*string `json:"groups,omitempty"`
	InterfaceType                  *string   `json:"interfaceType,omitempty"`
	IPv6AddressCount               *int64    `json:"ipv6AddressCount,omitempty"`
	NetworkCardIndex               *int64    `json:"networkCardIndex,omitempty"`
	NetworkInterfaceID             *string   `json:"networkInterfaceID,omitempty"`
	PrivateIPAddress               *string   `json:"privateIPAddress,omitempty"`
	SecondaryPrivateIPAddressCount *int64    `json:"secondaryPrivateIPAddressCount,omitempty"`
	SubnetID                       *string   `json:"subnetID,omitempty"`
}

Describes a network interface.

func (*LaunchTemplateInstanceNetworkInterfaceSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateInstanceNetworkInterfaceSpecification.

func (*LaunchTemplateInstanceNetworkInterfaceSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

type LaunchTemplateInstanceNetworkInterfaceSpecificationRequest struct {
	AssociateCarrierIPAddress      *bool   `json:"associateCarrierIPAddress,omitempty"`
	AssociatePublicIPAddress       *bool   `json:"associatePublicIPAddress,omitempty"`
	DeleteOnTermination            *bool   `json:"deleteOnTermination,omitempty"`
	Description                    *string `json:"description,omitempty"`
	DeviceIndex                    *int64  `json:"deviceIndex,omitempty"`
	InterfaceType                  *string `json:"interfaceType,omitempty"`
	IPv6AddressCount               *int64  `json:"ipv6AddressCount,omitempty"`
	NetworkCardIndex               *int64  `json:"networkCardIndex,omitempty"`
	NetworkInterfaceID             *string `json:"networkInterfaceID,omitempty"`
	PrivateIPAddress               *string `json:"privateIPAddress,omitempty"`
	SecondaryPrivateIPAddressCount *int64  `json:"secondaryPrivateIPAddressCount,omitempty"`
	SubnetID                       *string `json:"subnetID,omitempty"`
}

The parameters for a network interface.

func (*LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.

func (*LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateLicenseConfiguration

type LaunchTemplateLicenseConfiguration struct {
	LicenseConfigurationARN *string `json:"licenseConfigurationARN,omitempty"`
}

Describes a license configuration.

func (*LaunchTemplateLicenseConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateLicenseConfiguration.

func (*LaunchTemplateLicenseConfiguration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateLicenseConfigurationRequest

type LaunchTemplateLicenseConfigurationRequest struct {
	LicenseConfigurationARN *string `json:"licenseConfigurationARN,omitempty"`
}

Describes a license configuration.

func (*LaunchTemplateLicenseConfigurationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateLicenseConfigurationRequest.

func (*LaunchTemplateLicenseConfigurationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateOverrides

type LaunchTemplateOverrides struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	SpotPrice        *string `json:"spotPrice,omitempty"`
	SubnetID         *string `json:"subnetID,omitempty"`
}

Describes overrides for a launch template.

func (*LaunchTemplateOverrides) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateOverrides.

func (*LaunchTemplateOverrides) DeepCopyInto

func (in *LaunchTemplateOverrides) DeepCopyInto(out *LaunchTemplateOverrides)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplatePlacement

type LaunchTemplatePlacement struct {
	Affinity             *string `json:"affinity,omitempty"`
	AvailabilityZone     *string `json:"availabilityZone,omitempty"`
	GroupName            *string `json:"groupName,omitempty"`
	HostID               *string `json:"hostID,omitempty"`
	HostResourceGroupARN *string `json:"hostResourceGroupARN,omitempty"`
	PartitionNumber      *int64  `json:"partitionNumber,omitempty"`
	SpreadDomain         *string `json:"spreadDomain,omitempty"`
	Tenancy              *string `json:"tenancy,omitempty"`
}

Describes the placement of an instance.

func (*LaunchTemplatePlacement) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplatePlacement.

func (*LaunchTemplatePlacement) DeepCopyInto

func (in *LaunchTemplatePlacement) DeepCopyInto(out *LaunchTemplatePlacement)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplatePlacementRequest

type LaunchTemplatePlacementRequest struct {
	Affinity             *string `json:"affinity,omitempty"`
	AvailabilityZone     *string `json:"availabilityZone,omitempty"`
	HostResourceGroupARN *string `json:"hostResourceGroupARN,omitempty"`
	PartitionNumber      *int64  `json:"partitionNumber,omitempty"`
	SpreadDomain         *string `json:"spreadDomain,omitempty"`
	Tenancy              *string `json:"tenancy,omitempty"`
}

Describes the placement of an instance.

func (*LaunchTemplatePlacementRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplatePlacementRequest.

func (*LaunchTemplatePlacementRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateSpecification

type LaunchTemplateSpecification struct {
	LaunchTemplateName *string `json:"launchTemplateName,omitempty"`
	Version            *string `json:"version,omitempty"`
}

The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.

func (*LaunchTemplateSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateSpecification.

func (*LaunchTemplateSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateSpotMarketOptions

type LaunchTemplateSpotMarketOptions struct {
	BlockDurationMinutes *int64       `json:"blockDurationMinutes,omitempty"`
	MaxPrice             *string      `json:"maxPrice,omitempty"`
	ValidUntil           *metav1.Time `json:"validUntil,omitempty"`
}

The options for Spot Instances.

func (*LaunchTemplateSpotMarketOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateSpotMarketOptions.

func (*LaunchTemplateSpotMarketOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateSpotMarketOptionsRequest

type LaunchTemplateSpotMarketOptionsRequest struct {
	BlockDurationMinutes *int64       `json:"blockDurationMinutes,omitempty"`
	MaxPrice             *string      `json:"maxPrice,omitempty"`
	ValidUntil           *metav1.Time `json:"validUntil,omitempty"`
}

The options for Spot Instances.

func (*LaunchTemplateSpotMarketOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateSpotMarketOptionsRequest.

func (*LaunchTemplateSpotMarketOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateTagSpecification

type LaunchTemplateTagSpecification struct {
	ResourceType *string `json:"resourceType,omitempty"`
	Tags         []*Tag  `json:"tags,omitempty"`
}

The tag specification for the launch template.

func (*LaunchTemplateTagSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateTagSpecification.

func (*LaunchTemplateTagSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateTagSpecificationRequest

type LaunchTemplateTagSpecificationRequest struct {
	ResourceType *string `json:"resourceType,omitempty"`
	Tags         []*Tag  `json:"tags,omitempty"`
}

The tags specification for the launch template.

func (*LaunchTemplateTagSpecificationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateTagSpecificationRequest.

func (*LaunchTemplateTagSpecificationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplateVersion

type LaunchTemplateVersion struct {
	CreateTime       *metav1.Time `json:"createTime,omitempty"`
	CreatedBy        *string      `json:"createdBy,omitempty"`
	DefaultVersion   *bool        `json:"defaultVersion,omitempty"`
	LaunchTemplateID *string      `json:"launchTemplateID,omitempty"`
	VersionNumber    *int64       `json:"versionNumber,omitempty"`
}

Describes a launch template version.

func (*LaunchTemplateVersion) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplateVersion.

func (*LaunchTemplateVersion) DeepCopyInto

func (in *LaunchTemplateVersion) DeepCopyInto(out *LaunchTemplateVersion)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplatesMonitoring

type LaunchTemplatesMonitoring struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Describes the monitoring for the instance.

func (*LaunchTemplatesMonitoring) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplatesMonitoring.

func (*LaunchTemplatesMonitoring) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LaunchTemplatesMonitoringRequest

type LaunchTemplatesMonitoringRequest struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Describes the monitoring for the instance.

func (*LaunchTemplatesMonitoringRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LaunchTemplatesMonitoringRequest.

func (*LaunchTemplatesMonitoringRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LicenseConfiguration

type LicenseConfiguration struct {
	LicenseConfigurationARN *string `json:"licenseConfigurationARN,omitempty"`
}

Describes a license configuration.

func (*LicenseConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicenseConfiguration.

func (*LicenseConfiguration) DeepCopyInto

func (in *LicenseConfiguration) DeepCopyInto(out *LicenseConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LicenseConfigurationRequest

type LicenseConfigurationRequest struct {
	LicenseConfigurationARN *string `json:"licenseConfigurationARN,omitempty"`
}

Describes a license configuration.

func (*LicenseConfigurationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicenseConfigurationRequest.

func (*LicenseConfigurationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ListingState

type ListingState string
const (
	ListingState_available ListingState = "available"
	ListingState_sold      ListingState = "sold"
	ListingState_cancelled ListingState = "cancelled"
	ListingState_pending   ListingState = "pending"
)

type ListingStatus

type ListingStatus string
const (
	ListingStatus_active    ListingStatus = "active"
	ListingStatus_pending   ListingStatus = "pending"
	ListingStatus_cancelled ListingStatus = "cancelled"
	ListingStatus_closed    ListingStatus = "closed"
)

type LoadPermission

type LoadPermission struct {
	UserID *string `json:"userID,omitempty"`
}

Describes a load permission.

func (*LoadPermission) DeepCopy

func (in *LoadPermission) DeepCopy() *LoadPermission

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoadPermission.

func (*LoadPermission) DeepCopyInto

func (in *LoadPermission) DeepCopyInto(out *LoadPermission)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LoadPermissionRequest

type LoadPermissionRequest struct {
	UserID *string `json:"userID,omitempty"`
}

Describes a load permission.

func (*LoadPermissionRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoadPermissionRequest.

func (*LoadPermissionRequest) DeepCopyInto

func (in *LoadPermissionRequest) DeepCopyInto(out *LoadPermissionRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocalGateway

type LocalGateway struct {
	LocalGatewayID *string `json:"localGatewayID,omitempty"`
	OutpostARN     *string `json:"outpostARN,omitempty"`
	OwnerID        *string `json:"ownerID,omitempty"`
	State          *string `json:"state,omitempty"`
	Tags           []*Tag  `json:"tags,omitempty"`
}

Describes a local gateway.

func (*LocalGateway) DeepCopy

func (in *LocalGateway) DeepCopy() *LocalGateway

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalGateway.

func (*LocalGateway) DeepCopyInto

func (in *LocalGateway) DeepCopyInto(out *LocalGateway)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocalGatewayRoute

type LocalGatewayRoute struct {
	DestinationCIDRBlock *string `json:"destinationCIDRBlock,omitempty"`
	OwnerID              *string `json:"ownerID,omitempty"`
}

Describes a route for a local gateway route table.

func (*LocalGatewayRoute) DeepCopy

func (in *LocalGatewayRoute) DeepCopy() *LocalGatewayRoute

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalGatewayRoute.

func (*LocalGatewayRoute) DeepCopyInto

func (in *LocalGatewayRoute) DeepCopyInto(out *LocalGatewayRoute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocalGatewayRouteState

type LocalGatewayRouteState string
const (
	LocalGatewayRouteState_pending   LocalGatewayRouteState = "pending"
	LocalGatewayRouteState_active    LocalGatewayRouteState = "active"
	LocalGatewayRouteState_blackhole LocalGatewayRouteState = "blackhole"
	LocalGatewayRouteState_deleting  LocalGatewayRouteState = "deleting"
	LocalGatewayRouteState_deleted   LocalGatewayRouteState = "deleted"
)

type LocalGatewayRouteTable

type LocalGatewayRouteTable struct {
	LocalGatewayID           *string `json:"localGatewayID,omitempty"`
	LocalGatewayRouteTableID *string `json:"localGatewayRouteTableID,omitempty"`
	OutpostARN               *string `json:"outpostARN,omitempty"`
	OwnerID                  *string `json:"ownerID,omitempty"`
	State                    *string `json:"state,omitempty"`
	Tags                     []*Tag  `json:"tags,omitempty"`
}

Describes a local gateway route table.

func (*LocalGatewayRouteTable) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalGatewayRouteTable.

func (*LocalGatewayRouteTable) DeepCopyInto

func (in *LocalGatewayRouteTable) DeepCopyInto(out *LocalGatewayRouteTable)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocalGatewayRouteTableVPCAssociation

type LocalGatewayRouteTableVPCAssociation struct {
	LocalGatewayID           *string `json:"localGatewayID,omitempty"`
	LocalGatewayRouteTableID *string `json:"localGatewayRouteTableID,omitempty"`
	OwnerID                  *string `json:"ownerID,omitempty"`
	State                    *string `json:"state,omitempty"`
	Tags                     []*Tag  `json:"tags,omitempty"`
	VPCID                    *string `json:"vpcID,omitempty"`
}

Describes an association between a local gateway route table and a VPC.

func (*LocalGatewayRouteTableVPCAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalGatewayRouteTableVPCAssociation.

func (*LocalGatewayRouteTableVPCAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocalGatewayRouteTableVirtualInterfaceGroupAssociation

type LocalGatewayRouteTableVirtualInterfaceGroupAssociation struct {
	LocalGatewayID           *string `json:"localGatewayID,omitempty"`
	LocalGatewayRouteTableID *string `json:"localGatewayRouteTableID,omitempty"`
	OwnerID                  *string `json:"ownerID,omitempty"`
	State                    *string `json:"state,omitempty"`
	Tags                     []*Tag  `json:"tags,omitempty"`
}

Describes an association between a local gateway route table and a virtual interface group.

func (*LocalGatewayRouteTableVirtualInterfaceGroupAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalGatewayRouteTableVirtualInterfaceGroupAssociation.

func (*LocalGatewayRouteTableVirtualInterfaceGroupAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocalGatewayRouteType

type LocalGatewayRouteType string
const (
	LocalGatewayRouteType_static     LocalGatewayRouteType = "static"
	LocalGatewayRouteType_propagated LocalGatewayRouteType = "propagated"
)

type LocalGatewayVirtualInterface

type LocalGatewayVirtualInterface struct {
	LocalAddress   *string `json:"localAddress,omitempty"`
	LocalBGPASN    *int64  `json:"localBGPASN,omitempty"`
	LocalGatewayID *string `json:"localGatewayID,omitempty"`
	OwnerID        *string `json:"ownerID,omitempty"`
	PeerAddress    *string `json:"peerAddress,omitempty"`
	PeerBGPASN     *int64  `json:"peerBGPASN,omitempty"`
	Tags           []*Tag  `json:"tags,omitempty"`
	VLAN           *int64  `json:"vlan,omitempty"`
}

Describes a local gateway virtual interface.

func (*LocalGatewayVirtualInterface) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalGatewayVirtualInterface.

func (*LocalGatewayVirtualInterface) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocalGatewayVirtualInterfaceGroup

type LocalGatewayVirtualInterfaceGroup struct {
	LocalGatewayID *string `json:"localGatewayID,omitempty"`
	OwnerID        *string `json:"ownerID,omitempty"`
	Tags           []*Tag  `json:"tags,omitempty"`
}

Describes a local gateway virtual interface group.

func (*LocalGatewayVirtualInterfaceGroup) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalGatewayVirtualInterfaceGroup.

func (*LocalGatewayVirtualInterfaceGroup) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LocationType

type LocationType string
const (
	LocationType_region               LocationType = "region"
	LocationType_availability_zone    LocationType = "availability-zone"
	LocationType_availability_zone_id LocationType = "availability-zone-id"
)

type LogDestinationType

type LogDestinationType string
const (
	LogDestinationType_cloud_watch_logs LogDestinationType = "cloud-watch-logs"
	LogDestinationType_s3               LogDestinationType = "s3"
)

type ManagedPrefixList

type ManagedPrefixList struct {
	AddressFamily  *string `json:"addressFamily,omitempty"`
	MaxEntries     *int64  `json:"maxEntries,omitempty"`
	OwnerID        *string `json:"ownerID,omitempty"`
	PrefixListID   *string `json:"prefixListID,omitempty"`
	PrefixListName *string `json:"prefixListName,omitempty"`
	StateMessage   *string `json:"stateMessage,omitempty"`
	Tags           []*Tag  `json:"tags,omitempty"`
	Version        *int64  `json:"version,omitempty"`
}

Describes a managed prefix list.

func (*ManagedPrefixList) DeepCopy

func (in *ManagedPrefixList) DeepCopy() *ManagedPrefixList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedPrefixList.

func (*ManagedPrefixList) DeepCopyInto

func (in *ManagedPrefixList) DeepCopyInto(out *ManagedPrefixList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type MarketType

type MarketType string
const (
	MarketType_spot MarketType = "spot"
)

type MembershipType

type MembershipType string
const (
	MembershipType_static MembershipType = "static"
	MembershipType_igmp   MembershipType = "igmp"
)

type ModifyAvailabilityZoneOptInStatus

type ModifyAvailabilityZoneOptInStatus string
const (
	ModifyAvailabilityZoneOptInStatus_opted_in     ModifyAvailabilityZoneOptInStatus = "opted-in"
	ModifyAvailabilityZoneOptInStatus_not_opted_in ModifyAvailabilityZoneOptInStatus = "not-opted-in"
)

type ModifyTransitGatewayOptions

type ModifyTransitGatewayOptions struct {
	AddTransitGatewayCIDRBlocks    []*string `json:"addTransitGatewayCIDRBlocks,omitempty"`
	AutoAcceptSharedAttachments    *string   `json:"autoAcceptSharedAttachments,omitempty"`
	DefaultRouteTableAssociation   *string   `json:"defaultRouteTableAssociation,omitempty"`
	DefaultRouteTablePropagation   *string   `json:"defaultRouteTablePropagation,omitempty"`
	DNSSupport                     *string   `json:"dnsSupport,omitempty"`
	RemoveTransitGatewayCIDRBlocks []*string `json:"removeTransitGatewayCIDRBlocks,omitempty"`
	VPNECMPSupport                 *string   `json:"vpnECMPSupport,omitempty"`
}

The transit gateway options.

func (*ModifyTransitGatewayOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModifyTransitGatewayOptions.

func (*ModifyTransitGatewayOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ModifyTransitGatewayVPCAttachmentRequestOptions

type ModifyTransitGatewayVPCAttachmentRequestOptions struct {
	DNSSupport *string `json:"dnsSupport,omitempty"`
}

Describes the options for a VPC attachment.

func (*ModifyTransitGatewayVPCAttachmentRequestOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModifyTransitGatewayVPCAttachmentRequestOptions.

func (*ModifyTransitGatewayVPCAttachmentRequestOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ModifyVPNTunnelOptionsSpecification

type ModifyVPNTunnelOptionsSpecification struct {
	DPDTimeoutAction       *string `json:"dpdTimeoutAction,omitempty"`
	DPDTimeoutSeconds      *int64  `json:"dpdTimeoutSeconds,omitempty"`
	Phase1LifetimeSeconds  *int64  `json:"phase1LifetimeSeconds,omitempty"`
	Phase2LifetimeSeconds  *int64  `json:"phase2LifetimeSeconds,omitempty"`
	PreSharedKey           *string `json:"preSharedKey,omitempty"`
	RekeyFuzzPercentage    *int64  `json:"rekeyFuzzPercentage,omitempty"`
	RekeyMarginTimeSeconds *int64  `json:"rekeyMarginTimeSeconds,omitempty"`
	ReplayWindowSize       *int64  `json:"replayWindowSize,omitempty"`
	StartupAction          *string `json:"startupAction,omitempty"`
	TunnelInsideCIDR       *string `json:"tunnelInsideCIDR,omitempty"`
	TunnelInsideIPv6CIDR   *string `json:"tunnelInsideIPv6CIDR,omitempty"`
}

The AWS Site-to-Site VPN tunnel options to modify.

func (*ModifyVPNTunnelOptionsSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModifyVPNTunnelOptionsSpecification.

func (*ModifyVPNTunnelOptionsSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type MonitoringState

type MonitoringState string
const (
	MonitoringState_disabled  MonitoringState = "disabled"
	MonitoringState_disabling MonitoringState = "disabling"
	MonitoringState_enabled   MonitoringState = "enabled"
	MonitoringState_pending   MonitoringState = "pending"
)

type MoveStatus

type MoveStatus string
const (
	MoveStatus_movingToVpc        MoveStatus = "movingToVpc"
	MoveStatus_restoringToClassic MoveStatus = "restoringToClassic"
)

type MovingAddressStatus

type MovingAddressStatus struct {
	PublicIP *string `json:"publicIP,omitempty"`
}

Describes the status of a moving Elastic IP address.

func (*MovingAddressStatus) DeepCopy

func (in *MovingAddressStatus) DeepCopy() *MovingAddressStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MovingAddressStatus.

func (*MovingAddressStatus) DeepCopyInto

func (in *MovingAddressStatus) DeepCopyInto(out *MovingAddressStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type MulticastSupportValue

type MulticastSupportValue string
const (
	MulticastSupportValue_enable  MulticastSupportValue = "enable"
	MulticastSupportValue_disable MulticastSupportValue = "disable"
)

type NATGateway

type NATGateway struct {
	CreateTime     *metav1.Time `json:"createTime,omitempty"`
	DeleteTime     *metav1.Time `json:"deleteTime,omitempty"`
	FailureCode    *string      `json:"failureCode,omitempty"`
	FailureMessage *string      `json:"failureMessage,omitempty"`
	NATGatewayID   *string      `json:"natGatewayID,omitempty"`
	SubnetID       *string      `json:"subnetID,omitempty"`
	Tags           []*Tag       `json:"tags,omitempty"`
	VPCID          *string      `json:"vpcID,omitempty"`
}

Describes a NAT gateway.

func (*NATGateway) DeepCopy

func (in *NATGateway) DeepCopy() *NATGateway

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NATGateway.

func (*NATGateway) DeepCopyInto

func (in *NATGateway) DeepCopyInto(out *NATGateway)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NATGatewayAddress

type NATGatewayAddress struct {
	AllocationID       *string `json:"allocationID,omitempty"`
	NetworkInterfaceID *string `json:"networkInterfaceID,omitempty"`
	PrivateIP          *string `json:"privateIP,omitempty"`
	PublicIP           *string `json:"publicIP,omitempty"`
}

Describes the IP addresses and network interface associated with a NAT gateway.

func (*NATGatewayAddress) DeepCopy

func (in *NATGatewayAddress) DeepCopy() *NATGatewayAddress

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NATGatewayAddress.

func (*NATGatewayAddress) DeepCopyInto

func (in *NATGatewayAddress) DeepCopyInto(out *NATGatewayAddress)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NATGatewayState

type NATGatewayState string
const (
	NATGatewayState_pending   NATGatewayState = "pending"
	NATGatewayState_failed    NATGatewayState = "failed"
	NATGatewayState_available NATGatewayState = "available"
	NATGatewayState_deleting  NATGatewayState = "deleting"
	NATGatewayState_deleted   NATGatewayState = "deleted"
)

type NetworkACL

type NetworkACL struct {
	IsDefault    *bool   `json:"isDefault,omitempty"`
	NetworkACLID *string `json:"networkACLID,omitempty"`
	OwnerID      *string `json:"ownerID,omitempty"`
	Tags         []*Tag  `json:"tags,omitempty"`
	VPCID        *string `json:"vpcID,omitempty"`
}

Describes a network ACL.

func (*NetworkACL) DeepCopy

func (in *NetworkACL) DeepCopy() *NetworkACL

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkACL.

func (*NetworkACL) DeepCopyInto

func (in *NetworkACL) DeepCopyInto(out *NetworkACL)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkACLAssociation

type NetworkACLAssociation struct {
	NetworkACLAssociationID *string `json:"networkACLAssociationID,omitempty"`
	NetworkACLID            *string `json:"networkACLID,omitempty"`
	SubnetID                *string `json:"subnetID,omitempty"`
}

Describes an association between a network ACL and a subnet.

func (*NetworkACLAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkACLAssociation.

func (*NetworkACLAssociation) DeepCopyInto

func (in *NetworkACLAssociation) DeepCopyInto(out *NetworkACLAssociation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkACLEntry

type NetworkACLEntry struct {
	CIDRBlock     *string `json:"cidrBlock,omitempty"`
	Egress        *bool   `json:"egress,omitempty"`
	IPv6CIDRBlock *string `json:"ipv6CIDRBlock,omitempty"`
	Protocol      *string `json:"protocol,omitempty"`
	RuleNumber    *int64  `json:"ruleNumber,omitempty"`
}

Describes an entry in a network ACL.

func (*NetworkACLEntry) DeepCopy

func (in *NetworkACLEntry) DeepCopy() *NetworkACLEntry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkACLEntry.

func (*NetworkACLEntry) DeepCopyInto

func (in *NetworkACLEntry) DeepCopyInto(out *NetworkACLEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInsightsAnalysis

type NetworkInsightsAnalysis struct {
	NetworkPathFound *bool        `json:"networkPathFound,omitempty"`
	StartDate        *metav1.Time `json:"startDate,omitempty"`
	StatusMessage    *string      `json:"statusMessage,omitempty"`
	Tags             []*Tag       `json:"tags,omitempty"`
}

Describes a network insights analysis.

func (*NetworkInsightsAnalysis) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInsightsAnalysis.

func (*NetworkInsightsAnalysis) DeepCopyInto

func (in *NetworkInsightsAnalysis) DeepCopyInto(out *NetworkInsightsAnalysis)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInsightsPath

type NetworkInsightsPath struct {
	CreatedDate     *metav1.Time `json:"createdDate,omitempty"`
	Destination     *string      `json:"destination,omitempty"`
	DestinationPort *int64       `json:"destinationPort,omitempty"`
	Source          *string      `json:"source,omitempty"`
	Tags            []*Tag       `json:"tags,omitempty"`
}

Describes a path.

func (*NetworkInsightsPath) DeepCopy

func (in *NetworkInsightsPath) DeepCopy() *NetworkInsightsPath

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInsightsPath.

func (*NetworkInsightsPath) DeepCopyInto

func (in *NetworkInsightsPath) DeepCopyInto(out *NetworkInsightsPath)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterface

type NetworkInterface struct {
	AvailabilityZone   *string `json:"availabilityZone,omitempty"`
	Description        *string `json:"description,omitempty"`
	MacAddress         *string `json:"macAddress,omitempty"`
	NetworkInterfaceID *string `json:"networkInterfaceID,omitempty"`
	OutpostARN         *string `json:"outpostARN,omitempty"`
	OwnerID            *string `json:"ownerID,omitempty"`
	PrivateDNSName     *string `json:"privateDNSName,omitempty"`
	PrivateIPAddress   *string `json:"privateIPAddress,omitempty"`
	RequesterID        *string `json:"requesterID,omitempty"`
	RequesterManaged   *bool   `json:"requesterManaged,omitempty"`
	SourceDestCheck    *bool   `json:"sourceDestCheck,omitempty"`
	SubnetID           *string `json:"subnetID,omitempty"`
	TagSet             []*Tag  `json:"tagSet,omitempty"`
	VPCID              *string `json:"vpcID,omitempty"`
}

Describes a network interface.

func (*NetworkInterface) DeepCopy

func (in *NetworkInterface) DeepCopy() *NetworkInterface

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterface.

func (*NetworkInterface) DeepCopyInto

func (in *NetworkInterface) DeepCopyInto(out *NetworkInterface)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfaceAssociation

type NetworkInterfaceAssociation struct {
	AllocationID    *string `json:"allocationID,omitempty"`
	AssociationID   *string `json:"associationID,omitempty"`
	CarrierIP       *string `json:"carrierIP,omitempty"`
	CustomerOwnedIP *string `json:"customerOwnedIP,omitempty"`
	IPOwnerID       *string `json:"ipOwnerID,omitempty"`
	PublicDNSName   *string `json:"publicDNSName,omitempty"`
	PublicIP        *string `json:"publicIP,omitempty"`
}

Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).

func (*NetworkInterfaceAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAssociation.

func (*NetworkInterfaceAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfaceAttachment

type NetworkInterfaceAttachment struct {
	AttachTime          *metav1.Time `json:"attachTime,omitempty"`
	AttachmentID        *string      `json:"attachmentID,omitempty"`
	DeleteOnTermination *bool        `json:"deleteOnTermination,omitempty"`
	DeviceIndex         *int64       `json:"deviceIndex,omitempty"`
	InstanceID          *string      `json:"instanceID,omitempty"`
	InstanceOwnerID     *string      `json:"instanceOwnerID,omitempty"`
	NetworkCardIndex    *int64       `json:"networkCardIndex,omitempty"`
	Status              *string      `json:"status,omitempty"`
}

Describes a network interface attachment.

func (*NetworkInterfaceAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfaceAttachmentChanges

type NetworkInterfaceAttachmentChanges struct {
	DeleteOnTermination *bool `json:"deleteOnTermination,omitempty"`
}

Describes an attachment change.

func (*NetworkInterfaceAttachmentChanges) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachmentChanges.

func (*NetworkInterfaceAttachmentChanges) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfaceAttribute

type NetworkInterfaceAttribute string
const (
	NetworkInterfaceAttribute_description     NetworkInterfaceAttribute = "description"
	NetworkInterfaceAttribute_groupSet        NetworkInterfaceAttribute = "groupSet"
	NetworkInterfaceAttribute_sourceDestCheck NetworkInterfaceAttribute = "sourceDestCheck"
	NetworkInterfaceAttribute_attachment      NetworkInterfaceAttribute = "attachment"
)

type NetworkInterfaceCreationType

type NetworkInterfaceCreationType string
const (
	NetworkInterfaceCreationType_efa NetworkInterfaceCreationType = "efa"
)

type NetworkInterfaceIPv6Address

type NetworkInterfaceIPv6Address struct {
	IPv6Address *string `json:"ipv6Address,omitempty"`
}

Describes an IPv6 address associated with a network interface.

func (*NetworkInterfaceIPv6Address) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceIPv6Address.

func (*NetworkInterfaceIPv6Address) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfacePermission

type NetworkInterfacePermission struct {
	AWSAccountID                 *string `json:"awsAccountID,omitempty"`
	AWSService                   *string `json:"awsService,omitempty"`
	NetworkInterfaceID           *string `json:"networkInterfaceID,omitempty"`
	NetworkInterfacePermissionID *string `json:"networkInterfacePermissionID,omitempty"`
}

Describes a permission for a network interface.

func (*NetworkInterfacePermission) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfacePermission.

func (*NetworkInterfacePermission) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfacePermissionState

type NetworkInterfacePermissionState struct {
	StatusMessage *string `json:"statusMessage,omitempty"`
}

Describes the state of a network interface permission.

func (*NetworkInterfacePermissionState) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfacePermissionState.

func (*NetworkInterfacePermissionState) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfacePermissionStateCode

type NetworkInterfacePermissionStateCode string
const (
	NetworkInterfacePermissionStateCode_pending  NetworkInterfacePermissionStateCode = "pending"
	NetworkInterfacePermissionStateCode_granted  NetworkInterfacePermissionStateCode = "granted"
	NetworkInterfacePermissionStateCode_revoking NetworkInterfacePermissionStateCode = "revoking"
	NetworkInterfacePermissionStateCode_revoked  NetworkInterfacePermissionStateCode = "revoked"
)

type NetworkInterfacePrivateIPAddress

type NetworkInterfacePrivateIPAddress struct {
	Primary          *bool   `json:"primary,omitempty"`
	PrivateDNSName   *string `json:"privateDNSName,omitempty"`
	PrivateIPAddress *string `json:"privateIPAddress,omitempty"`
}

Describes the private IPv4 address of a network interface.

func (*NetworkInterfacePrivateIPAddress) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfacePrivateIPAddress.

func (*NetworkInterfacePrivateIPAddress) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NetworkInterfaceStatus

type NetworkInterfaceStatus string
const (
	NetworkInterfaceStatus_available  NetworkInterfaceStatus = "available"
	NetworkInterfaceStatus_associated NetworkInterfaceStatus = "associated"
	NetworkInterfaceStatus_attaching  NetworkInterfaceStatus = "attaching"
	NetworkInterfaceStatus_in_use     NetworkInterfaceStatus = "in-use"
	NetworkInterfaceStatus_detaching  NetworkInterfaceStatus = "detaching"
)

type NetworkInterfaceType

type NetworkInterfaceType string
const (
	NetworkInterfaceType_interface  NetworkInterfaceType = "interface"
	NetworkInterfaceType_natGateway NetworkInterfaceType = "natGateway"
	NetworkInterfaceType_efa        NetworkInterfaceType = "efa"
)

type NewDHCPConfiguration

type NewDHCPConfiguration struct {
	Key    *string   `json:"key,omitempty"`
	Values []*string `json:"values,omitempty"`
}

func (*NewDHCPConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NewDHCPConfiguration.

func (*NewDHCPConfiguration) DeepCopyInto

func (in *NewDHCPConfiguration) DeepCopyInto(out *NewDHCPConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OfferingClassType

type OfferingClassType string
const (
	OfferingClassType_standard    OfferingClassType = "standard"
	OfferingClassType_convertible OfferingClassType = "convertible"
)

type OfferingTypeValues

type OfferingTypeValues string
const (
	OfferingTypeValues_Heavy_Utilization  OfferingTypeValues = "Heavy Utilization"
	OfferingTypeValues_Medium_Utilization OfferingTypeValues = "Medium Utilization"
	OfferingTypeValues_Light_Utilization  OfferingTypeValues = "Light Utilization"
	OfferingTypeValues_No_Upfront         OfferingTypeValues = "No Upfront"
	OfferingTypeValues_Partial_Upfront    OfferingTypeValues = "Partial Upfront"
	OfferingTypeValues_All_Upfront        OfferingTypeValues = "All Upfront"
)

type OnDemandAllocationStrategy

type OnDemandAllocationStrategy string
const (
	OnDemandAllocationStrategy_lowestPrice OnDemandAllocationStrategy = "lowestPrice"
	OnDemandAllocationStrategy_prioritized OnDemandAllocationStrategy = "prioritized"
)

type OnDemandOptions

type OnDemandOptions struct {
	MaxTotalPrice          *string `json:"maxTotalPrice,omitempty"`
	MinTargetCapacity      *int64  `json:"minTargetCapacity,omitempty"`
	SingleAvailabilityZone *bool   `json:"singleAvailabilityZone,omitempty"`
	SingleInstanceType     *bool   `json:"singleInstanceType,omitempty"`
}

Describes the configuration of On-Demand Instances in an EC2 Fleet.

func (*OnDemandOptions) DeepCopy

func (in *OnDemandOptions) DeepCopy() *OnDemandOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OnDemandOptions.

func (*OnDemandOptions) DeepCopyInto

func (in *OnDemandOptions) DeepCopyInto(out *OnDemandOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OnDemandOptionsRequest

type OnDemandOptionsRequest struct {
	MaxTotalPrice          *string `json:"maxTotalPrice,omitempty"`
	MinTargetCapacity      *int64  `json:"minTargetCapacity,omitempty"`
	SingleAvailabilityZone *bool   `json:"singleAvailabilityZone,omitempty"`
	SingleInstanceType     *bool   `json:"singleInstanceType,omitempty"`
}

Describes the configuration of On-Demand Instances in an EC2 Fleet.

func (*OnDemandOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OnDemandOptionsRequest.

func (*OnDemandOptionsRequest) DeepCopyInto

func (in *OnDemandOptionsRequest) DeepCopyInto(out *OnDemandOptionsRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OperationType

type OperationType string
const (
	OperationType_add    OperationType = "add"
	OperationType_remove OperationType = "remove"
)

type PathComponent

type PathComponent struct {
	SequenceNumber *int64 `json:"sequenceNumber,omitempty"`
}

Describes a path component.

func (*PathComponent) DeepCopy

func (in *PathComponent) DeepCopy() *PathComponent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PathComponent.

func (*PathComponent) DeepCopyInto

func (in *PathComponent) DeepCopyInto(out *PathComponent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PaymentOption

type PaymentOption string
const (
	PaymentOption_AllUpfront     PaymentOption = "AllUpfront"
	PaymentOption_PartialUpfront PaymentOption = "PartialUpfront"
	PaymentOption_NoUpfront      PaymentOption = "NoUpfront"
)

type PciID

type PciID struct {
	DeviceID          *string `json:"deviceID,omitempty"`
	SubsystemID       *string `json:"subsystemID,omitempty"`
	SubsystemVendorID *string `json:"subsystemVendorID,omitempty"`
	VendorID          *string `json:"vendorID,omitempty"`
}

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

func (*PciID) DeepCopy

func (in *PciID) DeepCopy() *PciID

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PciID.

func (*PciID) DeepCopyInto

func (in *PciID) DeepCopyInto(out *PciID)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PeeringAttachmentStatus

type PeeringAttachmentStatus struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

The status of the transit gateway peering attachment.

func (*PeeringAttachmentStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeeringAttachmentStatus.

func (*PeeringAttachmentStatus) DeepCopyInto

func (in *PeeringAttachmentStatus) DeepCopyInto(out *PeeringAttachmentStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PeeringConnectionOptions

type PeeringConnectionOptions struct {
	AllowDNSResolutionFromRemoteVPC            *bool `json:"allowDNSResolutionFromRemoteVPC,omitempty"`
	AllowEgressFromLocalClassicLinkToRemoteVPC *bool `json:"allowEgressFromLocalClassicLinkToRemoteVPC,omitempty"`
	AllowEgressFromLocalVPCToRemoteClassicLink *bool `json:"allowEgressFromLocalVPCToRemoteClassicLink,omitempty"`
}

Describes the VPC peering connection options.

func (*PeeringConnectionOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeeringConnectionOptions.

func (*PeeringConnectionOptions) DeepCopyInto

func (in *PeeringConnectionOptions) DeepCopyInto(out *PeeringConnectionOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PeeringConnectionOptionsRequest

type PeeringConnectionOptionsRequest struct {
	AllowDNSResolutionFromRemoteVPC            *bool `json:"allowDNSResolutionFromRemoteVPC,omitempty"`
	AllowEgressFromLocalClassicLinkToRemoteVPC *bool `json:"allowEgressFromLocalClassicLinkToRemoteVPC,omitempty"`
	AllowEgressFromLocalVPCToRemoteClassicLink *bool `json:"allowEgressFromLocalVPCToRemoteClassicLink,omitempty"`
}

The VPC peering connection options.

func (*PeeringConnectionOptionsRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeeringConnectionOptionsRequest.

func (*PeeringConnectionOptionsRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PeeringTgwInfo

type PeeringTgwInfo struct {
	OwnerID          *string `json:"ownerID,omitempty"`
	Region           *string `json:"region,omitempty"`
	TransitGatewayID *string `json:"transitGatewayID,omitempty"`
}

Information about the transit gateway in the peering attachment.

func (*PeeringTgwInfo) DeepCopy

func (in *PeeringTgwInfo) DeepCopy() *PeeringTgwInfo

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeeringTgwInfo.

func (*PeeringTgwInfo) DeepCopyInto

func (in *PeeringTgwInfo) DeepCopyInto(out *PeeringTgwInfo)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PermissionGroup

type PermissionGroup string
const (
	PermissionGroup_all PermissionGroup = "all"
)

type Phase1DHGroupNumbersListValue

type Phase1DHGroupNumbersListValue struct {
	Value *int64 `json:"value,omitempty"`
}

The Diffie-Hellmann group number for phase 1 IKE negotiations.

func (*Phase1DHGroupNumbersListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase1DHGroupNumbersListValue.

func (*Phase1DHGroupNumbersListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase1DHGroupNumbersRequestListValue

type Phase1DHGroupNumbersRequestListValue struct {
	Value *int64 `json:"value,omitempty"`
}

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE negotiations.

func (*Phase1DHGroupNumbersRequestListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase1DHGroupNumbersRequestListValue.

func (*Phase1DHGroupNumbersRequestListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase1EncryptionAlgorithmsListValue

type Phase1EncryptionAlgorithmsListValue struct {
	Value *string `json:"value,omitempty"`
}

The encryption algorithm for phase 1 IKE negotiations.

func (*Phase1EncryptionAlgorithmsListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase1EncryptionAlgorithmsListValue.

func (*Phase1EncryptionAlgorithmsListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase1EncryptionAlgorithmsRequestListValue

type Phase1EncryptionAlgorithmsRequestListValue struct {
	Value *string `json:"value,omitempty"`
}

Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.

func (*Phase1EncryptionAlgorithmsRequestListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase1EncryptionAlgorithmsRequestListValue.

func (*Phase1EncryptionAlgorithmsRequestListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase1IntegrityAlgorithmsListValue

type Phase1IntegrityAlgorithmsListValue struct {
	Value *string `json:"value,omitempty"`
}

The integrity algorithm for phase 1 IKE negotiations.

func (*Phase1IntegrityAlgorithmsListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase1IntegrityAlgorithmsListValue.

func (*Phase1IntegrityAlgorithmsListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase1IntegrityAlgorithmsRequestListValue

type Phase1IntegrityAlgorithmsRequestListValue struct {
	Value *string `json:"value,omitempty"`
}

Specifies the integrity algorithm for the VPN tunnel for phase 1 IKE negotiations.

func (*Phase1IntegrityAlgorithmsRequestListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase1IntegrityAlgorithmsRequestListValue.

func (*Phase1IntegrityAlgorithmsRequestListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase2DHGroupNumbersListValue

type Phase2DHGroupNumbersListValue struct {
	Value *int64 `json:"value,omitempty"`
}

The Diffie-Hellmann group number for phase 2 IKE negotiations.

func (*Phase2DHGroupNumbersListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase2DHGroupNumbersListValue.

func (*Phase2DHGroupNumbersListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase2DHGroupNumbersRequestListValue

type Phase2DHGroupNumbersRequestListValue struct {
	Value *int64 `json:"value,omitempty"`
}

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.

func (*Phase2DHGroupNumbersRequestListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase2DHGroupNumbersRequestListValue.

func (*Phase2DHGroupNumbersRequestListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase2EncryptionAlgorithmsListValue

type Phase2EncryptionAlgorithmsListValue struct {
	Value *string `json:"value,omitempty"`
}

The encryption algorithm for phase 2 IKE negotiations.

func (*Phase2EncryptionAlgorithmsListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase2EncryptionAlgorithmsListValue.

func (*Phase2EncryptionAlgorithmsListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase2EncryptionAlgorithmsRequestListValue

type Phase2EncryptionAlgorithmsRequestListValue struct {
	Value *string `json:"value,omitempty"`
}

Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.

func (*Phase2EncryptionAlgorithmsRequestListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase2EncryptionAlgorithmsRequestListValue.

func (*Phase2EncryptionAlgorithmsRequestListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase2IntegrityAlgorithmsListValue

type Phase2IntegrityAlgorithmsListValue struct {
	Value *string `json:"value,omitempty"`
}

The integrity algorithm for phase 2 IKE negotiations.

func (*Phase2IntegrityAlgorithmsListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase2IntegrityAlgorithmsListValue.

func (*Phase2IntegrityAlgorithmsListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Phase2IntegrityAlgorithmsRequestListValue

type Phase2IntegrityAlgorithmsRequestListValue struct {
	Value *string `json:"value,omitempty"`
}

Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.

func (*Phase2IntegrityAlgorithmsRequestListValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Phase2IntegrityAlgorithmsRequestListValue.

func (*Phase2IntegrityAlgorithmsRequestListValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Placement

type Placement struct {
	Affinity             *string `json:"affinity,omitempty"`
	AvailabilityZone     *string `json:"availabilityZone,omitempty"`
	GroupName            *string `json:"groupName,omitempty"`
	HostID               *string `json:"hostID,omitempty"`
	HostResourceGroupARN *string `json:"hostResourceGroupARN,omitempty"`
	PartitionNumber      *int64  `json:"partitionNumber,omitempty"`
	SpreadDomain         *string `json:"spreadDomain,omitempty"`
	Tenancy              *string `json:"tenancy,omitempty"`
}

Describes the placement of an instance.

func (*Placement) DeepCopy

func (in *Placement) DeepCopy() *Placement

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Placement.

func (*Placement) DeepCopyInto

func (in *Placement) DeepCopyInto(out *Placement)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlacementGroup

type PlacementGroup struct {
	GroupID        *string `json:"groupID,omitempty"`
	GroupName      *string `json:"groupName,omitempty"`
	PartitionCount *int64  `json:"partitionCount,omitempty"`
	Tags           []*Tag  `json:"tags,omitempty"`
}

Describes a placement group.

func (*PlacementGroup) DeepCopy

func (in *PlacementGroup) DeepCopy() *PlacementGroup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlacementGroup.

func (*PlacementGroup) DeepCopyInto

func (in *PlacementGroup) DeepCopyInto(out *PlacementGroup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlacementGroupState

type PlacementGroupState string
const (
	PlacementGroupState_pending   PlacementGroupState = "pending"
	PlacementGroupState_available PlacementGroupState = "available"
	PlacementGroupState_deleting  PlacementGroupState = "deleting"
	PlacementGroupState_deleted   PlacementGroupState = "deleted"
)

type PlacementGroupStrategy

type PlacementGroupStrategy string
const (
	PlacementGroupStrategy_cluster   PlacementGroupStrategy = "cluster"
	PlacementGroupStrategy_partition PlacementGroupStrategy = "partition"
	PlacementGroupStrategy_spread    PlacementGroupStrategy = "spread"
)

type PlacementResponse

type PlacementResponse struct {
	GroupName *string `json:"groupName,omitempty"`
}

Describes the placement of an instance.

func (*PlacementResponse) DeepCopy

func (in *PlacementResponse) DeepCopy() *PlacementResponse

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlacementResponse.

func (*PlacementResponse) DeepCopyInto

func (in *PlacementResponse) DeepCopyInto(out *PlacementResponse)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlacementStrategy

type PlacementStrategy string
const (
	PlacementStrategy_cluster   PlacementStrategy = "cluster"
	PlacementStrategy_spread    PlacementStrategy = "spread"
	PlacementStrategy_partition PlacementStrategy = "partition"
)

type PlatformValues

type PlatformValues string
const (
	PlatformValues_Windows PlatformValues = "Windows"
)

type PoolCIDRBlock

type PoolCIDRBlock struct {
	CIDR *string `json:"cidr,omitempty"`
}

Describes a CIDR block for an address pool.

func (*PoolCIDRBlock) DeepCopy

func (in *PoolCIDRBlock) DeepCopy() *PoolCIDRBlock

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PoolCIDRBlock.

func (*PoolCIDRBlock) DeepCopyInto

func (in *PoolCIDRBlock) DeepCopyInto(out *PoolCIDRBlock)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PortRange

type PortRange struct {
	From *int64 `json:"from,omitempty"`
	To   *int64 `json:"to,omitempty"`
}

Describes a range of ports.

func (*PortRange) DeepCopy

func (in *PortRange) DeepCopy() *PortRange

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PortRange.

func (*PortRange) DeepCopyInto

func (in *PortRange) DeepCopyInto(out *PortRange)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrefixList

type PrefixList struct {
	CIDRs          []*string `json:"cidrs,omitempty"`
	PrefixListID   *string   `json:"prefixListID,omitempty"`
	PrefixListName *string   `json:"prefixListName,omitempty"`
}

Describes prefixes for AWS services.

func (*PrefixList) DeepCopy

func (in *PrefixList) DeepCopy() *PrefixList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrefixList.

func (*PrefixList) DeepCopyInto

func (in *PrefixList) DeepCopyInto(out *PrefixList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrefixListAssociation

type PrefixListAssociation struct {
	ResourceID    *string `json:"resourceID,omitempty"`
	ResourceOwner *string `json:"resourceOwner,omitempty"`
}

Describes the resource with which a prefix list is associated.

func (*PrefixListAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrefixListAssociation.

func (*PrefixListAssociation) DeepCopyInto

func (in *PrefixListAssociation) DeepCopyInto(out *PrefixListAssociation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrefixListEntry

type PrefixListEntry struct {
	CIDR        *string `json:"cidr,omitempty"`
	Description *string `json:"description,omitempty"`
}

Describes a prefix list entry.

func (*PrefixListEntry) DeepCopy

func (in *PrefixListEntry) DeepCopy() *PrefixListEntry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrefixListEntry.

func (*PrefixListEntry) DeepCopyInto

func (in *PrefixListEntry) DeepCopyInto(out *PrefixListEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrefixListID

type PrefixListID struct {
	Description  *string `json:"description,omitempty"`
	PrefixListID *string `json:"prefixListID,omitempty"`
}

Describes a prefix list ID.

func (*PrefixListID) DeepCopy

func (in *PrefixListID) DeepCopy() *PrefixListID

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrefixListID.

func (*PrefixListID) DeepCopyInto

func (in *PrefixListID) DeepCopyInto(out *PrefixListID)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrefixListState

type PrefixListState string
const (
	PrefixListState_create_in_progress  PrefixListState = "create-in-progress"
	PrefixListState_create_complete     PrefixListState = "create-complete"
	PrefixListState_create_failed       PrefixListState = "create-failed"
	PrefixListState_modify_in_progress  PrefixListState = "modify-in-progress"
	PrefixListState_modify_complete     PrefixListState = "modify-complete"
	PrefixListState_modify_failed       PrefixListState = "modify-failed"
	PrefixListState_restore_in_progress PrefixListState = "restore-in-progress"
	PrefixListState_restore_complete    PrefixListState = "restore-complete"
	PrefixListState_restore_failed      PrefixListState = "restore-failed"
	PrefixListState_delete_in_progress  PrefixListState = "delete-in-progress"
	PrefixListState_delete_complete     PrefixListState = "delete-complete"
	PrefixListState_delete_failed       PrefixListState = "delete-failed"
)

type PriceSchedule

type PriceSchedule struct {
	Active *bool  `json:"active,omitempty"`
	Term   *int64 `json:"term,omitempty"`
}

Describes the price for a Reserved Instance.

func (*PriceSchedule) DeepCopy

func (in *PriceSchedule) DeepCopy() *PriceSchedule

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PriceSchedule.

func (*PriceSchedule) DeepCopyInto

func (in *PriceSchedule) DeepCopyInto(out *PriceSchedule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PriceScheduleSpecification

type PriceScheduleSpecification struct {
	Term *int64 `json:"term,omitempty"`
}

Describes the price for a Reserved Instance.

func (*PriceScheduleSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PriceScheduleSpecification.

func (*PriceScheduleSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PricingDetail

type PricingDetail struct {
	Count *int64 `json:"count,omitempty"`
}

Describes a Reserved Instance offering.

func (*PricingDetail) DeepCopy

func (in *PricingDetail) DeepCopy() *PricingDetail

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PricingDetail.

func (*PricingDetail) DeepCopyInto

func (in *PricingDetail) DeepCopyInto(out *PricingDetail)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrincipalIDFormat

type PrincipalIDFormat struct {
	ARN *string `json:"arn,omitempty"`
}

PrincipalIdFormat description

func (*PrincipalIDFormat) DeepCopy

func (in *PrincipalIDFormat) DeepCopy() *PrincipalIDFormat

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrincipalIDFormat.

func (*PrincipalIDFormat) DeepCopyInto

func (in *PrincipalIDFormat) DeepCopyInto(out *PrincipalIDFormat)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrincipalType

type PrincipalType string
const (
	PrincipalType_All              PrincipalType = "All"
	PrincipalType_Service          PrincipalType = "Service"
	PrincipalType_OrganizationUnit PrincipalType = "OrganizationUnit"
	PrincipalType_Account          PrincipalType = "Account"
	PrincipalType_User             PrincipalType = "User"
	PrincipalType_Role             PrincipalType = "Role"
)

type PrivateDNSDetails

type PrivateDNSDetails struct {
	PrivateDNSName *string `json:"privateDNSName,omitempty"`
}

Information about the Private DNS name for interface endpoints.

func (*PrivateDNSDetails) DeepCopy

func (in *PrivateDNSDetails) DeepCopy() *PrivateDNSDetails

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDNSDetails.

func (*PrivateDNSDetails) DeepCopyInto

func (in *PrivateDNSDetails) DeepCopyInto(out *PrivateDNSDetails)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateDNSNameConfiguration

type PrivateDNSNameConfiguration struct {
	Name  *string `json:"name,omitempty"`
	Type  *string `json:"type_,omitempty"`
	Value *string `json:"value,omitempty"`
}

Information about the private DNS name for the service endpoint. For more information about these parameters, see VPC Endpoint Service Private DNS Name Verification (https://docs.aws.amazon.com/vpc/latest/userguide/ndpoint-services-dns-validation.html) in the Amazon Virtual Private Cloud User Guide.

func (*PrivateDNSNameConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateDNSNameConfiguration.

func (*PrivateDNSNameConfiguration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateIPAddressSpecification

type PrivateIPAddressSpecification struct {
	Primary          *bool   `json:"primary,omitempty"`
	PrivateIPAddress *string `json:"privateIPAddress,omitempty"`
}

Describes a secondary private IPv4 address for a network interface.

func (*PrivateIPAddressSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateIPAddressSpecification.

func (*PrivateIPAddressSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ProductCode

type ProductCode struct {
	ProductCodeID *string `json:"productCodeID,omitempty"`
}

Describes a product code.

func (*ProductCode) DeepCopy

func (in *ProductCode) DeepCopy() *ProductCode

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProductCode.

func (*ProductCode) DeepCopyInto

func (in *ProductCode) DeepCopyInto(out *ProductCode)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ProductCodeValues

type ProductCodeValues string
const (
	ProductCodeValues_devpay      ProductCodeValues = "devpay"
	ProductCodeValues_marketplace ProductCodeValues = "marketplace"
)

type PropagatingVGW

type PropagatingVGW struct {
	GatewayID *string `json:"gatewayID,omitempty"`
}

Describes a virtual private gateway propagating route.

func (*PropagatingVGW) DeepCopy

func (in *PropagatingVGW) DeepCopy() *PropagatingVGW

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PropagatingVGW.

func (*PropagatingVGW) DeepCopyInto

func (in *PropagatingVGW) DeepCopyInto(out *PropagatingVGW)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Protocol

type Protocol string
const (
	Protocol_tcp Protocol = "tcp"
	Protocol_udp Protocol = "udp"
)

type ProtocolValue

type ProtocolValue string
const (
	ProtocolValue_gre ProtocolValue = "gre"
)

type ProvisionedBandwidth

type ProvisionedBandwidth struct {
	ProvisionTime *metav1.Time `json:"provisionTime,omitempty"`
	Provisioned   *string      `json:"provisioned,omitempty"`
	RequestTime   *metav1.Time `json:"requestTime,omitempty"`
	Requested     *string      `json:"requested,omitempty"`
	Status        *string      `json:"status,omitempty"`
}

Reserved. If you need to sustain traffic greater than the documented limits (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html), contact us through the Support Center (https://console.aws.amazon.com/support/home?).

func (*ProvisionedBandwidth) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProvisionedBandwidth.

func (*ProvisionedBandwidth) DeepCopyInto

func (in *ProvisionedBandwidth) DeepCopyInto(out *ProvisionedBandwidth)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PtrUpdateStatus

type PtrUpdateStatus struct {
	Reason *string `json:"reason,omitempty"`
	Status *string `json:"status,omitempty"`
	Value  *string `json:"value,omitempty"`
}

The status of an updated pointer (PTR) record for an Elastic IP address.

func (*PtrUpdateStatus) DeepCopy

func (in *PtrUpdateStatus) DeepCopy() *PtrUpdateStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PtrUpdateStatus.

func (*PtrUpdateStatus) DeepCopyInto

func (in *PtrUpdateStatus) DeepCopyInto(out *PtrUpdateStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PublicIPv4Pool

type PublicIPv4Pool struct {
	Description                *string `json:"description,omitempty"`
	NetworkBorderGroup         *string `json:"networkBorderGroup,omitempty"`
	PoolID                     *string `json:"poolID,omitempty"`
	Tags                       []*Tag  `json:"tags,omitempty"`
	TotalAddressCount          *int64  `json:"totalAddressCount,omitempty"`
	TotalAvailableAddressCount *int64  `json:"totalAvailableAddressCount,omitempty"`
}

Describes an IPv4 address pool.

func (*PublicIPv4Pool) DeepCopy

func (in *PublicIPv4Pool) DeepCopy() *PublicIPv4Pool

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIPv4Pool.

func (*PublicIPv4Pool) DeepCopyInto

func (in *PublicIPv4Pool) DeepCopyInto(out *PublicIPv4Pool)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PublicIPv4PoolRange

type PublicIPv4PoolRange struct {
	AddressCount          *int64  `json:"addressCount,omitempty"`
	AvailableAddressCount *int64  `json:"availableAddressCount,omitempty"`
	FirstAddress          *string `json:"firstAddress,omitempty"`
	LastAddress           *string `json:"lastAddress,omitempty"`
}

Describes an address range of an IPv4 address pool.

func (*PublicIPv4PoolRange) DeepCopy

func (in *PublicIPv4PoolRange) DeepCopy() *PublicIPv4PoolRange

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIPv4PoolRange.

func (*PublicIPv4PoolRange) DeepCopyInto

func (in *PublicIPv4PoolRange) DeepCopyInto(out *PublicIPv4PoolRange)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Purchase

type Purchase struct {
	Duration          *int64  `json:"duration,omitempty"`
	HostReservationID *string `json:"hostReservationID,omitempty"`
	HourlyPrice       *string `json:"hourlyPrice,omitempty"`
	InstanceFamily    *string `json:"instanceFamily,omitempty"`
	UpfrontPrice      *string `json:"upfrontPrice,omitempty"`
}

Describes the result of the purchase.

func (*Purchase) DeepCopy

func (in *Purchase) DeepCopy() *Purchase

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Purchase.

func (*Purchase) DeepCopyInto

func (in *Purchase) DeepCopyInto(out *Purchase)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PurchaseRequest

type PurchaseRequest struct {
	InstanceCount *int64  `json:"instanceCount,omitempty"`
	PurchaseToken *string `json:"purchaseToken,omitempty"`
}

Describes a request to purchase Scheduled Instances.

func (*PurchaseRequest) DeepCopy

func (in *PurchaseRequest) DeepCopy() *PurchaseRequest

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PurchaseRequest.

func (*PurchaseRequest) DeepCopyInto

func (in *PurchaseRequest) DeepCopyInto(out *PurchaseRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RIProductDescription

type RIProductDescription string
const (
	RIProductDescription_Linux_UNIX              RIProductDescription = "Linux/UNIX"
	RIProductDescription_Linux_UNIX__Amazon_VPC_ RIProductDescription = "Linux/UNIX (Amazon VPC)"
	RIProductDescription_Windows                 RIProductDescription = "Windows"
	RIProductDescription_Windows__Amazon_VPC_    RIProductDescription = "Windows (Amazon VPC)"
)

type RecurringChargeFrequency

type RecurringChargeFrequency string
const (
	RecurringChargeFrequency_Hourly RecurringChargeFrequency = "Hourly"
)

type Region

type Region struct {
	Endpoint    *string `json:"endpoint,omitempty"`
	OptInStatus *string `json:"optInStatus,omitempty"`
	RegionName  *string `json:"regionName,omitempty"`
}

Describes a Region.

func (*Region) DeepCopy

func (in *Region) DeepCopy() *Region

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Region.

func (*Region) DeepCopyInto

func (in *Region) DeepCopyInto(out *Region)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RegisterInstanceTagAttributeRequest

type RegisterInstanceTagAttributeRequest struct {
	IncludeAllTagsOfInstance *bool `json:"includeAllTagsOfInstance,omitempty"`
}

Information about the tag keys to register for the current Region. You can either specify individual tag keys or register all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

func (*RegisterInstanceTagAttributeRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegisterInstanceTagAttributeRequest.

func (*RegisterInstanceTagAttributeRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RemovePrefixListEntry

type RemovePrefixListEntry struct {
	CIDR *string `json:"cidr,omitempty"`
}

An entry for a prefix list.

func (*RemovePrefixListEntry) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RemovePrefixListEntry.

func (*RemovePrefixListEntry) DeepCopyInto

func (in *RemovePrefixListEntry) DeepCopyInto(out *RemovePrefixListEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReplacementStrategy

type ReplacementStrategy string
const (
	ReplacementStrategy_launch ReplacementStrategy = "launch"
)

type ReportInstanceReasonCodes

type ReportInstanceReasonCodes string
const (
	ReportInstanceReasonCodes_instance_stuck_in_state    ReportInstanceReasonCodes = "instance-stuck-in-state"
	ReportInstanceReasonCodes_unresponsive               ReportInstanceReasonCodes = "unresponsive"
	ReportInstanceReasonCodes_not_accepting_credentials  ReportInstanceReasonCodes = "not-accepting-credentials"
	ReportInstanceReasonCodes_password_not_available     ReportInstanceReasonCodes = "password-not-available"
	ReportInstanceReasonCodes_performance_network        ReportInstanceReasonCodes = "performance-network"
	ReportInstanceReasonCodes_performance_instance_store ReportInstanceReasonCodes = "performance-instance-store"
	ReportInstanceReasonCodes_performance_ebs_volume     ReportInstanceReasonCodes = "performance-ebs-volume"
	ReportInstanceReasonCodes_performance_other          ReportInstanceReasonCodes = "performance-other"
	ReportInstanceReasonCodes_other                      ReportInstanceReasonCodes = "other"
)

type ReportStatusType

type ReportStatusType string
const (
	ReportStatusType_ok       ReportStatusType = "ok"
	ReportStatusType_impaired ReportStatusType = "impaired"
)

type RequestLaunchTemplateData

type RequestLaunchTemplateData struct {
	DisableAPITermination *bool   `json:"disableAPITermination,omitempty"`
	EBSOptimized          *bool   `json:"ebsOptimized,omitempty"`
	UserData              *string `json:"userData,omitempty"`
}

The information to include in the launch template.

func (*RequestLaunchTemplateData) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RequestLaunchTemplateData.

func (*RequestLaunchTemplateData) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RequestSpotLaunchSpecification

type RequestSpotLaunchSpecification struct {
	AddressingType *string `json:"addressingType,omitempty"`
	EBSOptimized   *bool   `json:"ebsOptimized,omitempty"`
	SubnetID       *string `json:"subnetID,omitempty"`
	UserData       *string `json:"userData,omitempty"`
}

Describes the launch specification for an instance.

func (*RequestSpotLaunchSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RequestSpotLaunchSpecification.

func (*RequestSpotLaunchSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservationState

type ReservationState string
const (
	ReservationState_payment_pending ReservationState = "payment-pending"
	ReservationState_payment_failed  ReservationState = "payment-failed"
	ReservationState_active          ReservationState = "active"
	ReservationState_retired         ReservationState = "retired"
)

type ReservationValue

type ReservationValue struct {
	HourlyPrice           *string `json:"hourlyPrice,omitempty"`
	RemainingTotalValue   *string `json:"remainingTotalValue,omitempty"`
	RemainingUpfrontValue *string `json:"remainingUpfrontValue,omitempty"`
}

The cost associated with the Reserved Instance.

func (*ReservationValue) DeepCopy

func (in *ReservationValue) DeepCopy() *ReservationValue

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservationValue.

func (*ReservationValue) DeepCopyInto

func (in *ReservationValue) DeepCopyInto(out *ReservationValue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstanceReservationValue

type ReservedInstanceReservationValue struct {
	ReservedInstanceID *string `json:"reservedInstanceID,omitempty"`
}

The total value of the Convertible Reserved Instance.

func (*ReservedInstanceReservationValue) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstanceReservationValue.

func (*ReservedInstanceReservationValue) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstanceState

type ReservedInstanceState string
const (
	ReservedInstanceState_payment_pending ReservedInstanceState = "payment-pending"
	ReservedInstanceState_active          ReservedInstanceState = "active"
	ReservedInstanceState_payment_failed  ReservedInstanceState = "payment-failed"
	ReservedInstanceState_retired         ReservedInstanceState = "retired"
	ReservedInstanceState_queued          ReservedInstanceState = "queued"
	ReservedInstanceState_queued_deleted  ReservedInstanceState = "queued-deleted"
)

type ReservedInstances

type ReservedInstances struct {
	AvailabilityZone    *string      `json:"availabilityZone,omitempty"`
	Duration            *int64       `json:"duration,omitempty"`
	End                 *metav1.Time `json:"end,omitempty"`
	InstanceCount       *int64       `json:"instanceCount,omitempty"`
	InstanceTenancy     *string      `json:"instanceTenancy,omitempty"`
	ReservedInstancesID *string      `json:"reservedInstancesID,omitempty"`
	Start               *metav1.Time `json:"start,omitempty"`
	Tags                []*Tag       `json:"tags,omitempty"`
}

Describes a Reserved Instance.

func (*ReservedInstances) DeepCopy

func (in *ReservedInstances) DeepCopy() *ReservedInstances

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstances.

func (*ReservedInstances) DeepCopyInto

func (in *ReservedInstances) DeepCopyInto(out *ReservedInstances)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstancesConfiguration

type ReservedInstancesConfiguration struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	InstanceCount    *int64  `json:"instanceCount,omitempty"`
	Platform         *string `json:"platform,omitempty"`
}

Describes the configuration settings for the modified Reserved Instances.

func (*ReservedInstancesConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstancesConfiguration.

func (*ReservedInstancesConfiguration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstancesID

type ReservedInstancesID struct {
	ReservedInstancesID *string `json:"reservedInstancesID,omitempty"`
}

Describes the ID of a Reserved Instance.

func (*ReservedInstancesID) DeepCopy

func (in *ReservedInstancesID) DeepCopy() *ReservedInstancesID

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstancesID.

func (*ReservedInstancesID) DeepCopyInto

func (in *ReservedInstancesID) DeepCopyInto(out *ReservedInstancesID)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstancesListing

type ReservedInstancesListing struct {
	ClientToken                *string      `json:"clientToken,omitempty"`
	CreateDate                 *metav1.Time `json:"createDate,omitempty"`
	ReservedInstancesID        *string      `json:"reservedInstancesID,omitempty"`
	ReservedInstancesListingID *string      `json:"reservedInstancesListingID,omitempty"`
	StatusMessage              *string      `json:"statusMessage,omitempty"`
	Tags                       []*Tag       `json:"tags,omitempty"`
	UpdateDate                 *metav1.Time `json:"updateDate,omitempty"`
}

Describes a Reserved Instance listing.

func (*ReservedInstancesListing) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstancesListing.

func (*ReservedInstancesListing) DeepCopyInto

func (in *ReservedInstancesListing) DeepCopyInto(out *ReservedInstancesListing)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstancesModification

type ReservedInstancesModification struct {
	ClientToken                     *string      `json:"clientToken,omitempty"`
	CreateDate                      *metav1.Time `json:"createDate,omitempty"`
	EffectiveDate                   *metav1.Time `json:"effectiveDate,omitempty"`
	ReservedInstancesModificationID *string      `json:"reservedInstancesModificationID,omitempty"`
	Status                          *string      `json:"status,omitempty"`
	StatusMessage                   *string      `json:"statusMessage,omitempty"`
	UpdateDate                      *metav1.Time `json:"updateDate,omitempty"`
}

Describes a Reserved Instance modification.

func (*ReservedInstancesModification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstancesModification.

func (*ReservedInstancesModification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstancesModificationResult

type ReservedInstancesModificationResult struct {
	ReservedInstancesID *string `json:"reservedInstancesID,omitempty"`
}

Describes the modification request/s.

func (*ReservedInstancesModificationResult) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstancesModificationResult.

func (*ReservedInstancesModificationResult) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReservedInstancesOffering

type ReservedInstancesOffering struct {
	AvailabilityZone            *string `json:"availabilityZone,omitempty"`
	Duration                    *int64  `json:"duration,omitempty"`
	InstanceTenancy             *string `json:"instanceTenancy,omitempty"`
	Marketplace                 *bool   `json:"marketplace,omitempty"`
	ReservedInstancesOfferingID *string `json:"reservedInstancesOfferingID,omitempty"`
}

Describes a Reserved Instance offering.

func (*ReservedInstancesOffering) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReservedInstancesOffering.

func (*ReservedInstancesOffering) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ResetFPGAImageAttributeName

type ResetFPGAImageAttributeName string
const (
	ResetFPGAImageAttributeName_loadPermission ResetFPGAImageAttributeName = "loadPermission"
)

type ResetImageAttributeName

type ResetImageAttributeName string
const (
	ResetImageAttributeName_launchPermission ResetImageAttributeName = "launchPermission"
)

type ResourceType

type ResourceType string
const (
	ResourceType_client_vpn_endpoint                       ResourceType = "client-vpn-endpoint"
	ResourceType_customer_gateway                          ResourceType = "customer-gateway"
	ResourceType_dedicated_host                            ResourceType = "dedicated-host"
	ResourceType_dhcp_options                              ResourceType = "dhcp-options"
	ResourceType_egress_only_internet_gateway              ResourceType = "egress-only-internet-gateway"
	ResourceType_elastic_ip                                ResourceType = "elastic-ip"
	ResourceType_elastic_gpu                               ResourceType = "elastic-gpu"
	ResourceType_export_image_task                         ResourceType = "export-image-task"
	ResourceType_export_instance_task                      ResourceType = "export-instance-task"
	ResourceType_fleet                                     ResourceType = "fleet"
	ResourceType_fpga_image                                ResourceType = "fpga-image"
	ResourceType_host_reservation                          ResourceType = "host-reservation"
	ResourceType_image                                     ResourceType = "image"
	ResourceType_import_image_task                         ResourceType = "import-image-task"
	ResourceType_import_snapshot_task                      ResourceType = "import-snapshot-task"
	ResourceType_instance                                  ResourceType = "instance"
	ResourceType_internet_gateway                          ResourceType = "internet-gateway"
	ResourceType_key_pair                                  ResourceType = "key-pair"
	ResourceType_launch_template                           ResourceType = "launch-template"
	ResourceType_local_gateway_route_table_vpc_association ResourceType = "local-gateway-route-table-vpc-association"
	ResourceType_natgateway                                ResourceType = "natgateway"
	ResourceType_network_acl                               ResourceType = "network-acl"
	ResourceType_network_interface                         ResourceType = "network-interface"
	ResourceType_network_insights_analysis                 ResourceType = "network-insights-analysis"
	ResourceType_network_insights_path                     ResourceType = "network-insights-path"
	ResourceType_placement_group                           ResourceType = "placement-group"
	ResourceType_reserved_instances                        ResourceType = "reserved-instances"
	ResourceType_route_table                               ResourceType = "route-table"
	ResourceType_security_group                            ResourceType = "security-group"
	ResourceType_snapshot                                  ResourceType = "snapshot"
	ResourceType_spot_fleet_request                        ResourceType = "spot-fleet-request"
	ResourceType_spot_instances_request                    ResourceType = "spot-instances-request"
	ResourceType_subnet                                    ResourceType = "subnet"
	ResourceType_traffic_mirror_filter                     ResourceType = "traffic-mirror-filter"
	ResourceType_traffic_mirror_session                    ResourceType = "traffic-mirror-session"
	ResourceType_traffic_mirror_target                     ResourceType = "traffic-mirror-target"
	ResourceType_transit_gateway                           ResourceType = "transit-gateway"
	ResourceType_transit_gateway_attachment                ResourceType = "transit-gateway-attachment"
	ResourceType_transit_gateway_connect_peer              ResourceType = "transit-gateway-connect-peer"
	ResourceType_transit_gateway_multicast_domain          ResourceType = "transit-gateway-multicast-domain"
	ResourceType_transit_gateway_route_table               ResourceType = "transit-gateway-route-table"
	ResourceType_volume                                    ResourceType = "volume"
	ResourceType_vpc                                       ResourceType = "vpc"
	ResourceType_vpc_peering_connection                    ResourceType = "vpc-peering-connection"
	ResourceType_vpn_connection                            ResourceType = "vpn-connection"
	ResourceType_vpn_gateway                               ResourceType = "vpn-gateway"
	ResourceType_vpc_flow_log                              ResourceType = "vpc-flow-log"
)

type ResponseError

type ResponseError struct {
	Message *string `json:"message,omitempty"`
}

Describes the error that's returned when you cannot delete a launch template version.

func (*ResponseError) DeepCopy

func (in *ResponseError) DeepCopy() *ResponseError

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResponseError.

func (*ResponseError) DeepCopyInto

func (in *ResponseError) DeepCopyInto(out *ResponseError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ResponseLaunchTemplateData

type ResponseLaunchTemplateData struct {
	DisableAPITermination *bool     `json:"disableAPITermination,omitempty"`
	EBSOptimized          *bool     `json:"ebsOptimized,omitempty"`
	ImageID               *string   `json:"imageID,omitempty"`
	KernelID              *string   `json:"kernelID,omitempty"`
	KeyName               *string   `json:"keyName,omitempty"`
	RamDiskID             *string   `json:"ramDiskID,omitempty"`
	SecurityGroupIDs      []*string `json:"securityGroupIDs,omitempty"`
	SecurityGroups        []*string `json:"securityGroups,omitempty"`
	UserData              *string   `json:"userData,omitempty"`
}

The information for a launch template.

func (*ResponseLaunchTemplateData) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResponseLaunchTemplateData.

func (*ResponseLaunchTemplateData) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RootDeviceType

type RootDeviceType string
const (
	RootDeviceType_ebs            RootDeviceType = "ebs"
	RootDeviceType_instance_store RootDeviceType = "instance-store"
)

type Route

type Route struct {
	CarrierGatewayID            *string `json:"carrierGatewayID,omitempty"`
	DestinationCIDRBlock        *string `json:"destinationCIDRBlock,omitempty"`
	DestinationIPv6CIDRBlock    *string `json:"destinationIPv6CIDRBlock,omitempty"`
	DestinationPrefixListID     *string `json:"destinationPrefixListID,omitempty"`
	EgressOnlyInternetGatewayID *string `json:"egressOnlyInternetGatewayID,omitempty"`
	GatewayID                   *string `json:"gatewayID,omitempty"`
	InstanceID                  *string `json:"instanceID,omitempty"`
	InstanceOwnerID             *string `json:"instanceOwnerID,omitempty"`
	LocalGatewayID              *string `json:"localGatewayID,omitempty"`
	NATGatewayID                *string `json:"natGatewayID,omitempty"`
	NetworkInterfaceID          *string `json:"networkInterfaceID,omitempty"`
	Origin                      *string `json:"origin,omitempty"`
	State                       *string `json:"state,omitempty"`
	TransitGatewayID            *string `json:"transitGatewayID,omitempty"`
	VPCPeeringConnectionID      *string `json:"vpcPeeringConnectionID,omitempty"`
}

Describes a route in a route table.

func (*Route) DeepCopy

func (in *Route) DeepCopy() *Route

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Route.

func (*Route) DeepCopyInto

func (in *Route) DeepCopyInto(out *Route)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteOrigin

type RouteOrigin string
const (
	RouteOrigin_CreateRouteTable          RouteOrigin = "CreateRouteTable"
	RouteOrigin_CreateRoute               RouteOrigin = "CreateRoute"
	RouteOrigin_EnableVgwRoutePropagation RouteOrigin = "EnableVgwRoutePropagation"
)

type RouteState

type RouteState string
const (
	RouteState_active    RouteState = "active"
	RouteState_blackhole RouteState = "blackhole"
)

type RouteTable

type RouteTable struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RouteTableSpec   `json:"spec,omitempty"`
	Status            RouteTableStatus `json:"status,omitempty"`
}

RouteTable is the Schema for the RouteTables API +kubebuilder:object:root=true +kubebuilder:subresource:status

func (*RouteTable) DeepCopy

func (in *RouteTable) DeepCopy() *RouteTable

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTable.

func (*RouteTable) DeepCopyInto

func (in *RouteTable) DeepCopyInto(out *RouteTable)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RouteTable) DeepCopyObject

func (in *RouteTable) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type RouteTableAssociation

type RouteTableAssociation struct {
	// Describes the state of an association between a route table and a subnet
	// or gateway.
	AssociationState        *RouteTableAssociationState `json:"associationState,omitempty"`
	GatewayID               *string                     `json:"gatewayID,omitempty"`
	Main                    *bool                       `json:"main,omitempty"`
	RouteTableAssociationID *string                     `json:"routeTableAssociationID,omitempty"`
	RouteTableID            *string                     `json:"routeTableID,omitempty"`
	SubnetID                *string                     `json:"subnetID,omitempty"`
}

Describes an association between a route table and a subnet or gateway.

func (*RouteTableAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableAssociation.

func (*RouteTableAssociation) DeepCopyInto

func (in *RouteTableAssociation) DeepCopyInto(out *RouteTableAssociation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableAssociationState

type RouteTableAssociationState struct {
	State         *string `json:"state,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
}

Describes the state of an association between a route table and a subnet or gateway.

func (*RouteTableAssociationState) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableAssociationState.

func (*RouteTableAssociationState) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableAssociationStateCode

type RouteTableAssociationStateCode string
const (
	RouteTableAssociationStateCode_associating    RouteTableAssociationStateCode = "associating"
	RouteTableAssociationStateCode_associated     RouteTableAssociationStateCode = "associated"
	RouteTableAssociationStateCode_disassociating RouteTableAssociationStateCode = "disassociating"
	RouteTableAssociationStateCode_disassociated  RouteTableAssociationStateCode = "disassociated"
	RouteTableAssociationStateCode_failed         RouteTableAssociationStateCode = "failed"
)

type RouteTableList

type RouteTableList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []RouteTable `json:"items"`
}

RouteTableList contains a list of RouteTable +kubebuilder:object:root=true

func (*RouteTableList) DeepCopy

func (in *RouteTableList) DeepCopy() *RouteTableList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableList.

func (*RouteTableList) DeepCopyInto

func (in *RouteTableList) DeepCopyInto(out *RouteTableList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RouteTableList) DeepCopyObject

func (in *RouteTableList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type RouteTableSpec

type RouteTableSpec struct {
	Routes []*CreateRouteInput `json:"routes,omitempty"`
	// The tags to assign to the route table.
	TagSpecifications []*TagSpecification `json:"tagSpecifications,omitempty"`
	// The ID of the VPC.
	// +kubebuilder:validation:Required
	VPCID *string `json:"vpcID"`
}

RouteTableSpec defines the desired state of RouteTable.

Describes a route table.

func (*RouteTableSpec) DeepCopy

func (in *RouteTableSpec) DeepCopy() *RouteTableSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableSpec.

func (*RouteTableSpec) DeepCopyInto

func (in *RouteTableSpec) DeepCopyInto(out *RouteTableSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableStatus

type RouteTableStatus struct {
	// All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
	// that is used to contain resource sync state, account ownership,
	// constructed ARN for the resource
	// +kubebuilder:validation:Optional
	ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"`
	// All CRS managed by ACK have a common `Status.Conditions` member that
	// contains a collection of `ackv1alpha1.Condition` objects that describe
	// the various terminal states of the CR and its backend AWS service API
	// resource
	// +kubebuilder:validation:Optional
	Conditions []*ackv1alpha1.Condition `json:"conditions"`
	// The associations between the route table and one or more subnets or a gateway.
	// +kubebuilder:validation:Optional
	Associations []*RouteTableAssociation `json:"associations,omitempty"`
	// The ID of the AWS account that owns the route table.
	// +kubebuilder:validation:Optional
	OwnerID *string `json:"ownerID,omitempty"`
	// Any virtual private gateway (VGW) propagating routes.
	// +kubebuilder:validation:Optional
	PropagatingVGWs []*PropagatingVGW `json:"propagatingVGWs,omitempty"`
	// The routes in the route table.
	// +kubebuilder:validation:Optional
	RouteStatuses []*Route `json:"routeStatuses,omitempty"`
	// The ID of the route table.
	// +kubebuilder:validation:Optional
	RouteTableID *string `json:"routeTableID,omitempty"`
	// Any tags assigned to the route table.
	// +kubebuilder:validation:Optional
	Tags []*Tag `json:"tags,omitempty"`
}

RouteTableStatus defines the observed state of RouteTable

func (*RouteTableStatus) DeepCopy

func (in *RouteTableStatus) DeepCopy() *RouteTableStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableStatus.

func (*RouteTableStatus) DeepCopyInto

func (in *RouteTableStatus) DeepCopyInto(out *RouteTableStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTable_SDK

type RouteTable_SDK struct {
	Associations    []*RouteTableAssociation `json:"associations,omitempty"`
	OwnerID         *string                  `json:"ownerID,omitempty"`
	PropagatingVGWs []*PropagatingVGW        `json:"propagatingVGWs,omitempty"`
	RouteTableID    *string                  `json:"routeTableID,omitempty"`
	Routes          []*Route                 `json:"routes,omitempty"`
	Tags            []*Tag                   `json:"tags,omitempty"`
	VPCID           *string                  `json:"vpcID,omitempty"`
}

Describes a route table.

func (*RouteTable_SDK) DeepCopy

func (in *RouteTable_SDK) DeepCopy() *RouteTable_SDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTable_SDK.

func (*RouteTable_SDK) DeepCopyInto

func (in *RouteTable_SDK) DeepCopyInto(out *RouteTable_SDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RuleAction

type RuleAction string
const (
	RuleAction_allow RuleAction = "allow"
	RuleAction_deny  RuleAction = "deny"
)

type RunInstancesMonitoringEnabled

type RunInstancesMonitoringEnabled struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Describes the monitoring of an instance.

func (*RunInstancesMonitoringEnabled) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunInstancesMonitoringEnabled.

func (*RunInstancesMonitoringEnabled) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type S3Storage

type S3Storage struct {
	AWSAccessKeyID        *string `json:"awsAccessKeyID,omitempty"`
	Bucket                *string `json:"bucket,omitempty"`
	Prefix                *string `json:"prefix,omitempty"`
	UploadPolicySignature *string `json:"uploadPolicySignature,omitempty"`
}

Describes the storage parameters for S3 and S3 buckets for an instance store-backed AMI.

func (*S3Storage) DeepCopy

func (in *S3Storage) DeepCopy() *S3Storage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new S3Storage.

func (*S3Storage) DeepCopyInto

func (in *S3Storage) DeepCopyInto(out *S3Storage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstance

type ScheduledInstance struct {
	AvailabilityZone            *string      `json:"availabilityZone,omitempty"`
	CreateDate                  *metav1.Time `json:"createDate,omitempty"`
	HourlyPrice                 *string      `json:"hourlyPrice,omitempty"`
	InstanceCount               *int64       `json:"instanceCount,omitempty"`
	InstanceType                *string      `json:"instanceType,omitempty"`
	NetworkPlatform             *string      `json:"networkPlatform,omitempty"`
	NextSlotStartTime           *metav1.Time `json:"nextSlotStartTime,omitempty"`
	Platform                    *string      `json:"platform,omitempty"`
	PreviousSlotEndTime         *metav1.Time `json:"previousSlotEndTime,omitempty"`
	ScheduledInstanceID         *string      `json:"scheduledInstanceID,omitempty"`
	SlotDurationInHours         *int64       `json:"slotDurationInHours,omitempty"`
	TermEndDate                 *metav1.Time `json:"termEndDate,omitempty"`
	TermStartDate               *metav1.Time `json:"termStartDate,omitempty"`
	TotalScheduledInstanceHours *int64       `json:"totalScheduledInstanceHours,omitempty"`
}

Describes a Scheduled Instance.

func (*ScheduledInstance) DeepCopy

func (in *ScheduledInstance) DeepCopy() *ScheduledInstance

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstance.

func (*ScheduledInstance) DeepCopyInto

func (in *ScheduledInstance) DeepCopyInto(out *ScheduledInstance)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstanceAvailability

type ScheduledInstanceAvailability struct {
	AvailabilityZone            *string      `json:"availabilityZone,omitempty"`
	AvailableInstanceCount      *int64       `json:"availableInstanceCount,omitempty"`
	FirstSlotStartTime          *metav1.Time `json:"firstSlotStartTime,omitempty"`
	HourlyPrice                 *string      `json:"hourlyPrice,omitempty"`
	InstanceType                *string      `json:"instanceType,omitempty"`
	MaxTermDurationInDays       *int64       `json:"maxTermDurationInDays,omitempty"`
	MinTermDurationInDays       *int64       `json:"minTermDurationInDays,omitempty"`
	NetworkPlatform             *string      `json:"networkPlatform,omitempty"`
	Platform                    *string      `json:"platform,omitempty"`
	PurchaseToken               *string      `json:"purchaseToken,omitempty"`
	SlotDurationInHours         *int64       `json:"slotDurationInHours,omitempty"`
	TotalScheduledInstanceHours *int64       `json:"totalScheduledInstanceHours,omitempty"`
}

Describes a schedule that is available for your Scheduled Instances.

func (*ScheduledInstanceAvailability) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstanceAvailability.

func (*ScheduledInstanceAvailability) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstanceRecurrence

type ScheduledInstanceRecurrence struct {
	Frequency               *string `json:"frequency,omitempty"`
	Interval                *int64  `json:"interval,omitempty"`
	OccurrenceRelativeToEnd *bool   `json:"occurrenceRelativeToEnd,omitempty"`
	OccurrenceUnit          *string `json:"occurrenceUnit,omitempty"`
}

Describes the recurring schedule for a Scheduled Instance.

func (*ScheduledInstanceRecurrence) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstanceRecurrence.

func (*ScheduledInstanceRecurrence) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstanceRecurrenceRequest

type ScheduledInstanceRecurrenceRequest struct {
	Frequency               *string `json:"frequency,omitempty"`
	Interval                *int64  `json:"interval,omitempty"`
	OccurrenceRelativeToEnd *bool   `json:"occurrenceRelativeToEnd,omitempty"`
	OccurrenceUnit          *string `json:"occurrenceUnit,omitempty"`
}

Describes the recurring schedule for a Scheduled Instance.

func (*ScheduledInstanceRecurrenceRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstanceRecurrenceRequest.

func (*ScheduledInstanceRecurrenceRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesBlockDeviceMapping

type ScheduledInstancesBlockDeviceMapping struct {
	DeviceName  *string `json:"deviceName,omitempty"`
	NoDevice    *string `json:"noDevice,omitempty"`
	VirtualName *string `json:"virtualName,omitempty"`
}

Describes a block device mapping for a Scheduled Instance.

func (*ScheduledInstancesBlockDeviceMapping) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesBlockDeviceMapping.

func (*ScheduledInstancesBlockDeviceMapping) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesEBS

type ScheduledInstancesEBS struct {
	DeleteOnTermination *bool   `json:"deleteOnTermination,omitempty"`
	Encrypted           *bool   `json:"encrypted,omitempty"`
	IOPS                *int64  `json:"iops,omitempty"`
	VolumeSize          *int64  `json:"volumeSize,omitempty"`
	VolumeType          *string `json:"volumeType,omitempty"`
}

Describes an EBS volume for a Scheduled Instance.

func (*ScheduledInstancesEBS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesEBS.

func (*ScheduledInstancesEBS) DeepCopyInto

func (in *ScheduledInstancesEBS) DeepCopyInto(out *ScheduledInstancesEBS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesIAMInstanceProfile

type ScheduledInstancesIAMInstanceProfile struct {
	ARN  *string `json:"arn,omitempty"`
	Name *string `json:"name,omitempty"`
}

Describes an IAM instance profile for a Scheduled Instance.

func (*ScheduledInstancesIAMInstanceProfile) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesIAMInstanceProfile.

func (*ScheduledInstancesIAMInstanceProfile) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesLaunchSpecification

type ScheduledInstancesLaunchSpecification struct {
	EBSOptimized *bool   `json:"ebsOptimized,omitempty"`
	InstanceType *string `json:"instanceType,omitempty"`
	SubnetID     *string `json:"subnetID,omitempty"`
	UserData     *string `json:"userData,omitempty"`
}

Describes the launch specification for a Scheduled Instance.

If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet. You can specify the subnet using either SubnetId or NetworkInterface.

func (*ScheduledInstancesLaunchSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesLaunchSpecification.

func (*ScheduledInstancesLaunchSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesMonitoring

type ScheduledInstancesMonitoring struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Describes whether monitoring is enabled for a Scheduled Instance.

func (*ScheduledInstancesMonitoring) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesMonitoring.

func (*ScheduledInstancesMonitoring) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesNetworkInterface

type ScheduledInstancesNetworkInterface struct {
	AssociatePublicIPAddress       *bool   `json:"associatePublicIPAddress,omitempty"`
	DeleteOnTermination            *bool   `json:"deleteOnTermination,omitempty"`
	Description                    *string `json:"description,omitempty"`
	DeviceIndex                    *int64  `json:"deviceIndex,omitempty"`
	IPv6AddressCount               *int64  `json:"ipv6AddressCount,omitempty"`
	NetworkInterfaceID             *string `json:"networkInterfaceID,omitempty"`
	PrivateIPAddress               *string `json:"privateIPAddress,omitempty"`
	SecondaryPrivateIPAddressCount *int64  `json:"secondaryPrivateIPAddressCount,omitempty"`
	SubnetID                       *string `json:"subnetID,omitempty"`
}

Describes a network interface for a Scheduled Instance.

func (*ScheduledInstancesNetworkInterface) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesNetworkInterface.

func (*ScheduledInstancesNetworkInterface) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesPlacement

type ScheduledInstancesPlacement struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
}

Describes the placement for a Scheduled Instance.

func (*ScheduledInstancesPlacement) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesPlacement.

func (*ScheduledInstancesPlacement) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ScheduledInstancesPrivateIPAddressConfig

type ScheduledInstancesPrivateIPAddressConfig struct {
	Primary          *bool   `json:"primary,omitempty"`
	PrivateIPAddress *string `json:"privateIPAddress,omitempty"`
}

Describes a private IPv4 address for a Scheduled Instance.

func (*ScheduledInstancesPrivateIPAddressConfig) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledInstancesPrivateIPAddressConfig.

func (*ScheduledInstancesPrivateIPAddressConfig) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Scope

type Scope string
const (
	Scope_Availability_Zone Scope = "Availability Zone"
	Scope_Region            Scope = "Region"
)

type SecurityGroup

type SecurityGroup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SecurityGroupSpec   `json:"spec,omitempty"`
	Status            SecurityGroupStatus `json:"status,omitempty"`
}

SecurityGroup is the Schema for the SecurityGroups API +kubebuilder:object:root=true +kubebuilder:subresource:status

func (*SecurityGroup) DeepCopy

func (in *SecurityGroup) DeepCopy() *SecurityGroup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroup.

func (*SecurityGroup) DeepCopyInto

func (in *SecurityGroup) DeepCopyInto(out *SecurityGroup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SecurityGroup) DeepCopyObject

func (in *SecurityGroup) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SecurityGroupIdentifier

type SecurityGroupIdentifier struct {
	GroupID   *string `json:"groupID,omitempty"`
	GroupName *string `json:"groupName,omitempty"`
}

Describes a security group.

func (*SecurityGroupIdentifier) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupIdentifier.

func (*SecurityGroupIdentifier) DeepCopyInto

func (in *SecurityGroupIdentifier) DeepCopyInto(out *SecurityGroupIdentifier)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SecurityGroupList

type SecurityGroupList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SecurityGroup `json:"items"`
}

SecurityGroupList contains a list of SecurityGroup +kubebuilder:object:root=true

func (*SecurityGroupList) DeepCopy

func (in *SecurityGroupList) DeepCopy() *SecurityGroupList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupList.

func (*SecurityGroupList) DeepCopyInto

func (in *SecurityGroupList) DeepCopyInto(out *SecurityGroupList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SecurityGroupList) DeepCopyObject

func (in *SecurityGroupList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SecurityGroupReference

type SecurityGroupReference struct {
	GroupID                *string `json:"groupID,omitempty"`
	ReferencingVPCID       *string `json:"referencingVPCID,omitempty"`
	VPCPeeringConnectionID *string `json:"vpcPeeringConnectionID,omitempty"`
}

Describes a VPC with a security group that references your security group.

func (*SecurityGroupReference) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupReference.

func (*SecurityGroupReference) DeepCopyInto

func (in *SecurityGroupReference) DeepCopyInto(out *SecurityGroupReference)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SecurityGroupSpec

type SecurityGroupSpec 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 ._-:/()#,@[]+=&;{}!$*
	// +kubebuilder:validation:Required
	Description *string `json:"description"`
	// 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 ._-:/()#,@[]+=&;{}!$*
	// +kubebuilder:validation:Required
	Name *string `json:"name"`
	// The tags to assign to the security group.
	TagSpecifications []*TagSpecification `json:"tagSpecifications,omitempty"`
	// [EC2-VPC] The ID of the VPC. Required for EC2-VPC.
	// +kubebuilder:validation:Required
	VPCID *string `json:"vpcID"`
}

SecurityGroupSpec defines the desired state of SecurityGroup.

Describes a security group

func (*SecurityGroupSpec) DeepCopy

func (in *SecurityGroupSpec) DeepCopy() *SecurityGroupSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupSpec.

func (*SecurityGroupSpec) DeepCopyInto

func (in *SecurityGroupSpec) DeepCopyInto(out *SecurityGroupSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SecurityGroupStatus

type SecurityGroupStatus struct {
	// All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
	// that is used to contain resource sync state, account ownership,
	// constructed ARN for the resource
	// +kubebuilder:validation:Optional
	ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"`
	// All CRS managed by ACK have a common `Status.Conditions` member that
	// contains a collection of `ackv1alpha1.Condition` objects that describe
	// the various terminal states of the CR and its backend AWS service API
	// resource
	// +kubebuilder:validation:Optional
	Conditions []*ackv1alpha1.Condition `json:"conditions"`
	// The ID of the security group.
	// +kubebuilder:validation:Optional
	ID *string `json:"id,omitempty"`
	// The tags assigned to the security group.
	// +kubebuilder:validation:Optional
	Tags []*Tag `json:"tags,omitempty"`
}

SecurityGroupStatus defines the observed state of SecurityGroup

func (*SecurityGroupStatus) DeepCopy

func (in *SecurityGroupStatus) DeepCopy() *SecurityGroupStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupStatus.

func (*SecurityGroupStatus) DeepCopyInto

func (in *SecurityGroupStatus) DeepCopyInto(out *SecurityGroupStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SecurityGroup_SDK

type SecurityGroup_SDK struct {
	Description         *string         `json:"description,omitempty"`
	GroupID             *string         `json:"groupID,omitempty"`
	GroupName           *string         `json:"groupName,omitempty"`
	IPPermissions       []*IPPermission `json:"ipPermissions,omitempty"`
	IPPermissionsEgress []*IPPermission `json:"ipPermissionsEgress,omitempty"`
	OwnerID             *string         `json:"ownerID,omitempty"`
	Tags                []*Tag          `json:"tags,omitempty"`
	VPCID               *string         `json:"vpcID,omitempty"`
}

Describes a security group

func (*SecurityGroup_SDK) DeepCopy

func (in *SecurityGroup_SDK) DeepCopy() *SecurityGroup_SDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroup_SDK.

func (*SecurityGroup_SDK) DeepCopyInto

func (in *SecurityGroup_SDK) DeepCopyInto(out *SecurityGroup_SDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SelfServicePortal

type SelfServicePortal string
const (
	SelfServicePortal_enabled  SelfServicePortal = "enabled"
	SelfServicePortal_disabled SelfServicePortal = "disabled"
)

type ServiceConfiguration

type ServiceConfiguration struct {
	AcceptanceRequired      *bool     `json:"acceptanceRequired,omitempty"`
	AvailabilityZones       []*string `json:"availabilityZones,omitempty"`
	BaseEndpointDNSNames    []*string `json:"baseEndpointDNSNames,omitempty"`
	GatewayLoadBalancerARNs []*string `json:"gatewayLoadBalancerARNs,omitempty"`
	ManagesVPCEndpoints     *bool     `json:"managesVPCEndpoints,omitempty"`
	NetworkLoadBalancerARNs []*string `json:"networkLoadBalancerARNs,omitempty"`
	PrivateDNSName          *string   `json:"privateDNSName,omitempty"`
	ServiceID               *string   `json:"serviceID,omitempty"`
	ServiceName             *string   `json:"serviceName,omitempty"`
	Tags                    []*Tag    `json:"tags,omitempty"`
}

Describes a service configuration for a VPC endpoint service.

func (*ServiceConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceConfiguration.

func (*ServiceConfiguration) DeepCopyInto

func (in *ServiceConfiguration) DeepCopyInto(out *ServiceConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServiceDetail

type ServiceDetail struct {
	AcceptanceRequired         *bool     `json:"acceptanceRequired,omitempty"`
	AvailabilityZones          []*string `json:"availabilityZones,omitempty"`
	BaseEndpointDNSNames       []*string `json:"baseEndpointDNSNames,omitempty"`
	ManagesVPCEndpoints        *bool     `json:"managesVPCEndpoints,omitempty"`
	Owner                      *string   `json:"owner,omitempty"`
	PrivateDNSName             *string   `json:"privateDNSName,omitempty"`
	ServiceID                  *string   `json:"serviceID,omitempty"`
	ServiceName                *string   `json:"serviceName,omitempty"`
	Tags                       []*Tag    `json:"tags,omitempty"`
	VPCEndpointPolicySupported *bool     `json:"vpcEndpointPolicySupported,omitempty"`
}

Describes a VPC endpoint service.

func (*ServiceDetail) DeepCopy

func (in *ServiceDetail) DeepCopy() *ServiceDetail

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDetail.

func (*ServiceDetail) DeepCopyInto

func (in *ServiceDetail) DeepCopyInto(out *ServiceDetail)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServiceState

type ServiceState string
const (
	ServiceState_Pending   ServiceState = "Pending"
	ServiceState_Available ServiceState = "Available"
	ServiceState_Deleting  ServiceState = "Deleting"
	ServiceState_Deleted   ServiceState = "Deleted"
	ServiceState_Failed    ServiceState = "Failed"
)

type ServiceType

type ServiceType string
const (
	ServiceType_Interface           ServiceType = "Interface"
	ServiceType_Gateway             ServiceType = "Gateway"
	ServiceType_GatewayLoadBalancer ServiceType = "GatewayLoadBalancer"
)

type ShutdownBehavior

type ShutdownBehavior string
const (
	ShutdownBehavior_stop      ShutdownBehavior = "stop"
	ShutdownBehavior_terminate ShutdownBehavior = "terminate"
)

type SlotDateTimeRangeRequest

type SlotDateTimeRangeRequest struct {
	EarliestTime *metav1.Time `json:"earliestTime,omitempty"`
	LatestTime   *metav1.Time `json:"latestTime,omitempty"`
}

Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.

func (*SlotDateTimeRangeRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlotDateTimeRangeRequest.

func (*SlotDateTimeRangeRequest) DeepCopyInto

func (in *SlotDateTimeRangeRequest) DeepCopyInto(out *SlotDateTimeRangeRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SlotStartTimeRangeRequest

type SlotStartTimeRangeRequest struct {
	EarliestTime *metav1.Time `json:"earliestTime,omitempty"`
	LatestTime   *metav1.Time `json:"latestTime,omitempty"`
}

Describes the time period for a Scheduled Instance to start its first schedule.

func (*SlotStartTimeRangeRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlotStartTimeRangeRequest.

func (*SlotStartTimeRangeRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SnapshotAttributeName

type SnapshotAttributeName string
const (
	SnapshotAttributeName_productCodes           SnapshotAttributeName = "productCodes"
	SnapshotAttributeName_createVolumePermission SnapshotAttributeName = "createVolumePermission"
)

type SnapshotDetail

type SnapshotDetail struct {
	Description   *string `json:"description,omitempty"`
	DeviceName    *string `json:"deviceName,omitempty"`
	Format        *string `json:"format,omitempty"`
	Progress      *string `json:"progress,omitempty"`
	SnapshotID    *string `json:"snapshotID,omitempty"`
	Status        *string `json:"status,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
	URL           *string `json:"url,omitempty"`
}

Describes the snapshot created from the imported disk.

func (*SnapshotDetail) DeepCopy

func (in *SnapshotDetail) DeepCopy() *SnapshotDetail

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnapshotDetail.

func (*SnapshotDetail) DeepCopyInto

func (in *SnapshotDetail) DeepCopyInto(out *SnapshotDetail)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SnapshotDiskContainer

type SnapshotDiskContainer struct {
	Description *string `json:"description,omitempty"`
	Format      *string `json:"format,omitempty"`
	URL         *string `json:"url,omitempty"`
}

The disk container object for the import snapshot request.

func (*SnapshotDiskContainer) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnapshotDiskContainer.

func (*SnapshotDiskContainer) DeepCopyInto

func (in *SnapshotDiskContainer) DeepCopyInto(out *SnapshotDiskContainer)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SnapshotInfo

type SnapshotInfo struct {
	Description *string      `json:"description,omitempty"`
	Encrypted   *bool        `json:"encrypted,omitempty"`
	OutpostARN  *string      `json:"outpostARN,omitempty"`
	OwnerID     *string      `json:"ownerID,omitempty"`
	Progress    *string      `json:"progress,omitempty"`
	SnapshotID  *string      `json:"snapshotID,omitempty"`
	StartTime   *metav1.Time `json:"startTime,omitempty"`
	Tags        []*Tag       `json:"tags,omitempty"`
	VolumeID    *string      `json:"volumeID,omitempty"`
	VolumeSize  *int64       `json:"volumeSize,omitempty"`
}

Information about a snapshot.

func (*SnapshotInfo) DeepCopy

func (in *SnapshotInfo) DeepCopy() *SnapshotInfo

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnapshotInfo.

func (*SnapshotInfo) DeepCopyInto

func (in *SnapshotInfo) DeepCopyInto(out *SnapshotInfo)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SnapshotState

type SnapshotState string
const (
	SnapshotState_pending   SnapshotState = "pending"
	SnapshotState_completed SnapshotState = "completed"
	SnapshotState_error     SnapshotState = "error"
)

type SnapshotTaskDetail

type SnapshotTaskDetail struct {
	Description   *string `json:"description,omitempty"`
	Encrypted     *bool   `json:"encrypted,omitempty"`
	Format        *string `json:"format,omitempty"`
	KMSKeyID      *string `json:"kmsKeyID,omitempty"`
	Progress      *string `json:"progress,omitempty"`
	SnapshotID    *string `json:"snapshotID,omitempty"`
	Status        *string `json:"status,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
	URL           *string `json:"url,omitempty"`
}

Details about the import snapshot task.

func (*SnapshotTaskDetail) DeepCopy

func (in *SnapshotTaskDetail) DeepCopy() *SnapshotTaskDetail

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnapshotTaskDetail.

func (*SnapshotTaskDetail) DeepCopyInto

func (in *SnapshotTaskDetail) DeepCopyInto(out *SnapshotTaskDetail)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotAllocationStrategy

type SpotAllocationStrategy string
const (
	SpotAllocationStrategy_lowest_price       SpotAllocationStrategy = "lowest-price"
	SpotAllocationStrategy_diversified        SpotAllocationStrategy = "diversified"
	SpotAllocationStrategy_capacity_optimized SpotAllocationStrategy = "capacity-optimized"
)

type SpotDatafeedSubscription

type SpotDatafeedSubscription struct {
	Bucket  *string `json:"bucket,omitempty"`
	OwnerID *string `json:"ownerID,omitempty"`
	Prefix  *string `json:"prefix,omitempty"`
}

Describes the data feed for a Spot Instance.

func (*SpotDatafeedSubscription) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotDatafeedSubscription.

func (*SpotDatafeedSubscription) DeepCopyInto

func (in *SpotDatafeedSubscription) DeepCopyInto(out *SpotDatafeedSubscription)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotFleetLaunchSpecification

type SpotFleetLaunchSpecification struct {
	AddressingType *string `json:"addressingType,omitempty"`
	EBSOptimized   *bool   `json:"ebsOptimized,omitempty"`
	ImageID        *string `json:"imageID,omitempty"`
	KernelID       *string `json:"kernelID,omitempty"`
	KeyName        *string `json:"keyName,omitempty"`
	RamdiskID      *string `json:"ramdiskID,omitempty"`
	SpotPrice      *string `json:"spotPrice,omitempty"`
	SubnetID       *string `json:"subnetID,omitempty"`
	UserData       *string `json:"userData,omitempty"`
}

Describes the launch specification for one or more Spot Instances. If you include On-Demand capacity in your fleet request or want to specify an EFA network device, you can't use SpotFleetLaunchSpecification; you must use LaunchTemplateConfig (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateConfig.html).

func (*SpotFleetLaunchSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotFleetLaunchSpecification.

func (*SpotFleetLaunchSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotFleetMonitoring

type SpotFleetMonitoring struct {
	Enabled *bool `json:"enabled,omitempty"`
}

Describes whether monitoring is enabled.

func (*SpotFleetMonitoring) DeepCopy

func (in *SpotFleetMonitoring) DeepCopy() *SpotFleetMonitoring

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotFleetMonitoring.

func (*SpotFleetMonitoring) DeepCopyInto

func (in *SpotFleetMonitoring) DeepCopyInto(out *SpotFleetMonitoring)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotFleetRequestConfig

type SpotFleetRequestConfig struct {
	CreateTime         *metav1.Time `json:"createTime,omitempty"`
	SpotFleetRequestID *string      `json:"spotFleetRequestID,omitempty"`
	Tags               []*Tag       `json:"tags,omitempty"`
}

Describes a Spot Fleet request.

func (*SpotFleetRequestConfig) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotFleetRequestConfig.

func (*SpotFleetRequestConfig) DeepCopyInto

func (in *SpotFleetRequestConfig) DeepCopyInto(out *SpotFleetRequestConfig)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotFleetRequestConfigData

type SpotFleetRequestConfigData struct {
	ClientToken                      *string             `json:"clientToken,omitempty"`
	IAMFleetRole                     *string             `json:"iamFleetRole,omitempty"`
	InstancePoolsToUseCount          *int64              `json:"instancePoolsToUseCount,omitempty"`
	OnDemandMaxTotalPrice            *string             `json:"onDemandMaxTotalPrice,omitempty"`
	OnDemandTargetCapacity           *int64              `json:"onDemandTargetCapacity,omitempty"`
	ReplaceUnhealthyInstances        *bool               `json:"replaceUnhealthyInstances,omitempty"`
	SpotMaxTotalPrice                *string             `json:"spotMaxTotalPrice,omitempty"`
	SpotPrice                        *string             `json:"spotPrice,omitempty"`
	TagSpecifications                []*TagSpecification `json:"tagSpecifications,omitempty"`
	TargetCapacity                   *int64              `json:"targetCapacity,omitempty"`
	TerminateInstancesWithExpiration *bool               `json:"terminateInstancesWithExpiration,omitempty"`
	ValidFrom                        *metav1.Time        `json:"validFrom,omitempty"`
	ValidUntil                       *metav1.Time        `json:"validUntil,omitempty"`
}

Describes the configuration of a Spot Fleet request.

func (*SpotFleetRequestConfigData) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotFleetRequestConfigData.

func (*SpotFleetRequestConfigData) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotFleetTagSpecification

type SpotFleetTagSpecification struct {
	ResourceType *string `json:"resourceType,omitempty"`
	Tags         []*Tag  `json:"tags,omitempty"`
}

The tags for a Spot Fleet resource.

func (*SpotFleetTagSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotFleetTagSpecification.

func (*SpotFleetTagSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotInstanceInterruptionBehavior

type SpotInstanceInterruptionBehavior string
const (
	SpotInstanceInterruptionBehavior_hibernate SpotInstanceInterruptionBehavior = "hibernate"
	SpotInstanceInterruptionBehavior_stop      SpotInstanceInterruptionBehavior = "stop"
	SpotInstanceInterruptionBehavior_terminate SpotInstanceInterruptionBehavior = "terminate"
)

type SpotInstanceRequest

type SpotInstanceRequest struct {
	ActualBlockHourlyPrice   *string      `json:"actualBlockHourlyPrice,omitempty"`
	AvailabilityZoneGroup    *string      `json:"availabilityZoneGroup,omitempty"`
	BlockDurationMinutes     *int64       `json:"blockDurationMinutes,omitempty"`
	CreateTime               *metav1.Time `json:"createTime,omitempty"`
	InstanceID               *string      `json:"instanceID,omitempty"`
	LaunchGroup              *string      `json:"launchGroup,omitempty"`
	LaunchedAvailabilityZone *string      `json:"launchedAvailabilityZone,omitempty"`
	SpotInstanceRequestID    *string      `json:"spotInstanceRequestID,omitempty"`
	SpotPrice                *string      `json:"spotPrice,omitempty"`
	Tags                     []*Tag       `json:"tags,omitempty"`
	ValidFrom                *metav1.Time `json:"validFrom,omitempty"`
	ValidUntil               *metav1.Time `json:"validUntil,omitempty"`
}

Describes a Spot Instance request.

func (*SpotInstanceRequest) DeepCopy

func (in *SpotInstanceRequest) DeepCopy() *SpotInstanceRequest

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotInstanceRequest.

func (*SpotInstanceRequest) DeepCopyInto

func (in *SpotInstanceRequest) DeepCopyInto(out *SpotInstanceRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotInstanceState

type SpotInstanceState string
const (
	SpotInstanceState_open      SpotInstanceState = "open"
	SpotInstanceState_active    SpotInstanceState = "active"
	SpotInstanceState_closed    SpotInstanceState = "closed"
	SpotInstanceState_cancelled SpotInstanceState = "cancelled"
	SpotInstanceState_failed    SpotInstanceState = "failed"
)

type SpotInstanceStateFault

type SpotInstanceStateFault struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

Describes a Spot Instance state change.

func (*SpotInstanceStateFault) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotInstanceStateFault.

func (*SpotInstanceStateFault) DeepCopyInto

func (in *SpotInstanceStateFault) DeepCopyInto(out *SpotInstanceStateFault)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotInstanceStatus

type SpotInstanceStatus struct {
	Code       *string      `json:"code,omitempty"`
	Message    *string      `json:"message,omitempty"`
	UpdateTime *metav1.Time `json:"updateTime,omitempty"`
}

Describes the status of a Spot Instance request.

func (*SpotInstanceStatus) DeepCopy

func (in *SpotInstanceStatus) DeepCopy() *SpotInstanceStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotInstanceStatus.

func (*SpotInstanceStatus) DeepCopyInto

func (in *SpotInstanceStatus) DeepCopyInto(out *SpotInstanceStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotInstanceType

type SpotInstanceType string
const (
	SpotInstanceType_one_time   SpotInstanceType = "one-time"
	SpotInstanceType_persistent SpotInstanceType = "persistent"
)

type SpotMarketOptions

type SpotMarketOptions struct {
	BlockDurationMinutes *int64       `json:"blockDurationMinutes,omitempty"`
	MaxPrice             *string      `json:"maxPrice,omitempty"`
	ValidUntil           *metav1.Time `json:"validUntil,omitempty"`
}

The options for Spot Instances.

func (*SpotMarketOptions) DeepCopy

func (in *SpotMarketOptions) DeepCopy() *SpotMarketOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotMarketOptions.

func (*SpotMarketOptions) DeepCopyInto

func (in *SpotMarketOptions) DeepCopyInto(out *SpotMarketOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotOptions

type SpotOptions struct {
	InstancePoolsToUseCount *int64  `json:"instancePoolsToUseCount,omitempty"`
	MaxTotalPrice           *string `json:"maxTotalPrice,omitempty"`
	MinTargetCapacity       *int64  `json:"minTargetCapacity,omitempty"`
	SingleAvailabilityZone  *bool   `json:"singleAvailabilityZone,omitempty"`
	SingleInstanceType      *bool   `json:"singleInstanceType,omitempty"`
}

Describes the configuration of Spot Instances in an EC2 Fleet.

func (*SpotOptions) DeepCopy

func (in *SpotOptions) DeepCopy() *SpotOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotOptions.

func (*SpotOptions) DeepCopyInto

func (in *SpotOptions) DeepCopyInto(out *SpotOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotOptionsRequest

type SpotOptionsRequest struct {
	InstancePoolsToUseCount *int64  `json:"instancePoolsToUseCount,omitempty"`
	MaxTotalPrice           *string `json:"maxTotalPrice,omitempty"`
	MinTargetCapacity       *int64  `json:"minTargetCapacity,omitempty"`
	SingleAvailabilityZone  *bool   `json:"singleAvailabilityZone,omitempty"`
	SingleInstanceType      *bool   `json:"singleInstanceType,omitempty"`
}

Describes the configuration of Spot Instances in an EC2 Fleet request.

func (*SpotOptionsRequest) DeepCopy

func (in *SpotOptionsRequest) DeepCopy() *SpotOptionsRequest

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotOptionsRequest.

func (*SpotOptionsRequest) DeepCopyInto

func (in *SpotOptionsRequest) DeepCopyInto(out *SpotOptionsRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotPlacement

type SpotPlacement struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	GroupName        *string `json:"groupName,omitempty"`
	Tenancy          *string `json:"tenancy,omitempty"`
}

Describes Spot Instance placement.

func (*SpotPlacement) DeepCopy

func (in *SpotPlacement) DeepCopy() *SpotPlacement

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotPlacement.

func (*SpotPlacement) DeepCopyInto

func (in *SpotPlacement) DeepCopyInto(out *SpotPlacement)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SpotPrice

type SpotPrice struct {
	AvailabilityZone *string      `json:"availabilityZone,omitempty"`
	SpotPrice        *string      `json:"spotPrice,omitempty"`
	Timestamp        *metav1.Time `json:"timestamp,omitempty"`
}

Describes the maximum price per hour that you are willing to pay for a Spot Instance.

func (*SpotPrice) DeepCopy

func (in *SpotPrice) DeepCopy() *SpotPrice

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotPrice.

func (*SpotPrice) DeepCopyInto

func (in *SpotPrice) DeepCopyInto(out *SpotPrice)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StaleIPPermission

type StaleIPPermission struct {
	FromPort   *int64  `json:"fromPort,omitempty"`
	IPProtocol *string `json:"ipProtocol,omitempty"`
	ToPort     *int64  `json:"toPort,omitempty"`
}

Describes a stale rule in a security group.

func (*StaleIPPermission) DeepCopy

func (in *StaleIPPermission) DeepCopy() *StaleIPPermission

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StaleIPPermission.

func (*StaleIPPermission) DeepCopyInto

func (in *StaleIPPermission) DeepCopyInto(out *StaleIPPermission)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StaleSecurityGroup

type StaleSecurityGroup struct {
	Description *string `json:"description,omitempty"`
	GroupID     *string `json:"groupID,omitempty"`
	GroupName   *string `json:"groupName,omitempty"`
	VPCID       *string `json:"vpcID,omitempty"`
}

Describes a stale security group (a security group that contains stale rules).

func (*StaleSecurityGroup) DeepCopy

func (in *StaleSecurityGroup) DeepCopy() *StaleSecurityGroup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StaleSecurityGroup.

func (*StaleSecurityGroup) DeepCopyInto

func (in *StaleSecurityGroup) DeepCopyInto(out *StaleSecurityGroup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type State

type State string
const (
	State_PendingAcceptance State = "PendingAcceptance"
	State_Pending           State = "Pending"
	State_Available         State = "Available"
	State_Deleting          State = "Deleting"
	State_Deleted           State = "Deleted"
	State_Rejected          State = "Rejected"
	State_Failed            State = "Failed"
	State_Expired           State = "Expired"
)

type StateReason

type StateReason struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

Describes a state change.

func (*StateReason) DeepCopy

func (in *StateReason) DeepCopy() *StateReason

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StateReason.

func (*StateReason) DeepCopyInto

func (in *StateReason) DeepCopyInto(out *StateReason)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StaticSourcesSupportValue

type StaticSourcesSupportValue string
const (
	StaticSourcesSupportValue_enable  StaticSourcesSupportValue = "enable"
	StaticSourcesSupportValue_disable StaticSourcesSupportValue = "disable"
)

type Status

type Status string
const (
	Status_MoveInProgress Status = "MoveInProgress"
	Status_InVpc          Status = "InVpc"
	Status_InClassic      Status = "InClassic"
)

type StatusName

type StatusName string
const (
	StatusName_reachability StatusName = "reachability"
)

type StatusType

type StatusType string
const (
	StatusType_passed            StatusType = "passed"
	StatusType_failed            StatusType = "failed"
	StatusType_insufficient_data StatusType = "insufficient-data"
	StatusType_initializing      StatusType = "initializing"
)

type StorageLocation

type StorageLocation struct {
	Bucket *string `json:"bucket,omitempty"`
	Key    *string `json:"key,omitempty"`
}

Describes a storage location in Amazon S3.

func (*StorageLocation) DeepCopy

func (in *StorageLocation) DeepCopy() *StorageLocation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageLocation.

func (*StorageLocation) DeepCopyInto

func (in *StorageLocation) DeepCopyInto(out *StorageLocation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Subnet

type Subnet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SubnetSpec   `json:"spec,omitempty"`
	Status            SubnetStatus `json:"status,omitempty"`
}

Subnet is the Schema for the Subnets API +kubebuilder:object:root=true +kubebuilder:subresource:status

func (*Subnet) DeepCopy

func (in *Subnet) DeepCopy() *Subnet

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Subnet.

func (*Subnet) DeepCopyInto

func (in *Subnet) DeepCopyInto(out *Subnet)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Subnet) DeepCopyObject

func (in *Subnet) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SubnetAssociation

type SubnetAssociation struct {
	SubnetID *string `json:"subnetID,omitempty"`
}

Describes the subnet association with the transit gateway multicast domain.

func (*SubnetAssociation) DeepCopy

func (in *SubnetAssociation) DeepCopy() *SubnetAssociation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetAssociation.

func (*SubnetAssociation) DeepCopyInto

func (in *SubnetAssociation) DeepCopyInto(out *SubnetAssociation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SubnetCIDRBlockState

type SubnetCIDRBlockState struct {
	State         *string `json:"state,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
}

Describes the state of a CIDR block.

func (*SubnetCIDRBlockState) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetCIDRBlockState.

func (*SubnetCIDRBlockState) DeepCopyInto

func (in *SubnetCIDRBlockState) DeepCopyInto(out *SubnetCIDRBlockState)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SubnetCIDRBlockStateCode

type SubnetCIDRBlockStateCode string
const (
	SubnetCIDRBlockStateCode_associating    SubnetCIDRBlockStateCode = "associating"
	SubnetCIDRBlockStateCode_associated     SubnetCIDRBlockStateCode = "associated"
	SubnetCIDRBlockStateCode_disassociating SubnetCIDRBlockStateCode = "disassociating"
	SubnetCIDRBlockStateCode_disassociated  SubnetCIDRBlockStateCode = "disassociated"
	SubnetCIDRBlockStateCode_failing        SubnetCIDRBlockStateCode = "failing"
	SubnetCIDRBlockStateCode_failed         SubnetCIDRBlockStateCode = "failed"
)

type SubnetIPv6CIDRBlockAssociation

type SubnetIPv6CIDRBlockAssociation struct {
	AssociationID *string `json:"associationID,omitempty"`
	IPv6CIDRBlock *string `json:"ipv6CIDRBlock,omitempty"`
	// Describes the state of a CIDR block.
	IPv6CIDRBlockState *SubnetCIDRBlockState `json:"ipv6CIDRBlockState,omitempty"`
}

Describes an IPv6 CIDR block associated with a subnet.

func (*SubnetIPv6CIDRBlockAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetIPv6CIDRBlockAssociation.

func (*SubnetIPv6CIDRBlockAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SubnetList

type SubnetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Subnet `json:"items"`
}

SubnetList contains a list of Subnet +kubebuilder:object:root=true

func (*SubnetList) DeepCopy

func (in *SubnetList) DeepCopy() *SubnetList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetList.

func (*SubnetList) DeepCopyInto

func (in *SubnetList) DeepCopyInto(out *SubnetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SubnetList) DeepCopyObject

func (in *SubnetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SubnetSpec

type SubnetSpec struct {
	// The Availability Zone or Local Zone for the subnet.
	//
	// Default: AWS selects one for you. If you create more than one subnet in your
	// VPC, we do not necessarily select a different zone for each subnet.
	//
	// To create a subnet in a Local Zone, set this value to the Local Zone ID,
	// for example us-west-2-lax-1a. For information about the Regions that support
	// Local Zones, see Available Regions (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions)
	// in the Amazon Elastic Compute Cloud User Guide.
	//
	// To create a subnet in an Outpost, set this value to the Availability Zone
	// for the Outpost and specify the Outpost ARN.
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	// The AZ ID or the Local Zone ID of the subnet.
	AvailabilityZoneID *string `json:"availabilityZoneID,omitempty"`
	// The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24.
	// We modify the specified CIDR block to its canonical form; for example, if
	// you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
	// +kubebuilder:validation:Required
	CIDRBlock *string `json:"cidrBlock"`
	// The IPv6 network range for the subnet, in CIDR notation. The subnet size
	// must use a /64 prefix length.
	IPv6CIDRBlock *string `json:"ipv6CIDRBlock,omitempty"`
	// The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost
	// ARN, you must also specify the Availability Zone of the Outpost subnet.
	OutpostARN *string `json:"outpostARN,omitempty"`
	// The tags to assign to the subnet.
	TagSpecifications []*TagSpecification `json:"tagSpecifications,omitempty"`
	// The ID of the VPC.
	// +kubebuilder:validation:Required
	VPCID *string `json:"vpcID"`
}

SubnetSpec defines the desired state of Subnet.

Describes a subnet.

func (*SubnetSpec) DeepCopy

func (in *SubnetSpec) DeepCopy() *SubnetSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetSpec.

func (*SubnetSpec) DeepCopyInto

func (in *SubnetSpec) DeepCopyInto(out *SubnetSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SubnetState

type SubnetState string
const (
	SubnetState_pending   SubnetState = "pending"
	SubnetState_available SubnetState = "available"
)

type SubnetStatus

type SubnetStatus struct {
	// All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
	// that is used to contain resource sync state, account ownership,
	// constructed ARN for the resource
	// +kubebuilder:validation:Optional
	ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"`
	// All CRS managed by ACK have a common `Status.Conditions` member that
	// contains a collection of `ackv1alpha1.Condition` objects that describe
	// the various terminal states of the CR and its backend AWS service API
	// resource
	// +kubebuilder:validation:Optional
	Conditions []*ackv1alpha1.Condition `json:"conditions"`
	// Indicates whether a network interface created in this subnet (including a
	// network interface created by RunInstances) receives an IPv6 address.
	// +kubebuilder:validation:Optional
	AssignIPv6AddressOnCreation *bool `json:"assignIPv6AddressOnCreation,omitempty"`
	// The number of unused private IPv4 addresses in the subnet. The IPv4 addresses
	// for any stopped instances are considered unavailable.
	// +kubebuilder:validation:Optional
	AvailableIPAddressCount *int64 `json:"availableIPAddressCount,omitempty"`
	// The customer-owned IPv4 address pool associated with the subnet.
	// +kubebuilder:validation:Optional
	CustomerOwnedIPv4Pool *string `json:"customerOwnedIPv4Pool,omitempty"`
	// Indicates whether this is the default subnet for the Availability Zone.
	// +kubebuilder:validation:Optional
	DefaultForAZ *bool `json:"defaultForAZ,omitempty"`
	// Information about the IPv6 CIDR blocks associated with the subnet.
	// +kubebuilder:validation:Optional
	IPv6CIDRBlockAssociationSet []*SubnetIPv6CIDRBlockAssociation `json:"ipv6CIDRBlockAssociationSet,omitempty"`
	// Indicates whether a network interface created in this subnet (including a
	// network interface created by RunInstances) receives a customer-owned IPv4
	// address.
	// +kubebuilder:validation:Optional
	MapCustomerOwnedIPOnLaunch *bool `json:"mapCustomerOwnedIPOnLaunch,omitempty"`
	// Indicates whether instances launched in this subnet receive a public IPv4
	// address.
	// +kubebuilder:validation:Optional
	MapPublicIPOnLaunch *bool `json:"mapPublicIPOnLaunch,omitempty"`
	// The ID of the AWS account that owns the subnet.
	// +kubebuilder:validation:Optional
	OwnerID *string `json:"ownerID,omitempty"`
	// The current state of the subnet.
	// +kubebuilder:validation:Optional
	State *string `json:"state,omitempty"`
	// The ID of the subnet.
	// +kubebuilder:validation:Optional
	SubnetID *string `json:"subnetID,omitempty"`
	// Any tags assigned to the subnet.
	// +kubebuilder:validation:Optional
	Tags []*Tag `json:"tags,omitempty"`
}

SubnetStatus defines the observed state of Subnet

func (*SubnetStatus) DeepCopy

func (in *SubnetStatus) DeepCopy() *SubnetStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetStatus.

func (*SubnetStatus) DeepCopyInto

func (in *SubnetStatus) DeepCopyInto(out *SubnetStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Subnet_SDK

type Subnet_SDK struct {
	AssignIPv6AddressOnCreation *bool                             `json:"assignIPv6AddressOnCreation,omitempty"`
	AvailabilityZone            *string                           `json:"availabilityZone,omitempty"`
	AvailabilityZoneID          *string                           `json:"availabilityZoneID,omitempty"`
	AvailableIPAddressCount     *int64                            `json:"availableIPAddressCount,omitempty"`
	CIDRBlock                   *string                           `json:"cidrBlock,omitempty"`
	CustomerOwnedIPv4Pool       *string                           `json:"customerOwnedIPv4Pool,omitempty"`
	DefaultForAZ                *bool                             `json:"defaultForAZ,omitempty"`
	IPv6CIDRBlockAssociationSet []*SubnetIPv6CIDRBlockAssociation `json:"ipv6CIDRBlockAssociationSet,omitempty"`
	MapCustomerOwnedIPOnLaunch  *bool                             `json:"mapCustomerOwnedIPOnLaunch,omitempty"`
	MapPublicIPOnLaunch         *bool                             `json:"mapPublicIPOnLaunch,omitempty"`
	OutpostARN                  *string                           `json:"outpostARN,omitempty"`
	OwnerID                     *string                           `json:"ownerID,omitempty"`
	State                       *string                           `json:"state,omitempty"`
	SubnetARN                   *string                           `json:"subnetARN,omitempty"`
	SubnetID                    *string                           `json:"subnetID,omitempty"`
	Tags                        []*Tag                            `json:"tags,omitempty"`
	VPCID                       *string                           `json:"vpcID,omitempty"`
}

Describes a subnet.

func (*Subnet_SDK) DeepCopy

func (in *Subnet_SDK) DeepCopy() *Subnet_SDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Subnet_SDK.

func (*Subnet_SDK) DeepCopyInto

func (in *Subnet_SDK) DeepCopyInto(out *Subnet_SDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SuccessfulInstanceCreditSpecificationItem

type SuccessfulInstanceCreditSpecificationItem struct {
	InstanceID *string `json:"instanceID,omitempty"`
}

Describes the burstable performance instance whose credit option for CPU usage was successfully modified.

func (*SuccessfulInstanceCreditSpecificationItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SuccessfulInstanceCreditSpecificationItem.

func (*SuccessfulInstanceCreditSpecificationItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SuccessfulQueuedPurchaseDeletion

type SuccessfulQueuedPurchaseDeletion struct {
	ReservedInstancesID *string `json:"reservedInstancesID,omitempty"`
}

Describes a Reserved Instance whose queued purchase was successfully deleted.

func (*SuccessfulQueuedPurchaseDeletion) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SuccessfulQueuedPurchaseDeletion.

func (*SuccessfulQueuedPurchaseDeletion) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SummaryStatus

type SummaryStatus string
const (
	SummaryStatus_ok                SummaryStatus = "ok"
	SummaryStatus_impaired          SummaryStatus = "impaired"
	SummaryStatus_insufficient_data SummaryStatus = "insufficient-data"
	SummaryStatus_not_applicable    SummaryStatus = "not-applicable"
	SummaryStatus_initializing      SummaryStatus = "initializing"
)

type Tag

type Tag struct {
	Key   *string `json:"key,omitempty"`
	Value *string `json:"value,omitempty"`
}

Describes a tag.

func (*Tag) DeepCopy

func (in *Tag) DeepCopy() *Tag

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tag.

func (*Tag) DeepCopyInto

func (in *Tag) DeepCopyInto(out *Tag)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TagDescription

type TagDescription struct {
	Key          *string `json:"key,omitempty"`
	ResourceID   *string `json:"resourceID,omitempty"`
	ResourceType *string `json:"resourceType,omitempty"`
	Value        *string `json:"value,omitempty"`
}

Describes a tag.

func (*TagDescription) DeepCopy

func (in *TagDescription) DeepCopy() *TagDescription

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagDescription.

func (*TagDescription) DeepCopyInto

func (in *TagDescription) DeepCopyInto(out *TagDescription)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TagSpecification

type TagSpecification struct {
	ResourceType *string `json:"resourceType,omitempty"`
	Tags         []*Tag  `json:"tags,omitempty"`
}

The tags to apply to a resource when the resource is being created.

func (*TagSpecification) DeepCopy

func (in *TagSpecification) DeepCopy() *TagSpecification

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagSpecification.

func (*TagSpecification) DeepCopyInto

func (in *TagSpecification) DeepCopyInto(out *TagSpecification)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TargetCapacitySpecification

type TargetCapacitySpecification struct {
	OnDemandTargetCapacity *int64 `json:"onDemandTargetCapacity,omitempty"`
	SpotTargetCapacity     *int64 `json:"spotTargetCapacity,omitempty"`
	TotalTargetCapacity    *int64 `json:"totalTargetCapacity,omitempty"`
}

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

You can use the On-Demand Instance MaxTotalPrice parameter, the Spot Instance MaxTotalPrice, or both to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The MaxTotalPrice parameters are located in OnDemandOptions (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_OnDemandOptions.html) and SpotOptions (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotOptions).

func (*TargetCapacitySpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetCapacitySpecification.

func (*TargetCapacitySpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TargetCapacitySpecificationRequest

type TargetCapacitySpecificationRequest struct {
	OnDemandTargetCapacity *int64 `json:"onDemandTargetCapacity,omitempty"`
	SpotTargetCapacity     *int64 `json:"spotTargetCapacity,omitempty"`
	TotalTargetCapacity    *int64 `json:"totalTargetCapacity,omitempty"`
}

The number of units to request. You can choose to set the target capacity as the number of instances. Or you can set the target capacity to a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

You can use the On-Demand Instance MaxTotalPrice parameter, the Spot Instance MaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The MaxTotalPrice parameters are located in OnDemandOptionsRequest (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_OnDemandOptionsRequest) and SpotOptionsRequest (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotOptionsRequest).

func (*TargetCapacitySpecificationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetCapacitySpecificationRequest.

func (*TargetCapacitySpecificationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TargetConfiguration

type TargetConfiguration struct {
	InstanceCount *int64  `json:"instanceCount,omitempty"`
	OfferingID    *string `json:"offeringID,omitempty"`
}

Information about the Convertible Reserved Instance offering.

func (*TargetConfiguration) DeepCopy

func (in *TargetConfiguration) DeepCopy() *TargetConfiguration

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetConfiguration.

func (*TargetConfiguration) DeepCopyInto

func (in *TargetConfiguration) DeepCopyInto(out *TargetConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TargetConfigurationRequest

type TargetConfigurationRequest struct {
	InstanceCount *int64 `json:"instanceCount,omitempty"`
}

Details about the target configuration.

func (*TargetConfigurationRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetConfigurationRequest.

func (*TargetConfigurationRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TargetGroup

type TargetGroup struct {
	ARN *string `json:"arn,omitempty"`
}

Describes a load balancer target group.

func (*TargetGroup) DeepCopy

func (in *TargetGroup) DeepCopy() *TargetGroup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetGroup.

func (*TargetGroup) DeepCopyInto

func (in *TargetGroup) DeepCopyInto(out *TargetGroup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TargetNetwork

type TargetNetwork struct {
	AssociationID       *string   `json:"associationID,omitempty"`
	ClientVPNEndpointID *string   `json:"clientVPNEndpointID,omitempty"`
	SecurityGroups      []*string `json:"securityGroups,omitempty"`
	TargetNetworkID     *string   `json:"targetNetworkID,omitempty"`
	VPCID               *string   `json:"vpcID,omitempty"`
}

Describes a target network associated with a Client VPN endpoint.

func (*TargetNetwork) DeepCopy

func (in *TargetNetwork) DeepCopy() *TargetNetwork

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetNetwork.

func (*TargetNetwork) DeepCopyInto

func (in *TargetNetwork) DeepCopyInto(out *TargetNetwork)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TelemetryStatus

type TelemetryStatus string
const (
	TelemetryStatus_UP   TelemetryStatus = "UP"
	TelemetryStatus_DOWN TelemetryStatus = "DOWN"
)

type Tenancy

type Tenancy string
const (
	Tenancy_default   Tenancy = "default"
	Tenancy_dedicated Tenancy = "dedicated"
	Tenancy_host      Tenancy = "host"
)

type TerminateConnectionStatus

type TerminateConnectionStatus struct {
	ConnectionID *string `json:"connectionID,omitempty"`
}

Information about a terminated Client VPN endpoint client connection.

func (*TerminateConnectionStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TerminateConnectionStatus.

func (*TerminateConnectionStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrafficDirection

type TrafficDirection string
const (
	TrafficDirection_ingress TrafficDirection = "ingress"
	TrafficDirection_egress  TrafficDirection = "egress"
)

type TrafficMirrorFilter

type TrafficMirrorFilter struct {
	Description           *string `json:"description,omitempty"`
	Tags                  []*Tag  `json:"tags,omitempty"`
	TrafficMirrorFilterID *string `json:"trafficMirrorFilterID,omitempty"`
}

Describes the Traffic Mirror filter.

func (*TrafficMirrorFilter) DeepCopy

func (in *TrafficMirrorFilter) DeepCopy() *TrafficMirrorFilter

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrafficMirrorFilter.

func (*TrafficMirrorFilter) DeepCopyInto

func (in *TrafficMirrorFilter) DeepCopyInto(out *TrafficMirrorFilter)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrafficMirrorFilterRule

type TrafficMirrorFilterRule struct {
	Description               *string `json:"description,omitempty"`
	DestinationCIDRBlock      *string `json:"destinationCIDRBlock,omitempty"`
	Protocol                  *int64  `json:"protocol,omitempty"`
	RuleNumber                *int64  `json:"ruleNumber,omitempty"`
	SourceCIDRBlock           *string `json:"sourceCIDRBlock,omitempty"`
	TrafficMirrorFilterID     *string `json:"trafficMirrorFilterID,omitempty"`
	TrafficMirrorFilterRuleID *string `json:"trafficMirrorFilterRuleID,omitempty"`
}

Describes the Traffic Mirror rule.

func (*TrafficMirrorFilterRule) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrafficMirrorFilterRule.

func (*TrafficMirrorFilterRule) DeepCopyInto

func (in *TrafficMirrorFilterRule) DeepCopyInto(out *TrafficMirrorFilterRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrafficMirrorFilterRuleField

type TrafficMirrorFilterRuleField string
const (
	TrafficMirrorFilterRuleField_destination_port_range TrafficMirrorFilterRuleField = "destination-port-range"
	TrafficMirrorFilterRuleField_source_port_range      TrafficMirrorFilterRuleField = "source-port-range"
	TrafficMirrorFilterRuleField_protocol               TrafficMirrorFilterRuleField = "protocol"
	TrafficMirrorFilterRuleField_description            TrafficMirrorFilterRuleField = "description"
)

type TrafficMirrorNetworkService

type TrafficMirrorNetworkService string
const (
	TrafficMirrorNetworkService_amazon_dns TrafficMirrorNetworkService = "amazon-dns"
)

type TrafficMirrorPortRange

type TrafficMirrorPortRange struct {
	FromPort *int64 `json:"fromPort,omitempty"`
	ToPort   *int64 `json:"toPort,omitempty"`
}

Describes the Traffic Mirror port range.

func (*TrafficMirrorPortRange) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrafficMirrorPortRange.

func (*TrafficMirrorPortRange) DeepCopyInto

func (in *TrafficMirrorPortRange) DeepCopyInto(out *TrafficMirrorPortRange)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrafficMirrorPortRangeRequest

type TrafficMirrorPortRangeRequest struct {
	FromPort *int64 `json:"fromPort,omitempty"`
	ToPort   *int64 `json:"toPort,omitempty"`
}

Information about the Traffic Mirror filter rule port range.

func (*TrafficMirrorPortRangeRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrafficMirrorPortRangeRequest.

func (*TrafficMirrorPortRangeRequest) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrafficMirrorRuleAction

type TrafficMirrorRuleAction string
const (
	TrafficMirrorRuleAction_accept TrafficMirrorRuleAction = "accept"
	TrafficMirrorRuleAction_reject TrafficMirrorRuleAction = "reject"
)

type TrafficMirrorSession

type TrafficMirrorSession struct {
	Description            *string `json:"description,omitempty"`
	NetworkInterfaceID     *string `json:"networkInterfaceID,omitempty"`
	OwnerID                *string `json:"ownerID,omitempty"`
	PacketLength           *int64  `json:"packetLength,omitempty"`
	SessionNumber          *int64  `json:"sessionNumber,omitempty"`
	Tags                   []*Tag  `json:"tags,omitempty"`
	TrafficMirrorFilterID  *string `json:"trafficMirrorFilterID,omitempty"`
	TrafficMirrorSessionID *string `json:"trafficMirrorSessionID,omitempty"`
	TrafficMirrorTargetID  *string `json:"trafficMirrorTargetID,omitempty"`
	VirtualNetworkID       *int64  `json:"virtualNetworkID,omitempty"`
}

Describes a Traffic Mirror session.

func (*TrafficMirrorSession) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrafficMirrorSession.

func (*TrafficMirrorSession) DeepCopyInto

func (in *TrafficMirrorSession) DeepCopyInto(out *TrafficMirrorSession)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrafficMirrorSessionField

type TrafficMirrorSessionField string
const (
	TrafficMirrorSessionField_packet_length      TrafficMirrorSessionField = "packet-length"
	TrafficMirrorSessionField_description        TrafficMirrorSessionField = "description"
	TrafficMirrorSessionField_virtual_network_id TrafficMirrorSessionField = "virtual-network-id"
)

type TrafficMirrorTarget

type TrafficMirrorTarget struct {
	Description            *string `json:"description,omitempty"`
	NetworkInterfaceID     *string `json:"networkInterfaceID,omitempty"`
	NetworkLoadBalancerARN *string `json:"networkLoadBalancerARN,omitempty"`
	OwnerID                *string `json:"ownerID,omitempty"`
	Tags                   []*Tag  `json:"tags,omitempty"`
	TrafficMirrorTargetID  *string `json:"trafficMirrorTargetID,omitempty"`
}

Describes a Traffic Mirror target.

func (*TrafficMirrorTarget) DeepCopy

func (in *TrafficMirrorTarget) DeepCopy() *TrafficMirrorTarget

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrafficMirrorTarget.

func (*TrafficMirrorTarget) DeepCopyInto

func (in *TrafficMirrorTarget) DeepCopyInto(out *TrafficMirrorTarget)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TrafficMirrorTargetType

type TrafficMirrorTargetType string
const (
	TrafficMirrorTargetType_network_interface     TrafficMirrorTargetType = "network-interface"
	TrafficMirrorTargetType_network_load_balancer TrafficMirrorTargetType = "network-load-balancer"
)

type TrafficType

type TrafficType string
const (
	TrafficType_ACCEPT TrafficType = "ACCEPT"
	TrafficType_REJECT TrafficType = "REJECT"
	TrafficType_ALL    TrafficType = "ALL"
)

type TransitGateway

type TransitGateway struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TransitGatewaySpec   `json:"spec,omitempty"`
	Status            TransitGatewayStatus `json:"status,omitempty"`
}

TransitGateway is the Schema for the TransitGateways API +kubebuilder:object:root=true +kubebuilder:subresource:status

func (*TransitGateway) DeepCopy

func (in *TransitGateway) DeepCopy() *TransitGateway

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGateway.

func (*TransitGateway) DeepCopyInto

func (in *TransitGateway) DeepCopyInto(out *TransitGateway)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*TransitGateway) DeepCopyObject

func (in *TransitGateway) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type TransitGatewayAssociation

type TransitGatewayAssociation struct {
	ResourceID *string `json:"resourceID,omitempty"`
}

Describes an association between a resource attachment and a transit gateway route table.

func (*TransitGatewayAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayAssociation.

func (*TransitGatewayAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayAssociationState

type TransitGatewayAssociationState string
const (
	TransitGatewayAssociationState_associating    TransitGatewayAssociationState = "associating"
	TransitGatewayAssociationState_associated     TransitGatewayAssociationState = "associated"
	TransitGatewayAssociationState_disassociating TransitGatewayAssociationState = "disassociating"
	TransitGatewayAssociationState_disassociated  TransitGatewayAssociationState = "disassociated"
)

type TransitGatewayAttachment

type TransitGatewayAttachment struct {
	CreationTime               *metav1.Time `json:"creationTime,omitempty"`
	ResourceID                 *string      `json:"resourceID,omitempty"`
	ResourceOwnerID            *string      `json:"resourceOwnerID,omitempty"`
	Tags                       []*Tag       `json:"tags,omitempty"`
	TransitGatewayAttachmentID *string      `json:"transitGatewayAttachmentID,omitempty"`
	TransitGatewayID           *string      `json:"transitGatewayID,omitempty"`
	TransitGatewayOwnerID      *string      `json:"transitGatewayOwnerID,omitempty"`
}

Describes an attachment between a resource and a transit gateway.

func (*TransitGatewayAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayAttachment.

func (*TransitGatewayAttachment) DeepCopyInto

func (in *TransitGatewayAttachment) DeepCopyInto(out *TransitGatewayAttachment)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayAttachmentAssociation

type TransitGatewayAttachmentAssociation struct {
	TransitGatewayRouteTableID *string `json:"transitGatewayRouteTableID,omitempty"`
}

Describes an association.

func (*TransitGatewayAttachmentAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayAttachmentAssociation.

func (*TransitGatewayAttachmentAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayAttachmentBGPConfiguration

type TransitGatewayAttachmentBGPConfiguration struct {
	PeerAddress           *string `json:"peerAddress,omitempty"`
	PeerASN               *int64  `json:"peerASN,omitempty"`
	TransitGatewayAddress *string `json:"transitGatewayAddress,omitempty"`
	TransitGatewayASN     *int64  `json:"transitGatewayASN,omitempty"`
}

The BGP configuration information.

func (*TransitGatewayAttachmentBGPConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayAttachmentBGPConfiguration.

func (*TransitGatewayAttachmentBGPConfiguration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayAttachmentPropagation

type TransitGatewayAttachmentPropagation struct {
	TransitGatewayRouteTableID *string `json:"transitGatewayRouteTableID,omitempty"`
}

Describes a propagation route table.

func (*TransitGatewayAttachmentPropagation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayAttachmentPropagation.

func (*TransitGatewayAttachmentPropagation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayAttachmentResourceType

type TransitGatewayAttachmentResourceType string
const (
	TransitGatewayAttachmentResourceType_vpc                    TransitGatewayAttachmentResourceType = "vpc"
	TransitGatewayAttachmentResourceType_vpn                    TransitGatewayAttachmentResourceType = "vpn"
	TransitGatewayAttachmentResourceType_direct_connect_gateway TransitGatewayAttachmentResourceType = "direct-connect-gateway"
	TransitGatewayAttachmentResourceType_connect                TransitGatewayAttachmentResourceType = "connect"
	TransitGatewayAttachmentResourceType_peering                TransitGatewayAttachmentResourceType = "peering"
	TransitGatewayAttachmentResourceType_tgw_peering            TransitGatewayAttachmentResourceType = "tgw-peering"
)

type TransitGatewayAttachmentState

type TransitGatewayAttachmentState string
const (
	TransitGatewayAttachmentState_initiating        TransitGatewayAttachmentState = "initiating"
	TransitGatewayAttachmentState_initiatingRequest TransitGatewayAttachmentState = "initiatingRequest"
	TransitGatewayAttachmentState_pendingAcceptance TransitGatewayAttachmentState = "pendingAcceptance"
	TransitGatewayAttachmentState_rollingBack       TransitGatewayAttachmentState = "rollingBack"
	TransitGatewayAttachmentState_pending           TransitGatewayAttachmentState = "pending"
	TransitGatewayAttachmentState_available         TransitGatewayAttachmentState = "available"
	TransitGatewayAttachmentState_modifying         TransitGatewayAttachmentState = "modifying"
	TransitGatewayAttachmentState_deleting          TransitGatewayAttachmentState = "deleting"
	TransitGatewayAttachmentState_deleted           TransitGatewayAttachmentState = "deleted"
	TransitGatewayAttachmentState_failed            TransitGatewayAttachmentState = "failed"
	TransitGatewayAttachmentState_rejected          TransitGatewayAttachmentState = "rejected"
	TransitGatewayAttachmentState_rejecting         TransitGatewayAttachmentState = "rejecting"
	TransitGatewayAttachmentState_failing           TransitGatewayAttachmentState = "failing"
)

type TransitGatewayConnect

type TransitGatewayConnect struct {
	CreationTime     *metav1.Time `json:"creationTime,omitempty"`
	Tags             []*Tag       `json:"tags,omitempty"`
	TransitGatewayID *string      `json:"transitGatewayID,omitempty"`
}

Describes a transit gateway Connect attachment.

func (*TransitGatewayConnect) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayConnect.

func (*TransitGatewayConnect) DeepCopyInto

func (in *TransitGatewayConnect) DeepCopyInto(out *TransitGatewayConnect)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayConnectPeer

type TransitGatewayConnectPeer struct {
	CreationTime *metav1.Time `json:"creationTime,omitempty"`
	Tags         []*Tag       `json:"tags,omitempty"`
}

Describes a transit gateway Connect peer.

func (*TransitGatewayConnectPeer) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayConnectPeer.

func (*TransitGatewayConnectPeer) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayConnectPeerConfiguration

type TransitGatewayConnectPeerConfiguration struct {
	PeerAddress           *string `json:"peerAddress,omitempty"`
	TransitGatewayAddress *string `json:"transitGatewayAddress,omitempty"`
}

Describes the Connect peer details.

func (*TransitGatewayConnectPeerConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayConnectPeerConfiguration.

func (*TransitGatewayConnectPeerConfiguration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayConnectPeerState

type TransitGatewayConnectPeerState string
const (
	TransitGatewayConnectPeerState_pending   TransitGatewayConnectPeerState = "pending"
	TransitGatewayConnectPeerState_available TransitGatewayConnectPeerState = "available"
	TransitGatewayConnectPeerState_deleting  TransitGatewayConnectPeerState = "deleting"
	TransitGatewayConnectPeerState_deleted   TransitGatewayConnectPeerState = "deleted"
)

type TransitGatewayConnectRequestBGPOptions

type TransitGatewayConnectRequestBGPOptions struct {
	PeerASN *int64 `json:"peerASN,omitempty"`
}

The BGP options for the Connect attachment.

func (*TransitGatewayConnectRequestBGPOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayConnectRequestBGPOptions.

func (*TransitGatewayConnectRequestBGPOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayList

type TransitGatewayList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []TransitGateway `json:"items"`
}

TransitGatewayList contains a list of TransitGateway +kubebuilder:object:root=true

func (*TransitGatewayList) DeepCopy

func (in *TransitGatewayList) DeepCopy() *TransitGatewayList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayList.

func (*TransitGatewayList) DeepCopyInto

func (in *TransitGatewayList) DeepCopyInto(out *TransitGatewayList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*TransitGatewayList) DeepCopyObject

func (in *TransitGatewayList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type TransitGatewayMulitcastDomainAssociationState

type TransitGatewayMulitcastDomainAssociationState string
const (
	TransitGatewayMulitcastDomainAssociationState_pendingAcceptance TransitGatewayMulitcastDomainAssociationState = "pendingAcceptance"
	TransitGatewayMulitcastDomainAssociationState_associating       TransitGatewayMulitcastDomainAssociationState = "associating"
	TransitGatewayMulitcastDomainAssociationState_associated        TransitGatewayMulitcastDomainAssociationState = "associated"
	TransitGatewayMulitcastDomainAssociationState_disassociating    TransitGatewayMulitcastDomainAssociationState = "disassociating"
	TransitGatewayMulitcastDomainAssociationState_disassociated     TransitGatewayMulitcastDomainAssociationState = "disassociated"
	TransitGatewayMulitcastDomainAssociationState_rejected          TransitGatewayMulitcastDomainAssociationState = "rejected"
	TransitGatewayMulitcastDomainAssociationState_failed            TransitGatewayMulitcastDomainAssociationState = "failed"
)

type TransitGatewayMulticastDeregisteredGroupMembers

type TransitGatewayMulticastDeregisteredGroupMembers struct {
	DeregisteredNetworkInterfaceIDs []*string `json:"deregisteredNetworkInterfaceIDs,omitempty"`
	GroupIPAddress                  *string   `json:"groupIPAddress,omitempty"`
	TransitGatewayMulticastDomainID *string   `json:"transitGatewayMulticastDomainID,omitempty"`
}

Describes the deregistered transit gateway multicast group members.

func (*TransitGatewayMulticastDeregisteredGroupMembers) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastDeregisteredGroupMembers.

func (*TransitGatewayMulticastDeregisteredGroupMembers) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayMulticastDeregisteredGroupSources

type TransitGatewayMulticastDeregisteredGroupSources struct {
	DeregisteredNetworkInterfaceIDs []*string `json:"deregisteredNetworkInterfaceIDs,omitempty"`
	GroupIPAddress                  *string   `json:"groupIPAddress,omitempty"`
	TransitGatewayMulticastDomainID *string   `json:"transitGatewayMulticastDomainID,omitempty"`
}

Describes the deregistered transit gateway multicast group sources.

func (*TransitGatewayMulticastDeregisteredGroupSources) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastDeregisteredGroupSources.

func (*TransitGatewayMulticastDeregisteredGroupSources) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayMulticastDomain

type TransitGatewayMulticastDomain struct {
	CreationTime                     *metav1.Time `json:"creationTime,omitempty"`
	OwnerID                          *string      `json:"ownerID,omitempty"`
	Tags                             []*Tag       `json:"tags,omitempty"`
	TransitGatewayID                 *string      `json:"transitGatewayID,omitempty"`
	TransitGatewayMulticastDomainARN *string      `json:"transitGatewayMulticastDomainARN,omitempty"`
	TransitGatewayMulticastDomainID  *string      `json:"transitGatewayMulticastDomainID,omitempty"`
}

Describes the transit gateway multicast domain.

func (*TransitGatewayMulticastDomain) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastDomain.

func (*TransitGatewayMulticastDomain) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayMulticastDomainAssociation

type TransitGatewayMulticastDomainAssociation struct {
	ResourceID                 *string `json:"resourceID,omitempty"`
	ResourceOwnerID            *string `json:"resourceOwnerID,omitempty"`
	TransitGatewayAttachmentID *string `json:"transitGatewayAttachmentID,omitempty"`
}

Describes the resources associated with the transit gateway multicast domain.

func (*TransitGatewayMulticastDomainAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastDomainAssociation.

func (*TransitGatewayMulticastDomainAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayMulticastDomainAssociations

type TransitGatewayMulticastDomainAssociations struct {
	ResourceID                      *string `json:"resourceID,omitempty"`
	ResourceOwnerID                 *string `json:"resourceOwnerID,omitempty"`
	TransitGatewayAttachmentID      *string `json:"transitGatewayAttachmentID,omitempty"`
	TransitGatewayMulticastDomainID *string `json:"transitGatewayMulticastDomainID,omitempty"`
}

Describes the multicast domain associations.

func (*TransitGatewayMulticastDomainAssociations) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastDomainAssociations.

func (*TransitGatewayMulticastDomainAssociations) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayMulticastDomainState

type TransitGatewayMulticastDomainState string
const (
	TransitGatewayMulticastDomainState_pending   TransitGatewayMulticastDomainState = "pending"
	TransitGatewayMulticastDomainState_available TransitGatewayMulticastDomainState = "available"
	TransitGatewayMulticastDomainState_deleting  TransitGatewayMulticastDomainState = "deleting"
	TransitGatewayMulticastDomainState_deleted   TransitGatewayMulticastDomainState = "deleted"
)

type TransitGatewayMulticastGroup

type TransitGatewayMulticastGroup struct {
	GroupIPAddress             *string `json:"groupIPAddress,omitempty"`
	GroupMember                *bool   `json:"groupMember,omitempty"`
	GroupSource                *bool   `json:"groupSource,omitempty"`
	NetworkInterfaceID         *string `json:"networkInterfaceID,omitempty"`
	ResourceID                 *string `json:"resourceID,omitempty"`
	ResourceOwnerID            *string `json:"resourceOwnerID,omitempty"`
	SubnetID                   *string `json:"subnetID,omitempty"`
	TransitGatewayAttachmentID *string `json:"transitGatewayAttachmentID,omitempty"`
}

Describes the transit gateway multicast group resources.

func (*TransitGatewayMulticastGroup) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastGroup.

func (*TransitGatewayMulticastGroup) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayMulticastRegisteredGroupMembers

type TransitGatewayMulticastRegisteredGroupMembers struct {
	GroupIPAddress                  *string   `json:"groupIPAddress,omitempty"`
	RegisteredNetworkInterfaceIDs   []*string `json:"registeredNetworkInterfaceIDs,omitempty"`
	TransitGatewayMulticastDomainID *string   `json:"transitGatewayMulticastDomainID,omitempty"`
}

Describes the registered transit gateway multicast group members.

func (*TransitGatewayMulticastRegisteredGroupMembers) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastRegisteredGroupMembers.

func (*TransitGatewayMulticastRegisteredGroupMembers) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayMulticastRegisteredGroupSources

type TransitGatewayMulticastRegisteredGroupSources struct {
	GroupIPAddress                  *string   `json:"groupIPAddress,omitempty"`
	RegisteredNetworkInterfaceIDs   []*string `json:"registeredNetworkInterfaceIDs,omitempty"`
	TransitGatewayMulticastDomainID *string   `json:"transitGatewayMulticastDomainID,omitempty"`
}

Describes the members registered with the transit gateway multicast group.

func (*TransitGatewayMulticastRegisteredGroupSources) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayMulticastRegisteredGroupSources.

func (*TransitGatewayMulticastRegisteredGroupSources) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayOptions

type TransitGatewayOptions struct {
	AmazonSideASN                  *int64    `json:"amazonSideASN,omitempty"`
	AssociationDefaultRouteTableID *string   `json:"associationDefaultRouteTableID,omitempty"`
	AutoAcceptSharedAttachments    *string   `json:"autoAcceptSharedAttachments,omitempty"`
	DefaultRouteTableAssociation   *string   `json:"defaultRouteTableAssociation,omitempty"`
	DefaultRouteTablePropagation   *string   `json:"defaultRouteTablePropagation,omitempty"`
	DNSSupport                     *string   `json:"dnsSupport,omitempty"`
	MulticastSupport               *string   `json:"multicastSupport,omitempty"`
	PropagationDefaultRouteTableID *string   `json:"propagationDefaultRouteTableID,omitempty"`
	TransitGatewayCIDRBlocks       []*string `json:"transitGatewayCIDRBlocks,omitempty"`
	VPNECMPSupport                 *string   `json:"vpnECMPSupport,omitempty"`
}

Describes the options for a transit gateway.

func (*TransitGatewayOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayOptions.

func (*TransitGatewayOptions) DeepCopyInto

func (in *TransitGatewayOptions) DeepCopyInto(out *TransitGatewayOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayPeeringAttachment

type TransitGatewayPeeringAttachment struct {
	CreationTime               *metav1.Time `json:"creationTime,omitempty"`
	Tags                       []*Tag       `json:"tags,omitempty"`
	TransitGatewayAttachmentID *string      `json:"transitGatewayAttachmentID,omitempty"`
}

Describes the transit gateway peering attachment.

func (*TransitGatewayPeeringAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayPeeringAttachment.

func (*TransitGatewayPeeringAttachment) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayPrefixListAttachment

type TransitGatewayPrefixListAttachment struct {
	ResourceID *string `json:"resourceID,omitempty"`
}

Describes a transit gateway prefix list attachment.

func (*TransitGatewayPrefixListAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayPrefixListAttachment.

func (*TransitGatewayPrefixListAttachment) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayPrefixListReference

type TransitGatewayPrefixListReference struct {
	Blackhole         *bool   `json:"blackhole,omitempty"`
	PrefixListID      *string `json:"prefixListID,omitempty"`
	PrefixListOwnerID *string `json:"prefixListOwnerID,omitempty"`
}

Describes a prefix list reference.

func (*TransitGatewayPrefixListReference) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayPrefixListReference.

func (*TransitGatewayPrefixListReference) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayPrefixListReferenceState

type TransitGatewayPrefixListReferenceState string
const (
	TransitGatewayPrefixListReferenceState_pending   TransitGatewayPrefixListReferenceState = "pending"
	TransitGatewayPrefixListReferenceState_available TransitGatewayPrefixListReferenceState = "available"
	TransitGatewayPrefixListReferenceState_modifying TransitGatewayPrefixListReferenceState = "modifying"
	TransitGatewayPrefixListReferenceState_deleting  TransitGatewayPrefixListReferenceState = "deleting"
)

type TransitGatewayPropagation

type TransitGatewayPropagation struct {
	ResourceID                 *string `json:"resourceID,omitempty"`
	TransitGatewayRouteTableID *string `json:"transitGatewayRouteTableID,omitempty"`
}

Describes route propagation.

func (*TransitGatewayPropagation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayPropagation.

func (*TransitGatewayPropagation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayPropagationState

type TransitGatewayPropagationState string
const (
	TransitGatewayPropagationState_enabling  TransitGatewayPropagationState = "enabling"
	TransitGatewayPropagationState_enabled   TransitGatewayPropagationState = "enabled"
	TransitGatewayPropagationState_disabling TransitGatewayPropagationState = "disabling"
	TransitGatewayPropagationState_disabled  TransitGatewayPropagationState = "disabled"
)

type TransitGatewayRequestOptions

type TransitGatewayRequestOptions struct {
	AmazonSideASN                *int64    `json:"amazonSideASN,omitempty"`
	AutoAcceptSharedAttachments  *string   `json:"autoAcceptSharedAttachments,omitempty"`
	DefaultRouteTableAssociation *string   `json:"defaultRouteTableAssociation,omitempty"`
	DefaultRouteTablePropagation *string   `json:"defaultRouteTablePropagation,omitempty"`
	DNSSupport                   *string   `json:"dnsSupport,omitempty"`
	MulticastSupport             *string   `json:"multicastSupport,omitempty"`
	TransitGatewayCIDRBlocks     []*string `json:"transitGatewayCIDRBlocks,omitempty"`
	VPNECMPSupport               *string   `json:"vpnECMPSupport,omitempty"`
}

Describes the options for a transit gateway.

func (*TransitGatewayRequestOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayRequestOptions.

func (*TransitGatewayRequestOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayRoute

type TransitGatewayRoute struct {
	DestinationCIDRBlock *string `json:"destinationCIDRBlock,omitempty"`
	PrefixListID         *string `json:"prefixListID,omitempty"`
}

Describes a route for a transit gateway route table.

func (*TransitGatewayRoute) DeepCopy

func (in *TransitGatewayRoute) DeepCopy() *TransitGatewayRoute

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayRoute.

func (*TransitGatewayRoute) DeepCopyInto

func (in *TransitGatewayRoute) DeepCopyInto(out *TransitGatewayRoute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayRouteAttachment

type TransitGatewayRouteAttachment struct {
	ResourceID                 *string `json:"resourceID,omitempty"`
	TransitGatewayAttachmentID *string `json:"transitGatewayAttachmentID,omitempty"`
}

Describes a route attachment.

func (*TransitGatewayRouteAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayRouteAttachment.

func (*TransitGatewayRouteAttachment) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayRouteState

type TransitGatewayRouteState string
const (
	TransitGatewayRouteState_pending   TransitGatewayRouteState = "pending"
	TransitGatewayRouteState_active    TransitGatewayRouteState = "active"
	TransitGatewayRouteState_blackhole TransitGatewayRouteState = "blackhole"
	TransitGatewayRouteState_deleting  TransitGatewayRouteState = "deleting"
	TransitGatewayRouteState_deleted   TransitGatewayRouteState = "deleted"
)

type TransitGatewayRouteTable

type TransitGatewayRouteTable struct {
	CreationTime                 *metav1.Time `json:"creationTime,omitempty"`
	DefaultAssociationRouteTable *bool        `json:"defaultAssociationRouteTable,omitempty"`
	DefaultPropagationRouteTable *bool        `json:"defaultPropagationRouteTable,omitempty"`
	Tags                         []*Tag       `json:"tags,omitempty"`
	TransitGatewayID             *string      `json:"transitGatewayID,omitempty"`
	TransitGatewayRouteTableID   *string      `json:"transitGatewayRouteTableID,omitempty"`
}

Describes a transit gateway route table.

func (*TransitGatewayRouteTable) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayRouteTable.

func (*TransitGatewayRouteTable) DeepCopyInto

func (in *TransitGatewayRouteTable) DeepCopyInto(out *TransitGatewayRouteTable)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayRouteTableAssociation

type TransitGatewayRouteTableAssociation struct {
	ResourceID                 *string `json:"resourceID,omitempty"`
	TransitGatewayAttachmentID *string `json:"transitGatewayAttachmentID,omitempty"`
}

Describes an association between a route table and a resource attachment.

func (*TransitGatewayRouteTableAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayRouteTableAssociation.

func (*TransitGatewayRouteTableAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayRouteTablePropagation

type TransitGatewayRouteTablePropagation struct {
	ResourceID                 *string `json:"resourceID,omitempty"`
	TransitGatewayAttachmentID *string `json:"transitGatewayAttachmentID,omitempty"`
}

Describes a route table propagation.

func (*TransitGatewayRouteTablePropagation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayRouteTablePropagation.

func (*TransitGatewayRouteTablePropagation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayRouteTableState

type TransitGatewayRouteTableState string
const (
	TransitGatewayRouteTableState_pending   TransitGatewayRouteTableState = "pending"
	TransitGatewayRouteTableState_available TransitGatewayRouteTableState = "available"
	TransitGatewayRouteTableState_deleting  TransitGatewayRouteTableState = "deleting"
	TransitGatewayRouteTableState_deleted   TransitGatewayRouteTableState = "deleted"
)

type TransitGatewayRouteType

type TransitGatewayRouteType string
const (
	TransitGatewayRouteType_static     TransitGatewayRouteType = "static"
	TransitGatewayRouteType_propagated TransitGatewayRouteType = "propagated"
)

type TransitGatewaySpec

type TransitGatewaySpec struct {
	// A description of the transit gateway.
	Description *string `json:"description,omitempty"`
	// The transit gateway options.
	Options *TransitGatewayRequestOptions `json:"options,omitempty"`
	// The tags to apply to the transit gateway.
	TagSpecifications []*TagSpecification `json:"tagSpecifications,omitempty"`
}

TransitGatewaySpec defines the desired state of TransitGateway.

Describes a transit gateway.

func (*TransitGatewaySpec) DeepCopy

func (in *TransitGatewaySpec) DeepCopy() *TransitGatewaySpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewaySpec.

func (*TransitGatewaySpec) DeepCopyInto

func (in *TransitGatewaySpec) DeepCopyInto(out *TransitGatewaySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayState

type TransitGatewayState string
const (
	TransitGatewayState_pending   TransitGatewayState = "pending"
	TransitGatewayState_available TransitGatewayState = "available"
	TransitGatewayState_modifying TransitGatewayState = "modifying"
	TransitGatewayState_deleting  TransitGatewayState = "deleting"
	TransitGatewayState_deleted   TransitGatewayState = "deleted"
)

type TransitGatewayStatus

type TransitGatewayStatus struct {
	// All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
	// that is used to contain resource sync state, account ownership,
	// constructed ARN for the resource
	// +kubebuilder:validation:Optional
	ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"`
	// All CRS managed by ACK have a common `Status.Conditions` member that
	// contains a collection of `ackv1alpha1.Condition` objects that describe
	// the various terminal states of the CR and its backend AWS service API
	// resource
	// +kubebuilder:validation:Optional
	Conditions []*ackv1alpha1.Condition `json:"conditions"`
	// The creation time.
	// +kubebuilder:validation:Optional
	CreationTime *metav1.Time `json:"creationTime,omitempty"`
	// The ID of the AWS account ID that owns the transit gateway.
	// +kubebuilder:validation:Optional
	OwnerID *string `json:"ownerID,omitempty"`
	// The state of the transit gateway.
	// +kubebuilder:validation:Optional
	State *string `json:"state,omitempty"`
	// The tags for the transit gateway.
	// +kubebuilder:validation:Optional
	Tags []*Tag `json:"tags,omitempty"`
	// The ID of the transit gateway.
	// +kubebuilder:validation:Optional
	TransitGatewayID *string `json:"transitGatewayID,omitempty"`
}

TransitGatewayStatus defines the observed state of TransitGateway

func (*TransitGatewayStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayStatus.

func (*TransitGatewayStatus) DeepCopyInto

func (in *TransitGatewayStatus) DeepCopyInto(out *TransitGatewayStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayVPCAttachment

type TransitGatewayVPCAttachment struct {
	CreationTime               *metav1.Time `json:"creationTime,omitempty"`
	SubnetIDs                  []*string    `json:"subnetIDs,omitempty"`
	Tags                       []*Tag       `json:"tags,omitempty"`
	TransitGatewayAttachmentID *string      `json:"transitGatewayAttachmentID,omitempty"`
	TransitGatewayID           *string      `json:"transitGatewayID,omitempty"`
	VPCID                      *string      `json:"vpcID,omitempty"`
	VPCOwnerID                 *string      `json:"vpcOwnerID,omitempty"`
}

Describes a VPC attachment.

func (*TransitGatewayVPCAttachment) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayVPCAttachment.

func (*TransitGatewayVPCAttachment) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGatewayVPCAttachmentOptions

type TransitGatewayVPCAttachmentOptions struct {
	DNSSupport *string `json:"dnsSupport,omitempty"`
}

Describes the VPC attachment options.

func (*TransitGatewayVPCAttachmentOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGatewayVPCAttachmentOptions.

func (*TransitGatewayVPCAttachmentOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransitGateway_SDK

type TransitGateway_SDK struct {
	CreationTime *metav1.Time `json:"creationTime,omitempty"`
	Description  *string      `json:"description,omitempty"`
	// Describes the options for a transit gateway.
	Options           *TransitGatewayOptions `json:"options,omitempty"`
	OwnerID           *string                `json:"ownerID,omitempty"`
	State             *string                `json:"state,omitempty"`
	Tags              []*Tag                 `json:"tags,omitempty"`
	TransitGatewayARN *string                `json:"transitGatewayARN,omitempty"`
	TransitGatewayID  *string                `json:"transitGatewayID,omitempty"`
}

Describes a transit gateway.

func (*TransitGateway_SDK) DeepCopy

func (in *TransitGateway_SDK) DeepCopy() *TransitGateway_SDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransitGateway_SDK.

func (*TransitGateway_SDK) DeepCopyInto

func (in *TransitGateway_SDK) DeepCopyInto(out *TransitGateway_SDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TransportProtocol

type TransportProtocol string
const (
	TransportProtocol_tcp TransportProtocol = "tcp"
	TransportProtocol_udp TransportProtocol = "udp"
)

type TunnelInsideIPVersion

type TunnelInsideIPVersion string
const (
	TunnelInsideIPVersion_ipv4 TunnelInsideIPVersion = "ipv4"
	TunnelInsideIPVersion_ipv6 TunnelInsideIPVersion = "ipv6"
)

type TunnelOption

type TunnelOption struct {
	DPDTimeoutAction       *string `json:"dpdTimeoutAction,omitempty"`
	DPDTimeoutSeconds      *int64  `json:"dpdTimeoutSeconds,omitempty"`
	OutsideIPAddress       *string `json:"outsideIPAddress,omitempty"`
	Phase1LifetimeSeconds  *int64  `json:"phase1LifetimeSeconds,omitempty"`
	Phase2LifetimeSeconds  *int64  `json:"phase2LifetimeSeconds,omitempty"`
	PreSharedKey           *string `json:"preSharedKey,omitempty"`
	RekeyFuzzPercentage    *int64  `json:"rekeyFuzzPercentage,omitempty"`
	RekeyMarginTimeSeconds *int64  `json:"rekeyMarginTimeSeconds,omitempty"`
	ReplayWindowSize       *int64  `json:"replayWindowSize,omitempty"`
	StartupAction          *string `json:"startupAction,omitempty"`
	TunnelInsideCIDR       *string `json:"tunnelInsideCIDR,omitempty"`
	TunnelInsideIPv6CIDR   *string `json:"tunnelInsideIPv6CIDR,omitempty"`
}

The VPN tunnel options.

func (*TunnelOption) DeepCopy

func (in *TunnelOption) DeepCopy() *TunnelOption

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TunnelOption.

func (*TunnelOption) DeepCopyInto

func (in *TunnelOption) DeepCopyInto(out *TunnelOption)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UnlimitedSupportedInstanceFamily

type UnlimitedSupportedInstanceFamily string
const (
	UnlimitedSupportedInstanceFamily_t2  UnlimitedSupportedInstanceFamily = "t2"
	UnlimitedSupportedInstanceFamily_t3  UnlimitedSupportedInstanceFamily = "t3"
	UnlimitedSupportedInstanceFamily_t3a UnlimitedSupportedInstanceFamily = "t3a"
	UnlimitedSupportedInstanceFamily_t4g UnlimitedSupportedInstanceFamily = "t4g"
)

type UnsuccessfulInstanceCreditSpecificationErrorCode

type UnsuccessfulInstanceCreditSpecificationErrorCode string
const (
	UnsuccessfulInstanceCreditSpecificationErrorCode_InvalidInstanceID_Malformed              UnsuccessfulInstanceCreditSpecificationErrorCode = "InvalidInstanceID.Malformed"
	UnsuccessfulInstanceCreditSpecificationErrorCode_InvalidInstanceID_NotFound               UnsuccessfulInstanceCreditSpecificationErrorCode = "InvalidInstanceID.NotFound"
	UnsuccessfulInstanceCreditSpecificationErrorCode_IncorrectInstanceState                   UnsuccessfulInstanceCreditSpecificationErrorCode = "IncorrectInstanceState"
	UnsuccessfulInstanceCreditSpecificationErrorCode_InstanceCreditSpecification_NotSupported UnsuccessfulInstanceCreditSpecificationErrorCode = "InstanceCreditSpecification.NotSupported"
)

type UnsuccessfulInstanceCreditSpecificationItem

type UnsuccessfulInstanceCreditSpecificationItem struct {
	InstanceID *string `json:"instanceID,omitempty"`
}

Describes the burstable performance instance whose credit option for CPU usage was not modified.

func (*UnsuccessfulInstanceCreditSpecificationItem) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnsuccessfulInstanceCreditSpecificationItem.

func (*UnsuccessfulInstanceCreditSpecificationItem) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UnsuccessfulInstanceCreditSpecificationItemError

type UnsuccessfulInstanceCreditSpecificationItemError struct {
	Message *string `json:"message,omitempty"`
}

Information about the error for the burstable performance instance whose credit option for CPU usage was not modified.

func (*UnsuccessfulInstanceCreditSpecificationItemError) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnsuccessfulInstanceCreditSpecificationItemError.

func (*UnsuccessfulInstanceCreditSpecificationItemError) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UnsuccessfulItem

type UnsuccessfulItem struct {
	// Information about the error that occurred. For more information about errors,
	// see Error Codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html).
	Error      *UnsuccessfulItemError `json:"error,omitempty"`
	ResourceID *string                `json:"resourceID,omitempty"`
}

Information about items that were not successfully processed in a batch call.

func (*UnsuccessfulItem) DeepCopy

func (in *UnsuccessfulItem) DeepCopy() *UnsuccessfulItem

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnsuccessfulItem.

func (*UnsuccessfulItem) DeepCopyInto

func (in *UnsuccessfulItem) DeepCopyInto(out *UnsuccessfulItem)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UnsuccessfulItemError

type UnsuccessfulItemError struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

Information about the error that occurred. For more information about errors, see Error Codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html).

func (*UnsuccessfulItemError) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnsuccessfulItemError.

func (*UnsuccessfulItemError) DeepCopyInto

func (in *UnsuccessfulItemError) DeepCopyInto(out *UnsuccessfulItemError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UsageClassType

type UsageClassType string
const (
	UsageClassType_spot      UsageClassType = "spot"
	UsageClassType_on_demand UsageClassType = "on-demand"
)

type UserBucket

type UserBucket struct {
	S3Bucket *string `json:"s3Bucket,omitempty"`
	S3Key    *string `json:"s3Key,omitempty"`
}

Describes the Amazon S3 bucket for the disk image.

func (*UserBucket) DeepCopy

func (in *UserBucket) DeepCopy() *UserBucket

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserBucket.

func (*UserBucket) DeepCopyInto

func (in *UserBucket) DeepCopyInto(out *UserBucket)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserBucketDetails

type UserBucketDetails struct {
	S3Bucket *string `json:"s3Bucket,omitempty"`
	S3Key    *string `json:"s3Key,omitempty"`
}

Describes the Amazon S3 bucket for the disk image.

func (*UserBucketDetails) DeepCopy

func (in *UserBucketDetails) DeepCopy() *UserBucketDetails

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserBucketDetails.

func (*UserBucketDetails) DeepCopyInto

func (in *UserBucketDetails) DeepCopyInto(out *UserBucketDetails)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserData

type UserData struct {
	Data *string `json:"data,omitempty"`
}

Describes the user data for an instance.

func (*UserData) DeepCopy

func (in *UserData) DeepCopy() *UserData

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserData.

func (*UserData) DeepCopyInto

func (in *UserData) DeepCopyInto(out *UserData)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserIDGroupPair

type UserIDGroupPair struct {
	Description            *string `json:"description,omitempty"`
	GroupID                *string `json:"groupID,omitempty"`
	GroupName              *string `json:"groupName,omitempty"`
	PeeringStatus          *string `json:"peeringStatus,omitempty"`
	UserID                 *string `json:"userID,omitempty"`
	VPCID                  *string `json:"vpcID,omitempty"`
	VPCPeeringConnectionID *string `json:"vpcPeeringConnectionID,omitempty"`
}

Describes a security group and AWS account ID pair.

func (*UserIDGroupPair) DeepCopy

func (in *UserIDGroupPair) DeepCopy() *UserIDGroupPair

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserIDGroupPair.

func (*UserIDGroupPair) DeepCopyInto

func (in *UserIDGroupPair) DeepCopyInto(out *UserIDGroupPair)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VGWTelemetry

type VGWTelemetry struct {
	AcceptedRouteCount *int64       `json:"acceptedRouteCount,omitempty"`
	CertificateARN     *string      `json:"certificateARN,omitempty"`
	LastStatusChange   *metav1.Time `json:"lastStatusChange,omitempty"`
	OutsideIPAddress   *string      `json:"outsideIPAddress,omitempty"`
	StatusMessage      *string      `json:"statusMessage,omitempty"`
}

Describes telemetry for a VPN tunnel.

func (*VGWTelemetry) DeepCopy

func (in *VGWTelemetry) DeepCopy() *VGWTelemetry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VGWTelemetry.

func (*VGWTelemetry) DeepCopyInto

func (in *VGWTelemetry) DeepCopyInto(out *VGWTelemetry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPC

type VPC struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VPCSpec   `json:"spec,omitempty"`
	Status            VPCStatus `json:"status,omitempty"`
}

VPC is the Schema for the VPCS API +kubebuilder:object:root=true +kubebuilder:subresource:status

func (*VPC) DeepCopy

func (in *VPC) DeepCopy() *VPC

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPC.

func (*VPC) DeepCopyInto

func (in *VPC) DeepCopyInto(out *VPC)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VPC) DeepCopyObject

func (in *VPC) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type VPCAttachment

type VPCAttachment struct {
	State *string `json:"state,omitempty"`
	VPCID *string `json:"vpcID,omitempty"`
}

Describes an attachment between a virtual private gateway and a VPC.

func (*VPCAttachment) DeepCopy

func (in *VPCAttachment) DeepCopy() *VPCAttachment

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCAttachment.

func (*VPCAttachment) DeepCopyInto

func (in *VPCAttachment) DeepCopyInto(out *VPCAttachment)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCAttributeName

type VPCAttributeName string
const (
	VPCAttributeName_enableDnsSupport   VPCAttributeName = "enableDnsSupport"
	VPCAttributeName_enableDnsHostnames VPCAttributeName = "enableDnsHostnames"
)

type VPCCIDRBlockAssociation

type VPCCIDRBlockAssociation struct {
	AssociationID *string `json:"associationID,omitempty"`
	CIDRBlock     *string `json:"cidrBlock,omitempty"`
	// Describes the state of a CIDR block.
	CIDRBlockState *VPCCIDRBlockState `json:"cidrBlockState,omitempty"`
}

Describes an IPv4 CIDR block associated with a VPC.

func (*VPCCIDRBlockAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCCIDRBlockAssociation.

func (*VPCCIDRBlockAssociation) DeepCopyInto

func (in *VPCCIDRBlockAssociation) DeepCopyInto(out *VPCCIDRBlockAssociation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCCIDRBlockState

type VPCCIDRBlockState struct {
	State         *string `json:"state,omitempty"`
	StatusMessage *string `json:"statusMessage,omitempty"`
}

Describes the state of a CIDR block.

func (*VPCCIDRBlockState) DeepCopy

func (in *VPCCIDRBlockState) DeepCopy() *VPCCIDRBlockState

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCCIDRBlockState.

func (*VPCCIDRBlockState) DeepCopyInto

func (in *VPCCIDRBlockState) DeepCopyInto(out *VPCCIDRBlockState)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCCIDRBlockStateCode

type VPCCIDRBlockStateCode string
const (
	VPCCIDRBlockStateCode_associating    VPCCIDRBlockStateCode = "associating"
	VPCCIDRBlockStateCode_associated     VPCCIDRBlockStateCode = "associated"
	VPCCIDRBlockStateCode_disassociating VPCCIDRBlockStateCode = "disassociating"
	VPCCIDRBlockStateCode_disassociated  VPCCIDRBlockStateCode = "disassociated"
	VPCCIDRBlockStateCode_failing        VPCCIDRBlockStateCode = "failing"
	VPCCIDRBlockStateCode_failed         VPCCIDRBlockStateCode = "failed"
)
type VPCClassicLink struct {
	ClassicLinkEnabled *bool   `json:"classicLinkEnabled,omitempty"`
	Tags               []*Tag  `json:"tags,omitempty"`
	VPCID              *string `json:"vpcID,omitempty"`
}

Describes whether a VPC is enabled for ClassicLink.

func (*VPCClassicLink) DeepCopy

func (in *VPCClassicLink) DeepCopy() *VPCClassicLink

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCClassicLink.

func (*VPCClassicLink) DeepCopyInto

func (in *VPCClassicLink) DeepCopyInto(out *VPCClassicLink)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCEndpoint

type VPCEndpoint struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VPCEndpointSpec   `json:"spec,omitempty"`
	Status            VPCEndpointStatus `json:"status,omitempty"`
}

VPCEndpoint is the Schema for the VPCEndpoints API +kubebuilder:object:root=true +kubebuilder:subresource:status

func (*VPCEndpoint) DeepCopy

func (in *VPCEndpoint) DeepCopy() *VPCEndpoint

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCEndpoint.

func (*VPCEndpoint) DeepCopyInto

func (in *VPCEndpoint) DeepCopyInto(out *VPCEndpoint)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VPCEndpoint) DeepCopyObject

func (in *VPCEndpoint) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type VPCEndpointConnection

type VPCEndpointConnection struct {
	CreationTimestamp       *metav1.Time `json:"creationTimestamp,omitempty"`
	DNSEntries              []*DNSEntry  `json:"dnsEntries,omitempty"`
	GatewayLoadBalancerARNs []*string    `json:"gatewayLoadBalancerARNs,omitempty"`
	NetworkLoadBalancerARNs []*string    `json:"networkLoadBalancerARNs,omitempty"`
	ServiceID               *string      `json:"serviceID,omitempty"`
	VPCEndpointID           *string      `json:"vpcEndpointID,omitempty"`
	VPCEndpointOwner        *string      `json:"vpcEndpointOwner,omitempty"`
	VPCEndpointState        *string      `json:"vpcEndpointState,omitempty"`
}

Describes a VPC endpoint connection to a service.

func (*VPCEndpointConnection) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCEndpointConnection.

func (*VPCEndpointConnection) DeepCopyInto

func (in *VPCEndpointConnection) DeepCopyInto(out *VPCEndpointConnection)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCEndpointList

type VPCEndpointList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []VPCEndpoint `json:"items"`
}

VPCEndpointList contains a list of VPCEndpoint +kubebuilder:object:root=true

func (*VPCEndpointList) DeepCopy

func (in *VPCEndpointList) DeepCopy() *VPCEndpointList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCEndpointList.

func (*VPCEndpointList) DeepCopyInto

func (in *VPCEndpointList) DeepCopyInto(out *VPCEndpointList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VPCEndpointList) DeepCopyObject

func (in *VPCEndpointList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type VPCEndpointSpec

type VPCEndpointSpec struct {
	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request. For more information, see How to Ensure Idempotency (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).
	ClientToken *string `json:"clientToken,omitempty"`
	// (Interface and gateway endpoints) 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 `json:"policyDocument,omitempty"`
	// (Interface endpoint) Indicates whether to associate a private hosted zone
	// with the specified VPC. The private hosted zone contains a record set for
	// the default public DNS name for the service for the Region (for example,
	// kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses
	// of the endpoint network interfaces in the VPC. This enables you to make requests
	// to the default public DNS name for the service instead of the public DNS
	// names that are automatically generated by the VPC endpoint service.
	//
	// To use a private hosted zone, you must set the following VPC attributes to
	// true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to
	// set the VPC attributes.
	//
	// Private DNS is not supported for Amazon S3 interface endpoints.
	//
	// Default: true for supported endpoints
	PrivateDNSEnabled *bool `json:"privateDNSEnabled,omitempty"`
	// (Gateway endpoint) One or more route table IDs.
	RouteTableIDs []*string `json:"routeTableIDs,omitempty"`
	// (Interface endpoint) The ID of one or more security groups to associate with
	// the endpoint network interface.
	SecurityGroupIDs []*string `json:"securityGroupIDs,omitempty"`
	// The service name. To get a list of available services, use the DescribeVpcEndpointServices
	// request, or get the name from the service provider.
	// +kubebuilder:validation:Required
	ServiceName *string `json:"serviceName"`
	// (Interface and Gateway Load Balancer endpoints) The ID of one or more subnets
	// in which to create an endpoint network interface. For a Gateway Load Balancer
	// endpoint, you can specify one subnet only.
	SubnetIDs []*string `json:"subnetIDs,omitempty"`
	// The tags to associate with the endpoint.
	TagSpecifications []*TagSpecification `json:"tagSpecifications,omitempty"`
	// The type of endpoint.
	//
	// Default: Gateway
	VPCEndpointType *string `json:"vpcEndpointType,omitempty"`
	// The ID of the VPC in which the endpoint will be used.
	// +kubebuilder:validation:Required
	VPCID *string `json:"vpcID"`
}

VpcEndpointSpec defines the desired state of VpcEndpoint.

Describes a VPC endpoint.

func (*VPCEndpointSpec) DeepCopy

func (in *VPCEndpointSpec) DeepCopy() *VPCEndpointSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCEndpointSpec.

func (*VPCEndpointSpec) DeepCopyInto

func (in *VPCEndpointSpec) DeepCopyInto(out *VPCEndpointSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCEndpointStatus

type VPCEndpointStatus struct {
	// All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
	// that is used to contain resource sync state, account ownership,
	// constructed ARN for the resource
	// +kubebuilder:validation:Optional
	ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"`
	// All CRS managed by ACK have a common `Status.Conditions` member that
	// contains a collection of `ackv1alpha1.Condition` objects that describe
	// the various terminal states of the CR and its backend AWS service API
	// resource
	// +kubebuilder:validation:Optional
	Conditions []*ackv1alpha1.Condition `json:"conditions"`
	// The date and time that the VPC endpoint was created.
	// +kubebuilder:validation:Optional
	CreationTimestamp *metav1.Time `json:"creationTimestamp,omitempty"`
	// (Interface endpoint) The DNS entries for the endpoint.
	// +kubebuilder:validation:Optional
	DNSEntries []*DNSEntry `json:"dnsEntries,omitempty"`
	// (Interface endpoint) Information about the security groups that are associated
	// with the network interface.
	// +kubebuilder:validation:Optional
	Groups []*SecurityGroupIdentifier `json:"groups,omitempty"`
	// The last error that occurred for VPC endpoint.
	// +kubebuilder:validation:Optional
	LastError *LastError `json:"lastError,omitempty"`
	// (Interface endpoint) One or more network interfaces for the endpoint.
	// +kubebuilder:validation:Optional
	NetworkInterfaceIDs []*string `json:"networkInterfaceIDs,omitempty"`
	// The ID of the AWS account that owns the VPC endpoint.
	// +kubebuilder:validation:Optional
	OwnerID *string `json:"ownerID,omitempty"`
	// Indicates whether the VPC endpoint is being managed by its service.
	// +kubebuilder:validation:Optional
	RequesterManaged *bool `json:"requesterManaged,omitempty"`
	// The state of the VPC endpoint.
	// +kubebuilder:validation:Optional
	State *string `json:"state,omitempty"`
	// Any tags assigned to the VPC endpoint.
	// +kubebuilder:validation:Optional
	Tags []*Tag `json:"tags,omitempty"`
	// The ID of the VPC endpoint.
	// +kubebuilder:validation:Optional
	VPCEndpointID *string `json:"vpcEndpointID,omitempty"`
}

VPCEndpointStatus defines the observed state of VPCEndpoint

func (*VPCEndpointStatus) DeepCopy

func (in *VPCEndpointStatus) DeepCopy() *VPCEndpointStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCEndpointStatus.

func (*VPCEndpointStatus) DeepCopyInto

func (in *VPCEndpointStatus) DeepCopyInto(out *VPCEndpointStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCEndpointType

type VPCEndpointType string
const (
	VPCEndpointType_Interface           VPCEndpointType = "Interface"
	VPCEndpointType_Gateway             VPCEndpointType = "Gateway"
	VPCEndpointType_GatewayLoadBalancer VPCEndpointType = "GatewayLoadBalancer"
)

type VPCEndpoint_SDK

type VPCEndpoint_SDK struct {
	CreationTimestamp *metav1.Time               `json:"creationTimestamp,omitempty"`
	DNSEntries        []*DNSEntry                `json:"dnsEntries,omitempty"`
	Groups            []*SecurityGroupIdentifier `json:"groups,omitempty"`
	// The last error that occurred for a VPC endpoint.
	LastError           *LastError `json:"lastError,omitempty"`
	NetworkInterfaceIDs []*string  `json:"networkInterfaceIDs,omitempty"`
	OwnerID             *string    `json:"ownerID,omitempty"`
	PolicyDocument      *string    `json:"policyDocument,omitempty"`
	PrivateDNSEnabled   *bool      `json:"privateDNSEnabled,omitempty"`
	RequesterManaged    *bool      `json:"requesterManaged,omitempty"`
	RouteTableIDs       []*string  `json:"routeTableIDs,omitempty"`
	ServiceName         *string    `json:"serviceName,omitempty"`
	State               *string    `json:"state,omitempty"`
	SubnetIDs           []*string  `json:"subnetIDs,omitempty"`
	Tags                []*Tag     `json:"tags,omitempty"`
	VPCEndpointID       *string    `json:"vpcEndpointID,omitempty"`
	VPCEndpointType     *string    `json:"vpcEndpointType,omitempty"`
	VPCID               *string    `json:"vpcID,omitempty"`
}

Describes a VPC endpoint.

func (*VPCEndpoint_SDK) DeepCopy

func (in *VPCEndpoint_SDK) DeepCopy() *VPCEndpoint_SDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCEndpoint_SDK.

func (*VPCEndpoint_SDK) DeepCopyInto

func (in *VPCEndpoint_SDK) DeepCopyInto(out *VPCEndpoint_SDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCIPv6CIDRBlockAssociation

type VPCIPv6CIDRBlockAssociation struct {
	AssociationID *string `json:"associationID,omitempty"`
	IPv6CIDRBlock *string `json:"ipv6CIDRBlock,omitempty"`
	// Describes the state of a CIDR block.
	IPv6CIDRBlockState *VPCCIDRBlockState `json:"ipv6CIDRBlockState,omitempty"`
	IPv6Pool           *string            `json:"ipv6Pool,omitempty"`
	NetworkBorderGroup *string            `json:"networkBorderGroup,omitempty"`
}

Describes an IPv6 CIDR block associated with a VPC.

func (*VPCIPv6CIDRBlockAssociation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCIPv6CIDRBlockAssociation.

func (*VPCIPv6CIDRBlockAssociation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCList

type VPCList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []VPC `json:"items"`
}

VPCList contains a list of VPC +kubebuilder:object:root=true

func (*VPCList) DeepCopy

func (in *VPCList) DeepCopy() *VPCList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCList.

func (*VPCList) DeepCopyInto

func (in *VPCList) DeepCopyInto(out *VPCList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VPCList) DeepCopyObject

func (in *VPCList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type VPCPeeringConnection

type VPCPeeringConnection struct {
	ExpirationTime         *metav1.Time `json:"expirationTime,omitempty"`
	Tags                   []*Tag       `json:"tags,omitempty"`
	VPCPeeringConnectionID *string      `json:"vpcPeeringConnectionID,omitempty"`
}

Describes a VPC peering connection.

func (*VPCPeeringConnection) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCPeeringConnection.

func (*VPCPeeringConnection) DeepCopyInto

func (in *VPCPeeringConnection) DeepCopyInto(out *VPCPeeringConnection)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCPeeringConnectionOptionsDescription

type VPCPeeringConnectionOptionsDescription struct {
	AllowDNSResolutionFromRemoteVPC            *bool `json:"allowDNSResolutionFromRemoteVPC,omitempty"`
	AllowEgressFromLocalClassicLinkToRemoteVPC *bool `json:"allowEgressFromLocalClassicLinkToRemoteVPC,omitempty"`
	AllowEgressFromLocalVPCToRemoteClassicLink *bool `json:"allowEgressFromLocalVPCToRemoteClassicLink,omitempty"`
}

Describes the VPC peering connection options.

func (*VPCPeeringConnectionOptionsDescription) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCPeeringConnectionOptionsDescription.

func (*VPCPeeringConnectionOptionsDescription) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCPeeringConnectionStateReason

type VPCPeeringConnectionStateReason struct {
	Message *string `json:"message,omitempty"`
}

Describes the status of a VPC peering connection.

func (*VPCPeeringConnectionStateReason) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCPeeringConnectionStateReason.

func (*VPCPeeringConnectionStateReason) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCPeeringConnectionStateReasonCode

type VPCPeeringConnectionStateReasonCode string
const (
	VPCPeeringConnectionStateReasonCode_initiating_request VPCPeeringConnectionStateReasonCode = "initiating-request"
	VPCPeeringConnectionStateReasonCode_pending_acceptance VPCPeeringConnectionStateReasonCode = "pending-acceptance"
	VPCPeeringConnectionStateReasonCode_active             VPCPeeringConnectionStateReasonCode = "active"
	VPCPeeringConnectionStateReasonCode_deleted            VPCPeeringConnectionStateReasonCode = "deleted"
	VPCPeeringConnectionStateReasonCode_rejected           VPCPeeringConnectionStateReasonCode = "rejected"
	VPCPeeringConnectionStateReasonCode_failed             VPCPeeringConnectionStateReasonCode = "failed"
	VPCPeeringConnectionStateReasonCode_expired            VPCPeeringConnectionStateReasonCode = "expired"
	VPCPeeringConnectionStateReasonCode_provisioning       VPCPeeringConnectionStateReasonCode = "provisioning"
	VPCPeeringConnectionStateReasonCode_deleting           VPCPeeringConnectionStateReasonCode = "deleting"
)

type VPCPeeringConnectionVPCInfo

type VPCPeeringConnectionVPCInfo struct {
	CIDRBlock *string `json:"cidrBlock,omitempty"`
	OwnerID   *string `json:"ownerID,omitempty"`
	Region    *string `json:"region,omitempty"`
	VPCID     *string `json:"vpcID,omitempty"`
}

Describes a VPC in a VPC peering connection.

func (*VPCPeeringConnectionVPCInfo) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCPeeringConnectionVPCInfo.

func (*VPCPeeringConnectionVPCInfo) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCSpec

type VPCSpec 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 `json:"amazonProvidedIPv6CIDRBlock,omitempty"`
	// The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16.
	// We modify the specified CIDR block to its canonical form; for example, if
	// you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
	// +kubebuilder:validation:Required
	CIDRBlock *string `json:"cidrBlock"`
	// 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 `json:"instanceTenancy,omitempty"`
	// The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool
	// in the request.
	//
	// To let Amazon choose the IPv6 CIDR block for you, omit this parameter.
	IPv6CIDRBlock *string `json:"ipv6CIDRBlock,omitempty"`
	// The name of the location from which we advertise the IPV6 CIDR block. Use
	// this parameter to limit the address to this location.
	//
	// You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.
	IPv6CIDRBlockNetworkBorderGroup *string `json:"ipv6CIDRBlockNetworkBorderGroup,omitempty"`
	// The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
	IPv6Pool *string `json:"ipv6Pool,omitempty"`
	// The tags to assign to the VPC.
	TagSpecifications []*TagSpecification `json:"tagSpecifications,omitempty"`
}

VpcSpec defines the desired state of Vpc.

Describes a VPC.

func (*VPCSpec) DeepCopy

func (in *VPCSpec) DeepCopy() *VPCSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCSpec.

func (*VPCSpec) DeepCopyInto

func (in *VPCSpec) DeepCopyInto(out *VPCSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCState

type VPCState string
const (
	VPCState_pending   VPCState = "pending"
	VPCState_available VPCState = "available"
)

type VPCStatus

type VPCStatus struct {
	// All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
	// that is used to contain resource sync state, account ownership,
	// constructed ARN for the resource
	// +kubebuilder:validation:Optional
	ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"`
	// All CRS managed by ACK have a common `Status.Conditions` member that
	// contains a collection of `ackv1alpha1.Condition` objects that describe
	// the various terminal states of the CR and its backend AWS service API
	// resource
	// +kubebuilder:validation:Optional
	Conditions []*ackv1alpha1.Condition `json:"conditions"`
	// Information about the IPv4 CIDR blocks associated with the VPC.
	// +kubebuilder:validation:Optional
	CIDRBlockAssociationSet []*VPCCIDRBlockAssociation `json:"cidrBlockAssociationSet,omitempty"`
	// The ID of the set of DHCP options you've associated with the VPC.
	// +kubebuilder:validation:Optional
	DHCPOptionsID *string `json:"dhcpOptionsID,omitempty"`
	// Information about the IPv6 CIDR blocks associated with the VPC.
	// +kubebuilder:validation:Optional
	IPv6CIDRBlockAssociationSet []*VPCIPv6CIDRBlockAssociation `json:"ipv6CIDRBlockAssociationSet,omitempty"`
	// Indicates whether the VPC is the default VPC.
	// +kubebuilder:validation:Optional
	IsDefault *bool `json:"isDefault,omitempty"`
	// The ID of the AWS account that owns the VPC.
	// +kubebuilder:validation:Optional
	OwnerID *string `json:"ownerID,omitempty"`
	// The current state of the VPC.
	// +kubebuilder:validation:Optional
	State *string `json:"state,omitempty"`
	// Any tags assigned to the VPC.
	// +kubebuilder:validation:Optional
	Tags []*Tag `json:"tags,omitempty"`
	// The ID of the VPC.
	// +kubebuilder:validation:Optional
	VPCID *string `json:"vpcID,omitempty"`
}

VPCStatus defines the observed state of VPC

func (*VPCStatus) DeepCopy

func (in *VPCStatus) DeepCopy() *VPCStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCStatus.

func (*VPCStatus) DeepCopyInto

func (in *VPCStatus) DeepCopyInto(out *VPCStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPCTenancy

type VPCTenancy string
const (
	VPCTenancy_default VPCTenancy = "default"
)

type VPC_SDK

type VPC_SDK struct {
	CIDRBlock                   *string                        `json:"cidrBlock,omitempty"`
	CIDRBlockAssociationSet     []*VPCCIDRBlockAssociation     `json:"cidrBlockAssociationSet,omitempty"`
	DHCPOptionsID               *string                        `json:"dhcpOptionsID,omitempty"`
	InstanceTenancy             *string                        `json:"instanceTenancy,omitempty"`
	IPv6CIDRBlockAssociationSet []*VPCIPv6CIDRBlockAssociation `json:"ipv6CIDRBlockAssociationSet,omitempty"`
	IsDefault                   *bool                          `json:"isDefault,omitempty"`
	OwnerID                     *string                        `json:"ownerID,omitempty"`
	State                       *string                        `json:"state,omitempty"`
	Tags                        []*Tag                         `json:"tags,omitempty"`
	VPCID                       *string                        `json:"vpcID,omitempty"`
}

Describes a VPC.

func (*VPC_SDK) DeepCopy

func (in *VPC_SDK) DeepCopy() *VPC_SDK

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPC_SDK.

func (*VPC_SDK) DeepCopyInto

func (in *VPC_SDK) DeepCopyInto(out *VPC_SDK)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPNConnection

type VPNConnection struct {
	Category                     *string `json:"category,omitempty"`
	CustomerGatewayConfiguration *string `json:"customerGatewayConfiguration,omitempty"`
	CustomerGatewayID            *string `json:"customerGatewayID,omitempty"`
	Tags                         []*Tag  `json:"tags,omitempty"`
	TransitGatewayID             *string `json:"transitGatewayID,omitempty"`
	VPNConnectionID              *string `json:"vpnConnectionID,omitempty"`
	VPNGatewayID                 *string `json:"vpnGatewayID,omitempty"`
}

Describes a VPN connection.

func (*VPNConnection) DeepCopy

func (in *VPNConnection) DeepCopy() *VPNConnection

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPNConnection.

func (*VPNConnection) DeepCopyInto

func (in *VPNConnection) DeepCopyInto(out *VPNConnection)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPNConnectionOptions

type VPNConnectionOptions struct {
	EnableAcceleration    *bool   `json:"enableAcceleration,omitempty"`
	LocalIPv4NetworkCIDR  *string `json:"localIPv4NetworkCIDR,omitempty"`
	LocalIPv6NetworkCIDR  *string `json:"localIPv6NetworkCIDR,omitempty"`
	RemoteIPv4NetworkCIDR *string `json:"remoteIPv4NetworkCIDR,omitempty"`
	RemoteIPv6NetworkCIDR *string `json:"remoteIPv6NetworkCIDR,omitempty"`
	StaticRoutesOnly      *bool   `json:"staticRoutesOnly,omitempty"`
}

Describes VPN connection options.

func (*VPNConnectionOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPNConnectionOptions.

func (*VPNConnectionOptions) DeepCopyInto

func (in *VPNConnectionOptions) DeepCopyInto(out *VPNConnectionOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPNConnectionOptionsSpecification

type VPNConnectionOptionsSpecification struct {
	EnableAcceleration    *bool   `json:"enableAcceleration,omitempty"`
	LocalIPv4NetworkCIDR  *string `json:"localIPv4NetworkCIDR,omitempty"`
	LocalIPv6NetworkCIDR  *string `json:"localIPv6NetworkCIDR,omitempty"`
	RemoteIPv4NetworkCIDR *string `json:"remoteIPv4NetworkCIDR,omitempty"`
	RemoteIPv6NetworkCIDR *string `json:"remoteIPv6NetworkCIDR,omitempty"`
	StaticRoutesOnly      *bool   `json:"staticRoutesOnly,omitempty"`
}

Describes VPN connection options.

func (*VPNConnectionOptionsSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPNConnectionOptionsSpecification.

func (*VPNConnectionOptionsSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPNECMPSupportValue

type VPNECMPSupportValue string
const (
	VPNECMPSupportValue_enable  VPNECMPSupportValue = "enable"
	VPNECMPSupportValue_disable VPNECMPSupportValue = "disable"
)

type VPNGateway

type VPNGateway struct {
	AmazonSideASN    *int64  `json:"amazonSideASN,omitempty"`
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	Tags             []*Tag  `json:"tags,omitempty"`
	VPNGatewayID     *string `json:"vpnGatewayID,omitempty"`
}

Describes a virtual private gateway.

func (*VPNGateway) DeepCopy

func (in *VPNGateway) DeepCopy() *VPNGateway

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPNGateway.

func (*VPNGateway) DeepCopyInto

func (in *VPNGateway) DeepCopyInto(out *VPNGateway)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPNProtocol

type VPNProtocol string
const (
	VPNProtocol_openvpn VPNProtocol = "openvpn"
)

type VPNState

type VPNState string
const (
	VPNState_pending   VPNState = "pending"
	VPNState_available VPNState = "available"
	VPNState_deleting  VPNState = "deleting"
	VPNState_deleted   VPNState = "deleted"
)

type VPNStaticRoute

type VPNStaticRoute struct {
	DestinationCIDRBlock *string `json:"destinationCIDRBlock,omitempty"`
}

Describes a static route for a VPN connection.

func (*VPNStaticRoute) DeepCopy

func (in *VPNStaticRoute) DeepCopy() *VPNStaticRoute

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPNStaticRoute.

func (*VPNStaticRoute) DeepCopyInto

func (in *VPNStaticRoute) DeepCopyInto(out *VPNStaticRoute)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VPNStaticRouteSource

type VPNStaticRouteSource string
const (
	VPNStaticRouteSource_Static VPNStaticRouteSource = "Static"
)

type VPNTunnelOptionsSpecification

type VPNTunnelOptionsSpecification struct {
	DPDTimeoutAction       *string `json:"dpdTimeoutAction,omitempty"`
	DPDTimeoutSeconds      *int64  `json:"dpdTimeoutSeconds,omitempty"`
	Phase1LifetimeSeconds  *int64  `json:"phase1LifetimeSeconds,omitempty"`
	Phase2LifetimeSeconds  *int64  `json:"phase2LifetimeSeconds,omitempty"`
	PreSharedKey           *string `json:"preSharedKey,omitempty"`
	RekeyFuzzPercentage    *int64  `json:"rekeyFuzzPercentage,omitempty"`
	RekeyMarginTimeSeconds *int64  `json:"rekeyMarginTimeSeconds,omitempty"`
	ReplayWindowSize       *int64  `json:"replayWindowSize,omitempty"`
	StartupAction          *string `json:"startupAction,omitempty"`
	TunnelInsideCIDR       *string `json:"tunnelInsideCIDR,omitempty"`
	TunnelInsideIPv6CIDR   *string `json:"tunnelInsideIPv6CIDR,omitempty"`
}

The tunnel options for a single VPN tunnel.

func (*VPNTunnelOptionsSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPNTunnelOptionsSpecification.

func (*VPNTunnelOptionsSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ValidationError

type ValidationError struct {
	Code    *string `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

The error code and error message that is returned for a parameter or parameter combination that is not valid when a new launch template or new version of a launch template is created.

func (*ValidationError) DeepCopy

func (in *ValidationError) DeepCopy() *ValidationError

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidationError.

func (*ValidationError) DeepCopyInto

func (in *ValidationError) DeepCopyInto(out *ValidationError)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VirtualizationType

type VirtualizationType string
const (
	VirtualizationType_hvm         VirtualizationType = "hvm"
	VirtualizationType_paravirtual VirtualizationType = "paravirtual"
)

type VolumeAttachmentState

type VolumeAttachmentState string
const (
	VolumeAttachmentState_attaching VolumeAttachmentState = "attaching"
	VolumeAttachmentState_attached  VolumeAttachmentState = "attached"
	VolumeAttachmentState_detaching VolumeAttachmentState = "detaching"
	VolumeAttachmentState_detached  VolumeAttachmentState = "detached"
	VolumeAttachmentState_busy      VolumeAttachmentState = "busy"
)

type VolumeAttributeName

type VolumeAttributeName string
const (
	VolumeAttributeName_autoEnableIO VolumeAttributeName = "autoEnableIO"
	VolumeAttributeName_productCodes VolumeAttributeName = "productCodes"
)

type VolumeDetail

type VolumeDetail struct {
	Size *int64 `json:"size,omitempty"`
}

Describes an EBS volume.

func (*VolumeDetail) DeepCopy

func (in *VolumeDetail) DeepCopy() *VolumeDetail

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeDetail.

func (*VolumeDetail) DeepCopyInto

func (in *VolumeDetail) DeepCopyInto(out *VolumeDetail)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeModification

type VolumeModification struct {
	EndTime                    *metav1.Time `json:"endTime,omitempty"`
	OriginalIOPS               *int64       `json:"originalIOPS,omitempty"`
	OriginalMultiAttachEnabled *bool        `json:"originalMultiAttachEnabled,omitempty"`
	OriginalSize               *int64       `json:"originalSize,omitempty"`
	OriginalThroughput         *int64       `json:"originalThroughput,omitempty"`
	Progress                   *int64       `json:"progress,omitempty"`
	StartTime                  *metav1.Time `json:"startTime,omitempty"`
	StatusMessage              *string      `json:"statusMessage,omitempty"`
	TargetIOPS                 *int64       `json:"targetIOPS,omitempty"`
	TargetMultiAttachEnabled   *bool        `json:"targetMultiAttachEnabled,omitempty"`
	TargetSize                 *int64       `json:"targetSize,omitempty"`
	TargetThroughput           *int64       `json:"targetThroughput,omitempty"`
	VolumeID                   *string      `json:"volumeID,omitempty"`
}

Describes the modification status of an EBS volume.

If the volume has never been modified, some element values will be null.

func (*VolumeModification) DeepCopy

func (in *VolumeModification) DeepCopy() *VolumeModification

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeModification.

func (*VolumeModification) DeepCopyInto

func (in *VolumeModification) DeepCopyInto(out *VolumeModification)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeModificationState

type VolumeModificationState string
const (
	VolumeModificationState_modifying  VolumeModificationState = "modifying"
	VolumeModificationState_optimizing VolumeModificationState = "optimizing"
	VolumeModificationState_completed  VolumeModificationState = "completed"
	VolumeModificationState_failed     VolumeModificationState = "failed"
)

type VolumeState

type VolumeState string
const (
	VolumeState_creating  VolumeState = "creating"
	VolumeState_available VolumeState = "available"
	VolumeState_in_use    VolumeState = "in-use"
	VolumeState_deleting  VolumeState = "deleting"
	VolumeState_deleted   VolumeState = "deleted"
	VolumeState_error     VolumeState = "error"
)

type VolumeStatusAction

type VolumeStatusAction struct {
	Code        *string `json:"code,omitempty"`
	Description *string `json:"description,omitempty"`
	EventID     *string `json:"eventID,omitempty"`
	EventType   *string `json:"eventType,omitempty"`
}

Describes a volume status operation code.

func (*VolumeStatusAction) DeepCopy

func (in *VolumeStatusAction) DeepCopy() *VolumeStatusAction

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeStatusAction.

func (*VolumeStatusAction) DeepCopyInto

func (in *VolumeStatusAction) DeepCopyInto(out *VolumeStatusAction)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeStatusAttachmentStatus

type VolumeStatusAttachmentStatus struct {
	InstanceID    *string `json:"instanceID,omitempty"`
	IOPerformance *string `json:"ioPerformance,omitempty"`
}

Information about the instances to which the volume is attached.

func (*VolumeStatusAttachmentStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeStatusAttachmentStatus.

func (*VolumeStatusAttachmentStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeStatusDetails

type VolumeStatusDetails struct {
	Status *string `json:"status,omitempty"`
}

Describes a volume status.

func (*VolumeStatusDetails) DeepCopy

func (in *VolumeStatusDetails) DeepCopy() *VolumeStatusDetails

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeStatusDetails.

func (*VolumeStatusDetails) DeepCopyInto

func (in *VolumeStatusDetails) DeepCopyInto(out *VolumeStatusDetails)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeStatusEvent

type VolumeStatusEvent struct {
	Description *string      `json:"description,omitempty"`
	EventID     *string      `json:"eventID,omitempty"`
	EventType   *string      `json:"eventType,omitempty"`
	InstanceID  *string      `json:"instanceID,omitempty"`
	NotAfter    *metav1.Time `json:"notAfter,omitempty"`
	NotBefore   *metav1.Time `json:"notBefore,omitempty"`
}

Describes a volume status event.

func (*VolumeStatusEvent) DeepCopy

func (in *VolumeStatusEvent) DeepCopy() *VolumeStatusEvent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeStatusEvent.

func (*VolumeStatusEvent) DeepCopyInto

func (in *VolumeStatusEvent) DeepCopyInto(out *VolumeStatusEvent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeStatusInfoStatus

type VolumeStatusInfoStatus string
const (
	VolumeStatusInfoStatus_ok                VolumeStatusInfoStatus = "ok"
	VolumeStatusInfoStatus_impaired          VolumeStatusInfoStatus = "impaired"
	VolumeStatusInfoStatus_insufficient_data VolumeStatusInfoStatus = "insufficient-data"
)

type VolumeStatusItem

type VolumeStatusItem struct {
	AvailabilityZone *string `json:"availabilityZone,omitempty"`
	OutpostARN       *string `json:"outpostARN,omitempty"`
	VolumeID         *string `json:"volumeID,omitempty"`
}

Describes the volume status.

func (*VolumeStatusItem) DeepCopy

func (in *VolumeStatusItem) DeepCopy() *VolumeStatusItem

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeStatusItem.

func (*VolumeStatusItem) DeepCopyInto

func (in *VolumeStatusItem) DeepCopyInto(out *VolumeStatusItem)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeStatusName

type VolumeStatusName string
const (
	VolumeStatusName_io_enabled     VolumeStatusName = "io-enabled"
	VolumeStatusName_io_performance VolumeStatusName = "io-performance"
)

type VolumeType

type VolumeType string
const (
	VolumeType_standard VolumeType = "standard"
	VolumeType_io1      VolumeType = "io1"
	VolumeType_io2      VolumeType = "io2"
	VolumeType_gp2      VolumeType = "gp2"
	VolumeType_sc1      VolumeType = "sc1"
	VolumeType_st1      VolumeType = "st1"
	VolumeType_gp3      VolumeType = "gp3"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL