Skip to content

Commit cce967f

Browse files
author
AWS
committed
Amazon Chime SDK Voice Update: Remove incorrect endpoint tests
1 parent 23c9302 commit cce967f

File tree

3 files changed

+18
-68
lines changed

3 files changed

+18
-68
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": "Amazon Chime SDK Voice",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,6 @@
156156
"UseDualStack": false
157157
}
158158
},
159-
{
160-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
161-
"expect": {
162-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
163-
},
164-
"params": {
165-
"Region": "us-iso-east-1",
166-
"UseFIPS": true,
167-
"UseDualStack": true
168-
}
169-
},
170159
{
171160
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
172161
"expect": {
@@ -180,17 +169,6 @@
180169
"UseDualStack": false
181170
}
182171
},
183-
{
184-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
185-
"expect": {
186-
"error": "DualStack is enabled but this partition does not support DualStack"
187-
},
188-
"params": {
189-
"Region": "us-iso-east-1",
190-
"UseFIPS": false,
191-
"UseDualStack": true
192-
}
193-
},
194172
{
195173
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
196174
"expect": {
@@ -204,17 +182,6 @@
204182
"UseDualStack": false
205183
}
206184
},
207-
{
208-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
209-
"expect": {
210-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
211-
},
212-
"params": {
213-
"Region": "us-isob-east-1",
214-
"UseFIPS": true,
215-
"UseDualStack": true
216-
}
217-
},
218185
{
219186
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
220187
"expect": {
@@ -228,17 +195,6 @@
228195
"UseDualStack": false
229196
}
230197
},
231-
{
232-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
233-
"expect": {
234-
"error": "DualStack is enabled but this partition does not support DualStack"
235-
},
236-
"params": {
237-
"Region": "us-isob-east-1",
238-
"UseFIPS": false,
239-
"UseDualStack": true
240-
}
241-
},
242198
{
243199
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
244200
"expect": {

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

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,8 +1962,7 @@
19621962
"shapes":{
19631963
"AccessDeniedException":{
19641964
"type":"structure",
1965-
"members":{
1966-
},
1965+
"members":{},
19671966
"documentation":"<p>You don't have the permissions needed to run this action.</p>",
19681967
"error":{"httpStatusCode":403},
19691968
"exception":true
@@ -2114,8 +2113,7 @@
21142113
},
21152114
"BadRequestException":{
21162115
"type":"structure",
2117-
"members":{
2118-
},
2116+
"members":{},
21192117
"documentation":"<p>The input parameters don't match the service's restrictions.</p>",
21202118
"error":{"httpStatusCode":400},
21212119
"exception":true
@@ -2263,8 +2261,7 @@
22632261
},
22642262
"ConflictException":{
22652263
"type":"structure",
2266-
"members":{
2267-
},
2264+
"members":{},
22682265
"documentation":"<p>Multiple instances of the same request were made simultaneously.</p>",
22692266
"error":{"httpStatusCode":409},
22702267
"exception":true
@@ -2968,8 +2965,7 @@
29682965
},
29692966
"ForbiddenException":{
29702967
"type":"structure",
2971-
"members":{
2972-
},
2968+
"members":{},
29732969
"documentation":"<p>The client is permanently forbidden from making the request.</p>",
29742970
"error":{"httpStatusCode":403},
29752971
"exception":true
@@ -3504,8 +3500,7 @@
35043500
},
35053501
"GoneException":{
35063502
"type":"structure",
3507-
"members":{
3508-
},
3503+
"members":{},
35093504
"documentation":"<p>Access to the target resource is no longer available at the origin server. This condition is likely to be permanent.</p>",
35103505
"error":{"httpStatusCode":410},
35113506
"exception":true
@@ -3970,8 +3965,7 @@
39703965
},
39713966
"NotFoundException":{
39723967
"type":"structure",
3973-
"members":{
3974-
},
3968+
"members":{},
39753969
"documentation":"<p>The requested resource couldn't be found.</p>",
39763970
"error":{"httpStatusCode":404},
39773971
"exception":true
@@ -4768,8 +4762,7 @@
47684762
},
47694763
"ResourceLimitExceededException":{
47704764
"type":"structure",
4771-
"members":{
4772-
},
4765+
"members":{},
47734766
"documentation":"<p>The request exceeds the resource limit.</p>",
47744767
"error":{"httpStatusCode":400},
47754768
"exception":true
@@ -4906,17 +4899,15 @@
49064899
},
49074900
"ServiceFailureException":{
49084901
"type":"structure",
4909-
"members":{
4910-
},
4902+
"members":{},
49114903
"documentation":"<p>The service encountered an unexpected error.</p>",
49124904
"error":{"httpStatusCode":500},
49134905
"exception":true,
49144906
"fault":true
49154907
},
49164908
"ServiceUnavailableException":{
49174909
"type":"structure",
4918-
"members":{
4919-
},
4910+
"members":{},
49204911
"documentation":"<p>The service is currently unavailable.</p>",
49214912
"error":{"httpStatusCode":503},
49224913
"exception":true,
@@ -5466,8 +5457,7 @@
54665457
},
54675458
"ThrottledClientException":{
54685459
"type":"structure",
5469-
"members":{
5470-
},
5460+
"members":{},
54715461
"documentation":"<p>The number of customer requests exceeds the request rate limit.</p>",
54725462
"error":{"httpStatusCode":429},
54735463
"exception":true
@@ -5480,16 +5470,14 @@
54805470
},
54815471
"UnauthorizedClientException":{
54825472
"type":"structure",
5483-
"members":{
5484-
},
5473+
"members":{},
54855474
"documentation":"<p>The client isn't authorized to request a resource.</p>",
54865475
"error":{"httpStatusCode":401},
54875476
"exception":true
54885477
},
54895478
"UnprocessableEntityException":{
54905479
"type":"structure",
5491-
"members":{
5492-
},
5480+
"members":{},
54935481
"documentation":"<p>A well-formed request couldn't be followed due to semantic errors.</p>",
54945482
"error":{"httpStatusCode":422},
54955483
"exception":true

0 commit comments

Comments
 (0)