Skip to content

Commit ee3be0b

Browse files
author
AWS
committed
AWS IoT Fleet Hub Update: Remove incorrect endpoint tests
1 parent 8d97804 commit ee3be0b

File tree

3 files changed

+13
-53
lines changed

3 files changed

+13
-53
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": "AWS IoT Fleet Hub",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -351,17 +351,6 @@
351351
"UseDualStack": false
352352
}
353353
},
354-
{
355-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
356-
"expect": {
357-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
358-
},
359-
"params": {
360-
"Region": "us-iso-east-1",
361-
"UseFIPS": true,
362-
"UseDualStack": true
363-
}
364-
},
365354
{
366355
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
367356
"expect": {
@@ -375,17 +364,6 @@
375364
"UseDualStack": false
376365
}
377366
},
378-
{
379-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
380-
"expect": {
381-
"error": "DualStack is enabled but this partition does not support DualStack"
382-
},
383-
"params": {
384-
"Region": "us-iso-east-1",
385-
"UseFIPS": false,
386-
"UseDualStack": true
387-
}
388-
},
389367
{
390368
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
391369
"expect": {
@@ -399,17 +377,6 @@
399377
"UseDualStack": false
400378
}
401379
},
402-
{
403-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
404-
"expect": {
405-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
406-
},
407-
"params": {
408-
"Region": "us-isob-east-1",
409-
"UseFIPS": true,
410-
"UseDualStack": true
411-
}
412-
},
413380
{
414381
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
415382
"expect": {
@@ -423,17 +390,6 @@
423390
"UseDualStack": false
424391
}
425392
},
426-
{
427-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
428-
"expect": {
429-
"error": "DualStack is enabled but this partition does not support DualStack"
430-
},
431-
"params": {
432-
"Region": "us-isob-east-1",
433-
"UseFIPS": false,
434-
"UseDualStack": true
435-
}
436-
},
437393
{
438394
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
439395
"expect": {

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"api.fleethub.iot",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"AWS IoT Fleet Hub",
910
"serviceId":"IoTFleetHub",
1011
"signatureVersion":"v4",
1112
"signingName":"iotfleethub",
12-
"uid":"iotfleethub-2020-11-03"
13+
"uid":"iotfleethub-2020-11-03",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"CreateApplication":{
@@ -286,8 +288,7 @@
286288
},
287289
"DeleteApplicationResponse":{
288290
"type":"structure",
289-
"members":{
290-
}
291+
"members":{}
291292
},
292293
"DescribeApplicationRequest":{
293294
"type":"structure",
@@ -511,8 +512,7 @@
511512
},
512513
"TagResourceResponse":{
513514
"type":"structure",
514-
"members":{
515-
}
515+
"members":{}
516516
},
517517
"TagValue":{
518518
"type":"string",
@@ -552,8 +552,7 @@
552552
},
553553
"UntagResourceResponse":{
554554
"type":"structure",
555-
"members":{
556-
}
555+
"members":{}
557556
},
558557
"UpdateApplicationRequest":{
559558
"type":"structure",
@@ -582,8 +581,7 @@
582581
},
583582
"UpdateApplicationResponse":{
584583
"type":"structure",
585-
"members":{
586-
}
584+
"members":{}
587585
},
588586
"Url":{
589587
"type":"string",

0 commit comments

Comments
 (0)