Skip to content

Commit a79559f

Browse files
author
AWS
committed
AWS Savings Plans Update: Remove incorrect endpoint tests
1 parent e7e9ec0 commit a79559f

File tree

4 files changed

+13
-53
lines changed

4 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 Savings Plans",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,6 @@
187187
"UseDualStack": false
188188
}
189189
},
190-
{
191-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
192-
"expect": {
193-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
194-
},
195-
"params": {
196-
"Region": "us-iso-east-1",
197-
"UseFIPS": true,
198-
"UseDualStack": true
199-
}
200-
},
201190
{
202191
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
203192
"expect": {
@@ -211,17 +200,6 @@
211200
"UseDualStack": false
212201
}
213202
},
214-
{
215-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
216-
"expect": {
217-
"error": "DualStack is enabled but this partition does not support DualStack"
218-
},
219-
"params": {
220-
"Region": "us-iso-east-1",
221-
"UseFIPS": false,
222-
"UseDualStack": true
223-
}
224-
},
225203
{
226204
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
227205
"expect": {
@@ -235,17 +213,6 @@
235213
"UseDualStack": false
236214
}
237215
},
238-
{
239-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
240-
"expect": {
241-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
242-
},
243-
"params": {
244-
"Region": "us-isob-east-1",
245-
"UseFIPS": true,
246-
"UseDualStack": true
247-
}
248-
},
249216
{
250217
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
251218
"expect": {
@@ -259,17 +226,6 @@
259226
"UseDualStack": false
260227
}
261228
},
262-
{
263-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
264-
"expect": {
265-
"error": "DualStack is enabled but this partition does not support DualStack"
266-
},
267-
"params": {
268-
"Region": "us-isob-east-1",
269-
"UseFIPS": false,
270-
"UseDualStack": true
271-
}
272-
},
273229
{
274230
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
275231
"expect": {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"pagination": {
3-
}
2+
"pagination": {}
43
}

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"globalEndpoint":"savingsplans.amazonaws.com",
77
"jsonVersion":"1.0",
88
"protocol":"rest-json",
9+
"protocols":["rest-json"],
910
"serviceAbbreviation":"AWSSavingsPlans",
1011
"serviceFullName":"AWS Savings Plans",
1112
"serviceId":"savingsplans",
1213
"signatureVersion":"v4",
13-
"uid":"savingsplans-2019-06-28"
14+
"uid":"savingsplans-2019-06-28",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"CreateSavingsPlan":{
@@ -234,8 +236,7 @@
234236
},
235237
"DeleteQueuedSavingsPlanResponse":{
236238
"type":"structure",
237-
"members":{
238-
}
239+
"members":{}
239240
},
240241
"DescribeSavingsPlanRatesRequest":{
241242
"type":"structure",
@@ -1173,8 +1174,7 @@
11731174
},
11741175
"TagResourceResponse":{
11751176
"type":"structure",
1176-
"members":{
1177-
}
1177+
"members":{}
11781178
},
11791179
"TagValue":{"type":"string"},
11801180
"TermDurationInSeconds":{"type":"long"},
@@ -1205,8 +1205,7 @@
12051205
},
12061206
"UntagResourceResponse":{
12071207
"type":"structure",
1208-
"members":{
1209-
}
1208+
"members":{}
12101209
},
12111210
"ValidationException":{
12121211
"type":"structure",

0 commit comments

Comments
 (0)