Skip to content

Commit 102aad6

Browse files
author
AWS
committed
AWS Global Accelerator Update: Remove incorrect endpoint tests
1 parent 87c71f3 commit 102aad6

File tree

3 files changed

+9
-50
lines changed

3 files changed

+9
-50
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 Global Accelerator",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/globalaccelerator/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/globalaccelerator/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,8 +2595,7 @@
25952595
},
25962596
"ListCrossAccountResourceAccountsRequest":{
25972597
"type":"structure",
2598-
"members":{
2599-
}
2598+
"members":{}
26002599
},
26012600
"ListCrossAccountResourceAccountsResponse":{
26022601
"type":"structure",
@@ -3180,8 +3179,7 @@
31803179
},
31813180
"TagResourceResponse":{
31823181
"type":"structure",
3183-
"members":{
3184-
}
3182+
"members":{}
31853183
},
31863184
"TagValue":{
31873185
"type":"string",
@@ -3230,8 +3228,7 @@
32303228
},
32313229
"UntagResourceResponse":{
32323230
"type":"structure",
3233-
"members":{
3234-
}
3231+
"members":{}
32353232
},
32363233
"UpdateAcceleratorAttributesRequest":{
32373234
"type":"structure",

0 commit comments

Comments
 (0)