Skip to content

Commit d1c8067

Browse files
author
awstools
committed
feat(client-forecast): Remove incorrect endpoint tests
1 parent 7b303d1 commit d1c8067

File tree

1 file changed

+3
-47
lines changed

1 file changed

+3
-47
lines changed

codegen/sdk-codegen/aws-models/forecast.json

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -914,17 +914,6 @@
914914
"UseDualStack": false
915915
}
916916
},
917-
{
918-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
919-
"expect": {
920-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
921-
},
922-
"params": {
923-
"Region": "us-iso-east-1",
924-
"UseFIPS": true,
925-
"UseDualStack": true
926-
}
927-
},
928917
{
929918
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
930919
"expect": {
@@ -938,17 +927,6 @@
938927
"UseDualStack": false
939928
}
940929
},
941-
{
942-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
943-
"expect": {
944-
"error": "DualStack is enabled but this partition does not support DualStack"
945-
},
946-
"params": {
947-
"Region": "us-iso-east-1",
948-
"UseFIPS": false,
949-
"UseDualStack": true
950-
}
951-
},
952930
{
953931
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
954932
"expect": {
@@ -962,17 +940,6 @@
962940
"UseDualStack": false
963941
}
964942
},
965-
{
966-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
967-
"expect": {
968-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
969-
},
970-
"params": {
971-
"Region": "us-isob-east-1",
972-
"UseFIPS": true,
973-
"UseDualStack": true
974-
}
975-
},
976943
{
977944
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
978945
"expect": {
@@ -986,17 +953,6 @@
986953
"UseDualStack": false
987954
}
988955
},
989-
{
990-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
991-
"expect": {
992-
"error": "DualStack is enabled but this partition does not support DualStack"
993-
},
994-
"params": {
995-
"Region": "us-isob-east-1",
996-
"UseFIPS": false,
997-
"UseDualStack": true
998-
}
999-
},
1000956
{
1001957
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1002958
"expect": {
@@ -6999,7 +6955,7 @@
69996955
"NextToken": {
70006956
"target": "com.amazonaws.forecast#NextToken",
70016957
"traits": {
7002-
"smithy.api#documentation": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</p>"
6958+
"smithy.api#documentation": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next\u2028 request. Tokens expire after 24 hours.</p>"
70036959
}
70046960
},
70056961
"MaxResults": {
@@ -7072,7 +7028,7 @@
70727028
"NextToken": {
70737029
"target": "com.amazonaws.forecast#NextToken",
70747030
"traits": {
7075-
"smithy.api#documentation": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</p>"
7031+
"smithy.api#documentation": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next\u2028 request. Tokens expire after 24 hours.</p>"
70767032
}
70777033
},
70787034
"MaxResults": {
@@ -7104,7 +7060,7 @@
71047060
"NextToken": {
71057061
"target": "com.amazonaws.forecast#NextToken",
71067062
"traits": {
7107-
"smithy.api#documentation": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</p>"
7063+
"smithy.api#documentation": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next\u2028 request. Tokens expire after 24 hours.</p>"
71087064
}
71097065
}
71107066
},

0 commit comments

Comments
 (0)