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 Apr 19, 2023
1 parent b3bd75c commit 0135839
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1839,8 +1839,10 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
Expand Down Expand Up @@ -18960,9 +18962,29 @@
},
"endpoints" : {
"us-gov-east-1" : {
"hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
"protocols" : [ "http", "https" ],
"variants" : [ {
"hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"deprecated" : true,
"hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
"protocols" : [ "http", "https" ]
},
"us-gov-west-1" : {
"hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
"protocols" : [ "http", "https" ],
"variants" : [ {
"hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"deprecated" : true,
"hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
"protocols" : [ "http", "https" ]
}
}
Expand Down

0 comments on commit 0135839

Please sign in to comment.