Skip to content

Commit b127157

Browse files
author
AWS
committed
Amazon HealthLake Update: Remove incorrect endpoint tests
1 parent cb43a52 commit b127157

File tree

3 files changed

+8
-48
lines changed

3 files changed

+8
-48
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon HealthLake",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/healthlake/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,6 @@
182182
"UseDualStack": false
183183
}
184184
},
185-
{
186-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
187-
"expect": {
188-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
189-
},
190-
"params": {
191-
"Region": "us-iso-east-1",
192-
"UseFIPS": true,
193-
"UseDualStack": true
194-
}
195-
},
196185
{
197186
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
198187
"expect": {
@@ -206,17 +195,6 @@
206195
"UseDualStack": false
207196
}
208197
},
209-
{
210-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
211-
"expect": {
212-
"error": "DualStack is enabled but this partition does not support DualStack"
213-
},
214-
"params": {
215-
"Region": "us-iso-east-1",
216-
"UseFIPS": false,
217-
"UseDualStack": true
218-
}
219-
},
220198
{
221199
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
222200
"expect": {
@@ -230,17 +208,6 @@
230208
"UseDualStack": false
231209
}
232210
},
233-
{
234-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
235-
"expect": {
236-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
237-
},
238-
"params": {
239-
"Region": "us-isob-east-1",
240-
"UseFIPS": true,
241-
"UseDualStack": true
242-
}
243-
},
244211
{
245212
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
246213
"expect": {
@@ -254,17 +221,6 @@
254221
"UseDualStack": false
255222
}
256223
},
257-
{
258-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
259-
"expect": {
260-
"error": "DualStack is enabled but this partition does not support DualStack"
261-
},
262-
"params": {
263-
"Region": "us-isob-east-1",
264-
"UseFIPS": false,
265-
"UseDualStack": true
266-
}
267-
},
268224
{
269225
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
270226
"expect": {

services/healthlake/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,8 +1238,7 @@
12381238
},
12391239
"TagResourceResponse":{
12401240
"type":"structure",
1241-
"members":{
1242-
}
1241+
"members":{}
12431242
},
12441243
"TagValue":{
12451244
"type":"string",
@@ -1275,8 +1274,7 @@
12751274
},
12761275
"UntagResourceResponse":{
12771276
"type":"structure",
1278-
"members":{
1279-
}
1277+
"members":{}
12801278
},
12811279
"ValidationException":{
12821280
"type":"structure",

0 commit comments

Comments
 (0)