Skip to content

Commit a3abef0

Browse files
author
awstools
committed
feat(client-marketplace-entitlement-service): Remove incorrect endpoint tests
1 parent 6fcdfaa commit a3abef0

File tree

1 file changed

+18
-80
lines changed

1 file changed

+18
-80
lines changed

codegen/sdk-codegen/aws-models/marketplace-entitlement-service.json

Lines changed: 18 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -716,17 +716,6 @@
716716
"UseDualStack": false
717717
}
718718
},
719-
{
720-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
721-
"expect": {
722-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
723-
},
724-
"params": {
725-
"Region": "us-iso-east-1",
726-
"UseFIPS": true,
727-
"UseDualStack": true
728-
}
729-
},
730719
{
731720
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
732721
"expect": {
@@ -740,17 +729,6 @@
740729
"UseDualStack": false
741730
}
742731
},
743-
{
744-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
745-
"expect": {
746-
"error": "DualStack is enabled but this partition does not support DualStack"
747-
},
748-
"params": {
749-
"Region": "us-iso-east-1",
750-
"UseFIPS": false,
751-
"UseDualStack": true
752-
}
753-
},
754732
{
755733
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
756734
"expect": {
@@ -764,17 +742,6 @@
764742
"UseDualStack": false
765743
}
766744
},
767-
{
768-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
769-
"expect": {
770-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
771-
},
772-
"params": {
773-
"Region": "us-isob-east-1",
774-
"UseFIPS": true,
775-
"UseDualStack": true
776-
}
777-
},
778745
{
779746
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
780747
"expect": {
@@ -788,17 +755,6 @@
788755
"UseDualStack": false
789756
}
790757
},
791-
{
792-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
793-
"expect": {
794-
"error": "DualStack is enabled but this partition does not support DualStack"
795-
},
796-
"params": {
797-
"Region": "us-isob-east-1",
798-
"UseFIPS": false,
799-
"UseDualStack": true
800-
}
801-
},
802758
{
803759
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
804760
"expect": {
@@ -812,17 +768,6 @@
812768
"UseDualStack": false
813769
}
814770
},
815-
{
816-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
817-
"expect": {
818-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
819-
},
820-
"params": {
821-
"Region": "eu-isoe-west-1",
822-
"UseFIPS": true,
823-
"UseDualStack": true
824-
}
825-
},
826771
{
827772
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack disabled",
828773
"expect": {
@@ -836,17 +781,6 @@
836781
"UseDualStack": false
837782
}
838783
},
839-
{
840-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
841-
"expect": {
842-
"error": "DualStack is enabled but this partition does not support DualStack"
843-
},
844-
"params": {
845-
"Region": "eu-isoe-west-1",
846-
"UseFIPS": false,
847-
"UseDualStack": true
848-
}
849-
},
850784
{
851785
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack disabled",
852786
"expect": {
@@ -861,49 +795,53 @@
861795
}
862796
},
863797
{
864-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
798+
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack disabled",
865799
"expect": {
866-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
800+
"endpoint": {
801+
"url": "https://entitlement.marketplace-fips.us-isof-south-1.csp.hci.ic.gov"
802+
}
867803
},
868804
"params": {
869805
"Region": "us-isof-south-1",
870806
"UseFIPS": true,
871-
"UseDualStack": true
807+
"UseDualStack": false
872808
}
873809
},
874810
{
875-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack disabled",
811+
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack disabled",
876812
"expect": {
877813
"endpoint": {
878-
"url": "https://entitlement.marketplace-fips.us-isof-south-1.csp.hci.ic.gov"
814+
"url": "https://entitlement.marketplace.us-isof-south-1.csp.hci.ic.gov"
879815
}
880816
},
881817
"params": {
882818
"Region": "us-isof-south-1",
883-
"UseFIPS": true,
819+
"UseFIPS": false,
884820
"UseDualStack": false
885821
}
886822
},
887823
{
888-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
824+
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
889825
"expect": {
890-
"error": "DualStack is enabled but this partition does not support DualStack"
826+
"endpoint": {
827+
"url": "https://entitlement.marketplace-fips.eusc-de-east-1.amazonaws.eu"
828+
}
891829
},
892830
"params": {
893-
"Region": "us-isof-south-1",
894-
"UseFIPS": false,
895-
"UseDualStack": true
831+
"Region": "eusc-de-east-1",
832+
"UseFIPS": true,
833+
"UseDualStack": false
896834
}
897835
},
898836
{
899-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack disabled",
837+
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
900838
"expect": {
901839
"endpoint": {
902-
"url": "https://entitlement.marketplace.us-isof-south-1.csp.hci.ic.gov"
840+
"url": "https://entitlement.marketplace.eusc-de-east-1.amazonaws.eu"
903841
}
904842
},
905843
"params": {
906-
"Region": "us-isof-south-1",
844+
"Region": "eusc-de-east-1",
907845
"UseFIPS": false,
908846
"UseDualStack": false
909847
}

0 commit comments

Comments
 (0)