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 Nov 14, 2023
1 parent fe8a6c1 commit 0d10d76
Showing 1 changed file with 72 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3363,6 +3363,8 @@
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
Expand All @@ -3373,6 +3375,7 @@
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -3411,6 +3414,7 @@
"deprecated" : true,
"hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -3799,6 +3803,12 @@
},
"hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
},
"ap-south-2" : {
"credentialScope" : {
"region" : "ap-south-2"
},
"hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand All @@ -3811,6 +3821,18 @@
},
"hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
},
"ap-southeast-3" : {
"credentialScope" : {
"region" : "ap-southeast-3"
},
"hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com"
},
"ap-southeast-4" : {
"credentialScope" : {
"region" : "ap-southeast-4"
},
"hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand All @@ -3823,6 +3845,12 @@
},
"hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
},
"eu-central-2" : {
"credentialScope" : {
"region" : "eu-central-2"
},
"hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
},
"eu-north-1" : {
"credentialScope" : {
"region" : "eu-north-1"
Expand All @@ -3835,6 +3863,12 @@
},
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
},
"eu-south-2" : {
"credentialScope" : {
"region" : "eu-south-2"
},
"hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
Expand All @@ -3853,6 +3887,18 @@
},
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
},
"il-central-1" : {
"credentialScope" : {
"region" : "il-central-1"
},
"hostname" : "compute-optimizer.il-central-1.amazonaws.com"
},
"me-central-1" : {
"credentialScope" : {
"region" : "me-central-1"
},
"hostname" : "compute-optimizer.me-central-1.amazonaws.com"
},
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
Expand Down Expand Up @@ -20594,8 +20640,32 @@
},
"appconfigdata" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"application-autoscaling" : {
Expand Down

0 comments on commit 0d10d76

Please sign in to comment.