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 Feb 17, 2023
1 parent 19f61f7 commit 8fe3523
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5394,6 +5394,12 @@
"tags" : [ "fips" ]
} ]
},
"ap-south-2" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
Expand Down Expand Up @@ -5508,6 +5514,13 @@
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
},
"fips-ap-south-2" : {
"credentialScope" : {
"region" : "ap-south-2"
},
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
},
"fips-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand Down Expand Up @@ -19283,12 +19296,34 @@
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
"variants" : [ {
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
}
}
Expand Down

0 comments on commit 8fe3523

Please sign in to comment.