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 Mar 16, 2023
1 parent 92cb133 commit f15a20d
Showing 1 changed file with 26 additions and 2 deletions.
Expand Up @@ -19194,8 +19194,32 @@
},
"dlm" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "dlm.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "dlm.us-gov-west-1.amazonaws.com"
}
}
},
"dms" : {
Expand Down

0 comments on commit f15a20d

Please sign in to comment.