http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-route53-fake
/
org.http4k.connect.amazon.route53.model
Package-level
declarations
Types
Functions
Types
Fake
Route53Error
Link copied to clipboard
data
class
FakeRoute53Error
(
val
status
:
Status
,
val
error
:
ErrorResponse.Error
)
Stored
Hosted
Zone
Link copied to clipboard
data
class
StoredHostedZone
(
val
id
:
HostedZoneId
,
val
name
:
HostedZoneName
,
val
callerReference
:
String
,
val
config
:
Config
?
)
Functions
for
Domain
Link copied to clipboard
fun
Storage
<
ResourceRecordSet
>
.
forDomain
(
domain
:
HostedZoneName
)
:
List
<
ResourceRecordSet
>
for
Zone
Link copied to clipboard
fun
Storage
<
VPC
>
.
forZone
(
hostedZoneId
:
HostedZoneId
)
:
List
<
VPC
>
hosted
Zone
Not
Empty
Link copied to clipboard
fun
hostedZoneNotEmpty
(
)
:
Result
<
Nothing
,
FakeRoute53Error
>
invalid
Change
Batch
Link copied to clipboard
fun
invalidChangeBatch
(
message
:
String
)
:
Result
<
Nothing
,
FakeRoute53Error
>
invalid
Input
Link copied to clipboard
fun
invalidInput
(
message
:
String
)
:
Result
<
Nothing
,
FakeRoute53Error
>
no
Such
Hosted
Zone
Link copied to clipboard
fun
noSuchHostedZone
(
hostedZoneId
:
HostedZoneId
)
:
Result
<
Nothing
,
FakeRoute53Error
>
random
Link copied to clipboard
fun
HostedZoneId.Companion
.
random
(
random
:
Random
)
:
HostedZoneId
to
Hosted
Zone
Link copied to clipboard
fun
StoredHostedZone
.
toHostedZone
(
resources
:
Storage
<
ResourceRecordSet
>
)
:
HostedZone