Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 5, 2022
1 parent c6f1c6e commit 4627703
Showing 1 changed file with 41 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -1478,6 +1479,7 @@
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -2008,7 +2010,6 @@
},
"cloudhsm" : {
"endpoints" : {
"eu-west-1" : { },
"us-east-1" : { }
}
},
Expand Down Expand Up @@ -12838,6 +12839,16 @@
"tags" : [ "fips" ]
} ]
},
"ap-southeast-3" : {
"credentialScope" : {
"region" : "ap-southeast-3"
},
"hostname" : "waf-regional.ap-southeast-3.amazonaws.com",
"variants" : [ {
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -12964,6 +12975,13 @@
"deprecated" : true,
"hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com"
},
"fips-ap-southeast-3" : {
"credentialScope" : {
"region" : "ap-southeast-3"
},
"deprecated" : true,
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com"
},
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -16905,6 +16923,11 @@
}
}
},
"robomaker" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
"route53" : {
"endpoints" : {
"aws-us-gov-global" : {
Expand Down Expand Up @@ -18610,6 +18633,23 @@
"us-isob-east-1" : { }
}
},
"elasticfilesystem" : {
"endpoints" : {
"fips-us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"elasticloadbalancing" : {
"endpoints" : {
"us-isob-east-1" : {
Expand Down

0 comments on commit 4627703

Please sign in to comment.