Skip to content

Commit 1ee818d

Browse files
author
AWS
committed
FinSpace Public API Update: Remove incorrect endpoint tests
1 parent 3ee493c commit 1ee818d

File tree

3 files changed

+10
-47
lines changed

3 files changed

+10
-47
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": "FinSpace Public API",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -208,17 +208,6 @@
208208
"UseDualStack": false
209209
}
210210
},
211-
{
212-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
213-
"expect": {
214-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
215-
},
216-
"params": {
217-
"Region": "us-iso-east-1",
218-
"UseFIPS": true,
219-
"UseDualStack": true
220-
}
221-
},
222211
{
223212
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
224213
"expect": {
@@ -232,17 +221,6 @@
232221
"UseDualStack": false
233222
}
234223
},
235-
{
236-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
237-
"expect": {
238-
"error": "DualStack is enabled but this partition does not support DualStack"
239-
},
240-
"params": {
241-
"Region": "us-iso-east-1",
242-
"UseFIPS": false,
243-
"UseDualStack": true
244-
}
245-
},
246224
{
247225
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
248226
"expect": {
@@ -256,17 +234,6 @@
256234
"UseDualStack": false
257235
}
258236
},
259-
{
260-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
261-
"expect": {
262-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
263-
},
264-
"params": {
265-
"Region": "us-isob-east-1",
266-
"UseFIPS": true,
267-
"UseDualStack": true
268-
}
269-
},
270237
{
271238
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
272239
"expect": {
@@ -280,17 +247,6 @@
280247
"UseDualStack": false
281248
}
282249
},
283-
{
284-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
285-
"expect": {
286-
"error": "DualStack is enabled but this partition does not support DualStack"
287-
},
288-
"params": {
289-
"Region": "us-isob-east-1",
290-
"UseFIPS": false,
291-
"UseDualStack": true
292-
}
293-
},
294250
{
295251
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
296252
"expect": {

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"finspace-api",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"FinSpace Data",
910
"serviceFullName":"FinSpace Public API",
1011
"serviceId":"finspace data",
1112
"signatureVersion":"v4",
1213
"signingName":"finspace-api",
13-
"uid":"finspace-2020-07-13"
14+
"uid":"finspace-2020-07-13",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateUserToPermissionGroup":{
@@ -2594,8 +2596,7 @@
25942596
},
25952597
"ThrottlingException":{
25962598
"type":"structure",
2597-
"members":{
2598-
},
2599+
"members":{},
25992600
"documentation":"<p>The request was denied due to request throttling.</p>",
26002601
"error":{"httpStatusCode":429},
26012602
"exception":true

0 commit comments

Comments
 (0)