code.dwrz.net

Go monorepo.
Log | Files | Refs

enums.go (19212B)


      1 // Code generated by smithy-go-codegen DO NOT EDIT.
      2 
      3 package types
      4 
      5 type AccountLimitType string
      6 
      7 // Enum values for AccountLimitType
      8 const (
      9 	AccountLimitTypeMaxHealthChecksByOwner           AccountLimitType = "MAX_HEALTH_CHECKS_BY_OWNER"
     10 	AccountLimitTypeMaxHostedZonesByOwner            AccountLimitType = "MAX_HOSTED_ZONES_BY_OWNER"
     11 	AccountLimitTypeMaxTrafficPolicyInstancesByOwner AccountLimitType = "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER"
     12 	AccountLimitTypeMaxReusableDelegationSetsByOwner AccountLimitType = "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER"
     13 	AccountLimitTypeMaxTrafficPoliciesByOwner        AccountLimitType = "MAX_TRAFFIC_POLICIES_BY_OWNER"
     14 )
     15 
     16 // Values returns all known values for AccountLimitType. Note that this can be
     17 // expanded in the future, and so it is only as up to date as the client. The
     18 // ordering of this slice is not guaranteed to be stable across updates.
     19 func (AccountLimitType) Values() []AccountLimitType {
     20 	return []AccountLimitType{
     21 		"MAX_HEALTH_CHECKS_BY_OWNER",
     22 		"MAX_HOSTED_ZONES_BY_OWNER",
     23 		"MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
     24 		"MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
     25 		"MAX_TRAFFIC_POLICIES_BY_OWNER",
     26 	}
     27 }
     28 
     29 type ChangeAction string
     30 
     31 // Enum values for ChangeAction
     32 const (
     33 	ChangeActionCreate ChangeAction = "CREATE"
     34 	ChangeActionDelete ChangeAction = "DELETE"
     35 	ChangeActionUpsert ChangeAction = "UPSERT"
     36 )
     37 
     38 // Values returns all known values for ChangeAction. Note that this can be expanded
     39 // in the future, and so it is only as up to date as the client. The ordering of
     40 // this slice is not guaranteed to be stable across updates.
     41 func (ChangeAction) Values() []ChangeAction {
     42 	return []ChangeAction{
     43 		"CREATE",
     44 		"DELETE",
     45 		"UPSERT",
     46 	}
     47 }
     48 
     49 type ChangeStatus string
     50 
     51 // Enum values for ChangeStatus
     52 const (
     53 	ChangeStatusPending ChangeStatus = "PENDING"
     54 	ChangeStatusInsync  ChangeStatus = "INSYNC"
     55 )
     56 
     57 // Values returns all known values for ChangeStatus. Note that this can be expanded
     58 // in the future, and so it is only as up to date as the client. The ordering of
     59 // this slice is not guaranteed to be stable across updates.
     60 func (ChangeStatus) Values() []ChangeStatus {
     61 	return []ChangeStatus{
     62 		"PENDING",
     63 		"INSYNC",
     64 	}
     65 }
     66 
     67 type CidrCollectionChangeAction string
     68 
     69 // Enum values for CidrCollectionChangeAction
     70 const (
     71 	CidrCollectionChangeActionPut            CidrCollectionChangeAction = "PUT"
     72 	CidrCollectionChangeActionDeleteIfExists CidrCollectionChangeAction = "DELETE_IF_EXISTS"
     73 )
     74 
     75 // Values returns all known values for CidrCollectionChangeAction. Note that this
     76 // can be expanded in the future, and so it is only as up to date as the client.
     77 // The ordering of this slice is not guaranteed to be stable across updates.
     78 func (CidrCollectionChangeAction) Values() []CidrCollectionChangeAction {
     79 	return []CidrCollectionChangeAction{
     80 		"PUT",
     81 		"DELETE_IF_EXISTS",
     82 	}
     83 }
     84 
     85 type CloudWatchRegion string
     86 
     87 // Enum values for CloudWatchRegion
     88 const (
     89 	CloudWatchRegionUsEast1      CloudWatchRegion = "us-east-1"
     90 	CloudWatchRegionUsEast2      CloudWatchRegion = "us-east-2"
     91 	CloudWatchRegionUsWest1      CloudWatchRegion = "us-west-1"
     92 	CloudWatchRegionUsWest2      CloudWatchRegion = "us-west-2"
     93 	CloudWatchRegionCaCentral1   CloudWatchRegion = "ca-central-1"
     94 	CloudWatchRegionEuCentral1   CloudWatchRegion = "eu-central-1"
     95 	CloudWatchRegionEuWest1      CloudWatchRegion = "eu-west-1"
     96 	CloudWatchRegionEuWest2      CloudWatchRegion = "eu-west-2"
     97 	CloudWatchRegionEuWest3      CloudWatchRegion = "eu-west-3"
     98 	CloudWatchRegionApEast1      CloudWatchRegion = "ap-east-1"
     99 	CloudWatchRegionMeSouth1     CloudWatchRegion = "me-south-1"
    100 	CloudWatchRegionMeCentral1   CloudWatchRegion = "me-central-1"
    101 	CloudWatchRegionApSouth1     CloudWatchRegion = "ap-south-1"
    102 	CloudWatchRegionApSoutheast1 CloudWatchRegion = "ap-southeast-1"
    103 	CloudWatchRegionApSoutheast2 CloudWatchRegion = "ap-southeast-2"
    104 	CloudWatchRegionApSoutheast3 CloudWatchRegion = "ap-southeast-3"
    105 	CloudWatchRegionApNortheast1 CloudWatchRegion = "ap-northeast-1"
    106 	CloudWatchRegionApNortheast2 CloudWatchRegion = "ap-northeast-2"
    107 	CloudWatchRegionApNortheast3 CloudWatchRegion = "ap-northeast-3"
    108 	CloudWatchRegionEuNorth1     CloudWatchRegion = "eu-north-1"
    109 	CloudWatchRegionSaEast1      CloudWatchRegion = "sa-east-1"
    110 	CloudWatchRegionCnNorthwest1 CloudWatchRegion = "cn-northwest-1"
    111 	CloudWatchRegionCnNorth1     CloudWatchRegion = "cn-north-1"
    112 	CloudWatchRegionAfSouth1     CloudWatchRegion = "af-south-1"
    113 	CloudWatchRegionEuSouth1     CloudWatchRegion = "eu-south-1"
    114 	CloudWatchRegionUsGovWest1   CloudWatchRegion = "us-gov-west-1"
    115 	CloudWatchRegionUsGovEast1   CloudWatchRegion = "us-gov-east-1"
    116 	CloudWatchRegionUsIsoEast1   CloudWatchRegion = "us-iso-east-1"
    117 	CloudWatchRegionUsIsoWest1   CloudWatchRegion = "us-iso-west-1"
    118 	CloudWatchRegionUsIsobEast1  CloudWatchRegion = "us-isob-east-1"
    119 )
    120 
    121 // Values returns all known values for CloudWatchRegion. Note that this can be
    122 // expanded in the future, and so it is only as up to date as the client. The
    123 // ordering of this slice is not guaranteed to be stable across updates.
    124 func (CloudWatchRegion) Values() []CloudWatchRegion {
    125 	return []CloudWatchRegion{
    126 		"us-east-1",
    127 		"us-east-2",
    128 		"us-west-1",
    129 		"us-west-2",
    130 		"ca-central-1",
    131 		"eu-central-1",
    132 		"eu-west-1",
    133 		"eu-west-2",
    134 		"eu-west-3",
    135 		"ap-east-1",
    136 		"me-south-1",
    137 		"me-central-1",
    138 		"ap-south-1",
    139 		"ap-southeast-1",
    140 		"ap-southeast-2",
    141 		"ap-southeast-3",
    142 		"ap-northeast-1",
    143 		"ap-northeast-2",
    144 		"ap-northeast-3",
    145 		"eu-north-1",
    146 		"sa-east-1",
    147 		"cn-northwest-1",
    148 		"cn-north-1",
    149 		"af-south-1",
    150 		"eu-south-1",
    151 		"us-gov-west-1",
    152 		"us-gov-east-1",
    153 		"us-iso-east-1",
    154 		"us-iso-west-1",
    155 		"us-isob-east-1",
    156 	}
    157 }
    158 
    159 type ComparisonOperator string
    160 
    161 // Enum values for ComparisonOperator
    162 const (
    163 	ComparisonOperatorGreaterThanOrEqualToThreshold ComparisonOperator = "GreaterThanOrEqualToThreshold"
    164 	ComparisonOperatorGreaterThanThreshold          ComparisonOperator = "GreaterThanThreshold"
    165 	ComparisonOperatorLessThanThreshold             ComparisonOperator = "LessThanThreshold"
    166 	ComparisonOperatorLessThanOrEqualToThreshold    ComparisonOperator = "LessThanOrEqualToThreshold"
    167 )
    168 
    169 // Values returns all known values for ComparisonOperator. Note that this can be
    170 // expanded in the future, and so it is only as up to date as the client. The
    171 // ordering of this slice is not guaranteed to be stable across updates.
    172 func (ComparisonOperator) Values() []ComparisonOperator {
    173 	return []ComparisonOperator{
    174 		"GreaterThanOrEqualToThreshold",
    175 		"GreaterThanThreshold",
    176 		"LessThanThreshold",
    177 		"LessThanOrEqualToThreshold",
    178 	}
    179 }
    180 
    181 type HealthCheckRegion string
    182 
    183 // Enum values for HealthCheckRegion
    184 const (
    185 	HealthCheckRegionUsEast1      HealthCheckRegion = "us-east-1"
    186 	HealthCheckRegionUsWest1      HealthCheckRegion = "us-west-1"
    187 	HealthCheckRegionUsWest2      HealthCheckRegion = "us-west-2"
    188 	HealthCheckRegionEuWest1      HealthCheckRegion = "eu-west-1"
    189 	HealthCheckRegionApSoutheast1 HealthCheckRegion = "ap-southeast-1"
    190 	HealthCheckRegionApSoutheast2 HealthCheckRegion = "ap-southeast-2"
    191 	HealthCheckRegionApNortheast1 HealthCheckRegion = "ap-northeast-1"
    192 	HealthCheckRegionSaEast1      HealthCheckRegion = "sa-east-1"
    193 )
    194 
    195 // Values returns all known values for HealthCheckRegion. Note that this can be
    196 // expanded in the future, and so it is only as up to date as the client. The
    197 // ordering of this slice is not guaranteed to be stable across updates.
    198 func (HealthCheckRegion) Values() []HealthCheckRegion {
    199 	return []HealthCheckRegion{
    200 		"us-east-1",
    201 		"us-west-1",
    202 		"us-west-2",
    203 		"eu-west-1",
    204 		"ap-southeast-1",
    205 		"ap-southeast-2",
    206 		"ap-northeast-1",
    207 		"sa-east-1",
    208 	}
    209 }
    210 
    211 type HealthCheckType string
    212 
    213 // Enum values for HealthCheckType
    214 const (
    215 	HealthCheckTypeHttp             HealthCheckType = "HTTP"
    216 	HealthCheckTypeHttps            HealthCheckType = "HTTPS"
    217 	HealthCheckTypeHttpStrMatch     HealthCheckType = "HTTP_STR_MATCH"
    218 	HealthCheckTypeHttpsStrMatch    HealthCheckType = "HTTPS_STR_MATCH"
    219 	HealthCheckTypeTcp              HealthCheckType = "TCP"
    220 	HealthCheckTypeCalculated       HealthCheckType = "CALCULATED"
    221 	HealthCheckTypeCloudwatchMetric HealthCheckType = "CLOUDWATCH_METRIC"
    222 	HealthCheckTypeRecoveryControl  HealthCheckType = "RECOVERY_CONTROL"
    223 )
    224 
    225 // Values returns all known values for HealthCheckType. Note that this can be
    226 // expanded in the future, and so it is only as up to date as the client. The
    227 // ordering of this slice is not guaranteed to be stable across updates.
    228 func (HealthCheckType) Values() []HealthCheckType {
    229 	return []HealthCheckType{
    230 		"HTTP",
    231 		"HTTPS",
    232 		"HTTP_STR_MATCH",
    233 		"HTTPS_STR_MATCH",
    234 		"TCP",
    235 		"CALCULATED",
    236 		"CLOUDWATCH_METRIC",
    237 		"RECOVERY_CONTROL",
    238 	}
    239 }
    240 
    241 type HostedZoneLimitType string
    242 
    243 // Enum values for HostedZoneLimitType
    244 const (
    245 	HostedZoneLimitTypeMaxRrsetsByZone         HostedZoneLimitType = "MAX_RRSETS_BY_ZONE"
    246 	HostedZoneLimitTypeMaxVpcsAssociatedByZone HostedZoneLimitType = "MAX_VPCS_ASSOCIATED_BY_ZONE"
    247 )
    248 
    249 // Values returns all known values for HostedZoneLimitType. Note that this can be
    250 // expanded in the future, and so it is only as up to date as the client. The
    251 // ordering of this slice is not guaranteed to be stable across updates.
    252 func (HostedZoneLimitType) Values() []HostedZoneLimitType {
    253 	return []HostedZoneLimitType{
    254 		"MAX_RRSETS_BY_ZONE",
    255 		"MAX_VPCS_ASSOCIATED_BY_ZONE",
    256 	}
    257 }
    258 
    259 type InsufficientDataHealthStatus string
    260 
    261 // Enum values for InsufficientDataHealthStatus
    262 const (
    263 	InsufficientDataHealthStatusHealthy         InsufficientDataHealthStatus = "Healthy"
    264 	InsufficientDataHealthStatusUnhealthy       InsufficientDataHealthStatus = "Unhealthy"
    265 	InsufficientDataHealthStatusLastKnownStatus InsufficientDataHealthStatus = "LastKnownStatus"
    266 )
    267 
    268 // Values returns all known values for InsufficientDataHealthStatus. Note that this
    269 // can be expanded in the future, and so it is only as up to date as the client.
    270 // The ordering of this slice is not guaranteed to be stable across updates.
    271 func (InsufficientDataHealthStatus) Values() []InsufficientDataHealthStatus {
    272 	return []InsufficientDataHealthStatus{
    273 		"Healthy",
    274 		"Unhealthy",
    275 		"LastKnownStatus",
    276 	}
    277 }
    278 
    279 type ResettableElementName string
    280 
    281 // Enum values for ResettableElementName
    282 const (
    283 	ResettableElementNameFullyQualifiedDomainName ResettableElementName = "FullyQualifiedDomainName"
    284 	ResettableElementNameRegions                  ResettableElementName = "Regions"
    285 	ResettableElementNameResourcePath             ResettableElementName = "ResourcePath"
    286 	ResettableElementNameChildHealthChecks        ResettableElementName = "ChildHealthChecks"
    287 )
    288 
    289 // Values returns all known values for ResettableElementName. Note that this can be
    290 // expanded in the future, and so it is only as up to date as the client. The
    291 // ordering of this slice is not guaranteed to be stable across updates.
    292 func (ResettableElementName) Values() []ResettableElementName {
    293 	return []ResettableElementName{
    294 		"FullyQualifiedDomainName",
    295 		"Regions",
    296 		"ResourcePath",
    297 		"ChildHealthChecks",
    298 	}
    299 }
    300 
    301 type ResourceRecordSetFailover string
    302 
    303 // Enum values for ResourceRecordSetFailover
    304 const (
    305 	ResourceRecordSetFailoverPrimary   ResourceRecordSetFailover = "PRIMARY"
    306 	ResourceRecordSetFailoverSecondary ResourceRecordSetFailover = "SECONDARY"
    307 )
    308 
    309 // Values returns all known values for ResourceRecordSetFailover. Note that this
    310 // can be expanded in the future, and so it is only as up to date as the client.
    311 // The ordering of this slice is not guaranteed to be stable across updates.
    312 func (ResourceRecordSetFailover) Values() []ResourceRecordSetFailover {
    313 	return []ResourceRecordSetFailover{
    314 		"PRIMARY",
    315 		"SECONDARY",
    316 	}
    317 }
    318 
    319 type ResourceRecordSetRegion string
    320 
    321 // Enum values for ResourceRecordSetRegion
    322 const (
    323 	ResourceRecordSetRegionUsEast1      ResourceRecordSetRegion = "us-east-1"
    324 	ResourceRecordSetRegionUsEast2      ResourceRecordSetRegion = "us-east-2"
    325 	ResourceRecordSetRegionUsWest1      ResourceRecordSetRegion = "us-west-1"
    326 	ResourceRecordSetRegionUsWest2      ResourceRecordSetRegion = "us-west-2"
    327 	ResourceRecordSetRegionCaCentral1   ResourceRecordSetRegion = "ca-central-1"
    328 	ResourceRecordSetRegionEuWest1      ResourceRecordSetRegion = "eu-west-1"
    329 	ResourceRecordSetRegionEuWest2      ResourceRecordSetRegion = "eu-west-2"
    330 	ResourceRecordSetRegionEuWest3      ResourceRecordSetRegion = "eu-west-3"
    331 	ResourceRecordSetRegionEuCentral1   ResourceRecordSetRegion = "eu-central-1"
    332 	ResourceRecordSetRegionApSoutheast1 ResourceRecordSetRegion = "ap-southeast-1"
    333 	ResourceRecordSetRegionApSoutheast2 ResourceRecordSetRegion = "ap-southeast-2"
    334 	ResourceRecordSetRegionApSoutheast3 ResourceRecordSetRegion = "ap-southeast-3"
    335 	ResourceRecordSetRegionApNortheast1 ResourceRecordSetRegion = "ap-northeast-1"
    336 	ResourceRecordSetRegionApNortheast2 ResourceRecordSetRegion = "ap-northeast-2"
    337 	ResourceRecordSetRegionApNortheast3 ResourceRecordSetRegion = "ap-northeast-3"
    338 	ResourceRecordSetRegionEuNorth1     ResourceRecordSetRegion = "eu-north-1"
    339 	ResourceRecordSetRegionSaEast1      ResourceRecordSetRegion = "sa-east-1"
    340 	ResourceRecordSetRegionCnNorth1     ResourceRecordSetRegion = "cn-north-1"
    341 	ResourceRecordSetRegionCnNorthwest1 ResourceRecordSetRegion = "cn-northwest-1"
    342 	ResourceRecordSetRegionApEast1      ResourceRecordSetRegion = "ap-east-1"
    343 	ResourceRecordSetRegionMeSouth1     ResourceRecordSetRegion = "me-south-1"
    344 	ResourceRecordSetRegionApSouth1     ResourceRecordSetRegion = "ap-south-1"
    345 	ResourceRecordSetRegionAfSouth1     ResourceRecordSetRegion = "af-south-1"
    346 	ResourceRecordSetRegionEuSouth1     ResourceRecordSetRegion = "eu-south-1"
    347 )
    348 
    349 // Values returns all known values for ResourceRecordSetRegion. Note that this can
    350 // be expanded in the future, and so it is only as up to date as the client. The
    351 // ordering of this slice is not guaranteed to be stable across updates.
    352 func (ResourceRecordSetRegion) Values() []ResourceRecordSetRegion {
    353 	return []ResourceRecordSetRegion{
    354 		"us-east-1",
    355 		"us-east-2",
    356 		"us-west-1",
    357 		"us-west-2",
    358 		"ca-central-1",
    359 		"eu-west-1",
    360 		"eu-west-2",
    361 		"eu-west-3",
    362 		"eu-central-1",
    363 		"ap-southeast-1",
    364 		"ap-southeast-2",
    365 		"ap-southeast-3",
    366 		"ap-northeast-1",
    367 		"ap-northeast-2",
    368 		"ap-northeast-3",
    369 		"eu-north-1",
    370 		"sa-east-1",
    371 		"cn-north-1",
    372 		"cn-northwest-1",
    373 		"ap-east-1",
    374 		"me-south-1",
    375 		"ap-south-1",
    376 		"af-south-1",
    377 		"eu-south-1",
    378 	}
    379 }
    380 
    381 type ReusableDelegationSetLimitType string
    382 
    383 // Enum values for ReusableDelegationSetLimitType
    384 const (
    385 	ReusableDelegationSetLimitTypeMaxZonesByReusableDelegationSet ReusableDelegationSetLimitType = "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
    386 )
    387 
    388 // Values returns all known values for ReusableDelegationSetLimitType. Note that
    389 // this can be expanded in the future, and so it is only as up to date as the
    390 // client. The ordering of this slice is not guaranteed to be stable across
    391 // updates.
    392 func (ReusableDelegationSetLimitType) Values() []ReusableDelegationSetLimitType {
    393 	return []ReusableDelegationSetLimitType{
    394 		"MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
    395 	}
    396 }
    397 
    398 type RRType string
    399 
    400 // Enum values for RRType
    401 const (
    402 	RRTypeSoa   RRType = "SOA"
    403 	RRTypeA     RRType = "A"
    404 	RRTypeTxt   RRType = "TXT"
    405 	RRTypeNs    RRType = "NS"
    406 	RRTypeCname RRType = "CNAME"
    407 	RRTypeMx    RRType = "MX"
    408 	RRTypeNaptr RRType = "NAPTR"
    409 	RRTypePtr   RRType = "PTR"
    410 	RRTypeSrv   RRType = "SRV"
    411 	RRTypeSpf   RRType = "SPF"
    412 	RRTypeAaaa  RRType = "AAAA"
    413 	RRTypeCaa   RRType = "CAA"
    414 	RRTypeDs    RRType = "DS"
    415 )
    416 
    417 // Values returns all known values for RRType. Note that this can be expanded in
    418 // the future, and so it is only as up to date as the client. The ordering of this
    419 // slice is not guaranteed to be stable across updates.
    420 func (RRType) Values() []RRType {
    421 	return []RRType{
    422 		"SOA",
    423 		"A",
    424 		"TXT",
    425 		"NS",
    426 		"CNAME",
    427 		"MX",
    428 		"NAPTR",
    429 		"PTR",
    430 		"SRV",
    431 		"SPF",
    432 		"AAAA",
    433 		"CAA",
    434 		"DS",
    435 	}
    436 }
    437 
    438 type Statistic string
    439 
    440 // Enum values for Statistic
    441 const (
    442 	StatisticAverage     Statistic = "Average"
    443 	StatisticSum         Statistic = "Sum"
    444 	StatisticSampleCount Statistic = "SampleCount"
    445 	StatisticMaximum     Statistic = "Maximum"
    446 	StatisticMinimum     Statistic = "Minimum"
    447 )
    448 
    449 // Values returns all known values for Statistic. Note that this can be expanded in
    450 // the future, and so it is only as up to date as the client. The ordering of this
    451 // slice is not guaranteed to be stable across updates.
    452 func (Statistic) Values() []Statistic {
    453 	return []Statistic{
    454 		"Average",
    455 		"Sum",
    456 		"SampleCount",
    457 		"Maximum",
    458 		"Minimum",
    459 	}
    460 }
    461 
    462 type TagResourceType string
    463 
    464 // Enum values for TagResourceType
    465 const (
    466 	TagResourceTypeHealthcheck TagResourceType = "healthcheck"
    467 	TagResourceTypeHostedzone  TagResourceType = "hostedzone"
    468 )
    469 
    470 // Values returns all known values for TagResourceType. Note that this can be
    471 // expanded in the future, and so it is only as up to date as the client. The
    472 // ordering of this slice is not guaranteed to be stable across updates.
    473 func (TagResourceType) Values() []TagResourceType {
    474 	return []TagResourceType{
    475 		"healthcheck",
    476 		"hostedzone",
    477 	}
    478 }
    479 
    480 type VPCRegion string
    481 
    482 // Enum values for VPCRegion
    483 const (
    484 	VPCRegionUsEast1      VPCRegion = "us-east-1"
    485 	VPCRegionUsEast2      VPCRegion = "us-east-2"
    486 	VPCRegionUsWest1      VPCRegion = "us-west-1"
    487 	VPCRegionUsWest2      VPCRegion = "us-west-2"
    488 	VPCRegionEuWest1      VPCRegion = "eu-west-1"
    489 	VPCRegionEuWest2      VPCRegion = "eu-west-2"
    490 	VPCRegionEuWest3      VPCRegion = "eu-west-3"
    491 	VPCRegionEuCentral1   VPCRegion = "eu-central-1"
    492 	VPCRegionApEast1      VPCRegion = "ap-east-1"
    493 	VPCRegionMeSouth1     VPCRegion = "me-south-1"
    494 	VPCRegionUsGovWest1   VPCRegion = "us-gov-west-1"
    495 	VPCRegionUsGovEast1   VPCRegion = "us-gov-east-1"
    496 	VPCRegionUsIsoEast1   VPCRegion = "us-iso-east-1"
    497 	VPCRegionUsIsoWest1   VPCRegion = "us-iso-west-1"
    498 	VPCRegionUsIsobEast1  VPCRegion = "us-isob-east-1"
    499 	VPCRegionMeCentral1   VPCRegion = "me-central-1"
    500 	VPCRegionApSoutheast1 VPCRegion = "ap-southeast-1"
    501 	VPCRegionApSoutheast2 VPCRegion = "ap-southeast-2"
    502 	VPCRegionApSoutheast3 VPCRegion = "ap-southeast-3"
    503 	VPCRegionApSouth1     VPCRegion = "ap-south-1"
    504 	VPCRegionApNortheast1 VPCRegion = "ap-northeast-1"
    505 	VPCRegionApNortheast2 VPCRegion = "ap-northeast-2"
    506 	VPCRegionApNortheast3 VPCRegion = "ap-northeast-3"
    507 	VPCRegionEuNorth1     VPCRegion = "eu-north-1"
    508 	VPCRegionSaEast1      VPCRegion = "sa-east-1"
    509 	VPCRegionCaCentral1   VPCRegion = "ca-central-1"
    510 	VPCRegionCnNorth1     VPCRegion = "cn-north-1"
    511 	VPCRegionAfSouth1     VPCRegion = "af-south-1"
    512 	VPCRegionEuSouth1     VPCRegion = "eu-south-1"
    513 )
    514 
    515 // Values returns all known values for VPCRegion. Note that this can be expanded in
    516 // the future, and so it is only as up to date as the client. The ordering of this
    517 // slice is not guaranteed to be stable across updates.
    518 func (VPCRegion) Values() []VPCRegion {
    519 	return []VPCRegion{
    520 		"us-east-1",
    521 		"us-east-2",
    522 		"us-west-1",
    523 		"us-west-2",
    524 		"eu-west-1",
    525 		"eu-west-2",
    526 		"eu-west-3",
    527 		"eu-central-1",
    528 		"ap-east-1",
    529 		"me-south-1",
    530 		"us-gov-west-1",
    531 		"us-gov-east-1",
    532 		"us-iso-east-1",
    533 		"us-iso-west-1",
    534 		"us-isob-east-1",
    535 		"me-central-1",
    536 		"ap-southeast-1",
    537 		"ap-southeast-2",
    538 		"ap-southeast-3",
    539 		"ap-south-1",
    540 		"ap-northeast-1",
    541 		"ap-northeast-2",
    542 		"ap-northeast-3",
    543 		"eu-north-1",
    544 		"sa-east-1",
    545 		"ca-central-1",
    546 		"cn-north-1",
    547 		"af-south-1",
    548 		"eu-south-1",
    549 	}
    550 }