Skip to content

Commit 0ae563f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent af8cc4f commit 0ae563f

File tree

1 file changed

+23
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+23
-0
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5138,6 +5138,7 @@
51385138
"ap-southeast-1" : { },
51395139
"ap-southeast-2" : { },
51405140
"ap-southeast-3" : { },
5141+
"ap-southeast-4" : { },
51415142
"ca-central-1" : { },
51425143
"eu-central-1" : { },
51435144
"eu-central-2" : { },
@@ -18129,12 +18130,34 @@
1812918130
"credentialScope" : {
1813018131
"region" : "us-gov-east-1"
1813118132
},
18133+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18134+
"variants" : [ {
18135+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18136+
"tags" : [ "fips" ]
18137+
} ]
18138+
},
18139+
"us-gov-east-1-fips" : {
18140+
"credentialScope" : {
18141+
"region" : "us-gov-east-1"
18142+
},
18143+
"deprecated" : true,
1813218144
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
1813318145
},
1813418146
"us-gov-west-1" : {
1813518147
"credentialScope" : {
1813618148
"region" : "us-gov-west-1"
1813718149
},
18150+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18151+
"variants" : [ {
18152+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18153+
"tags" : [ "fips" ]
18154+
} ]
18155+
},
18156+
"us-gov-west-1-fips" : {
18157+
"credentialScope" : {
18158+
"region" : "us-gov-west-1"
18159+
},
18160+
"deprecated" : true,
1813818161
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
1813918162
}
1814018163
}

0 commit comments

Comments
 (0)