Skip to content

Commit fff8d2a

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent f08e06f commit fff8d2a

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"description": "Updated service endpoint metadata."
5+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,36 @@
10171017
"eu-west-1" : { },
10181018
"eu-west-2" : { },
10191019
"eu-west-3" : { },
1020+
"fips-ca-central-1" : {
1021+
"credentialScope" : {
1022+
"region" : "ca-central-1"
1023+
},
1024+
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com"
1025+
},
1026+
"fips-us-east-1" : {
1027+
"credentialScope" : {
1028+
"region" : "us-east-1"
1029+
},
1030+
"hostname" : "codepipeline-fips.us-east-1.amazonaws.com"
1031+
},
1032+
"fips-us-east-2" : {
1033+
"credentialScope" : {
1034+
"region" : "us-east-2"
1035+
},
1036+
"hostname" : "codepipeline-fips.us-east-2.amazonaws.com"
1037+
},
1038+
"fips-us-west-1" : {
1039+
"credentialScope" : {
1040+
"region" : "us-west-1"
1041+
},
1042+
"hostname" : "codepipeline-fips.us-west-1.amazonaws.com"
1043+
},
1044+
"fips-us-west-2" : {
1045+
"credentialScope" : {
1046+
"region" : "us-west-2"
1047+
},
1048+
"hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
1049+
},
10201050
"sa-east-1" : { },
10211051
"us-east-1" : { },
10221052
"us-east-2" : { },
@@ -1630,6 +1660,30 @@
16301660
"eu-west-1" : { },
16311661
"eu-west-2" : { },
16321662
"eu-west-3" : { },
1663+
"fips-us-east-1" : {
1664+
"credentialScope" : {
1665+
"region" : "us-east-1"
1666+
},
1667+
"hostname" : "ecs-fips.us-east-1.amazonaws.com"
1668+
},
1669+
"fips-us-east-2" : {
1670+
"credentialScope" : {
1671+
"region" : "us-east-2"
1672+
},
1673+
"hostname" : "ecs-fips.us-east-2.amazonaws.com"
1674+
},
1675+
"fips-us-west-1" : {
1676+
"credentialScope" : {
1677+
"region" : "us-west-1"
1678+
},
1679+
"hostname" : "ecs-fips.us-west-1.amazonaws.com"
1680+
},
1681+
"madison-fips-us-west-2" : {
1682+
"credentialScope" : {
1683+
"region" : "us-west-2"
1684+
},
1685+
"hostname" : "ecs-fips.us-west-2.amazonaws.com"
1686+
},
16331687
"me-south-1" : { },
16341688
"sa-east-1" : { },
16351689
"us-east-1" : { },
@@ -6060,6 +6114,17 @@
60606114
}
60616115
}
60626116
},
6117+
"codepipeline" : {
6118+
"endpoints" : {
6119+
"fips-us-gov-west-1" : {
6120+
"credentialScope" : {
6121+
"region" : "us-gov-west-1"
6122+
},
6123+
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
6124+
},
6125+
"us-gov-west-1" : { }
6126+
}
6127+
},
60636128
"comprehend" : {
60646129
"defaults" : {
60656130
"protocols" : [ "https" ]
@@ -6164,6 +6229,18 @@
61646229
},
61656230
"ecs" : {
61666231
"endpoints" : {
6232+
"fips-us-gov-east-1" : {
6233+
"credentialScope" : {
6234+
"region" : "us-gov-east-1"
6235+
},
6236+
"hostname" : "ecs-fips.us-gov-east-1.amazonaws.com"
6237+
},
6238+
"fips-us-gov-west-1" : {
6239+
"credentialScope" : {
6240+
"region" : "us-gov-west-1"
6241+
},
6242+
"hostname" : "ecs-fips.us-gov-west-1.amazonaws.com"
6243+
},
61676244
"us-gov-east-1" : { },
61686245
"us-gov-west-1" : { }
61696246
}

0 commit comments

Comments
 (0)