Skip to content

Commit 0713eed

Browse files
Add support for iterative DNS queries through the new INBOUND_DELEGATION endpoint. Add delegation support through the Outbound Endpoints with DELEGATE rules.
1 parent dbcc2ea commit 0713eed

15 files changed

+335
-354
lines changed

generator/ServiceModels/route53resolver/route53resolver-2018-04-01.api.json

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,10 @@
15441544
"Tags":{
15451545
"shape":"TagList",
15461546
"box":true
1547+
},
1548+
"DelegationRecord":{
1549+
"shape":"DelegationRecord",
1550+
"box":true
15471551
}
15481552
}
15491553
},
@@ -1558,6 +1562,11 @@
15581562
"max":255,
15591563
"min":1
15601564
},
1565+
"DelegationRecord":{
1566+
"type":"string",
1567+
"max":256,
1568+
"min":1
1569+
},
15611570
"DeleteFirewallDomainListRequest":{
15621571
"type":"structure",
15631572
"required":["FirewallDomainListId"],
@@ -2267,7 +2276,8 @@
22672276
"DELETING",
22682277
"DELETE_FAILED_FAS_EXPIRED",
22692278
"UPDATING",
2270-
"UPDATE_FAILED"
2279+
"UPDATE_FAILED",
2280+
"ISOLATED"
22712281
]
22722282
},
22732283
"IpAddressUpdate":{
@@ -2931,7 +2941,8 @@
29312941
"type":"string",
29322942
"enum":[
29332943
"INBOUND",
2934-
"OUTBOUND"
2944+
"OUTBOUND",
2945+
"INBOUND_DELEGATION"
29352946
]
29362947
},
29372948
"ResolverEndpointStatus":{
@@ -3047,7 +3058,8 @@
30473058
"OwnerId":{"shape":"AccountId"},
30483059
"ShareStatus":{"shape":"ShareStatus"},
30493060
"CreationTime":{"shape":"Rfc3339TimeString"},
3050-
"ModificationTime":{"shape":"Rfc3339TimeString"}
3061+
"ModificationTime":{"shape":"Rfc3339TimeString"},
3062+
"DelegationRecord":{"shape":"DelegationRecord"}
30513063
}
30523064
},
30533065
"ResolverRuleAssociation":{
@@ -3147,7 +3159,8 @@
31473159
"enum":[
31483160
"FORWARD",
31493161
"SYSTEM",
3150-
"RECURSIVE"
3162+
"RECURSIVE",
3163+
"DELEGATE"
31513164
]
31523165
},
31533166
"SecurityGroupIds":{
@@ -3240,8 +3253,7 @@
32403253
},
32413254
"TagResourceResponse":{
32423255
"type":"structure",
3243-
"members":{
3244-
}
3256+
"members":{}
32453257
},
32463258
"TagValue":{
32473259
"type":"string",
@@ -3306,8 +3318,7 @@
33063318
},
33073319
"UntagResourceResponse":{
33083320
"type":"structure",
3309-
"members":{
3310-
}
3321+
"members":{}
33113322
},
33123323
"UpdateFirewallConfigRequest":{
33133324
"type":"structure",

0 commit comments

Comments
 (0)