Skip to content

Commit 7c6fd53

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent c54cf39 commit 7c6fd53

File tree

1 file changed

+103
-7
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+103
-7
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

Lines changed: 103 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,11 +1430,59 @@
14301430
"eu-west-1" : { },
14311431
"eu-west-2" : { },
14321432
"eu-west-3" : { },
1433+
"fips-us-east-1" : {
1434+
"credentialScope" : {
1435+
"region" : "us-east-1"
1436+
},
1437+
"deprecated" : true,
1438+
"hostname" : "appflow-fips.us-east-1.amazonaws.com"
1439+
},
1440+
"fips-us-east-2" : {
1441+
"credentialScope" : {
1442+
"region" : "us-east-2"
1443+
},
1444+
"deprecated" : true,
1445+
"hostname" : "appflow-fips.us-east-2.amazonaws.com"
1446+
},
1447+
"fips-us-west-1" : {
1448+
"credentialScope" : {
1449+
"region" : "us-west-1"
1450+
},
1451+
"deprecated" : true,
1452+
"hostname" : "appflow-fips.us-west-1.amazonaws.com"
1453+
},
1454+
"fips-us-west-2" : {
1455+
"credentialScope" : {
1456+
"region" : "us-west-2"
1457+
},
1458+
"deprecated" : true,
1459+
"hostname" : "appflow-fips.us-west-2.amazonaws.com"
1460+
},
14331461
"sa-east-1" : { },
1434-
"us-east-1" : { },
1435-
"us-east-2" : { },
1436-
"us-west-1" : { },
1437-
"us-west-2" : { }
1462+
"us-east-1" : {
1463+
"variants" : [ {
1464+
"hostname" : "appflow-fips.us-east-1.amazonaws.com",
1465+
"tags" : [ "fips" ]
1466+
} ]
1467+
},
1468+
"us-east-2" : {
1469+
"variants" : [ {
1470+
"hostname" : "appflow-fips.us-east-2.amazonaws.com",
1471+
"tags" : [ "fips" ]
1472+
} ]
1473+
},
1474+
"us-west-1" : {
1475+
"variants" : [ {
1476+
"hostname" : "appflow-fips.us-west-1.amazonaws.com",
1477+
"tags" : [ "fips" ]
1478+
} ]
1479+
},
1480+
"us-west-2" : {
1481+
"variants" : [ {
1482+
"hostname" : "appflow-fips.us-west-2.amazonaws.com",
1483+
"tags" : [ "fips" ]
1484+
} ]
1485+
}
14381486
}
14391487
},
14401488
"application-autoscaling" : {
@@ -6218,20 +6266,46 @@
62186266
"ap-southeast-1" : { },
62196267
"ap-southeast-2" : { },
62206268
"ap-southeast-3" : { },
6221-
"ca-central-1" : { },
6269+
"ca-central-1" : {
6270+
"variants" : [ {
6271+
"hostname" : "email-fips.ca-central-1.amazonaws.com",
6272+
"tags" : [ "fips" ]
6273+
} ]
6274+
},
62226275
"eu-central-1" : { },
62236276
"eu-north-1" : { },
62246277
"eu-south-1" : { },
62256278
"eu-west-1" : { },
62266279
"eu-west-2" : { },
62276280
"eu-west-3" : { },
6281+
"fips-ca-central-1" : {
6282+
"credentialScope" : {
6283+
"region" : "ca-central-1"
6284+
},
6285+
"deprecated" : true,
6286+
"hostname" : "email-fips.ca-central-1.amazonaws.com"
6287+
},
62286288
"fips-us-east-1" : {
62296289
"credentialScope" : {
62306290
"region" : "us-east-1"
62316291
},
62326292
"deprecated" : true,
62336293
"hostname" : "email-fips.us-east-1.amazonaws.com"
62346294
},
6295+
"fips-us-east-2" : {
6296+
"credentialScope" : {
6297+
"region" : "us-east-2"
6298+
},
6299+
"deprecated" : true,
6300+
"hostname" : "email-fips.us-east-2.amazonaws.com"
6301+
},
6302+
"fips-us-west-1" : {
6303+
"credentialScope" : {
6304+
"region" : "us-west-1"
6305+
},
6306+
"deprecated" : true,
6307+
"hostname" : "email-fips.us-west-1.amazonaws.com"
6308+
},
62356309
"fips-us-west-2" : {
62366310
"credentialScope" : {
62376311
"region" : "us-west-2"
@@ -6248,8 +6322,18 @@
62486322
"tags" : [ "fips" ]
62496323
} ]
62506324
},
6251-
"us-east-2" : { },
6252-
"us-west-1" : { },
6325+
"us-east-2" : {
6326+
"variants" : [ {
6327+
"hostname" : "email-fips.us-east-2.amazonaws.com",
6328+
"tags" : [ "fips" ]
6329+
} ]
6330+
},
6331+
"us-west-1" : {
6332+
"variants" : [ {
6333+
"hostname" : "email-fips.us-west-1.amazonaws.com",
6334+
"tags" : [ "fips" ]
6335+
} ]
6336+
},
62536337
"us-west-2" : {
62546338
"variants" : [ {
62556339
"hostname" : "email-fips.us-west-2.amazonaws.com",
@@ -10875,8 +10959,14 @@
1087510959
},
1087610960
"meetings-chime" : {
1087710961
"endpoints" : {
10962+
"ap-northeast-1" : { },
10963+
"ap-northeast-2" : { },
10964+
"ap-south-1" : { },
1087810965
"ap-southeast-1" : { },
10966+
"ap-southeast-2" : { },
10967+
"ca-central-1" : { },
1087910968
"eu-central-1" : { },
10969+
"eu-west-2" : { },
1088010970
"il-central-1" : { },
1088110971
"us-east-1" : {
1088210972
"variants" : [ {
@@ -11831,6 +11921,12 @@
1183111921
"deprecated" : true,
1183211922
"hostname" : "omics-fips.us-west-2.amazonaws.com"
1183311923
},
11924+
"il-central-1" : {
11925+
"credentialScope" : {
11926+
"region" : "il-central-1"
11927+
},
11928+
"hostname" : "omics.il-central-1.amazonaws.com"
11929+
},
1183411930
"us-east-1" : {
1183511931
"credentialScope" : {
1183611932
"region" : "us-east-1"

0 commit comments

Comments
 (0)