Skip to content

Commit ffb09c0

Browse files
author
AWS
committed
AWSKendraFrontendService Update: Remove incorrect endpoint tests
1 parent c5308f1 commit ffb09c0

File tree

3 files changed

+13
-57
lines changed

3 files changed

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -286,17 +286,6 @@
286286
"UseDualStack": false
287287
}
288288
},
289-
{
290-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
291-
"expect": {
292-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
293-
},
294-
"params": {
295-
"Region": "us-iso-east-1",
296-
"UseFIPS": true,
297-
"UseDualStack": true
298-
}
299-
},
300289
{
301290
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
302291
"expect": {
@@ -310,17 +299,6 @@
310299
"UseDualStack": false
311300
}
312301
},
313-
{
314-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
315-
"expect": {
316-
"error": "DualStack is enabled but this partition does not support DualStack"
317-
},
318-
"params": {
319-
"Region": "us-iso-east-1",
320-
"UseFIPS": false,
321-
"UseDualStack": true
322-
}
323-
},
324302
{
325303
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
326304
"expect": {
@@ -334,17 +312,6 @@
334312
"UseDualStack": false
335313
}
336314
},
337-
{
338-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
339-
"expect": {
340-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
341-
},
342-
"params": {
343-
"Region": "us-isob-east-1",
344-
"UseFIPS": true,
345-
"UseDualStack": true
346-
}
347-
},
348315
{
349316
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
350317
"expect": {
@@ -358,17 +325,6 @@
358325
"UseDualStack": false
359326
}
360327
},
361-
{
362-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
363-
"expect": {
364-
"error": "DualStack is enabled but this partition does not support DualStack"
365-
},
366-
"params": {
367-
"Region": "us-isob-east-1",
368-
"UseFIPS": false,
369-
"UseDualStack": true
370-
}
371-
},
372328
{
373329
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
374330
"expect": {

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3326,8 +3326,7 @@
33263326
},
33273327
"DeleteAccessControlConfigurationResponse":{
33283328
"type":"structure",
3329-
"members":{
3330-
}
3329+
"members":{}
33313330
},
33323331
"DeleteDataSourceRequest":{
33333332
"type":"structure",
@@ -3365,8 +3364,7 @@
33653364
},
33663365
"DeleteExperienceResponse":{
33673366
"type":"structure",
3368-
"members":{
3369-
}
3367+
"members":{}
33703368
},
33713369
"DeleteFaqRequest":{
33723370
"type":"structure",
@@ -6397,7 +6395,7 @@
63976395
"MaxContentSizePerPageInMegaBytes":{
63986396
"type":"float",
63996397
"max":50,
6400-
"min":1.0e-06
6398+
"min":0.000001
64016399
},
64026400
"MaxLinksPerPage":{
64036401
"type":"integer",
@@ -8563,8 +8561,7 @@
85638561
},
85648562
"TagResourceResponse":{
85658563
"type":"structure",
8566-
"members":{
8567-
}
8564+
"members":{}
85688565
},
85698566
"TagValue":{
85708567
"type":"string",
@@ -8579,8 +8576,7 @@
85798576
},
85808577
"Template":{
85818578
"type":"structure",
8582-
"members":{
8583-
},
8579+
"members":{},
85848580
"documentation":"<p>The template schema used for the data source, where templates schemas are supported.</p> <p>See <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html\">Data source template schemas</a>.</p>",
85858581
"document":true
85868582
},
@@ -8746,8 +8742,7 @@
87468742
},
87478743
"UntagResourceResponse":{
87488744
"type":"structure",
8749-
"members":{
8750-
}
8745+
"members":{}
87518746
},
87528747
"UpdateAccessControlConfigurationRequest":{
87538748
"type":"structure",
@@ -8784,8 +8779,7 @@
87848779
},
87858780
"UpdateAccessControlConfigurationResponse":{
87868781
"type":"structure",
8787-
"members":{
8788-
}
8782+
"members":{}
87898783
},
87908784
"UpdateDataSourceRequest":{
87918785
"type":"structure",

0 commit comments

Comments
 (0)