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 Dec 19, 2022
1 parent 0147dd3 commit f0fdfb0
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10229,6 +10229,12 @@
},
"oidc" : {
"endpoints" : {
"af-south-1" : {
"credentialScope" : {
"region" : "af-south-1"
},
"hostname" : "oidc.af-south-1.amazonaws.com"
},
"ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
Expand Down Expand Up @@ -10271,6 +10277,12 @@
},
"hostname" : "oidc.ap-southeast-2.amazonaws.com"
},
"ap-southeast-3" : {
"credentialScope" : {
"region" : "ap-southeast-3"
},
"hostname" : "oidc.ap-southeast-3.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -10337,6 +10349,12 @@
},
"hostname" : "oidc.us-east-2.amazonaws.com"
},
"us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "oidc.us-west-1.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
Expand Down Expand Up @@ -21326,6 +21344,11 @@
"us-iso-west-1" : { }
}
},
"glue" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"health" : {
"endpoints" : {
"us-iso-east-1" : { }
Expand Down

0 comments on commit f0fdfb0

Please sign in to comment.