Skip to content

Commit 79ea161

Browse files
author
AWS
committed
AWS X-Ray Update: Remove incorrect endpoint tests
1 parent 48d2277 commit 79ea161

File tree

3 files changed

+14
-60
lines changed

3 files changed

+14
-60
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 X-Ray",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -507,17 +507,6 @@
507507
"UseDualStack": true
508508
}
509509
},
510-
{
511-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
512-
"expect": {
513-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
514-
},
515-
"params": {
516-
"Region": "us-iso-east-1",
517-
"UseFIPS": true,
518-
"UseDualStack": true
519-
}
520-
},
521510
{
522511
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
523512
"expect": {
@@ -531,17 +520,6 @@
531520
"UseDualStack": false
532521
}
533522
},
534-
{
535-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
536-
"expect": {
537-
"error": "DualStack is enabled but this partition does not support DualStack"
538-
},
539-
"params": {
540-
"Region": "us-iso-east-1",
541-
"UseFIPS": false,
542-
"UseDualStack": true
543-
}
544-
},
545523
{
546524
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
547525
"expect": {
@@ -555,17 +533,6 @@
555533
"UseDualStack": false
556534
}
557535
},
558-
{
559-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
560-
"expect": {
561-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
562-
},
563-
"params": {
564-
"Region": "us-isob-east-1",
565-
"UseFIPS": true,
566-
"UseDualStack": true
567-
}
568-
},
569536
{
570537
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
571538
"expect": {
@@ -579,17 +546,6 @@
579546
"UseDualStack": false
580547
}
581548
},
582-
{
583-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
584-
"expect": {
585-
"error": "DualStack is enabled but this partition does not support DualStack"
586-
},
587-
"params": {
588-
"Region": "us-isob-east-1",
589-
"UseFIPS": false,
590-
"UseDualStack": true
591-
}
592-
},
593549
{
594550
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
595551
"expect": {

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

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,7 @@
731731
},
732732
"CancelTraceRetrievalResult":{
733733
"type":"structure",
734-
"members":{
735-
}
734+
"members":{}
736735
},
737736
"ClientID":{
738737
"type":"string",
@@ -808,8 +807,7 @@
808807
},
809808
"DeleteGroupResult":{
810809
"type":"structure",
811-
"members":{
812-
}
810+
"members":{}
813811
},
814812
"DeleteResourcePolicyRequest":{
815813
"type":"structure",
@@ -827,8 +825,7 @@
827825
},
828826
"DeleteResourcePolicyResult":{
829827
"type":"structure",
830-
"members":{
831-
}
828+
"members":{}
832829
},
833830
"DeleteSamplingRuleRequest":{
834831
"type":"structure",
@@ -1171,8 +1168,7 @@
11711168
},
11721169
"GetEncryptionConfigRequest":{
11731170
"type":"structure",
1174-
"members":{
1175-
}
1171+
"members":{}
11761172
},
11771173
"GetEncryptionConfigResult":{
11781174
"type":"structure",
@@ -1666,8 +1662,7 @@
16661662
},
16671663
"GetTraceSegmentDestinationRequest":{
16681664
"type":"structure",
1669-
"members":{
1670-
}
1665+
"members":{}
16711666
},
16721667
"GetTraceSegmentDestinationResult":{
16731668
"type":"structure",
@@ -2428,8 +2423,7 @@
24282423
},
24292424
"PutTelemetryRecordsResult":{
24302425
"type":"structure",
2431-
"members":{
2432-
}
2426+
"members":{}
24332427
},
24342428
"PutTraceSegmentsRequest":{
24352429
"type":"structure",
@@ -3224,8 +3218,7 @@
32243218
},
32253219
"TagResourceResponse":{
32263220
"type":"structure",
3227-
"members":{
3228-
}
3221+
"members":{}
32293222
},
32303223
"TagValue":{
32313224
"type":"string",
@@ -3592,8 +3585,7 @@
35923585
},
35933586
"UntagResourceResponse":{
35943587
"type":"structure",
3595-
"members":{
3596-
}
3588+
"members":{}
35973589
},
35983590
"UpdateGroupRequest":{
35993591
"type":"structure",

0 commit comments

Comments
 (0)