Skip to content

Commit 381d156

Browse files
author
AWS
committed
AWS User Notifications Contacts Update: Removed incorrect endpoint tests
1 parent f3a72b8 commit 381d156

File tree

2 files changed

+6
-160
lines changed

2 files changed

+6
-160
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 User Notifications Contacts",
4+
"contributor": "",
5+
"description": "Removed incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -142,166 +142,6 @@
142142
"UseFIPS": false
143143
}
144144
},
145-
{
146-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
147-
"expect": {
148-
"endpoint": {
149-
"properties": {
150-
"authSchemes": [
151-
{
152-
"name": "sigv4",
153-
"signingRegion": "us-iso-east-1"
154-
}
155-
]
156-
},
157-
"url": "https://notifications-contacts-fips.us-iso-east-1.c2s.ic.gov"
158-
}
159-
},
160-
"params": {
161-
"Region": "us-iso-east-1",
162-
"UseFIPS": true
163-
}
164-
},
165-
{
166-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
167-
"expect": {
168-
"endpoint": {
169-
"properties": {
170-
"authSchemes": [
171-
{
172-
"name": "sigv4",
173-
"signingRegion": "us-iso-east-1"
174-
}
175-
]
176-
},
177-
"url": "https://notifications-contacts.us-iso-east-1.c2s.ic.gov"
178-
}
179-
},
180-
"params": {
181-
"Region": "us-iso-east-1",
182-
"UseFIPS": false
183-
}
184-
},
185-
{
186-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
187-
"expect": {
188-
"endpoint": {
189-
"properties": {
190-
"authSchemes": [
191-
{
192-
"name": "sigv4",
193-
"signingRegion": "us-isob-east-1"
194-
}
195-
]
196-
},
197-
"url": "https://notifications-contacts-fips.us-isob-east-1.sc2s.sgov.gov"
198-
}
199-
},
200-
"params": {
201-
"Region": "us-isob-east-1",
202-
"UseFIPS": true
203-
}
204-
},
205-
{
206-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
207-
"expect": {
208-
"endpoint": {
209-
"properties": {
210-
"authSchemes": [
211-
{
212-
"name": "sigv4",
213-
"signingRegion": "us-isob-east-1"
214-
}
215-
]
216-
},
217-
"url": "https://notifications-contacts.us-isob-east-1.sc2s.sgov.gov"
218-
}
219-
},
220-
"params": {
221-
"Region": "us-isob-east-1",
222-
"UseFIPS": false
223-
}
224-
},
225-
{
226-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
227-
"expect": {
228-
"endpoint": {
229-
"properties": {
230-
"authSchemes": [
231-
{
232-
"name": "sigv4",
233-
"signingRegion": "eu-isoe-west-1"
234-
}
235-
]
236-
},
237-
"url": "https://notifications-contacts-fips.eu-isoe-west-1.cloud.adc-e.uk"
238-
}
239-
},
240-
"params": {
241-
"Region": "eu-isoe-west-1",
242-
"UseFIPS": true
243-
}
244-
},
245-
{
246-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
247-
"expect": {
248-
"endpoint": {
249-
"properties": {
250-
"authSchemes": [
251-
{
252-
"name": "sigv4",
253-
"signingRegion": "eu-isoe-west-1"
254-
}
255-
]
256-
},
257-
"url": "https://notifications-contacts.eu-isoe-west-1.cloud.adc-e.uk"
258-
}
259-
},
260-
"params": {
261-
"Region": "eu-isoe-west-1",
262-
"UseFIPS": false
263-
}
264-
},
265-
{
266-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
267-
"expect": {
268-
"endpoint": {
269-
"properties": {
270-
"authSchemes": [
271-
{
272-
"name": "sigv4",
273-
"signingRegion": "us-isof-south-1"
274-
}
275-
]
276-
},
277-
"url": "https://notifications-contacts-fips.us-isof-south-1.csp.hci.ic.gov"
278-
}
279-
},
280-
"params": {
281-
"Region": "us-isof-south-1",
282-
"UseFIPS": true
283-
}
284-
},
285-
{
286-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
287-
"expect": {
288-
"endpoint": {
289-
"properties": {
290-
"authSchemes": [
291-
{
292-
"name": "sigv4",
293-
"signingRegion": "us-isof-south-1"
294-
}
295-
]
296-
},
297-
"url": "https://notifications-contacts.us-isof-south-1.csp.hci.ic.gov"
298-
}
299-
},
300-
"params": {
301-
"Region": "us-isof-south-1",
302-
"UseFIPS": false
303-
}
304-
},
305145
{
306146
"documentation": "Missing region",
307147
"expect": {

0 commit comments

Comments
 (0)