1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
|
// Code generated by smithy-go-codegen DO NOT EDIT.
package types
type AcceleratorStatus string
// Enum values for AcceleratorStatus
const (
AcceleratorStatusDeployed AcceleratorStatus = "DEPLOYED"
AcceleratorStatusInProgress AcceleratorStatus = "IN_PROGRESS"
)
// Values returns all known values for AcceleratorStatus. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (AcceleratorStatus) Values() []AcceleratorStatus {
return []AcceleratorStatus{
"DEPLOYED",
"IN_PROGRESS",
}
}
type ByoipCidrState string
// Enum values for ByoipCidrState
const (
ByoipCidrStatePendingProvisioning ByoipCidrState = "PENDING_PROVISIONING"
ByoipCidrStateReady ByoipCidrState = "READY"
ByoipCidrStatePendingAdvertising ByoipCidrState = "PENDING_ADVERTISING"
ByoipCidrStateAdvertising ByoipCidrState = "ADVERTISING"
ByoipCidrStatePendingWithdrawing ByoipCidrState = "PENDING_WITHDRAWING"
ByoipCidrStatePendingDeprovisioning ByoipCidrState = "PENDING_DEPROVISIONING"
ByoipCidrStateDeprovisioned ByoipCidrState = "DEPROVISIONED"
ByoipCidrStateFailedProvision ByoipCidrState = "FAILED_PROVISION"
ByoipCidrStateFailedAdvertising ByoipCidrState = "FAILED_ADVERTISING"
ByoipCidrStateFailedWithdraw ByoipCidrState = "FAILED_WITHDRAW"
ByoipCidrStateFailedDeprovision ByoipCidrState = "FAILED_DEPROVISION"
)
// Values returns all known values for ByoipCidrState. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (ByoipCidrState) Values() []ByoipCidrState {
return []ByoipCidrState{
"PENDING_PROVISIONING",
"READY",
"PENDING_ADVERTISING",
"ADVERTISING",
"PENDING_WITHDRAWING",
"PENDING_DEPROVISIONING",
"DEPROVISIONED",
"FAILED_PROVISION",
"FAILED_ADVERTISING",
"FAILED_WITHDRAW",
"FAILED_DEPROVISION",
}
}
type ClientAffinity string
// Enum values for ClientAffinity
const (
ClientAffinityNone ClientAffinity = "NONE"
ClientAffinitySourceIp ClientAffinity = "SOURCE_IP"
)
// Values returns all known values for ClientAffinity. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (ClientAffinity) Values() []ClientAffinity {
return []ClientAffinity{
"NONE",
"SOURCE_IP",
}
}
type CustomRoutingAcceleratorStatus string
// Enum values for CustomRoutingAcceleratorStatus
const (
CustomRoutingAcceleratorStatusDeployed CustomRoutingAcceleratorStatus = "DEPLOYED"
CustomRoutingAcceleratorStatusInProgress CustomRoutingAcceleratorStatus = "IN_PROGRESS"
)
// Values returns all known values for CustomRoutingAcceleratorStatus. Note that
// this can be expanded in the future, and so it is only as up to date as the
// client. The ordering of this slice is not guaranteed to be stable across
// updates.
func (CustomRoutingAcceleratorStatus) Values() []CustomRoutingAcceleratorStatus {
return []CustomRoutingAcceleratorStatus{
"DEPLOYED",
"IN_PROGRESS",
}
}
type CustomRoutingDestinationTrafficState string
// Enum values for CustomRoutingDestinationTrafficState
const (
CustomRoutingDestinationTrafficStateAllow CustomRoutingDestinationTrafficState = "ALLOW"
CustomRoutingDestinationTrafficStateDeny CustomRoutingDestinationTrafficState = "DENY"
)
// Values returns all known values for CustomRoutingDestinationTrafficState. Note
// that this can be expanded in the future, and so it is only as up to date as the
// client. The ordering of this slice is not guaranteed to be stable across
// updates.
func (CustomRoutingDestinationTrafficState) Values() []CustomRoutingDestinationTrafficState {
return []CustomRoutingDestinationTrafficState{
"ALLOW",
"DENY",
}
}
type CustomRoutingProtocol string
// Enum values for CustomRoutingProtocol
const (
CustomRoutingProtocolTcp CustomRoutingProtocol = "TCP"
CustomRoutingProtocolUdp CustomRoutingProtocol = "UDP"
)
// Values returns all known values for CustomRoutingProtocol. Note that this can
// be expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (CustomRoutingProtocol) Values() []CustomRoutingProtocol {
return []CustomRoutingProtocol{
"TCP",
"UDP",
}
}
type HealthCheckProtocol string
// Enum values for HealthCheckProtocol
const (
HealthCheckProtocolTcp HealthCheckProtocol = "TCP"
HealthCheckProtocolHttp HealthCheckProtocol = "HTTP"
HealthCheckProtocolHttps HealthCheckProtocol = "HTTPS"
)
// Values returns all known values for HealthCheckProtocol. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (HealthCheckProtocol) Values() []HealthCheckProtocol {
return []HealthCheckProtocol{
"TCP",
"HTTP",
"HTTPS",
}
}
type HealthState string
// Enum values for HealthState
const (
HealthStateInitial HealthState = "INITIAL"
HealthStateHealthy HealthState = "HEALTHY"
HealthStateUnhealthy HealthState = "UNHEALTHY"
)
// Values returns all known values for HealthState. Note that this can be expanded
// in the future, and so it is only as up to date as the client. The ordering of
// this slice is not guaranteed to be stable across updates.
func (HealthState) Values() []HealthState {
return []HealthState{
"INITIAL",
"HEALTHY",
"UNHEALTHY",
}
}
type IpAddressFamily string
// Enum values for IpAddressFamily
const (
IpAddressFamilyIPv4 IpAddressFamily = "IPv4"
IpAddressFamilyIPv6 IpAddressFamily = "IPv6"
)
// Values returns all known values for IpAddressFamily. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (IpAddressFamily) Values() []IpAddressFamily {
return []IpAddressFamily{
"IPv4",
"IPv6",
}
}
type IpAddressType string
// Enum values for IpAddressType
const (
IpAddressTypeIpv4 IpAddressType = "IPV4"
IpAddressTypeDualStack IpAddressType = "DUAL_STACK"
)
// Values returns all known values for IpAddressType. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (IpAddressType) Values() []IpAddressType {
return []IpAddressType{
"IPV4",
"DUAL_STACK",
}
}
type Protocol string
// Enum values for Protocol
const (
ProtocolTcp Protocol = "TCP"
ProtocolUdp Protocol = "UDP"
)
// Values returns all known values for Protocol. Note that this can be expanded in
// the future, and so it is only as up to date as the client. The ordering of this
// slice is not guaranteed to be stable across updates.
func (Protocol) Values() []Protocol {
return []Protocol{
"TCP",
"UDP",
}
}
|