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 12, 2022
1 parent 8371d7f commit ac40c7e
Showing 1 changed file with 73 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,7 @@
"deprecated" : true,
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "appstream2-fips.us-east-1.amazonaws.com",
Expand Down Expand Up @@ -9132,14 +9133,35 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"ca-central-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"deprecated" : true
},
"fips-us-east-1" : {
"deprecated" : true
},
"fips-us-west-2" : {
"deprecated" : true
},
"sa-east-1" : { },
"us-east-1" : { },
"us-west-2" : { }
"us-east-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
}
}
},
"machinelearning" : {
Expand Down Expand Up @@ -9616,6 +9638,32 @@
"us-west-2" : { }
}
},
"metrics.sagemaker" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"mgh" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down Expand Up @@ -9867,6 +9915,7 @@
"deprecated" : true,
"hostname" : "mq-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -16647,6 +16696,12 @@
"cn-northwest-1" : { }
}
},
"metrics.sagemaker" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"monitoring" : {
"defaults" : {
"protocols" : [ "http", "https" ]
Expand Down Expand Up @@ -19379,6 +19434,11 @@
"us-gov-west-1" : { }
}
},
"metrics.sagemaker" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
"models.lex" : {
"defaults" : {
"credentialScope" : {
Expand Down Expand Up @@ -21314,6 +21374,11 @@
"us-iso-east-1" : { }
}
},
"metrics.sagemaker" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"monitoring" : {
"endpoints" : {
"us-iso-east-1" : { },
Expand Down Expand Up @@ -21768,6 +21833,11 @@
"us-isob-east-1" : { }
}
},
"metrics.sagemaker" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"monitoring" : {
"endpoints" : {
"us-isob-east-1" : { }
Expand Down

0 comments on commit ac40c7e

Please sign in to comment.