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 May 18, 2023
1 parent d3e086a commit a4dd14f
Showing 1 changed file with 60 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,9 @@
"variants" : [ {
"hostname" : "athena-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.us-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.us-east-1.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -2014,6 +2017,9 @@
"variants" : [ {
"hostname" : "athena-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.us-east-2.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.us-east-2.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -2023,6 +2029,9 @@
"variants" : [ {
"hostname" : "athena-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.us-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.us-west-1.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -2032,6 +2041,9 @@
"variants" : [ {
"hostname" : "athena-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.us-west-2.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.us-west-2.api.aws",
"tags" : [ "dualstack" ]
Expand Down Expand Up @@ -4348,12 +4360,24 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "devops-guru-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "devops-guru-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand All @@ -4368,6 +4392,13 @@
"deprecated" : true,
"hostname" : "devops-guru-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "devops-guru-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
Expand All @@ -4388,7 +4419,12 @@
"tags" : [ "fips" ]
} ]
},
"us-west-1" : { },
"us-west-1" : {
"variants" : [ {
"hostname" : "devops-guru-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
Expand Down Expand Up @@ -10685,13 +10721,17 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"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" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -17616,6 +17656,12 @@
"cn-northwest-1" : { }
}
},
"airflow" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"api.ecr" : {
"endpoints" : {
"cn-north-1" : {
Expand Down Expand Up @@ -19316,6 +19362,9 @@
"variants" : [ {
"hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.us-gov-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
Expand All @@ -19325,6 +19374,9 @@
"variants" : [ {
"hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.us-gov-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
Expand Down Expand Up @@ -23230,6 +23282,12 @@
"us-iso-west-1" : { }
}
},
"cloudcontrolapi" : {
"endpoints" : {
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"cloudformation" : {
"endpoints" : {
"us-iso-east-1" : { },
Expand Down

0 comments on commit a4dd14f

Please # to comment.