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 Mar 29, 2024
1 parent 96b431a commit f456f07
Showing 1 changed file with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -508,6 +509,7 @@
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -3811,6 +3813,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
Expand Down Expand Up @@ -12799,6 +12802,12 @@
},
"hostname" : "oidc.ap-south-1.amazonaws.com"
},
"ap-south-2" : {
"credentialScope" : {
"region" : "ap-south-2"
},
"hostname" : "oidc.ap-south-2.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand Down Expand Up @@ -12853,6 +12862,12 @@
},
"hostname" : "oidc.eu-south-1.amazonaws.com"
},
"eu-south-2" : {
"credentialScope" : {
"region" : "eu-south-2"
},
"hostname" : "oidc.eu-south-2.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
Expand Down Expand Up @@ -27305,6 +27320,18 @@
}
}
},
"s3-outposts" : {
"endpoints" : {
"fips-us-iso-east-1" : {
"deprecated" : true
},
"us-iso-east-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
}
}
},
"secretsmanager" : {
"endpoints" : {
"us-iso-east-1" : { },
Expand Down Expand Up @@ -27907,6 +27934,18 @@
}
}
},
"s3-outposts" : {
"endpoints" : {
"fips-us-isob-east-1" : {
"deprecated" : true
},
"us-isob-east-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
}
}
},
"secretsmanager" : {
"endpoints" : {
"us-isob-east-1" : { }
Expand Down

0 comments on commit f456f07

Please sign in to comment.