Skip to content

Commit 8257e83

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 8ef931c commit 8257e83

File tree

1 file changed

+106
-3
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+106
-3
lines changed

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

+106-3
Original file line numberDiff line numberDiff line change
@@ -4267,6 +4267,16 @@
42674267
}
42684268
}
42694269
},
4270+
"cost-optimization-hub" : {
4271+
"endpoints" : {
4272+
"us-east-1" : {
4273+
"credentialScope" : {
4274+
"region" : "us-east-1"
4275+
},
4276+
"hostname" : "cost-optimization-hub.us-east-1.amazonaws.com"
4277+
}
4278+
}
4279+
},
42704280
"cur" : {
42714281
"endpoints" : {
42724282
"us-east-1" : { }
@@ -20815,6 +20825,12 @@
2081520825
}
2081620826
}
2081720827
},
20828+
"arc-zonal-shift" : {
20829+
"endpoints" : {
20830+
"us-gov-east-1" : { },
20831+
"us-gov-west-1" : { }
20832+
}
20833+
},
2081820834
"athena" : {
2081920835
"endpoints" : {
2082020836
"fips-us-gov-east-1" : {
@@ -25443,8 +25459,66 @@
2544325459
},
2544425460
"rds" : {
2544525461
"endpoints" : {
25446-
"us-iso-east-1" : { },
25447-
"us-iso-west-1" : { }
25462+
"rds-fips.us-iso-east-1" : {
25463+
"credentialScope" : {
25464+
"region" : "us-iso-east-1"
25465+
},
25466+
"deprecated" : true,
25467+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
25468+
},
25469+
"rds-fips.us-iso-west-1" : {
25470+
"credentialScope" : {
25471+
"region" : "us-iso-west-1"
25472+
},
25473+
"deprecated" : true,
25474+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
25475+
},
25476+
"rds.us-iso-east-1" : {
25477+
"credentialScope" : {
25478+
"region" : "us-iso-east-1"
25479+
},
25480+
"deprecated" : true,
25481+
"variants" : [ {
25482+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
25483+
"tags" : [ "fips" ]
25484+
} ]
25485+
},
25486+
"rds.us-iso-west-1" : {
25487+
"credentialScope" : {
25488+
"region" : "us-iso-west-1"
25489+
},
25490+
"deprecated" : true,
25491+
"variants" : [ {
25492+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
25493+
"tags" : [ "fips" ]
25494+
} ]
25495+
},
25496+
"us-iso-east-1" : {
25497+
"variants" : [ {
25498+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
25499+
"tags" : [ "fips" ]
25500+
} ]
25501+
},
25502+
"us-iso-east-1-fips" : {
25503+
"credentialScope" : {
25504+
"region" : "us-iso-east-1"
25505+
},
25506+
"deprecated" : true,
25507+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
25508+
},
25509+
"us-iso-west-1" : {
25510+
"variants" : [ {
25511+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
25512+
"tags" : [ "fips" ]
25513+
} ]
25514+
},
25515+
"us-iso-west-1-fips" : {
25516+
"credentialScope" : {
25517+
"region" : "us-iso-west-1"
25518+
},
25519+
"deprecated" : true,
25520+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
25521+
}
2544825522
}
2544925523
},
2545025524
"redshift" : {
@@ -25954,7 +26028,36 @@
2595426028
},
2595526029
"rds" : {
2595626030
"endpoints" : {
25957-
"us-isob-east-1" : { }
26031+
"rds-fips.us-isob-east-1" : {
26032+
"credentialScope" : {
26033+
"region" : "us-isob-east-1"
26034+
},
26035+
"deprecated" : true,
26036+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
26037+
},
26038+
"rds.us-isob-east-1" : {
26039+
"credentialScope" : {
26040+
"region" : "us-isob-east-1"
26041+
},
26042+
"deprecated" : true,
26043+
"variants" : [ {
26044+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
26045+
"tags" : [ "fips" ]
26046+
} ]
26047+
},
26048+
"us-isob-east-1" : {
26049+
"variants" : [ {
26050+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
26051+
"tags" : [ "fips" ]
26052+
} ]
26053+
},
26054+
"us-isob-east-1-fips" : {
26055+
"credentialScope" : {
26056+
"region" : "us-isob-east-1"
26057+
},
26058+
"deprecated" : true,
26059+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
26060+
}
2595826061
}
2595926062
},
2596026063
"redshift" : {

0 commit comments

Comments
 (0)