Skip to content

Commit f3a72b8

Browse files
author
AWS
committed
Security Incident Response Update: Removed incorrect endpoint tests
1 parent 6b944da commit f3a72b8

File tree

2 files changed

+6
-96
lines changed

2 files changed

+6
-96
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": "Security Incident Response",
4+
"contributor": "",
5+
"description": "Removed incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -94,102 +94,6 @@
9494
"UseFIPS": false
9595
}
9696
},
97-
{
98-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
99-
"expect": {
100-
"endpoint": {
101-
"url": "https://security-ir-fips.us-iso-east-1.c2s.ic.gov"
102-
}
103-
},
104-
"params": {
105-
"Region": "us-iso-east-1",
106-
"UseFIPS": true
107-
}
108-
},
109-
{
110-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
111-
"expect": {
112-
"endpoint": {
113-
"url": "https://security-ir.us-iso-east-1.c2s.ic.gov"
114-
}
115-
},
116-
"params": {
117-
"Region": "us-iso-east-1",
118-
"UseFIPS": false
119-
}
120-
},
121-
{
122-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
123-
"expect": {
124-
"endpoint": {
125-
"url": "https://security-ir-fips.us-isob-east-1.sc2s.sgov.gov"
126-
}
127-
},
128-
"params": {
129-
"Region": "us-isob-east-1",
130-
"UseFIPS": true
131-
}
132-
},
133-
{
134-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
135-
"expect": {
136-
"endpoint": {
137-
"url": "https://security-ir.us-isob-east-1.sc2s.sgov.gov"
138-
}
139-
},
140-
"params": {
141-
"Region": "us-isob-east-1",
142-
"UseFIPS": false
143-
}
144-
},
145-
{
146-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
147-
"expect": {
148-
"endpoint": {
149-
"url": "https://security-ir-fips.eu-isoe-west-1.cloud.adc-e.uk"
150-
}
151-
},
152-
"params": {
153-
"Region": "eu-isoe-west-1",
154-
"UseFIPS": true
155-
}
156-
},
157-
{
158-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
159-
"expect": {
160-
"endpoint": {
161-
"url": "https://security-ir.eu-isoe-west-1.cloud.adc-e.uk"
162-
}
163-
},
164-
"params": {
165-
"Region": "eu-isoe-west-1",
166-
"UseFIPS": false
167-
}
168-
},
169-
{
170-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
171-
"expect": {
172-
"endpoint": {
173-
"url": "https://security-ir-fips.us-isof-south-1.csp.hci.ic.gov"
174-
}
175-
},
176-
"params": {
177-
"Region": "us-isof-south-1",
178-
"UseFIPS": true
179-
}
180-
},
181-
{
182-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
183-
"expect": {
184-
"endpoint": {
185-
"url": "https://security-ir.us-isof-south-1.csp.hci.ic.gov"
186-
}
187-
},
188-
"params": {
189-
"Region": "us-isof-south-1",
190-
"UseFIPS": false
191-
}
192-
},
19397
{
19498
"documentation": "Missing region",
19599
"expect": {

0 commit comments

Comments
 (0)