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 Aug 30, 2024
1 parent 92df7d8 commit c8a5146
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17527,7 +17527,18 @@
"protocols" : [ "https" ]
},
"ca-central-1" : {
"protocols" : [ "https" ]
"protocols" : [ "https" ],
"variants" : [ {
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ca-central-1-fips" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
},
"eu-central-1" : {
"protocols" : [ "https" ]
Expand Down

0 comments on commit c8a5146

Please sign in to comment.