Skip to content

Commit c14f49d

Browse files
author
awstools
committed
feat(client-s3vectors): Removed incorrect endpoint tests
1 parent 48cf435 commit c14f49d

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

codegen/sdk-codegen/aws-models/s3vectors.json

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,102 +2126,6 @@
21262126
"UseFIPS": false
21272127
}
21282128
},
2129-
{
2130-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2131-
"expect": {
2132-
"endpoint": {
2133-
"url": "https://s3vectors-fips.us-iso-east-1.c2s.ic.gov"
2134-
}
2135-
},
2136-
"params": {
2137-
"Region": "us-iso-east-1",
2138-
"UseFIPS": true
2139-
}
2140-
},
2141-
{
2142-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2143-
"expect": {
2144-
"endpoint": {
2145-
"url": "https://s3vectors.us-iso-east-1.c2s.ic.gov"
2146-
}
2147-
},
2148-
"params": {
2149-
"Region": "us-iso-east-1",
2150-
"UseFIPS": false
2151-
}
2152-
},
2153-
{
2154-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2155-
"expect": {
2156-
"endpoint": {
2157-
"url": "https://s3vectors-fips.us-isob-east-1.sc2s.sgov.gov"
2158-
}
2159-
},
2160-
"params": {
2161-
"Region": "us-isob-east-1",
2162-
"UseFIPS": true
2163-
}
2164-
},
2165-
{
2166-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2167-
"expect": {
2168-
"endpoint": {
2169-
"url": "https://s3vectors.us-isob-east-1.sc2s.sgov.gov"
2170-
}
2171-
},
2172-
"params": {
2173-
"Region": "us-isob-east-1",
2174-
"UseFIPS": false
2175-
}
2176-
},
2177-
{
2178-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
2179-
"expect": {
2180-
"endpoint": {
2181-
"url": "https://s3vectors-fips.eu-isoe-west-1.cloud.adc-e.uk"
2182-
}
2183-
},
2184-
"params": {
2185-
"Region": "eu-isoe-west-1",
2186-
"UseFIPS": true
2187-
}
2188-
},
2189-
{
2190-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
2191-
"expect": {
2192-
"endpoint": {
2193-
"url": "https://s3vectors.eu-isoe-west-1.cloud.adc-e.uk"
2194-
}
2195-
},
2196-
"params": {
2197-
"Region": "eu-isoe-west-1",
2198-
"UseFIPS": false
2199-
}
2200-
},
2201-
{
2202-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
2203-
"expect": {
2204-
"endpoint": {
2205-
"url": "https://s3vectors-fips.us-isof-south-1.csp.hci.ic.gov"
2206-
}
2207-
},
2208-
"params": {
2209-
"Region": "us-isof-south-1",
2210-
"UseFIPS": true
2211-
}
2212-
},
2213-
{
2214-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
2215-
"expect": {
2216-
"endpoint": {
2217-
"url": "https://s3vectors.us-isof-south-1.csp.hci.ic.gov"
2218-
}
2219-
},
2220-
"params": {
2221-
"Region": "us-isof-south-1",
2222-
"UseFIPS": false
2223-
}
2224-
},
22252129
{
22262130
"documentation": "Missing region",
22272131
"expect": {

0 commit comments

Comments
 (0)