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 4, 2023
1 parent 833592f commit a62e494
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19642,6 +19642,7 @@
"deprecated" : true,
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
Expand Down Expand Up @@ -23039,6 +23040,7 @@
"deprecated" : true,
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
Expand Down Expand Up @@ -24075,6 +24077,23 @@
}
}
}
}, {
"defaults" : {
"hostname" : "{service}.{region}.{dnsSuffix}",
"protocols" : [ "https" ],
"signatureVersions" : [ "v4" ],
"variants" : [ {
"dnsSuffix" : "cloud.adc-e.uk",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"dnsSuffix" : "cloud.adc-e.uk",
"partition" : "aws-iso-e",
"partitionName" : "AWS ISOE (Europe)",
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
"regions" : { },
"services" : { }
} ],
"version" : 3
}

0 comments on commit a62e494

Please sign in to comment.